/*
** WHMCS CSS Style by GravityFX.org
** Copyright (c) 2010 HostPebble.com
*/

/** True Type Fonts **/

@font-face {
  font-family: "Jacinto Sans";
  src: url('images/Jacinto_Sans.ttf') format("truetype");
}

@font-face {
  font-family: "Tuffy";
  src: url('images/Tuffy.ttf') format("truetype");
}


/** General **/

body {
  margin:0;
  padding:0;
  background: #5A7F94 url('images/headerbg.png') repeat-x;
}

body,td,th {
  color:#666;
  font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:12px;
}

img { border: 0; }

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
  color: #777;
}


/** Header **/

#top_container {
  height: 115px;
  margin:0;
  padding:0;
  color:#FFF;
  text-align:center;
}

#top {
  height:60px;
  margin:0 auto;
  padding:0;
  text-align:left;
  width:960px;
}

#company_title {
  float: left;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  color: #fff;
  font: 5em/80px "Jacinto Sans";
  text-align: left;
  text-shadow: #555 1px 1px 1px;
}

#welcome_box {
  float:right;
  line-height:60px;
  margin:0;
  padding:0;
  text-align:right;
}

#welcome_box a,#welcome_box a:visited {
  color:#accbff;
  text-decoration:none;
}

#welcome_box a:hover {
  text-decoration:underline;
}


/** Navigation **/

#nav {
  padding-top: 75px;
}

#nav ul {
  list-style-type: none;
}

#nav ul li {
  display: inline;
  font: bold 1.2em  "Tuffy";
  border: 1px solid transparent;
  text-shadow: #111 1px 1px 1px;
}

#nav li a {
  line-height: 20px;
  padding: 4px 1.4em;
  /*border: 1px solid transparent;*/
  text-decoration: none;
  color: #eee;
}

#nav li:hover {
  padding-top: 0.46em;
  padding-bottom: 0.55em;
  border: 1px solid #79aecc;
  /*background: url('images/navbg.png') center repeat-x;*/
  background-color: #79aecc;
}


/** Content Container **/

#content_container {
  clear: both;
  width: 960px;
  margin: 0 auto 10px;
  padding: 0;
  border-left: 5px solid #6a99b3;
  border-right: 5px solid #6a99b3;
  border-bottom: 5px solid #6a99b3;
  background-color: #eee;
  color: #555;
  text-align: left;
}

#content_left {
  float: left;
  width: 670px;
  margin: 0;
  padding: 15px;
  background-color: #eee;
  text-align: left;
}

#side_menu {
  float: right;
  width: 219px;
  margin: 0;
  padding: 15px;
  background-color: #dcdcdc;
  border-left: 1px solid #CFE2FF;
  text-align: left;
}

#side_menu img.logos {
  padding-top: 15px;
  padding-left: 15px;
}

#side_menu ul {
  list-style:none;
  margin:0 0 10px;
  padding:0;
}

#side_menu ul li {
  line-height:25px;
  margin:0;
  padding:0;
}

#top_menu {
  background:#F5F5F5 url(images/top_menu_bg.gif) repeat-x;
  height:30px;
  line-height:30px;
  margin:0;
  padding:0;
  text-align:left;
}

#top_menu ul {
  list-style:none;
  margin:0;
  padding:0;
}

#top_menu ul li {
  float:left;
  margin:0;
  padding:0;
}

#top_menu ul li a,#top_menu ul li a:visited {
  color:#666;
  display:block;
  height:30px;
  line-height:30px;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:100px;
}

#top_menu ul li a.down,#top_menu ul li a.down:visited,#top_menu ul li a.down:hover {
  background-color:#FFF;
  border-right:1px solid #EBEBEB;
  color:#333;
  font-weight:700;
  width:99px;
}

#top_menu ul li a:hover {
  background-color:#EBEBEB;
  color:#333;
}

.absmiddle {
  vertical-align:middle;
}


/** Breadcrumb **/

#bc {
  width: 985px;
  margin: 20px auto;
}

.breadcrumb {
  height: 40px;
  margin-bottom: -40px;
  padding: 10px;
  background: url('images/breadcrumbs_fill.png') repeat-x;
  font-size: 1.2em;
}

.breadcrumb a {
  color: #eee;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #fff;
}

.bcleft {
  float: left;
  width: 7px;
  height: 47px;
  margin-top: 0;
  margin-bottom: -50px;
  background: url('images/breadcrumbs_left.png') no-repeat;
}

.bcright {
  float: right;
  width: 7px;
  height: 47px;
  margin-top: -20px;
  margin-bottom: -27px;
  background: url('images/breadcrumbs_right.png') no-repeat;
}


/** Typography **/

h1 {
  border-bottom:1px solid #EBEBEB;
  color:#1a4d80;
  font-size:24px;
  font-weight:400;
  margin:-10px 0 13px;
  padding:0 0 3px;
  font: 400 3em "Jacinto Sans";
  text-shadow: #777 1px 1px 1px;
}

h2 {
  border-bottom:1px solid #F5F5F5;
  color:#333;
  font-size:18px;
  font-weight:400;
  margin:0 0 5px;
  padding:10px 0 3px;
}

h3 {
  color:#666;
  font-size:16px;
  font-weight:700;
  margin:0;
  padding:10px 0 5px;
}

hr {
  background-color:#EBEBEB;
  border:0;
  border-top:1px solid #EBEBEB;
  height:0;
  margin:10px 0;
  overflow:hidden;
}

p {
  margin:0;
  padding:3px 0 8px;
}

.clear { clear:both; }

.green { color:#006F0F; }

.red { color:#BF0000; }

.small { font-size:11px; }

.textgreen { color:#158F00; }

.textred { color:#9F0000; }

.header {
  color:#1a4d80;
  font-size:14px;
  font-weight:700;
}


/** Messages **/

.warning {
  background-color:#FFFFDF;
  border:1px solid #FDFF3F;
  margin:0 0 10px;
  padding:10px;
}

.contentbox {
  padding:10px;
  margin:0 0 10px;
  text-align:center;
}

.errorbox {
  background-color:#FFBFBF;
  padding:10px;
  margin:0 0 10px;
  text-align:center;
  color:#7F0000;
}

.successbox  {
  border: 1px solid #66CC00;
  font-weight: bold;
  background-color: #DDFFC6;
  text-align: center;
  padding: 10px;
  color: #009933;
}


/** Client Table **/

.clientareatableactive { background-color:#DFFFE0; }

.clientareatablepending { background-color:#EFEFEF; }

.clientareatablesuspended { background-color:#FFF6CF; }

.clientareatableterminated { background-color:#FFCFCF; }

.clientticketreplyheader {
  background-color:#EBEBEB;
  color:#333;
  border-top:1px solid #CCC;
  border-right:1px solid #CCC;
  border-bottom:1px solid #EBEBEB;
  border-left:1px solid #CCC;
}

.clientticketreply {
  background-color:#F5F5F5;
  margin:0 0 10px;
  padding:10px;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  border-left:1px solid #CCC;
}

.adminticketreplyheader {
  background-color:#CFE6FF;
  color:#333;
  border-top:1px solid #CAE6FF;
  border-right:1px solid #CAE6FF;
  border-bottom:1px solid #CAE6FF;
  border-left:1px solid #CAE6FF
}

.adminticketreply {
  background-color:#EEF6FF;
  padding:10px;
  margin:0 0 10px;
  border-right:1px solid #CAE6FF;
  border-bottom:1px solid #CAE6FF;
  border-left:1px solid #CAE6FF;
}

.networkissueaffected {
  background-color:#EFEFEF;
  padding:10px;
  margin: 0 0 10px;
}

.kbarticle  { padding: 2px 5px 5px 15px; }

.kbviews  {
  color:#A8A8A8;
  font-size:10px;
}

.kbalsoread  {
  padding: 5px 5px 5px 15px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin: 10px 0 10px 0;
}


/** Form **/

form {
  margin:0;
  padding:0;
}

input, select, textarea {
  margin:0;
  padding:2px;
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  color: #555;
  font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


/** Tables **/

table.data {
  margin:0 0 10px;
  padding:0;
}

table.data td {
  background-color:#FFF;
  border-bottom:1px solid #EBEBEB;
}

table.data th {
  background-color:#888;
  border-bottom:1px solid #333;
  color:#FFF;
  font-weight:400;
}

table.data tr.clientareatableactive td {
  background-color:#DFFFE0 !important;
}

table.data tr.clientareatablepending td {
  background-color:#EFEFEF !important;
}

table.data tr.clientareatablesuspended td {
  background-color:#FFF6CF !important;
}

table.data tr.clientareatableterminated td {
  background-color:#FFCFCF !important;
}

table.frame {
  margin:0 0 10px;
  padding:0;
  border:1px solid #EBEBEB;
  border-bottom:0;
}

table.frame table td {
  background-color:#FFF;
  border-bottom:1px solid #EBEBEB;
}

table.frame table td.fieldarea {
  background-color:#F5F5F5;
  color:#333;
  text-align:right;
  border-right:1px solid #EBEBEB;
}


/** Plan Tables **/

td.title {
  text-align: center;
  font-weight: bold;
}

td.cat {
  text-align: right;
  font-weight: bold;
}

td.desc {
  text-align: center;
}

table.plans td {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #ddd;
}


/** Language Box **/

#lang {
  clear: both;
  margin-top: 50px;
  padding-top: 5px;
  border-top: 2px solid #ddd;
  text-align: right;
}


/** Plan Boxes **/

#boxplans {

}

.box {
  float: left;
  width: 333px;
  height: 241px;
  padding: 1px;
  background: url('images/boxbg.png') no-repeat;
}

.box img {
  float: right;
  margin-top: -245px;
  margin-right: 5px;
}

.box h3 {
  padding-top: 15px;
  padding-left: 15px;
  font: 2.5em "Times New Roman";
  color: #63666c;
}

.box ul {
  list-style-position: inside;
  margin-top: 3px;
  padding-left: 25px;
  font: 1.5em Tahoma, "Times New Roman";
  letter-spacing: 1px;
  color: #777;
  text-shadow: #ccc 1px 1px 1px;
}


/** Footer **/

#footer {
  clear: both;
  width: 100%;
  height: 125px;
  padding-top: 5px;
  background: #64A0C2 url('images/footer.png') repeat-x;
  color: #ddd;
  text-align: center;
}

#footer a {
  text-decoration: none;
  color: #ddd;
}

#footer a:hover {
  color: #fff;
}

