body a:link {
    color: #003366;
}
body a:visited {
    color: #356aa0;
}
body a:hover {
	text-decoration: none;    
}
p {
	margin: 0px 0px 5px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 10px;
	padding: 0px;
}
h2 {
	margin-top: 0px;
	font-size: 18px;

	color: #333333;
	margin-bottom: 7px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #366ba0;
}
h4 {
    margin-top: 0px;
    font-size: 15px;
	margin-bottom: 5px;
}

h5 {
    margin-top: 0px;
    font-size: 12px;
	margin-bottom: 5px;
	color:#333333;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
.pdf {
   padding-right: 20px;
   background: transparent url(/images/lang/icon_pdf.gif) no-repeat center right;
}
/*======================== layout ========================*/
#page-shadow {
	width:930px;
	margin:0 auto;
	clear:both;
	padding: 0px;
	background-image: url(/images/lang/page-shadow-back.png);
}
#page-shadow-bottom {
	width:930px;
	padding: 0px;
	background-image: url(/images/lang/page-shadow-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#cp-page {
 position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#header {
	background-color: #356aa0;
	height: 68px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -555px;
}
#brand-header {
	padding-bottom: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(/images/lang/brand-header-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#header .logo {
	float: left;
	width: 182px;
	margin-top: 25px;
	margin-right: 7px;
}
#brand-header .logo {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-right: 7px;
}
.navigation {
	float: left;
	width: 600px;
	margin-top: 12px;
}

.cp-wide {
    position: relative;
    float: left;
	width: 598px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.cp-narrow {
    position: relative;
    float: left;
	width: 210px;
}
.cp-half {
    position: relative;
    float: left;
	width: 404px;
}
.csr-back {
    background-color: #FFB08A;
}
.csr-back tr:hover, .csr-back td:hover {
    background-color: #FFB08A;
}
.add-back {
    background-color: #fffde4;
}
.gray-outline-box {
	padding: 5px 5px 0px;
	border: 1px solid #a5a5a5;
}
/*======================== top nav on states ========================*/
.menu li.on a {
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -285px;
	cursor:default;
	color: #333;
}
.menu li.on a:visited {
	cursor:default;
	color: #333;
}
.menu li.domains-on a {
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
    background-position: 0 -455px;
	cursor:default;
	color: #333;
}
.menu li.domains-on a:hover {
	cursor:default;
	color: #333;
}
.menu li.domains-on a:visited {
	cursor:default;
	color: #333;
}
.menu li.hosting-on a {
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -200px;
	cursor:default;
	color: #333;
}
.menu li.hosting-on a:visited {
	cursor:default;
	color: #333;
}
.menu li.phone-on a {
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -370px;
	cursor:default;
	color: #333;
}
.menu li.phone-on a:visited {
	cursor:default;
	color: #333;
}
.menu li.other-on a {
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -30px;
	cursor:default;
	color: #333;
}
.menu li.other-on a:hover {
	cursor:default;
	color: #333;
}
.menu li.other-on a:visited {
	cursor:default;
	color: #333;
}
.menu li.support-on a {
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -115px;
	cursor:default;
	color: #333;
}
.menu li.support-on a:hover {
	cursor:default;
	color: #333;
}
.menu li.support-on a:visited {
	cursor:default;
	color: #333;
}
/*======================== horiz sub nav ========================*/
#sub-nav {
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-left: -340px;
	clear: both;
	padding-top: 5px;
	width: 880px;
}
#sub-nav ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none; 
}
#sub-nav li {
    display: block; 
	float:left;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#sub-nav li a:link,
#sub-nav li a:visited{
	color: #333;
	font-weight: bold;
	text-decoration: none;
    padding: 2px;
}
#sub-nav li a:hover{
    background-color:#fff;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#sub-nav li.on{
    background-color:#fff;
	color: #999;
	font-weight: bold;
}

/*======================== header quicklinks ========================*/

#quick-links {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	text-transform: uppercase;
	margin: 0px;
}
#quick-links .templateWelcome{
	font-size: 11px;
	color: #ffcc00;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}
#quick-links ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none; 
}
#quick-links li {
	float:left;
	margin-left: 10px;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#quick-links li a:visited {
    color: #fff;
	text-decoration:none;
}

#quick-links ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#quick-links ul li a:hover {color: #ffcc00;}
#quick-links-create a {
	background: url(/images/lang/quick-links-icons.gif) 0px 1px no-repeat;
}
#quick-links-create a:hover {
	background: url(/images/lang/quick-links-icons.gif) 0px -19px no-repeat;
}
#quick-links-login a {
	background: url(/images/lang/quick-links-icons.gif) 0px -38px no-repeat;
}
#quick-links-login a:hover {
	background: url(/images/lang/quick-links-icons.gif) 0px -56px no-repeat;
}
#quick-links-webmail a {
	background: url(/images/lang/quick-links-icons.gif) 0px -74px no-repeat;
}
#quick-links-webmail a:hover {
	background: url(/images/lang/quick-links-icons.gif) 0px -93px no-repeat;
}
#quick-links-contact a {
	background: url(/images/lang/quick-links-icons.gif) 0px -112px no-repeat;
}
#quick-links-contact a:hover {
	background: url(/images/lang/quick-links-icons.gif) 0px -131px no-repeat;
}
#quick-links-basket a {
	background: url(/images/lang/quick-links-icons.gif) 0px -170px no-repeat;
}
#quick-links-basket a:hover {
	background: url(/images/lang/quick-links-icons.gif) 0px -151px no-repeat;
}

/*======================== main content ========================*/
#content {
	background-color: #fff;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/*======================== layout format ========================*/
.button-right {
    text-align: right;
}
#cp-page .clear { clear:both; height:1px; font-size:1px; line-height:1px; 
}

#cp-page select,
#cp-page input,
#cp-page textarea {
	font-size: 13px;
	padding: 1px;
}

.my-account-header {
	background-color: #f0f0f0;
	margin:0px;
	padding: 7px;
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a5a5a5;
	border-right-color: #a5a5a5;
	border-bottom-color: #336699;
	border-left-color: #a5a5a5;
}
.gradient-back-yellow {
    background-color:#FFCC66;
    background-image: url(/images/lang/gradient_back_yellow.gif);
    background-position: top;
    background-repeat:  repeat-x;
}
.gradient-back-blue {
    background-image: url(/images/lang/gradient_back_blue2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.gradient-back-gray3 {
    background-color:#ffffff;
    background-image: url(/images/lang/gradient_back_gray3.gif);
    background-position: top;
    background-repeat:  repeat-x;
}
/*======================== footer ========================*/
#footer {
	width:900px;
	margin:0 auto;
	font-size: 11px;
	color: #999;
	text-align: right;
	padding: 0px;
}
#footer-links {
	background-color: #356aa0;
	background-image: url(/images/lang/main-nav-on.gif);
	background-repeat: repeat-x;
	background-position: 0 -540px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #fff;
}
#brand-footer-links {
    background-color:#666666;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #fff;
}
#footer-links ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none; 
}
#footer-links li {
    font-size: 11px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-links li a:link,
#footer-links li a:visited {
	color: #fff;
    font-weight: bold;
	text-decoration: none;
}
#footer-links li a:hover{
	color: #ccc;
	text-decoration: none;
}
.banners-row {
	width:900px;
	margin:0px auto 0 auto;
	text-align: right;
}
.banners-row table {
	text-align: center;
	margin-left: auto;
}
.banners-row td {
	padding: 3px;
}
.footer-line {
	background-color: #cfcfc6;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c3c3bb;
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3bb;
}

.admin-main-content {
	float: left;
	width: 930px;
}

#admin-bar {
	background-color: #f0f0f0;
	padding: 5px;
	float: right;
	width: 230px;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#admin-bar th {
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #999;
}
#admin-bar td {
    padding: 2px;
}
#admin-bar tr:hover {
    background-color: #fff;
}

#admin-bar select,
#admin-bar input,
#admin-bar textarea {
	font-size: 11px;
	padding: 1px;
}

#tree-top-nav td {
	padding: 0px;
}
#cp-top-nav {
  background-color:#FFFFFF;
  background-image:url(/images/lang/cp-nav-back.gif);
  background-position:center bottom;
  background-repeat:repeat-x;
  height:69px;
  padding:5px 10px 0;
}
#cp-top-nav td {
  padding-right:5px;
}
#admin-buttons {
  position: absolute;
  height: 33px;
  left: 650px;
  right: 0px;
  top: 30px;
  width: 150px;
  padding: 0px;
  margin: 0px;
}

/*======================== express service window ========================*/
#express_service_code_div {
	position: absolute;
	left: -140px;
	top: 0px;
	display: none;
	border: solid 1px #999999;
	width: 200px;
	padding: 5px;
	background-color: #FFFFCC;
	z-index: 99;
}
#express_service_code_div p {
	margin-bottom: 5px;
	margin-top: 2px;
}
#express {
	position: absolute;
	height: 27px;
	left: 820px;
	right: 0px;
	top: 30px;
	width: 69px;
	clear: both;
	padding: 0px;
}
/*===================== table formating ========================================*/
.standard-table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A4BADB;
		background-color: #fff;
}
.alt-table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
		background-color: #fff;
}
.standard-table .title-cell {
	background-color: #f6f8fc;
	font-weight: bold;
}
.alt-table .title-cell {
	background-color: #f5f5f5;
	font-weight: bold;
}
.standard-table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4BADB;
	font-size: 12px;
	color: #000;
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4BADB;
}
.alt-table td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dedede;
	font-size: 12px;
	color: #000;
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
}
.standard-table th {
	background-image: url(/images/lang/gradient_back_gray_mini.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4BADB;
	font-size: 14px;
	color: #000;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4BADB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9EEF5;
}
.alt-table th {
	/*background-image: url(images/lang/gradient_back_yellow.gif);*/
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dedede;
	font-size: 14px;
	color: #666666;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	background-color: #deded2;
}
.standard-table tr:hover {
	background-color:#fffde4;
}
.alt-table tr:hover {
	background-color:#f8f7f0;
}
/* for old tables not CGI2*/
.borderA {
	margin-bottom: 10px;

}
.borderA td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A4BADB;
	font-size: 11px;
	color: #000;
	padding: 5px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A4BADB;
}
#cp-page .borderA th {
	background-image: url(/images/lang/gradient_back_gray_mini.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cad7ea;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cad7ea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9EEF5;
}
#cp-page caption {
    font-size: 13px;
	padding: 5px;
	text-align:left;
	font-weight: bold;
	margin-top: 5px;
	background-color:#CCCCCC;
    background-image: url(/images/lang/gradient_back_blue2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#cp-page .K th {
	padding: 0px;
	margin: 0px;
	
}
#cp-page .K {
	background-image: url(/images/lang/gradient_back_gray_mini.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cad7ea;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cad7ea;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9EEF5;
}
/* ========================= alerts & messages ========================== */
p.C {
    border-color: #cc6666;
    background-color: #f6f6f6;
	border-style:solid;
    border-width:1px;
    padding:3px;
 }
 /*===================== old cp styles========================================*/
#page .admin-wide-col{
	width:647px;
	margin:0px 10px 0px 0px;
	float:left;
	position: relative;
	padding: 0px;
}
#page .admin-narrow-col{
	width:223px;
	margin:0px;
	float:left;
    position: relative;
	padding: 0px;
}
#page .admin-half-col1{
	width:435px;
	margin:0px 10px 0px 0px;
	float:left;
	padding: 0px;
	position: relative;
}
#page .admin-half-col2{
	width:435px;
	margin:0px;
	float:left;
	position: relative;
	padding: 0px;
}
#page .admin-box-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 31px;
}
#page .admin-cp-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px 7px 2px 10px;
}
#page .bold { /* used in domain selector */
	font-weight: bold;
}

/* message style */
.message_info {
    font-weight: bold;
    color: #333;
    padding: 6px 5px 5px 45px;
    background-image: url(/images/lang/icon_info.gif);
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #2e86e7;
    border-bottom-color: #2e86e7;
    border-bottom-width: 1px;
    background-position: 5px 2px;
    margin-bottom: 3px;
}
.message_success {
    font-weight: bold;
    color: #333333;
    padding: 6px 5px 5px 45px;
    background-image: url(/images/lang/icon_success.gif);
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0ffe6;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #669900;
    border-bottom-color: #669900;
    border-bottom-width: 1px;
    background-position: 5px 2px;
    margin-bottom: 3px;
}
.message_warning {
    font-weight: bold;
    color: #000;
    padding: 6px 5px 5px 45px;
    background-image: url(/images/lang/icon_warning.gif);
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffcc;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffcc00;
    border-bottom-color: #ffcc00;
    border-bottom-width: 1px;
    background-position: 5px 2px;
    margin-bottom: 3px;
}
.message_error {
    font-weight: bold;
    color: #cc0000;
    padding: 6px 5px 5px 45px;
    background-image: url(/images/lang/icon_error.gif);
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0f0f0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #cc0000;
    border-bottom-color: #cc0000;
    border-bottom-width: 1px;
    background-position: 5px 2px;
    margin-bottom: 3px;
}
.message_working {
    font-weight: bold;
    color: #000;
    padding: 6px 5px 5px 45px;
    background-image: url(/images/lang/icon_ajax_thinking.gif);
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffcc;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffcc00;
    border-bottom-color: #ffcc00;
    border-bottom-width: 1px;
    background-position: 8px 5px;
    margin-bottom: 3px;
}
/*===================== domain chooser ===========================*/
#domain_id_p label, #domains_p label{
    font-weight: bold;
    font-size: 15px;
}
#domain_id_table label, #domains_table label, #domain_group_members_table label {
    font-weight: bold;
    font-size: 15px;
}
#domain_id_table td, #domains_table td, #domain_group_members_table td {
	border-style: none;
}
pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7
*/
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}