/* 
Theme name : seablue
First Theme color : AF3909
Second Theme color : F95B00
Third theme color ( grey ) : E1E2E5
forth color(very light blue) DAF0FB
fifth color:(border for above)C4E7F8
*/



html,body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	color:#666666;
}

/* Common styles */

.clear{
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}


form{
	margin:0;
}
.comm_input{
	background-color:#F2F2F2;
	border:#AF3909 solid 1px;
	color:#000000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	line-height:20px;
	margin:0!important;
}

.textarea { 
 border:#AF3909 solid 1px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
 background-color:#F2F2F2;
}

.comm_button{
	background-image:url(button_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border:none;
	font-weight:bold;
	padding:5px 7px 5px 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin:0;
	border:solid 1px #663300;
	cursor:pointer;
}
.comm_button:hover{
	background-color:#ffa000;
	border:solid 1px #996600;
	cursor:pointer;
}

p{
	margin:0px 0px 10px 0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 0px 0px 0px!important;
	font-size:15px;
}

.text_style1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000000;
}

.text_style2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#AF3909;
}

.text_style3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
}
.text_style4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px!important;
	color:#000000;
}
.text_style5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AF3909;
	padding:5px 0;
	display:block;
}
.text_style6{
	font-size:12px!important;
	color:#000000;
	font-weight:bold;}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#F95B00;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}

.column_divider{
	background-image:url(dot2.gif);
	background-repeat:repeat-y;
	padding:3px;
	background-position:center;
}

/* Common styles ends */

.site_width{
	width:760px;	//1260
	margin-left:auto!important;
	margin-right:auto!important;
	
}

.outer_wrapper{
	position:relative;
	min-height:100%;
	}

.header_row{
	height:90px;
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#AF3909;
}

.header_cnt{
	height:90px;
	color:#FFFFFF;
	width:100%;
	margin-left:auto!important;
	margin-right:auto!important;	
}

.logo_area{
	padding:15px 0px 0px 0px;
	float:left;
}

.header_rightarea{
	float:right;
	height:22px;	//90
}

.header_right_info{	
	//height:35px;
	text-align:right;
	padding:10px 0px 0px 0px;
	
}
.header_right_menu{	
	height:40px;
	float:right;
}

/* home menu style */
.menu_home{
	
	
}

.menu_home ul{
	margin:0px;
}
.menu_home li{
	list-style-type:none;
	float:left;	
}
.menu_home li a:link,
.menu_home li a:visited,
.menu_home li a:active
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000!important;
	height:30px;
	font-size:18px;
	padding:8px 20px 0px 20px;
	
	background-image:url(menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.menu_home li a:hover
{
	color:#000000;
	background-color:#FF5600;
	background-image:url(menu_bg_hover.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
/* home menu style ends */

/* inner menu style */
.menu_inner{
	height:45px;	
}

.menu_inner ul{
	margin:0px;
}
.menu_inner li{
	list-style-type:none;
	float:left;	
}
.menu_inner li a:link,
.menu_inner li a:visited,
.menu_inner li a:active
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(inner_menu_divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:37px;
	font-size:18px;
	padding:8px 30px 0px 10px;
}

.menu_inner li a:hover
{
	color:#369DBE;
}
/* inner menu style ends */

.content_row{
	clear:both;
}

.home_content_area{
	padding:10px 0px 10px 0px;
	clear:both;
	text-align:left;
}

.inner_content_area{
	padding:10px 0px 110px 0px;
}

.footer_row{	
	height:80px;
width:100%;
	clear:both;
}

.footer_cnt{
	color:#FFFFFF;
	padding:20px 0px 20px 0px;
	text-align:left;
	background-color:#000000;	
	background-image:url(footer_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;//1220px;
	margin:0 auto;
	text-align:center;
}
.footer_cnt a:link,
.footer_cnt a:visited,
.footer_cnt a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_cnt a:hover
{
	color:#F95B00;	
}


.home_banner_row{	
	padding-bottom:10px;
	
	
}
.home_banner_cnt{
	clear:both;
	background-color:#922500;
	background-image:url(banner_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.home_banner_left{
	width:100%; //980px;
	float:left;
	//height:185px;	
}
.home_banner_right{
	
	float:right;
	text-align:right;
	padding-top:20px;
	padding-right:10px;
}

.home_caption{
	float:right;
	font-family:"Trebuchet MS";
	font-size:30px;
	color:#FFFFFF;
	margin-top:25px;
}

.home_signup_btn{
	width:245px;
	height:150px;
	background-image:url(btn_signup.png);
	background-repeat:no-repeat;
}

.home_signup_btn a{
	width:245px;
	height:150px;
	display:block;
}

.home_signup_btn a span{
	display:none;
}

.home_myaccount_btn{
	width:245px;
	height:150px;
	background-image:url(btn_myaccount.png);
	background-repeat:no-repeat;
}

.home_myaccount_btn a{
	width:245px;
	height:150px;
	display:block;
}

.home_myaccount_btn a span{
	display:none;
}

.top_html_cnt{
	clear:both;
	margin-bottom:10px;
}

.top_html_cnt a:link,
.top_html_cnt a:visited,
.top_html_cnt a:active
{
	text-decoration:none;
	color:#AF3909 ;
}

.btm_html_cnt{
	clear:both;
	margin-top:10px;
	text-align:left;
}

.btm_html_cnt a:link,
.btm_html_cnt a:visited,
.btm_html_cnt a:active
{
	text-decoration:none;
	color:#AF3909 ;
}

.home_cnt_left{
	width:100%; //990px;
	float:left;
	
}
.home_cnt_right{
	width:270px;
	float:right;	
}

.feature_cnt_td{
	padding-right:10px;
}

.home_tbl_cnt{
	
	padding:20px 20px 20px 20px;
}
.home_tbl_header{
	clear:both;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0px 0px 8px 0px;
}

.home_tbl_text{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px 0px 0px 0px;
	color:#000000;
	text-align:left;
	height:75px;
}

.tbl_btn_container{
	clear:both;
	margin:10px 0px 0px 0px;
	text-align:right;
	float:right;
}

/* home buynow button 1 */
.btn_buynow_1{
	width:251px;
	height:94px;
	background-image:url(btn_buynow1.png);
}

.btn_buynow_1 a{
	width:251px;
	height:94px;
	display:block;
}

.btn_buynow_1 a span{	
	display:none;
}

/* home buynow button 2 */
.btn_buynow_2{
	width:251px;
	height:94px;
	background-image:url(btn_buynow2.png);
}

.btn_buynow_2 a{
	width:251px;
	height:94px;
	display:block;
}

.btn_buynow_2 a span{	
	display:none;
}

/* home buynow button 3 */
.btn_buynow_3{
	width:251px;
	height:94px;
	background-image:url(btn_buynow3.png);
}

.btn_buynow_3 a{
	width:251px;
	height:94px;
	display:block;
}

.btn_buynow_3 a span{	
	display:none;
}

/* table 1 style */
.home_feature_tbl_1{
	
	background-image:url(box1_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;	
}



.home_feature_tbl_1 td.title{	
	background-image:url(home_bullet.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	height:50px;
	padding:0px 0px 0px 55px;	
}
.home_feature_tbl_1 td.rightcrnr{	
	background-image:url(tbl1_hdr_right.jpg);
	background-repeat:no-repeat;
	background-position:right;	
	height:50px;
	width:11px;	
	display:none;
}

.title1{
	color:#714D00;
}



/* table 2 style */
.home_feature_tbl_2{
	background-image:url(box2_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	}


.home_feature_tbl_2 td.title{	
	background-image:url(home_bullet.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	height:50px;
	padding:0px 0px 0px 55px;	
}
.home_feature_tbl_2 td.rightcrnr{	
	background-image:url(tbl2_hdr_right.jpg);
	background-repeat:no-repeat;
	background-position:right;	
	height:50px;
	width:11px;
	display:none;	
}

.title2{
	color:#9F1111;
}

/* table 3 style */
.home_feature_tbl_3{
	background-image:url(box3_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	}


.home_feature_tbl_3 td.title{	
	background-image:url(home_bullet.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
	height:50px;
	padding:0px 0px 0px 55px;	
}
.home_feature_tbl_3 td.rightcrnr{	
	background-image:url(tbl3_hdr_right.jpg);
	background-repeat:no-repeat;
	background-position:right;	
	height:50px;
	width:11px;	
	display:none;
}

.title3{
	color:#373208;
	}




.testi_header{
	height:40px;
	background-image:url(testi_icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;	
	color:#AF3909;
	padding:10px 0px 0px 50px;
	margin-bottom:10px;
}

.testi_item{
	clear:both;
	text-align:left;
	font-size:13px;
	color:#666666;
	margin-bottom:10px;
	line-height:18px;
}


.testi_btn{
	border-top:#F6F6F6 solid 1px;
	padding:10px 0px 0px 0px;
	margin-top:10px;	
}

.testi_btn a:link,
.testi_btn a:visited,
.testi_btn a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#AF3909;
	text-decoration:none;
	background-image:url(arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 30px 3px 0px;
}
.testi_btn a:hover
{	
	color:#788698;
}

/* inner page styles */


.inner_heading{
	background-image:url(inner_head_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E1E2E5;
	border:#E1E2E5 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	padding:10px 10px 10px 20px;
	color:#AF3909;
	margin-bottom:10px;
	text-align:left;
}

.inner_heading2{	
	background-color:#AF3909;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	padding:8px 8px 8px 15px;
	color:#FFFFFF;
	margin-bottom:10px;
}

.inner_subhead1{	
	font-size:16px;	
	color:#000000;
	margin-bottom:10px;
	font-weight:bold;
}


.cnt_group{
	background-image:url(inner_content_bg2.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:#AF3909 solid 2px;
	padding:8px;
	margin-bottom:10px;	
	font-size:12px!important;
	
}
.inner_cnt_left{
	width:100%;	//270px;
	float:left;
	margin-right:10px;	
}
.inner_cnt_right{
	width:100%; //980px;	
	float:right;	
}

.inner_cnt_left2{
	width:100%;	//420px;
	float:left;
	margin-right:10px;
	
}
.inner_cnt_right2{
	width:100%; //830px;	
	float:right;	
}

.border_block{
	border:#E1E2E5 solid 5px;
	padding:10px;

}
.border_block2{
	border:#A6A6A6 solid 1px;
	padding:10px;
}
.border_block3{
	border:#A6A6A6 solid 1px;
}
.inner_cnt_head1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#AF3909;
	font-size:16px;
	background-image:url(dot2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}

.inner_cnt_head2{
	font-family:Arial, Helvetica, sans-serif;	
	color:#AF3909;
	font-size:18px;	
	margin-bottom:5px;
	padding-left:10px;
}
.inner_cnt_head3{
	font-family:Arial, Helvetica, sans-serif;	
	color:#AF3909;
	font-size:18px;	
	margin-bottom:5px;	
}
.inner_cnt_head4{
	font-family:Arial, Helvetica, sans-serif;	
	color:#AF3909;
	font-size:14px;	
	margin-bottom:5px;
	font-weight:bold;
}
.inner_listing1{
	margin:0;
	padding:0;}
.inner_listing1 li{
	/*margin:10px 0px 10px -30px;*/
	list-style-type:none;
	text-decoration:none;
	color:#000000;
	background-image:url(bullet1.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:14px;
	padding:0px 0px 7px 20px;
	margin-left:15px;
}

.inner_listing1 li a:link,
.inner_listing1 li a:visited,
.inner_listing1 li a:active
{
	text-decoration:none;	
}
.inner_listing1 li a:hover
{	
	color:#F95B00 ;	
	text-decoration:underline;
}


.inner_listing2 li{
	margin:5px 0px 5px 30px;
	list-style-type:none;
	float:left;
//	width:330px;
}

.inner_listing2 li a:link,
.inner_listing2 li a:visited,
.inner_listing2 li a:active
{
	text-decoration:none;
	color:#000000;
	background-image:url(bullet2.png);
	background-position:left;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 20px;
}
.inner_listing2 li a:hover
{	
	color:#F95B00 ;	
	text-decoration:underline;
}


.cpanel_itemrow{
	background-image:url(inner_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 10px 0px;
	margin-bottom:10px;
}

.content_box{
	background-image:url(inner_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
	margin-bottom:10px;
	border:#E1E2E5 solid 2px;
}
.content_box1{
	background-image:url(inner_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:10px;
	margin-bottom:10px;
	border:#E1E2E5 solid 2px;
	float:right;
}

.content_link{
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.content_link:hover{	
	color:#F95B00 ;	
}


.comm_textstyle{
	font-size:14px;
}
.comm_tbl{
	width:100%;
}
.comm_tbl td{
	padding:5px 5px 5px 0px;
}

.domain_select{
	background-color:#E1E2E5;
	border:#AF3909 solid 1px;
	padding:5px 5px 5px 8px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	width:80px;
	font-weight:bold;
}

/* listing table style */

.listing_table1{
	border-top:#E1E2E5 solid 1px;
	border-right:#E1E2E5 solid 1px;
}
.listing_table1 td{
	border-bottom:#E1E2E5 solid 1px;
	border-left:#E1E2E5 solid 1px;
	color:#000000;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.listing_table1 th{
	
	color:#FFFFFF;
	background-color:#AF3909;
	text-align:left;
	vertical-align:top;
	padding:5px;
}

.sublevel_menu_container{
	background-image:url(inner_content_bg3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	font-size:18px;	
	color:#E1E2E5;
}

.sublevel_menu_container a:link,
.sublevel_menu_container a:visited,
.sublevel_menu_container a:active
{
	color:#F95B00!important;
	text-decoration:none;
	font-size:18px;	
	
}

.sublevel_menu_container a:hover
{
	color:#AF3909!important;
	text-decoration:none!important;
}



.subleve2_menu_container{
	background-image:url(inner_content_bg3.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;	
	color:#F95B00 ;
}

.subleve2_menu_container a:link,
.subleve2_menu_container a:visited,
.subleve2_menu_container a:active
{
	color:#000000!important;
	text-decoration:none;
	font-size:13px;	
}

.subleve2_menu_container a:hover
{
	color:#F95B00 !important;
	text-decoration:none!important;
}

.msg_error{
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 3px 0px;
	text-align:center;
	margin-bottom:10px;
}

.login_box{	
	width:400px;	
	margin:0 auto;
}

.login_head{
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#AF3909;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:8px 0px 8px 10px;
}

.login_cnt{
	color:#000000;
	padding:10px;
	border:#EFEFEF solid 3px;
}

.login_btm{
	background-image:url(box_shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:12px;
}

.btn_login{
	background-color:#AF3909;	
	border:#AF3909 solid 1px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;	
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing:0px;
	padding: 5px 7px;
}

/* ----17-05-2011----- */

.support_leftarea{
	background-image:url(dot2.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding:0px 10px 0px 0px;
	
}

.support_rightarea{
	padding:0px 0px 0px 10px;
	font-size:12px!important;
}

.left_column_head{
	background-image:url(header_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#AF3909;
	color:#000000;
	font-size:19px;	
	padding:10px 10px 10px 15px;
}

.msg_info{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 3px 0px;
	text-align:center;
	margin-bottom:10px;
}

.titleticket{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000!important;
	text-decoration: none;
	background-color: #E1E2E5;
}

	
a.titleticket:hover{	
text-decoration: none;	
color: #AF3909!important; 
}
	
/* ----18-5-2011---- */

.combobox { 
	background-color:#F2F2F2;
	border:#AF3909 solid 1px!important;
	color:#000000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	line-height:20px;
	margin:0!important;
}

.whitebasic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/* ---------- */

.headlist {
	background-color:#FFFFFF;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
}

.headlist td {
	background-color:#E1E2E5;	
	color:#000000;
	padding:5px;
	font-size:13px;
}

.comm_listing1{
	list-style-image:url(../../images/bullet2.jpg);
	list-style-position:0px 0px;
	color:#F95B00;
	font-size:14px;
	font-weight:bold;
}

.comm_listing1 ul li{
	margin:0px;
}

.login_box2{
	width:350px;
	height:175px;
	background-image:url(login_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#000000;
	padding-top:10px;
}

#maincontainer {
	/*width:964px;*/
	margin:0 auto;
	}
.textbox {
	background-color:#F2F2F2;
	border:#AF3909 solid 1px;
	color:#000000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0!important;
}


.boxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFFFFF;
}
.headingCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headingCopy a:link,
headingCopy a:active,
headingCopy a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

headingCopy a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headingCopy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color:000;
}
.headingCopy1 a:link,
.headingCopy1 a:active,
.headingCopy1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;

}

.headingCopy1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	
}
.headingCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color:000;
}
.headingCopy2 a:link,
.headingCopy2 a:active,
.headingCopy2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;

}

.headingCopy2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	
}

/*- Menu Tabs 5-------- */

 #tabs5 {
 float:left;
 width:100%;
 line-height:normal;

 }
 #tabs5 ul {
 margin:0;
 padding:10px 10px 0 50px;
 list-style:none;
 }
 #tabs5 li {
 display:inline;
 margin:0;
 padding:0;
 }
 #tabs5 a {
 float:left;
 margin:0;
 padding:0 0 0 4px;
 text-decoration:none;
 }
 #tabs5 a span {
 float:left;
 display:block;
 background:url(../../images/tabright7.gif) no-repeat right top;
 padding:5px 15px 5px 15px;
 color:#FFF;
 }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 #tabs5 a span {float:none;}
 /* End IE5-Mac hack */
 #tabs5 a:hover span {
 color:#FFFFFF;
 }
 #tabs5 a:hover {
 background-position:0% -42px;
 }
 #tabs5 a:hover span {
 background-position:0% -42px;
 }

 #tabs5 #current a {
 background-position:0% -42px;
 }
 #tabs5 #current a span {
 background-position:0% -42px;
 }

.box{
background-color: #696969;
background-image: url(../../images/topBox_center_tile.png);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #E0EAF1;
padding: 10px;
height:auto;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
	
}
.toplinks a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
.toplinks a:link,
.toplinks a:visited
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding:5px 15px 5px 15px;
}

.bg1 {
/*
	background-image: url(../../images/hosting-header.gif);
	background-repeat: no-repeat;
	background-position:left top;
*/
	height: 193px;
	background-color:#43C6FC;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	letter-spacing: -2px;
	
	font-weight: bold;
	vertical-align:middle;
}
.logo a:link,
.logo a:active,
.logo a:visited
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	letter-spacing: -2px;
	
	font-weight: bold;
	text-decoration:none;
}
.logo a:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #cae1f8;
	letter-spacing: -2px;
	
	font-weight: bold;
	text-decoration:none;
}

.bg2 {
	background-image: url(../../images/bg1.png);
	background-repeat: repeat-x;
	background-image: url(../../images/barbg1.gif);
	background-position: center top;

}
.white {
	background-color: #FFFFFF;
	padding: 0px;
	
	
}
.bg3 {
	background-color: #152534;
	/*
background-image: url(../../images/bottombg22.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
*/
	padding:10px;
	
}
.bg33 {
	background-color: #26394D;

	padding:10px;
	
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #90B4CF;
	letter-spacing: -1px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #000000;
	letter-spacing: -1px;
	padding: 5px;
}
.bigfont1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.bigfont {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 30px;
	color: #000000;
	letter-spacing: -1px;
	text-align:left;

}
.bigfont a:link,
.bigfont a:active,
.bigfont a:visited 
{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 40px;
	color: #000000;
	letter-spacing: -1px;
	text-decoration:none;

}
.bigfont a:hover 
{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 40px;
	color: #cae1f8;
	letter-spacing: -1px;
	text-decoration:none;

}
.maintextCopy3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	padding: 5px;
}
.maintext4 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #ccc;
	letter-spacing: -1px;
	padding: 5px;
}
.maintext4 a:link,
.maintext4 a:active,
.maintext4 a:visited
{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #fff;
	letter-spacing: -1px;
	padding: 5px;
	text-decoration:none;
}
.maintext4 a:hover
{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #cae1f8;
	letter-spacing: -1px;
	padding: 5px;
	text-decoration:none;
}
.maintext5 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	line-height: 25px;
	color: #333333;
	letter-spacing: 0px;
}
.maintext6 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	line-height: 20px;
	color: #666666;
	letter-spacing: 0px;
	padding: 5px;
}
.maintext6 a:link,
.maintext6 a:active,
.maintext6 a:visited{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	line-height: 20px;
	color: #666666;
	letter-spacing: 0px;
	padding: 5px;
}
.maintext6 a:hover{
	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	line-height: 20px;
	color: #cae1f8;
	letter-spacing: 0px;
	padding: 5px;
}
.maintext7 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 26px;
 font-weight:bold;
	line-height: 20px;
	color: #666666;
	letter-spacing: -1px;
	padding: 6px 5px 25px 25px ;
}
.bgg {
	background-color: #FFFFFF;
	/*
background-image: url(../../images/bluebg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
*/
}
.maintext8 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 25px;
	line-height: 20px;
	color: #FFFFFF;
	letter-spacing: -1px;

}
.maintext9 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: -1px;

}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

.headerCopy {

	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
.dots {
	background-image: url( ../../images/dots.gif);
	background-repeat: repeat-x;
}
.bodytext2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
.bodytext2 a:link,
.bodytext2 a:active,
.bodytext2 a:visited
 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
.bodytext2 a:hover
 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 18px;
}
.footer {
	background-image: url( ../../images/row_selected_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	
}
.blackcolor {
	background-color: #152534;
	padding:10px;
	-moz-border-radius-bottomleft :16px;
	-moz-border-radius-bottomright :16px;
	
}
.blackcolor1 {
	background-color: #000000;

	
}

	body2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	letter-spacing: -1px;
	
	}
	
	div.domtab{
	padding:0;
	width:100%;
	font-size:19px;
	}
	ul.domtabs{
	
	width:100%;
	margin:0 0 0 0;	
	}
	ul.domtabs li{
	float:left;
	padding:0 .1em 0 0;
	}
	ul.domtabs a:link,
	ul.domtabs a:visited,
	ul.domtabs a:active,
	ul.domtabs a:hover{
	width:11em;
	padding:.1em 1em;
	display:block;
	background:#666;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	}
	
	ul.domtabs a:hover{
	background:#696;
	}
	ul.domtabs li.active a:link,
	ul.domtabs li.active a:visited,
	ul.domtabs li.active a:active,
	ul.domtabs li.active a:hover{
	background:#696;
	color:#fff;
	}
	#domtabprintview{
	float:right;
	padding-right:1em;
	text-align:right;
	}
	#domtabprintview a:link,
	#domtabprintview a:visited,
	#domtabprintview a:active,
	#domtabprintview a:hover{
	color:#fff;
	}

.yellow_new
{
	clear:both;
	width:736px;
	height:300px;
	background-image:url(../../images/tab1img.jpg);
	background-repeat:repeat-x;
	color:#fff;
	background-color:#FFFFFF;
}

.yellow_new11
{
	clear:both;
	width:auto;
	background-image:url(../../images/bg4.gif);
	background-repeat:no-repeat;
	color:#fff;
	padding:15px 5px 5px 5px;
	height:250px;
}
.red_new
{
	clear:both;
	width:736px;
	height:300px;
	background:#FFFFFF url(../../images/bg3.jpg) repeat-x;
	background-repeat:repeat-x;
	color:#fff;
}
.red_new11
{
	clear:both;
	width:auto;
	background-image:url(../../images/bg5.gif);
	background-repeat:no-repeat;
	color:#fff;
	padding:5px;
	height:250px;
}
.blue_new
{
	clear:both;
	width:736px;
	height:300px;
	background:#FFFFFF url(../../images/tab3bg.jpg) repeat-x;
	color:#fff;
}
.blue_new11
{
	clear:both;
	width:auto;
	color:#fff;
	background-image:url(../../images/bg6.gif);
	background-repeat:no-repeat;
	padding:5px;
	height:250px;
}


.yeloowbg {
	height: 67px;
	width: 721px;
	padding: 5px;
	background-image: url( ../../images/yellowbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	padding: 20px;
}
.maintextblue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 22px;
	color: #7D9CAA;
	letter-spacing: -1px;
	padding: 5px;
}

.loginbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #044772;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 3px;
}
.registerbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 3px;
}
.signupbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../../images/buttonbg.gif);
	background-repeat:repeat-x;
	border: 1px solid #DFDFDF;
	height:25px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 3px;
}
.tablebox {
	border:5px solid #E1E2E5;
}
.tdbox {
	background-color:#AF3909;
	color:#ffffff;

}

.tab1{
background-image:url( ../../images/but1.gif);
background-repeat:no-repeat;
background-position:center center;
width:241px;
height:35px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: -1px;
}
.tab2{
background-image:url( ../../images/but1.gif);
background-repeat:no-repeat;
background-position:center center;
width:241px;
height:35px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: -1px;
}
.tab3{
background-image:url( ../../images/but1.gif);
background-repeat:no-repeat;
background-position:center center;
width:241px;
height:35px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #FFFFFF;
letter-spacing: -1px;
}
.bginner {
	background-color:#fff;

	background-image:url(../../images/banner_blue.gif);
	background-repeat:repeat-y;
	height:75px;
	background-position: center top;
}


.login_area{
	background:url( ../../images/login_bg_admin.gif) repeat-y left top;
	padding:0px 28px;
}

.login_text{
	font:19px Tahoma;
	margin-bottom:10px;
}

.login_txtbx{
	font-size:12px;
}

.login_txtbx TD{
	padding-bottom:7px;
}

.login_txtbx INPUT{
	width:218px;
}


.login_bttn{
	width:50px !important;
	height:19px;
	background:url( ../../images/login_bttn.gif) no-repeat left top;
	border:0;
}
.topbg {

	height:30px;
}
.colourblue {
	background-color: #9EBADF;
}
.barshadow {
	background-image: url(../../images/barshadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.testibbg{
	background-image: url(../../images/testimonibg.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#FFFFFF;	
	}
	
.testibbg3{
	/*
background-image: url(../../images/right_bg_red.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/
	background-color:#152534;	
	}
	
.testibbg4{
	padding:0px 8px 20px 8px;
	background-image:url(../../images/service_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	}


.table1_container{
	padding:8px 8px 0px 8px;
	text-align:center;
	vertical-align:top;
}


.headingbg1{

	background-color:#fff;
/*
	background-image:url(../../images/bottombg22.jpg);
	background-repeat:repeat-x;
	background-position:center top;
*/
	color:#000;
	height:30px;
	padding:15px 0px 5px 66px;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
}

.services_table{
	width:100%;
}
.services_table td{
	padding:22px;
}
.subheading_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #717D8D;
}
.maintext_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
}
.bluebg_sk {
	
	padding:15px;
}
.bborder_list_sk {
	
	
}
.bborder_list_inner_sk {
	
}
.whitebg_sk {
	
}
.blacksub {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}
.whitebg1_sk {
	background-color: #DDE0E5;
	padding:5px;
}
.bginner1 {
	background-color:#fff;
	background-image:url(../../images/banner_blue.gif);
	background-repeat:repeat-y;
	height:75px;
	background-position: left top;
}
.bginner2 {
	background-color:#fff;
	background-image:url(../../images/subheadingbg1_sk.gif);
	background-repeat:repeat-y;
	height:75px;
	background-position: left top;
}
.gobtn{
	/* background-image:url(../../images/gobutton.gif);
	background-repeat:no-repeat; */
	background-color:#fff;
	border:2px solid #4D76A4;
	width:73px;
	height:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing:-1px;
	color:#374A5B;


}
.lightblue_sk{
background-color:#DDE7F4;
}

.maintext10 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;
	line-height: 25px;
	color: #306AB3;
	letter-spacing: 0px;
	font-weight:bold;
}
.maintext10 a:link,
.maintext10 a:visited,
.maintext10 a:active {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;
	line-height: 25px;
	color: #306AB3;
	letter-spacing: 0px;
	font-weight:bold;
	
}
.maintext10 a:hover {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;
	line-height: 25px;
	color: #F58949;
	letter-spacing: 0px;
	font-weight:bold;
}

.maintext11 {
	font:19px Tahoma;
	line-height: 25px;
	color: #666465;
	
}
.maintext11 a:link,
.maintext11 a:visited,
.maintext11 a:active {
	font:19px Tahoma;
	line-height: 25px;
	color: #666465;

	
}
.maintext11 a:hover {
	ffont:19px Tahoma;
	line-height: 25px;
	color: #F58949;
	letter-spacing: 0px;

}.plansbg{
	background-image:url(../../images/plansbg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#FFFFFF;
	border:1px solid #C4E3FF;
	-moz-border-radius-topleft : 6px;
	-moz-border-radius-topright :6px;
	-moz-border-radius-bottomleft :6px;
	-moz-border-radius-bottomright :6px;
	height:300px;
}

.header4 {
FONT-SIZE: 22px;
font-family: Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
letter-spacing: -1px;
padding:5px 0px 5px 0px;
}
.header3 {
FONT-SIZE: 22px;
font-family: Arial, Helvetica, sans-serif;
color: #07308C;
text-decoration: none;
letter-spacing: -1px;
}
.header2 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	background-image: url('../../images/aldy.jpg');
	border: 2px solid #3F3F3F;
}
.header2bg {
	background-image: url('../../images/bg111.jpg');
	background-repeat: repeat-x;
	height:200px;
	width:100%;
}
.maintext2 {
color: #669ACA;
text-decoration: none;
line-height: 23px;
font-size: 15px;
font-style:normal;
font-family: Arial, Helvetica, sans-serif;
}

/*............ sitebulder and support classes........ */
fieldset
{
border: 0px solid #fff;
}
.bodytext1Copy {

	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	height:30px;
}
.topmenu {
	font-family: Arial;
	font-size: 11px;
//	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:active {
	font-family: Arial;
	font-size: 11px;
	//color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:hover {
	font-family: Arial;
	font-size: 11px;
	//color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:visited {
	font-family: Arial;
	font-size: 11px;
	//color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.greentext{
 FONT-SIZE: 11px;
 COLOR: green;
 FONT-FAMILY: verdana;


}
.helptext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #0E86C0;
	FONT-FAMILY: verdana;
	line-height: 14px;
}
.maintextbold{
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 line-height: 18px;
 color: #333333;
}
.bigTitleText{
 FONT-WEIGHT: bold;
 FONT-SIZE: 15px;
 COLOR: #333333;
 FONT-FAMILY: verdana;
}
.editorbutton {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #7C6416;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fefffe;
	background-color: #ae6600;
	border: 1px solid #99fefe;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: -1px;
	padding: 4px 7px;
	margin:0px;
	cursor:pointer;
}
.button:hover {
	color:#FF0000;
	background-color: #FFEA99;
	border: 1px solid #999966;
}
.selectbox {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #817126;
}
.errormessage{
 FONT-WEIGHT: normal;
 FONT-SIZE: 11px;
 COLOR:red;
 FONT-FAMILY: verdana;
}
.anchor{
 font-family: Arial;
 font-size: 12px;

 line-height: 18px;
 color: blue;
 text-decoration: none;


}
.maintextbigbold{
 FONT-WEIGHT: bold;
 FONT-SIZE: 13px;
 COLOR: #333333;
 FONT-FAMILY: verdana;


}
.redtext{
 FONT-SIZE: 11px;
 COLOR: red;
 FONT-FAMILY: verdana;


}
.MoveUp {
 background-image: url(/images/arr_up.gif);
 background-repeat: no-repeat;
 background-position: left;
 padding-left: 15px;
 font-size: 11px;
}
.Actions {
 color: #999999;
 font-size: 11px;
}
.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1B5269;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #685C62;
}
.bodyband {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial, verdana, helvetica, sans-serif; TEXT-DECORATION: none
}
.toolbar {
	BORDER-RIGHT: #d4d0c8 1px solid; BORDER-TOP: #d4d0c8 0px solid; FONT-WEIGHT: bold; FONT-SIZE: 12px; BORDER-LEFT: #d4d0c8 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #d4d0c8 0px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: buttonface
}
.listingmain {
	background-color: #D8D8D8;
}
.fieldsets {
	border: 1px solid #817126;
}
.editorlinks{
 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
}
.easytext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.borderbg{
 background:#A898A0;
}
.footerbg{
 background:#D4C9CF;
}
.headerclass{
 background: url(../../images/pink.gif);BACKGROUND-REPEAT: no-repeat;
}

.userheaderclass{
 background: url(../../images/innerpink.gif);BACKGROUND-REPEAT: no-repeat;
}
.editorheaderclass{
 background: url(../../images/innerpink1.gif);BACKGROUND-REPEAT: no-repeat;
}
.header {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}
.header1 {
	background-image: url(../../images/bgg2.gif);
}
.sub_heading_sk {
	background-color: #AAC8EE;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0px;
	text-decoration:none;
}
.lightblue1_sk{
	background-color: #CEDEF5;
}
.copyright:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}
.copyright:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #E41E4F;
	font-weight: bold;
}



.topbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0F3B0E;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #A7B5A7;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	list-style-image: url(images/bullet.gif);
	background-image: url(../../images/sidebg3.gif);
}

.sidesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #0F3B0E;
	text-decoration: none;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0F3B0E;
	text-decoration: none;
	background-color: #A7B5A7;
}
.column1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}
.column2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
}
.heading2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFFFFF;
}

	a:link.listing { color: #0F3B0E;	text-decoration: none; }
	a:visited.listing {	text-decoration: none;	color: #000000; }
	a:hover.listing {	text-decoration: none;	color: #FF0000; }
	a:active.listing {	text-decoration: none; }

.listingsmallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.helpdeskname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E2FA17;
}
.corner {
	background: url(../../images/corner-green.gif);BACKGROUND-REPEAT: no-repeat;
}
.headinginner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #F1D1D1;
}
.headinginner1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #CCEEFF;
}
.headinginner2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #FFDBA4;
}
.headinginner3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	background-color: #D2F0D2;
}
.replybar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	background-color: #F8F8F8;
}
.ticketdetail1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #FFEDD2;
}
.headinginner4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFF0D2;
}
.ticketdetail2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #ECF9FF;
}


/* newly added */

.topmainlink{
	FONT-SIZE: 13px;
	COLOR: #0F3B0E;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
}
.sidemenulink{
	FONT-SIZE: 13px;
	COLOR: #0F3B0E;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

.checkbox { /*Approved*/
 border: 0px solid #A7B5A7;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
 background-color: #D8DED8;
 width:16px;
 height:20px;
}

.listingmaintext { /*Approved*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
	background-color: #FFFFFF;
}
.topmainlinknew{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
}
.required{ /*Approved*/
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #FF0000;
}
.headerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
	padding: 3px;
}
.headings2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #D39500;
 font-weight: bold;
 background-image: url(../../images/barrbg.gif);
}


.indexpagelisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFFFFF;
}

.newticketimg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFFFFF;
}

	a:link.newticketimg { color: #0F3B0E;	text-decoration: none; }
	a:visited.newticketimg {	text-decoration: none;	color: #000000; }
	a:hover.newticketimg {	text-decoration: none;	color: #FF0000; }
	a:active.newticketimg {	text-decoration: none; }

.fieldnames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.ticketdetailslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: #CCCCCC;
	background-color: #FFEDD2;
}
	a:link.ticketdetailslinks { color: #0F3B0E;	text-decoration: none; }
	a:visited.ticketdetailslinks {	text-decoration: none;	color: #000000; }
	a:hover.ticketdetailslinks {	text-decoration: none;	color: #FF0000; }
	a:active.ticketdetailslinks {	text-decoration: none; }
	
.attachband {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	background-color: #6C2300;
	text-decoration:none;
}
	a:link.attachband { color: #FFFFFF;	text-decoration: none; }
	a:visited.attachband {	text-decoration: none;	color: #99FFCC; }
	a:hover.attachband {	text-decoration: none;	color: #FFFF00; }
	a:active.attachband {	text-decoration: none; }

.ticketband {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	background-color: #000000;
	text-decoration:none;
}
	a:link.ticketband { color: #FFFFFF;	text-decoration: none; }
	a:visited.ticketband {	text-decoration: none;	color: #99FFCC; }
	a:hover.ticketband {	text-decoration: none;	color: #FFFF00; }
	a:active.ticketband {	text-decoration: none; }

.replyband {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	font-weight: bold;
	background-color: #CD9701;
	text-decoration:none;
}	
	a:link.replyband { color: #FFFFFF;	text-decoration: none; }
	a:visited.replyband {	text-decoration: none;	color: #99FFCC; }
	a:hover.replyband {	text-decoration: none;	color: #FFFF00; }
	a:active.replyband {	text-decoration: none; }
.sidebar1 {
	background-image: url(../../images/sidebg.gif);
}



/*............ sitebulder and support classes end ........ */


/* ..... fron new_gray ........... */

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A80000;
	font-weight: bold;
}

 .fieldset
{
border: 1px solid #4A7DCA;
}
.penbox {
	background-color:#4A7DCA;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}


.lefttopcrnr {background-image:url(../../images/crnr11.gif)}
.righttopcrnr {background-image:url(../../images/crnr22.gif)}
.leftbottomcrnr {background-image:url(../../images/crnr44.gif)}
.rightbottomcrnr {background-image:url(../../images/crnr33.gif)}






.barmenu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bodytext1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #111;
	text-decoration: none;
	line-height: 18px;
}


.searchboxCopy {

	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FAF0E7;
	padding: 1px;
	border: 1px solid #FFE6BF;
}

.greentext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9CCC39;
}
.orangeboldtext {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

.domainmanagerlinks{
 color: #817126;
}

.domainmanagerlinks:visited{
 color: #817126;
}
.domainmanagerlinks:hover{
color: #000000;
}





.topmenunew {
	font-family: Arial;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

.headerimg{

height:150px;

}
.body1 {
background-color:#DDE1E5;
}
.smallbutton {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
font-weight:bold;
color: #FF6000;
padding: 5px;
}
#homebox1{
width:276px;

}


.boxbottomsm {
background-color:#EFEFEF;
background-image:url(../../images/bxbottomsm.png);
background-repeat:no-repeat;
border-top:0 solid #21507E;
height:35px;
margin-bottom:15px;
width:276px;
}
.selectbox1 {
background-color:#EFEFEF;
border-color:#21507E #9F9F9F -moz-use-text-color;
border-left:1px solid #9F9F9F;
border-right:1px solid #9F9F9F;
border-style:solid solid none;
border-width:1px 1px medium;
color:#323232;
padding:15px;
min-height:200px;
}

.boxheadsm {
background-image:url(../../images/bxtop200.png);
background-repeat:no-repeat;
border-bottom:1px solid #FFFFFF;
color:#FFFFFF;
font-family:trebuchet ms;
font-weight:bold;
height:22px;
padding:8px 3px 0 10px;
width:276px;
}

.homeboxtext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#000000;

}

.continue {
-moz-border-radius:5px 5px 5px 5px;
background-image:url(../../images/continues2.png);
border:1px solid #FFFFFF;
cursor:pointer;
height:39px;
width:196px;
}
.center {
bottom:35px;
position:relative;
text-align:center;
}

.rptblheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #90B4CF;
}

#simpleTooltip { 
padding: 7px; 
border: 1px solid #7D9CAA; 
background: #EFF7FA;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
}

.cursorhand {
	cursor:pointer;
}
/*--------------------------old style ends----------*/
.error_msg{
	padding:5px;
	text-align:center;}
.error_msg p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ED2828;}
.mng_ac{
	display:block;
	background-image:url(btn_account_manage.png);
	width:270px;
	height:46px;}
.mng_ac span{
	display:none;}
.comm_div{
	clear: both;
 padding-bottom: 10px;
	
	}
.comm_div label{
	font-size:12px!important;}
.cmn_tble1{
	background-color:#cfcfcf;
	font-size:13px;
	}
	
	
.cmn_tble1 a:link,
.cmn_tble1 a:visited,
.cmn_tble1 a:active{
	color:#F95B00!important;
}
.cmn_tble1 a:hover{
	text-decoration:underline!important;
	color:#F95B00!important;
}


	
.cmn_tble2{
	background-color:#F1F1F1;}
.cmn_tble2 td{
	background-color:#ffffff;
	padding:5px;}
.cmn_tble1 td{
	padding:5px;
	background-color:#ffffff;}
.cmn_tble1 th{
	background-color:#AF3909;
	color:#ffffff;
	padding:5px;
}

.cmn_tble1 th a:link,
.cmn_tble1 th a:visited,
.cmn_tble1 th a:visited{
	color:#FFFFFF!important;
	text-decoration:underline;

}
.cmn_tble1 th a:hover{
	color:#FFFFFF;
	text-decoration:none!important;
}



.commn_tble{
	margin-top:5px;
	font-size:12px;}
.commn_tble th{
	padding:5px 5px 5px 5px;
	background-color:#E8EBEC;
	border-bottom:1px solid #cfcfcf;}
.commn_tble td{
	padding:3px 0;}
.commn_tble2{
	}
.commn_tble2 h4{
	padding:7px 0 7px 20px;
	background-image: url("bullet2.png");
 background-position: left center;
	background-repeat:no-repeat;
	}
.comm_div2{
	padding:3px;
	background-color:#AF3909;}
.comm_div2 h3{
	color:#ffffff!important;
	font-size:13px;
	font-weight:bold;}
.comm_div2 h2{
	color:#ffffff!important;
	font-size:17px;
	font-weight:bold;
	padding-left:10px;}
.msg_container{
	padding:5px;
	text-align:center;}
.contact_wrapper{
	border-top:1px solid #E1E2E5;}
.heading_style1{
	border-bottom:1px dotted #333333;
	padding:3px;
	margin-bottom:5px;}
.heading_style1 h3{
	color:#AF3909 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.equal_left_column{
	width:50%;
	border:5px solid #E1E2E5;
	margin:0px 10px 10px 0px;	
	padding:10px;
	}
.equal_right_column{
	width:610px;
	border:5px solid #E1E2E5;
	float:right;
	}
.comm_div3{
	padding:5px 0;
	font-size:12px;
	font-weight:normal;}
.equal_column{
	width:610px;
	border:5px solid #E1E2E5;
	margin-right:20px;
	float:left;}
.heading_style2{
	border-bottom:1px dotted #333333;
	padding:3px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:bold;
	color:#AF3909 ;}
.center_column{
	margin:50px auto;
	border:5px solid #E1E2E5;
	padding:50px;
	text-align:center;
	}
.comm_div4{
	background-color:#F2F2F2;
	padding:5px;
	border:1px solid #cfcfcf;
	font-size:12px!important;}
.comm_div4 h4{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;}
	
.comm_div5{
	background-color:#E1E2E5;
	padding:5px 5px 3px 10px;
	font-size:18px;
	color:#AF3909 ;
	text-align:left;
	margin-bottom:10px;
	clear:both;
}

.comm_div6{
	background-color:#F95B00;
	padding:5px 5px 3px 10px;
	font-size:15px;
	color:#FFFFFF;
	text-align:left;
	margin-bottom:10px;
	clear:both;
	font-weight:bold;
}

.comm_div7{
 background-image: url("inner_content_bg.jpg");
 background-position: center bottom;
 background-repeat: repeat-x;
 margin-bottom: 10px;
 padding:10px 10px 0 10px;
	border-top:1px solid #D6D6D8!important;
	border-left:1px solid #D6D6D8!important;
	border-bottom:1px solid #D6D6D8!important;
	border-right:1px solid #D6D6D8!important;
}

.comm_div8{
	background-color:#E1E2E5;
 margin-bottom: 10px;
 padding:10px;	
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}
	
.required2{
	color:#666666;
	font-size:12px;
	float:right;}
.required2 span{
	color:#ff0000;}
#theme_img img{
	border:1px solid #cfcfcf;}
.comm_liststyle{
	margin:5px 0 5px 10px;
	padding:0;}
.comm_liststyle li{
	list-style:none;
	padding:3px 0 3px 0;
	background-image: url("arrow1.gif");
 background-position: left center;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:12px;
	color:#333333;}
.navigate{
	padding:2px;}
.sitebuilder_helpcntr{
	padding:10px 10px 0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;!important}
.sitebuilder_helpcntr .redtext{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
.cmn_tble3{
	}
.cmn_tble3 td{
	border:1px solid #cfcfcf;}
.img_n_title{
	width:605px;
	border:1px solid #C4E7F8;
	}
.img_n_title img{
	width:605px;
	height:233px;
	}
.title_n_btn{
	background-color:#DAF0FB;
	padding:12px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#AF3909;
	background-image: url(../../images/blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position:99% 50%;
	}
.title_n_btn2{
	background-color:#DAF0FB;
	padding:12px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#AF3909;
	background-image: url(../../images/blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position:99% 50%;
	border:1px solid #C4E7F8;
	}
.comm_div7a{
 background-color:#F2F2F2;
 padding:10px 10px 0 10px;
	border-bottom:1px solid #D6D6D8;
	border-left:1px solid #D6D6D8;
	border-right:1px solid #D6D6D8;
	border-top:1px solid #ffffff;
	font-size:14px;
	height:135px;
	line-height:19px;
}
.subheading_new1{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
.template_container{
	border:5px solid #D7D7D7;
	background-color:#FBFBFB;
	padding:10px 0 0 0;
	-moz-border-radius: 5px;}
.tmplate_name{
	background-color:#F95B00;
	padding:5px 5px 3px 10px;
	font-size:15px;
	color:#000000;
	text-align:center;
	margin-top:10px;
	clear:both;
	font-weight:bold;
}
.tmplate_name a{
	color:#ffffff;}
.tmplate_name a:hover{
	color:#000000;}
#preview img{
	border:1px solid #cfcfcf;}
.comm_div9{
	padding:10px 0;
	}
.MainBody{
	border:1px solid #cfcfcf;
	background-color:#F2F2F2;
	padding:5px;
	}
/* domain selectbox style */

.domain_input_container{
	background-color:#F2F2F2;
	border:#AF3909 solid 1px;
	padding:5px 0px 5px 5px;	
}

.domain_name{
	border:none;
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
}
.domain_ext{
	border:none;
	background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

/* New help style */
.helpmenu{
	margin:0px;
}
ul.helpmenu {
	list-style-type:none!important;
	font-weight:bold;
	margin-left:-30px;	
}

ul.helpmenu li{
	background-image:url(../../images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
}

/*dhml window style*/
.dhtmlwindow
{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color:#FFFFFF;
}

.drag-handle
{ /*CSS for Drag Handle*/
	padding: 10px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #D7D7D7;
	color:#000000;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls
{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: hand;
	cursor: pointer;
	padding-left:5px;
}

* html .drag-handle
{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}


.drag-contentarea
{ /*CSS for Content Display Area div*/
	
	background-color: white;
	color: black;
	height: 150px;
	padding: 10px;
	overflow: auto;
}

.drag-contentarea p
{ /*CSS for Content Display Area div*/
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

.drag-contentarea h5
{ 
	font-weight:bold;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
}

.drag-statusarea
{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #D7D7D7;
	height: 13px; /*height of resize image*/
}


.drag-resizearea
{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
/*dhml window style*/



/* New style for Cpanel */
.cpanel_container{
	clear:both;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	width:100%; //900px;
	margin:0 auto;
}
.cpanel_row{
	border-bottom:#EFEFEF solid 3px;
	margin-bottom:10px;
	padding:20px 0 10px 0;
	
}
.cpanel_row .item{
	width:290px;
	margin-right:10px;	
	float:left;
}
.cpanel_row .item .image{
	width:85px;
	margin-right:10px;	
	float:left;
}
.cpanel_row .item .image img{
	border:0;
}
.cpanel_row .item .cnt{
	width:195px;
	float:left;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}
.cpanel_row .item .cnt h3{	
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background:url(../../images/divider_dot.gif) repeat-x bottom;	
}

.cpanel_row .item .cnt h3 a:link,
.cpanel_row .item .cnt h3 a:visited,
.cpanel_row .item .cnt h3 a:active
{
	text-decoration:none;	
}
.cpanel_row .item .cnt h3 a:hover
{
	color:#666666;	
}


.cpanel_row .item .cnt p{	
	margin:0 0 10px 0;
}
.comm_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.paymntsdiv{ width:350px;
	margin:0 auto;

}
/*----------*/


//cdc
.selmenulink
{
	text-align:center;
	font-family:Arial;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.selmenulink a, a:link, a:visited  
{
	text-align:center;
	font-family:Arial;
	font-size:11px;
	//color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.selmenulink a:hover {color:orange;}
.selmenulink a:active{color:orange;}
.selmenulink a:focus {color:yellow;}




/* NAVIGATION */
#nav_main	{
		width:100%;height:40px;margin:0;padding:0;border-bottom:0;border-top:0;
		font-family:Arial;font-size:11px;font-weight:bold;text-align:center;
		}

#nav_main li {
display:inline;
float:left;
list-style:none;
text-align:center;
background:url(/images/menuitem.gif) repeat-x;
}

#nav_main a {display:block;margin:0em;text-decoration:none;}
#nav_main a, a:link, a:visited  {color:#000000;}
#nav_main a:hover {color:#fff;background:url(/images/cdcMenuItemH.gif);height:25px;padding-top:15px;}
#nav_main a:active {color:#ff0000;background:url(/images/cdcMenuItemS.gif);padding-top:5px;}
#nav_main a:focus {color:#339966;background:url(/images/cdcMenuItemS.gif);color:#fff;height:25px;padding-top:15px;}
//li#mb_edge {width:2px;height:20px;background:url(/images/seperator.gif) right 0;}
li#current, li#current a:hover {background:url(/images/selected.gif);}





.dynamic_nav_table {
width:100%;height:109px;
margin:0;padding:0;border:0;
font-family:Arial;font-size:11px;font-weight:bold;color:#000000;
}

.dynamic_nav_table tr {
width:100%;height:50px;
vertical-align:top;
}

.dynamic_nav_table td {
width:118px;
height:50px;
vertical-align:top;
text-align:center;
}

.dynamic_nav_table a {display:block;margin:0em;text-decoration:none;}
.dynamic_nav_table a, #dynamic_nav_table a:link, #dynamic_nav_table a:visited  {height:33px;color:#000000;padding-top:18px;}
.dynamic_nav_table a:hover {height:26px;color:#000;padding-top:68px;}

.dynamic_nav_table td {background:url(/images/menu_button.jpg) no-repeat;}
/*
.imenu1 a {background:url(/images/menu_button_1.jpg) no-repeat;}
.imenu2 a {background:url(/images/menu_button_2.jpg) no-repeat;}
.imenu3 a {background:url(/images/menu_button_3.jpg) no-repeat;}
.imenu4 a {background:url(/images/menu_button_4.jpg) no-repeat;}
.imenu5 a {background:url(/images/menu_button_5.jpg) no-repeat;}
.imenu6 a {background:url(/images/menu_button_6.jpg) no-repeat;}
/**/

.imenu1 a:hover {background:url(/images/menu_button_1_sel.jpg) no-repeat;}
.imenu2 a:hover {background:url(/images/menu_button_2_sel.jpg) no-repeat;}
.imenu3 a:hover {background:url(/images/menu_button_3_sel.jpg) no-repeat;}
.imenu4 a:hover {background:url(/images/menu_button_4_sel.jpg) no-repeat;}
.imenu5 a:hover {background:url(/images/menu_button_5_sel.jpg) no-repeat;}
.imenu6 a:hover {background:url(/images/menu_button_6_sel.jpg) no-repeat;}

.imenu1_sel a {height:26px;color:#000;padding-top:68px;background:url(/images/menu_button_1_sel.jpg) no-repeat;}
.imenu2_sel a {height:26px;color:#000;padding-top:68px;background:url(/images/menu_button_2_sel.jpg) no-repeat;}
.imenu3_sel a {height:26px;color:#000;padding-top:68px;background:url(/images/menu_button_3_sel.jpg) no-repeat;}
.imenu4_sel a {height:26px;color:#000;padding-top:68px;background:url(/images/menu_button_4_sel.jpg) no-repeat;}
.imenu5_sel a {height:26px;color:#000;padding-top:68px;background:url(/images/menu_button_5_sel.jpg) no-repeat;}
.imenu6_sel a {height:26px;color:#000;padding-top:68px;background:url(/images/menu_button_6_sel.jpg) no-repeat;}






#promo_nav {
width:100%;margin:0;padding:0;border-bottom:0;border-top:0;font-family:Arial;font-size:11px;font-weight:bold;color:#000000;}

#promo_nav li {
display:inline;
width:236px;
height:186px;
float:left;
list-style:none;
text-align:center;
background:url(/images/banner_bg.jpg) no-repeat;
}

#promo_nav a {
display:block;margin:0em;text-decoration:none;}
#promo_nav a, #promo_nav a:link, #promo_nav a:visited  {
height:186px;color:#000000;padding-top:3px;}
#promo_nav a:hover {
color:#fff;height:186px;background:url(/images/banner_bg2.jpg) no-repeat;}

.bodytextCDC1 {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #000000;
text-decoration: none;
line-height: 14px;
padding:3px;border-bottom:solid 1px #b9baae;
}

.topmenu a {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#dropDown {
	width: 100px;
	background-color: #ffcc66;
	border: 1px solid #cccccc;
	font-size: 9px;
	color: #003399;
	}



#CheckList li {
display:block;
list-style:none;
padding-left:17px;
background:url(/images/checkmark_g.gif) left no-repeat;
}


.topmenu1
{
font-family: Arial;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}


.customerbar {
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	text-decoration: none;
	font-weight: bold;
	}

.customerbar a {
	font-family: Arial;
	font-size: 11px;
	color: #6c6c6c;
	text-decoration: none;
	font-weight: bold;
	}


.c_bar_but {
	text-align:left;
	border:solid 1px #fff;
	line-height:28px;
	width:80%;
	margin-left:10%;
	background:#f0f0f0;
	}

.c_bar_but_hover {
	text-align:left;
	border:solid 1px #aeaeae;
	line-height:28px;
	width:80%;
	margin-left:10%;
	background:#f0f0c6;
	}


.mainlogo {height:63px;width:255px;background:url(/logo/Logo.png) left no-repeat;cursor:hand;}
.mainlogo_hover {height:63px;width:255px;background:url(/logo/Logo_home.png) left no-repeat;cursor:hand;}



.welcomeMessage{-moz-box-shadow:0px 1px 4px 1px rgba(0,0,0,0.3);-webkit-box-shadow:0px 1px 4px 1px rgba(0,0,0,0.3);box-shadow:0px 1px 4px 1px rgba(0,0,0,0.3);background-color:#204992;border:2px solid #fff;position:relative;border-radius:10px 10px 10px 10px;height:100%;padding:25px 30px 30px;margin:40px 0 60px;width:90%;}
.welcomeMessage:after,
.welcomeMessage:before{border-style:solid;content:"";height:0;pointer-events:none;position:absolute;top:100%;width:0;left:200px}
.welcomeMessage:before{border-color:#fff transparent;border-width:47px 47px 0 0}
.welcomeMessage:after{border-color:#204992 transparent;border-width:43px 43px 0 0;margin-left:2px;margin-top:-1px}
.welcomeMessage h2{font-family:"SUN7","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:35px;font-size:3.5rem;line-height:43px}
.welcomeMessage p{font-size:26px;font-size:2.6rem}



#cdctopmenu {
display:block;
	width:100%;
	text-align:center;
background:#333;
	margin:0;
	height:100% auto;
min-height: 100% !important;
	padding-top:0px;
overflow: visible;
}
#cdctopmenu ul {
	width:100% !important;
	text-align:center;
	margin:0 auto;
	height:64px;
	padding-top:0px;
}
#cdctopmenu ul li {
	background:#333;
	list-style: none;
	height: 44px;
	float:left;
	padding:10px 5px;
}
#cdctopmenu ul li a {
	width: 100%;
	height: 40px;
	line-height: 53px;
	border-bottom: 4px solid #636393;
	padding:0px;
	color: #fff;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
	text-decoration: none;
	display: block;
 -webkit-transition: .2s all linear;
 -moz-transition: .2s all linear;
 -o-transition: .2s all linear;
 transition: .2s all linear;
}
#cdctopmenu  li:nth-child(1) a {
border-color: #636393;
}
#cdctopmenu li:nth-child(2) a {
border-color: #B5222D;
}
#cdctopmenu li:nth-child(3) a {
border-color: #D4953C;
}
#cdctopmenu li:nth-child(4) a {
border-color: #609491;
}
#cdctopmenu li:nth-child(5) a {
border-color: #87A248;
}
#cdctopmenu li:nth-child(1) a:hover {
border-bottom: 35px solid #636393;
 height: 9px;
}
#cdctopmenu li:nth-child(2) a:hover {
border-bottom: 35px solid #B5222D;
 height: 9px;
}
#cdctopmenu li:nth-child(3) a:hover {
border-bottom: 35px solid #D4953C;
 height: 9px;
}
#cdctopmenu li:nth-child(4) a:hover {
border-bottom: 35px solid #609491;
 height: 9px;
}
#cdctopmenu li:nth-child(5) a:hover {
border-bottom: 35px solid #87A248;
 height: 9px;
}