html {
    height:100%;
    }
body {
    height:100%;
    padding:0px;
    margin:0px;
    background-image:url(../images/ccenter_bg.jpg);
    background-repeat:repeat-x;
    background-color:#d5d5d5;
    background-attachment:fixed;
    font-size:11px;
    font-family:Verdana, Arial, Helvetica, sans;
    }
img {
    border:0px;
    }
p {
    font-size: 13px;
  }
div#wait_box {
    text-align:center;
    margin:0 auto;
    }
h1.waiting {
    font-size:18px;
    color:#1b4aa8;
    margin-bottom:30px;
    }
#header {
    display:block;
    width:781px;
    height:113px;
    background-image:url(../images/ccenter_banner.gif);
    background-repeat:no-repeat;
    }
 
#header a{
    display:block;
    margin-left:90px;
    width:300px;
    height:85px;
    }
 
#main-container {
    min-height:100%;
    width:781px;
    margin:0 auto;
    background-image:url(../images/ccenter_content_bg.jpg);
    background-repeat:repeat-y;
    }
#popup-container {
    min-height:90%;
    background-color:white;
    }
#popup-header {
    text-align: right;
    }
#navigation {
    background-image:url(../images/ccenter_nav_bg.gif);
    background-repeat:no-repeat;
    }
#navigation ul{
    margin:0 auto;
    padding:0px;
    width:750px;
    clear:both;
    }
#navigation ul li.nav-link {
    display:block;
    float:left;
    width:124px;
    background-image:url(../images/ccenter_btn_over.jpg);
    background-repeat:no-repeat;
    text-align:center;
    line-height:23px;
    color:#ffffff;
    text-decoration:none;
    }
#navigation ul li.nav-disabled {
    display:block;
    float:left;
    width:124px;
    background-image:url(../images/ccenter_btn_disabled.jpg);
    background-repeat:no-repeat;
    text-align:center;
    line-height:23px;
    color:#dfdfdf;
    text-decoration:none;
    }
#navigation ul li.nav-link a {
    display:block;
    float:left;
    width:124px;
    background-image:url(../images/ccenter_btn_up.jpg);
    background-repeat:no-repeat;
    text-align:center;
    line-height:23px;
    color:#ffffff;
    text-decoration:none;
    }
#navigation ul li.nav-link a:hover {
    background-image:url(../images/ccenter_btn_over.jpg);
    background-repeat:no-repeat;
    }
#under-nav {
    float:left;
    display:block;
    width:781px;
    height:32px;
    background-image:url(../images/ccenter_under_nav.jpg);
    background-repeat:no-repeat;
    }
#content-area {
    margin:0px;
    padding:15px;
    padding-top:0px;
    }
#footer {
    text-align:center;
    color:#666666;
    padding-bottom:20px;
    }

hr.green {
    border:1px solid #8bc08b;
    }
hr.blue {
    border:1px solid #97b2e0;
    }
hr.gray {
    border:1px solid #999999;
    }
    
.clearit {
    display:block;
    clear:both;
    margin:0px;
    padding:0px;
    height:0px;
    width:0px;
    }
h2.standard  {
    display:inline;
    margin:0px;
    padding:0px;
    font-size:15px;
    color:#1b4aa8;
    }
div.notice {
    display:block;
    margin:0px;
    padding:10px;
	color:#1b4aa8;
	background-color:#fcf9c3;
	border:1px solid #1b4aa8;
    }
div#notice-top {
    display:block;
    margin:0px;
    padding:4px;
	color:#488f48;
	/*background-color:#efefef;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
	margin-left:3px;
	margin-right:3px;
	text-align:right;
	font-weight:bold;
	margin-bottom:8px;
	background-image:url(../images/renewal_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
    }
div#notice-top span {
    font-weight:normal;
    }
div#notice-top span a {
    font-weight:bold;
    color:#1b4aa8;
    }
  
ul.subnav {
    list-style-image:url(/images/front_bullet.jpg);
    }
ul.subnav li{

    }
ul.subnav li a {
    font-size:13px;
    }
ul.subnav li p {
    color:#666666;
    font-size:12px;
    padding-top:0px;
    margin-top:4px;
    }
  
/* Form Styles
***********************************************************/
input {
    border-style:ridge;
}

#forward-fieldset form div {
   display: inline;
   padding: 5px;
   }

#forward-fieldset form {
    padding: 5px;
    }
    
#forward-fieldset label {
    padding: 5px;

    line-height: 24px;
    }

form {
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;

}

/*  HOME PAGE STYLES
*******************************************************************/
.front-box {
    display:block;
    width:370px;
    height:190px;
    float:left;
    margin:2px;
    padding:0px;
    background-image:url(../images/box_bg.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    font-size:12px;
    }
.front-box p{
    margin:0px;
    padding:0px;
    padding-left:15px;
    }
.front-box img{
    padding-left:10px;
    padding-right:0px;
    }
.front-box ul{
    margin:0px;
    margin-top:8px;
    list-style-type:none;
    padding-right:20px;
    height:120px;
    }
.front-box ul li {
    padding-bottom:4px;
    padding-left:14px;
    background-image:url(../images/front_bullet.jpg);
    background-repeat:no-repeat;
    background-position:0px 3px;
    }
.front-box ul li.heading {
    padding-left:0px;
    color:#488f48;
    font-size:12px;
    margin-bottom:5px;
    background-image:none;
    }
.front-box h2 {
    margin:14px;
    margin-bottom:0px;
    padding:3px;
    padding-right:10px;
    text-align:right;
    color:#488f48;
    border-bottom:1px solid #8bc08b;
    border-right:5px solid #8bc08b;
    font-size:15px;
    }
.front-box h2 a {
    color:#488f48;
    text-decoration:none;
    }
.front-box h2 a:hover {
    text-decoration:underline;
    }
.front-box img {
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    }
#email-box ul{
    /*background-image:url(../images/icon_email.jpg);
    background-repeat:no-repeat;
    padding-left:97px;*/
    margin-left:13px;
    }
#website-box ul{
    /*background-image:url(../images/icon_website.jpg);
    background-repeat:no-repeat;
    padding-left:97px;*/
    margin-left:13px;
    }
#admin-box ul{
    /*background-image:url(../images/icon_admin.jpg);
    background-repeat:no-repeat;
    padding-left:97px;*/
    margin-left:13px;
    }
#advanced-box ul{
    /*background-image:url(../images/icon_advanced.jpg);
    background-repeat:no-repeat;
    padding-left:97px;*/
    margin-left:13px;
    }
    
/* General admin styles
*******************************************************/
.admin-table {
    width:100%;
    margin-bottom:10px;
    border:1px solid #4c7e4c;
    padding:0px;
    }
.admin-table th {
    background-color:#4c7e4c;
    color:#ffffff;
    padding:6px;
    text-align:left;
    }
.admin-table td {
    padding:5px;
    }
.master-row td{
    background-color:#dff0df;
    border-top:1px solid #1b4aa8;
    border-bottom:1px solid #1b4aa8;
    }
.alternate-odd td{
    background-color:#e8effb;
    border-top:1px solid #1b4aa8;
    border-bottom:1px solid #1b4aa8;
    }
.button-to input, input.button{
    border:1px solid #4c7e4c;
    background-color:#c3e8c3;
    color:#1a611a;
    font-weight:bold;
    font-size:11px;
    padding:1px;
    }
input.radio-button {
    border:none;
    }
.admin-table .button-to input{
    float:left;
    margin-right:3px;
    }
.errorExplanation {
    margin:5px 0px;
	color:#CC0000;
	background-color:#F3F3F3;
	padding:10px;
	border:1px solid #CC0000;
	}
.errorExplanation h2{
    font-size:13px;
    margin:0px;
    padding:0px;
    }
.errorExplanation p {
    padding:0px;
    margin:0px;
    }
h2#email-header {
    background-image:url(../images/icon_email_small.jpg);
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    padding-left:50px;
    line-height:50px;
    font-size:18px;
    color:#1b4aa8;
    float:left;
    }
h2#web-header {
    background-image:url(../images/icon_website_small.jpg);
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    padding-left:50px;
    line-height:50px;
    font-size:18px;
    color:#1b4aa8;
    float:left;
    }
h2#admin-header {
    background-image:url(../images/icon_admin_small.jpg);
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    padding-left:50px;
    line-height:50px;
    font-size:18px;
    color:#1b4aa8;
    float:left;
    }
h2#sub-header {
    background-image:url(../images/icon_arrows_small.jpg);
    background-repeat:no-repeat;
    display:block;
    margin:0px;
    padding:0px;
    padding-left:50px;
    line-height:50px;
    font-size:18px;
    color:#1b4aa8;
    float:left;
    }
/* FORM STYLES
****************************************************************************************/    
form#edit {
    margin: 0px;
    padding: 0px;
    /*min-width: 500px;
    max-width: 600px;
    width: 560px; */
    }
form#login {
    margin: 0px;
    padding: 0px;
    /*min-width: 500px;
    max-width: 600px;
    width: 560px; */
    }
fieldset {
    border:1px solid #4c7e4c;
    border-top-width:13px;
    margin:0px;
    margin-top:10px;
    padding:10px;
    }
fieldset legend {
	font-size:13px;
	color:#4c7e4c;
	margin-left:12px;
	text-align:center;
    }
form label {
    display:block;
    line-height:20px;
    margin-top:5px;
    }
form#edit label.field-description { 
	display:block;
	float:left; 
	line-height:20px; 
	width:150px;
	padding:0px; 
	margin:0px;
	margin-top:5px;
	margin-right:10px;
	text-align: right; 
    }
form#edit input, form#edit textarea {
	width:auto;
	margin:5px 0 0 10px;
    }
form#edit input, form#edit textarea {
	display: inline;
	margin:5px 0 0 0; 
    }
form#edit input#cancel {
	margin-left:2px;
    }

form br {
	clear:left;
    }
   
small {
    display:block;
    margin-top:2px;
    color:#666666;
    }
  
.field-errors {
    background-image:url(../images/icon_error.gif);
    background-repeat:no-repeat; 
    background-position:center left; 
    padding-left:22px; 
    padding-top:3px;
    padding-bottom:3px;
    display: none;
    color: red;
    }
    
/*=====================================================================================*/


/* Email Admin Styles
**********************************************************/
td.email-username  {
    color:#1b4aa8;
    font-weight:bold;
    width:175px;
    }
td.email-name  {
    
    }
td.email-quota  {
    width:85px;
    text-align:center;
    
    }
th.email-quota  {
    text-align:center;
    }
td.email-usage  {
    width:85px;
    text-align:center;
    }
th.email-usage  {
    text-align:center;
    }
td.email-actions  {
    width:100px;
    text-align:right;
    }

#renew_notice {
    text-align: right;
    }
    
th.left {
    text-align: left;
    }
td.money {
    text-align: right;
    padding-left: 10px;
    }
    
.total {
    border-top:1px solid #cccccc;
    }
    