﻿.modalBackgroundGrey {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.updateProgress
{
	background-color: #ffffff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	
}

.DragHandle 
{
    cursor:move;
   
}

.tblBorder
{	/*border: solid 2pt #FFFFFF;*/
	border-collapse : collapse;
}

.tablefoot
{
	font-size : 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Button
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : solid 1pt #000000;
	color: #ffffff;
	background-color : #08529d;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/Common/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/Common/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/Common/SavedStar.png);
}

/*Standard Panel Wrapper*/
.BodyWrapper_Header
{
    background-image: url(Images/Common/panel_header.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat
{
    background-image: url(Images/Common/panel_repeat.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer
{
    background-image: url(Images/Common/panel_footer.png);
    background-repeat:no-repeat;
    height:27px;
}

/*Dark Blue Panel Wrapper*/
.BodyWrapper_Header_DarkBlue
{
    background-image: url(Images/Common/panel_header_darkblue.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat_DarkBlue
{
    background-image: url(Images/Common/panel_repeat_darkblue.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer_DarkBlue
{
    background-image: url(Images/Common/panel_footer_darkblue.png);
    background-repeat:no-repeat;
    height:27px;
}

/*Maroon Panel Wrapper*/
.BodyWrapper_Header_Maroon
{
    background-image: url(Images/Common/panel_header_maroon.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat_Maroon
{
    background-image: url(Images/Common/panel_repeat_maroon.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer_Maroon
{
    background-image: url(Images/Common/panel_footer_maroon.png);
    background-repeat:no-repeat;
    height:27px;
}

/*Purple Panel Wrapper*/
.BodyWrapper_Header_Purple
{
    background-image: url(Images/Common/panel_header_purple.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat_Purple
{
    background-image: url(Images/Common/panel_repeat_purple.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer_Purple
{
    background-image: url(Images/Common/panel_footer_purple.png);
    background-repeat:no-repeat;
    height:27px;
}

/*Yellow Panel Wrapper*/
.BodyWrapper_Header_Yellow
{
    background-image: url(Images/Common/panel_header_yellow.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat_Yellow
{
    background-image: url(Images/Common/panel_repeat_yellow.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer_Yellow
{
    background-image: url(Images/Common/panel_footer_yellow.png);
    background-repeat:no-repeat;
    height:27px;
}

/*Green Panel Wrapper*/
.BodyWrapper_Header_Green
{
    background-image: url(Images/Common/panel_header_green.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat_Green
{
    background-image: url(Images/Common/panel_repeat_green.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer_Green
{
    background-image: url(Images/Common/panel_footer_green.png);
    background-repeat:no-repeat;
    height:27px;
}

/*Green Panel Wrapper*/
.BodyWrapper_Header_Grey
{
    background-image: url(Images/Common/panel_header_grey.png);
    background-repeat:no-repeat;
    height:6px;
}

.BodyWrapper_Repeat_Grey
{
    background-image: url(Images/Common/panel_repeat_grey.png);
    background-repeat:repeat-y;
 
}

.BodyWrapper_Footer_Grey
{
    background-image: url(Images/Common/panel_footer_grey.png);
    background-repeat:no-repeat;
    height:27px;
}

.Login_Header
{
    background-image: url(Images/Common/login_header.png);
    background-repeat:no-repeat;
    height:19px;
    padding: 0px 0px 0px 7px;
	vertical-align:middle;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	
}

.Login_Footer
{
    background-image: url(Images/Common/login_repeat.png);
    background-repeat:repeat-x;
 
}

.Login_Repeat
{
    background-image: url(Images/Common/login_repeat.png);
    background-repeat:repeat-y;
 
}

.Login_body
{
    background-image: url(Images/Common/login_body.png);
    background-repeat:repeat-x;
    background-position:bottom;
  
}

.Login_Segment_Border
{
  border-top:dotted 1px #2abdff;
  padding: 3px 0px 3px 0px;
}

.LoginboxBody { 
	padding: 1px 3px 0px 3px;
	vertical-align:top;
}

.LoginLabelBody { 
	padding: 1px 3px 0px 3px;
	vertical-align:top;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:12px;
}

.LoginForget {
	padding: 1px 7px 0px 3px;
	color:#ff0000;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:right;
}

.LoginForget a:link, .LoginForget a:visited {
	color:#ff0000;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:right;
}
.LoginForget a:hover, .LoginForget a:active {
	color:#ff0000;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:right;
	text-decoration:underline;

}


.LoginStoreBody { 
	padding: 1px 3px 3px 3px;
	color:#2d5985;
	font-family:Trebuchet MS;
	font-size:11px;
}

.LoginStoreBody a:link, .LoginForget a:visited{ 
	
	color:#ff0000;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
}

.LoginStoreBody a:hover, .LoginForget a:active{ 
	
	color:#ff0000;
	font-family:Trebuchet MS;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

.DomainTableMain
{
    background-color:#91cbe5;
}

.DomainTableTitle
{
    padding: 7px 3px 0px 3px;
    font-family:Trebuchet MS;
    font-size:12px;
    color:#084276;
    font-weight:bold;
        
}

.DomainboxBody { 
	padding: 1px 3px 0px 3px;
	vertical-align:top;
}

.DomainTableContent
{
    padding: 7px 3px 0px 3px;
    font-family:Trebuchet MS;
    font-size:11px;
    color:#084276;
       
}

.Product_body
{
    background-image: url(Images/Common/product_body.png);
    background-repeat:repeat-x;
    background-position:bottom;
    border-top:solid 1px #85aace;
    border-right:solid 1px #85aace;
    border-bottom:solid 1px #85aace;
  
}



.Product_Header
{
    font-family:Arial;
    font-weight:bold;
    font-size:15px;
    color:#0066cc;
    text-align:center;
    padding:7px 7px 0px 7px;
   
}

.Product_SubHeader
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-size:13px;
    color:#994000;
    padding:3px 7px 3px 7px;
   
}

.ProductUMS_SubHeader
{
    font-family:Trebuchet MS;
    font-weight:bold;
    text-align:center;
    font-size:13px;
    color:#994000;
    padding:3px 7px 3px 7px;
   
}

.ProductUMS_body
{
    background-image: url(Images/Common/product_body.png);
    background-repeat:repeat-x;
    background-position:bottom;
    border-right:solid 1px #85aace;
    border-bottom:solid 1px #85aace;
  
}

.ProductUMS_List {
	list-style: none;
	margin:0px;
	padding: 0px 10px 0px 10px;
}


.Product_List li
{
    font-family:Trebuchet MS;
    font-size:11px;
    color:#000000;
   	text-align:left;
	padding:1px 3px 0px 15px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/product_bullet_blue.png);
	background-repeat:no-repeat;
	background-position:7px 8px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}

.Product_List_UMS {
	list-style: none;
	margin:0px;
	padding: 0px 10px 0px 60px;
}

.Product_List_UMS li
{
    font-family:Trebuchet MS;
    font-size:11px;
    color:#000000;
   	text-align:center;
	padding:1px 3px 0px 0px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/product_bullet_blue.png);
	background-repeat:no-repeat;
	background-position:65px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}

.ProductUMS_Content { 
	
	color:#479df0;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:left;
	padding:9px 0px 10px 260px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/product_bullet_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:248px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}
	


.ProductUMS_Content a:link, .ProductUMS_Content a:visited{ 
	
	color:#479df0;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
}

.ProductUMS_Content a:hover, .ProductUMS_Content a:active{ 
	
	color:#044486;
	font-family:Trebuchet MS;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}

.Product_Content { 
	
	color:#479df0;
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:left;
	padding:1px 0px 10px 18px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/product_bullet_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:7px 6px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}


.Product_Content a:link, .Product_Content a:visited{ 
	
	color:#479df0;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
}

.Product_Content a:hover, .Product_Content a:active{ 
	
	color:#044486;
	font-family:Trebuchet MS;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
}

.Article_Header
{
    background-image: url(Images/Common/article_header.png);
    background-repeat:no-repeat;
    height:5px;
   
   
}

.Article_Footer
{
    background-image: url(Images/Common/article_footer.png);
    background-repeat:no-repeat;
    height:4px;
   
 
}

.Article_Repeat
{
    background-image: url(Images/Common/article_repeat.png);
    background-repeat:repeat-y;
 
}

.Article_Title
{
    font-family:Tahoma;
    color:#0066cc;
    font-size:12px;
    padding:3px 7px 3px 7px;
    border-bottom:solid 1px #0066cc;
    
}

.Article_Holder
{
    padding:7px;
}
   
.Article_Content li
{
    font-family:Verdana;
    font-size:11px;
    color:#959090;
    vertical-align:middle;
    padding:1px 0px 10px 18px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/content_bullet_arrow_orange.png);
	background-repeat:no-repeat;
	background-position:7px 6px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}

.Article_More li
{
    font-family:Verdana;
    font-size:11px;
    color:#959090;
    vertical-align:middle;
    padding:1px 0px 10px 18px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/content_bullet_more.png);
	background-repeat:no-repeat;
	background-position:3px 6px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}
     
.Article_More li a:link, .Article_More li a:visited
{
    font-family:Verdana;
    font-size:11px;
    color:#959090;
    text-decoration:underline;
}

.Article_More li a:hover, .Article_More li a:active
{
    font-family:Verdana;
    font-size:11px;
    color:#959090;
    text-decoration:underline;
}

.Site_Header
{
    background-image: url(Images/Common/site_header.png);
    background-repeat:no-repeat;
    height:28px;
    font-family:Verdana;
    color:#004565;
    font-weight:bold;
    padding:0px 7px 0px 12px;
}

.Site_Footer
{
    background-image: url(Images/Common/article_footer.png);
    background-repeat:no-repeat;
    height:4px;
   
 
}

.Site_Repeat
{
    background-image: url(Images/Common/article_repeat.png);
    background-repeat:repeat-y;
 
}

.Site_Content_Header
{
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
    color:#004565;
    vertical-align:middle;
    padding:15px 7px 7px 18px;

}

.Site_Content li
{
    font-family:Verdana;
    font-size:11px;
    color:#004565;
    vertical-align:middle;
    padding:1px 0px 2px 18px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/site_bullet_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:7px 6px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}

.Site_Content li a:link, .Site_Content li a:visited
{
    font-family:Verdana;
    font-size:11px;
    color:#004565;
    vertical-align:middle;
    }


.Site_Content li a:hover, .Site_Content li a:active
{
    font-family:Verdana;
    font-size:11px;
    color:#004565;
    vertical-align:middle;
    text-decoration:underline;   
}

.HeaderNavHomeDisabled 
{
    background-image:url(images/btns/menu_home.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavHomeDisabled a:link, .HeaderNavHomeDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
}

.HeaderNavHomeDisabled a:hover, .HeaderNavHomeDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
}

.HeaderNavDomainDisabled 
{
    background-image:url(images/btns/menu_domain.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}


.HeaderNavDomainDisabled a:link, .HeaderNavDomainDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
}

.HeaderNavDomainDisabled a:hover, .HeaderNavDomainDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
}

.HeaderNavWebHostingDisabled 
{
    background-image:url(images/btns/menu_webhosting.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavWebHostingDisabled a:link, .HeaderNavWebHostingDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavWebHostingDisabled a:hover, .HeaderNavWebHostingDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavWebDesignDisabled 
{
    background-image:url(images/btns/menu_webdesign.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavWebDesignDisabled a:link, .HeaderNavWebDesignDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavWebDesignDisabled a:hover, .HeaderNavWebDesignDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}


.HeaderNavEcommerceDisabled 
{
    background-image:url(images/btns/menu_ecommerce.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavEcommerceDisabled a:link, .HeaderNavEcommerceDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavEcommerceDisabled a:hover, .HeaderNavEcommerceDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavMarketingOnlineDisabled 
{
    background-image:url(images/btns/menu_marketingonline.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavMarketingOnlineDisabled a:link, .HeaderNavMarketingOnlineDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavMarketingOnlineDisabled a:hover, .HeaderNavMarketingOnlineDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavUnifiedMessagingSystemDisabled 
{
    background-image:url(images/btns/menu_ums.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavUnifiedMessagingSystemDisabled a:link, .HeaderUnifiedMessagingSystemDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavUnifiedMessagingSystemDisabled a:hover, .HeaderNavUnifiedMessagingSystemDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavAboutUsDisabled 
{
    background-image:url(images/btns/menu_aboutus.png);
    background-repeat:no-repeat;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
    width:75px;
    height:22px;
    vertical-align:middle;
    text-align:center;
}

.HeaderNavAboutUsDisabled a:link, .HeaderAboutUsDisabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavAboutUsDisabled a:hover, .HeaderNavAboutUsDisabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ffffff;
}

.HeaderNavEnabled 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#808080;
    text-align:left;
    padding:0px 10px 0px 10px;
}

.HeaderNavEnabled a:link, .HeaderNavEnabled a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#808080;
    text-decoration:underline;
}

.HeaderNavEnabled a:hover, .HeaderNavEnabled a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#2d5985;
    text-decoration:underline;
}

.HeaderNavEnabledRed 
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ff0000;
    text-align:left;
    padding:0px 10px 0px 10px;
}

.HeaderNavEnabledRed a:link, .HeaderNavEnabledRed a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#ff0000;
    text-decoration:underline;
}

.HeaderNavEnabledRed a:hover, .HeaderNavEnabledRed a:active
{
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:#2d5985;
    text-decoration:underline;
}

.MCboxBodyPopUp { /* the padding for the cell under the red bar (insert another table in this cell to format text style) */
	padding: 7px;
	vertical-align:top;
	border:solid 5px #000000;
}

.MCboxBodyLargePopUp { /* the padding for the cell under the red bar (insert another table in this cell to format text style) */
	padding: 3px;
	vertical-align:top;
	border:solid 5px #000000;
}

.MCboxBodyPopUpSmall { /* the padding for the cell under the red bar (insert another table in this cell to format text style) */
	padding: 7px;
	vertical-align:top;
	background-color:#e7f6fd;
	
}

.MCtblHdrPopUp 
{
    background-image:url(images/Common/header_popout.png);
    width:326px;
    height:70px;
    background-repeat:no-repeat;
	

}

.MCtblHdrLongPopUp 
{
    background-image:url(images/Common/header_popout_long.png);
    width:604px;
    height:70px;
    background-repeat:no-repeat;
    background-position:center;	

}

.MCtblHdrPopUpInquiry 
{
    background-image:url(images/Common/header_popout_inquiry.png);
    width:600px;
    height:39px;
    background-repeat:no-repeat;
	

}

.MCtblHdrPopUpSupport 
{
    background-image:url(images/Common/header_popout_support.png);
    width:600px;
    height:39px;
    background-repeat:no-repeat;
	

}

.MCtblCellBgrdPadHeaderPopUp {
	padding: 5px 7px 5px 7px;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:18px;
	color:#013c57;
	text-align:left;
	
}

.MCtblCellBgrdPadContentPopUp {
	padding: 5px 7px 5px 7px;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#013c57;
	
}

/*****Domain*****/

.Domain_Main_Left
{
    background-image: url(Images/domain_main_left.png);
    background-repeat:no-repeat;
    width:369px;
    height:250px;
    background-position:right top;
 
}

.Domain_Main_Right
{
    background-image: url(Images/domain_main_right.png);
    background-repeat:no-repeat;
    width:231px;
    height:250px;
    background-position:left top;
 
}

.Domain_Main_Title 
{
    font-family:Trebuchet MS;
    font-size:20px;
    color:#0737b2;
}

.Domain_Main_Content
{
    font-family:Trebuchet MS;
    font-size:14px;
    color:#0737b2;
}

.Domain_Main_Footer
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#01768b;
    padding-left:45px;
}

.Domain_Design_BG
{
    background-image: url(Images/common/domain_main_webdesign_bk.png);
    background-repeat:no-repeat;
    width:115px;
    height:200px;
    
}

.Domain_ProDesign
{
    padding:3px 7px 3px 7px;
    font-family:Trebuchet MS;
    font-size:20px;
    color:#ffffff;
    width:100%;
  
   
}

.Domain_ProDesign2
{
    padding:3px 7px 3px 7px;
    font-family:Trebuchet MS;
    font-size:20px;
    color:#000000;
    width:100%;
  
   
}

.Domain_table_header
{
    background-image: url(Images/common/domain_table_header.png);
    background-repeat:no-repeat;
    width:591px;
    height:26px;
    font-family:Trebuchet MS;
    color:#3991c7;
    font-size:13px;
    padding-left:7px;
    
}

.Domain_table_footer
{
    background-image: url(Images/common/domain_table_footer.png);
    background-repeat:no-repeat;
    width:591px;
    height:6px;
}

.Domain_table_repeat
{
    background-image: url(Images/common/domain_table_border.png);
    background-repeat:repeat-y;
}

.Domain_table_SubHeader
{
    font-family:Trebuchet MS;
    font-size:13px;
    color:#1c0082;
    padding:7px;
}

.Domain_table_Content1
{
    font-family:Verdana;
    font-size:11px;
    color:#000000;
    padding:7px 7px 7px 7px;
}

.Domain_table_Content1_alt
{
    font-family:Verdana;
    font-size:11px;
    color:#000000;
    padding:7px 7px 7px 7px;
    background-color:#d0eeff;
}

.Domain_table_Content2
{
    font-family:Verdana;
    font-size:12px;
    color:#dd0a0a;
    padding:7px 7px 7px 7px;
}

.Domain_table_Content2_alt
{
    font-family:Verdana;
    font-size:12px;
    color:#dd0a0a;
    padding:7px 7px 7px 7px;
    background-color:#d0eeff;
}

.Domain_table_Content 
{
    font-family:Trebuchet MS;
    font-size:14px;
    color:#000000;
    padding:14px 14px 14px 14px;
   
}

.Domain_table_ContentStart
{
    font-family:Trebuchet MS;
    font-size:20px;
    color:#0737b2;
    font-weight:bold;
   
   
}




/*****Domain Cart*****/

.Domain_Order_Table 
{
    background-image: url(Images/common/domain_order_bk.png);
    background-repeat:repeat-x;
    background-position:bottom;
    width:592px;
    
   
}

.Domain_Order_Table2
{

    width:592px;
  
}

.Domain_Order_Header
{
    background-image: url(Images/common/domain_order_step1.png);
    background-repeat:no-repeat;
    
    height:21px;
     
}

.Domain_Order_Header2
{
    background-image: url(Images/common/domain_order_step2.png);
    background-repeat:no-repeat;
    
    height:21px;
     
}

.Domain_Order_Header3
{
    background-image: url(Images/common/domain_order_step3.png);
    background-repeat:no-repeat;
    height:21px;
     
}

.Domain_Order_Header4
{
    background-image: url(Images/common/domain_order_step4.png);
    background-repeat:no-repeat;
    
    height:21px;
     
}

.Domain_Order_Header5
{
    background-image: url(Images/common/domain_order_step5.png);
    background-repeat:no-repeat;
    
    height:21px;
     
}

.Domain_Order_Header6
{
    background-image: url(Images/common/domain_order_step6.png);
    background-repeat:no-repeat;
    
    height:21px;
     
}

.Domain_Order_Footer
{
    background-image: url(Images/Common/domain_order_footer.png);
    background-repeat:no-repeat;
    
    height:1px;
     
}

.Domain_Order_Title
{
    font-family:Trebuchet MS;
    font-size:20px;
    color:#2a5997;
    padding:7px;   
}

.Domain_Order_Summary
{
    background-image: url(Images/common/domain_order_summary.png);
    background-repeat:no-repeat;
  
    height:19px;   
}

.Domain_Order_Repeat_Y
{
    background-image: url(Images/common/domain_order_repeat.png);
    background-repeat:repeat-y;
}


.Domain_Order_Repeat_X
{
    background-image: url(Images/common/domain_order_repeat.png);
    background-repeat:repeat-y;
    height:1px;
}

.Domain_Order_Subtable
{
    padding:7px 20px 7px 20px;
    
}

.Domain_Order_Subtitle
{
    font-family:Trebuchet MS;
    font-size:14px;
    font-weight:bold;
    color:#2a5997;
    
}

.Domain_Order_SubTable_Bottom
{
   border-bottom:solid 1px #819bbf;
   padding:0px;
}

.Domain_Order_SubTable_Bottom2
{

   padding:0px;
}

.Domain_List li
{
    font-family:Trebuchet MS;
    color:#4182d8;
    font-size:11px;
	text-align:left;
	padding:2px 0px 2px 24px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/domain_order_bullet.png);
	background-repeat:no-repeat;
	background-position:left 3px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}

.Domain_order_price
{
   font-family:Trebuchet MS;
   font-size:14px;
   color:#f77a00;
   text-align:right;
    
}

.MCboxBodyLargePopUpDomain { /* the padding for the cell under the red bar (insert another table in this cell to format text style) */
	padding: 0px;
	vertical-align:top;
	border:solid 5px #000000;
}

.Domain_order_popup_header1
{
    background-image:url(images/common/domain_order_signin_header1.png);
	background-repeat:no-repeat;
	height:39px;
}

.Domain_order_popup_header2
{
    background-image:url(images/common/domain_order_signin_header2.png);
	background-repeat:no-repeat;
	height:22px;
}

.Domain_order_popup_bk
{
    background-image:url(images/common/domain_order_popup_bk.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.Domain_order_popup_title
{
   font-family:Trebuchet MS;
   font-size:15px;
   color:#ffffff;
   text-align:center;
}

.Domain_order_popup_content
{
   font-family:Trebuchet MS;
   font-size:11px;
   color:#003563;
   padding:7px;
}

.Domain_order_popup_content2
{
   font-family:Trebuchet MS;
   font-size:12px;
   color:#003563;
   padding:7px;
}

.Domain_order_popup_content3 
{
   font-family:Tahoma;
   font-size:12px;
   color:#003563;
   padding:7px;
}

.Domain_order_popup_content3 a:link, .Domain_order_popup_content3 a:visited
{
   font-family:Tahoma;
   font-size:12px;
   color:#003563;
   padding:7px;

}

.Domain_order_popup_content3 a:hover, .Domain_order_popup_content3 a:active
{
   font-family:Tahoma;
   font-size:12px;
   color:#003563;
   padding:7px;
   text-decoration:underline;
}

.Domain_order_popup_content3 li
{
    font-family:Tahoma;
    font-size:12px;
    color:#003563;
  	text-align:left;
	padding:4px 0px 4px 24px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/domain_order_signin_bullet.png);
	background-repeat:no-repeat;
	background-position:left 2px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}


.Domain_Step2_Header
{
    background-image:url(images/tables/domain_step2_top.png);
	background-repeat:repeat-x;
	height:6px;
}

.Domain_Step2_top_left
{
    background-image:url(images/tables/domain_step2_top_left.png);
	background-repeat:no-repeat;
	width:10px;
	height:6px
}

.Domain_Step2_top_right
{
    background-image:url(images/tables/domain_step2_top_right.png);
	background-repeat:no-repeat;
	width:10px;
	height:6px
}

.Domain_Step2_Body
{
 background-color:#d2eaff;
}

.Domain_Step2_Left
{
    background-image:url(images/tables/domain_step2_left.png);
	background-repeat:repeat-y;
	width:10px;
}

.Domain_Step2_Right
{
    background-image:url(images/tables/domain_step2_right.png);
	background-repeat:repeat-y;
	width:10px;
}

.Domain_Step2_Footer
{
    background-image:url(images/tables/domain_step2_bottom.png);
	background-repeat:repeat-x;
	height:6px;
}

.Domain_Step2_Bottom_left
{
    background-image:url(images/tables/domain_step2_bottom_left.png);
	background-repeat:no-repeat;
	width:10px;
	height:6px
}

.Domain_Step2_Bottom_right
{
    background-image:url(images/tables/domain_step2_bottom_right.png);
	background-repeat:no-repeat;
	width:10px;
	height:6px
}

.Domain_Label
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#03387f;
    padding:7px;
}

.Domain_Label_1
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#03387f;
    padding:7px;
    border-bottom:solid 1px #356099;
    border-right:solid 1px #356099;
}


.Domain_Label_2
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#1163cf;
    padding:7px;
    border-bottom:solid 1px #356099;
    border-right:solid 1px #356099;
}



/*****WEB Hosting*****/

.WebHosting_Main_Left
{
    background-image: url(Images/webhosting_main_left.png);
    background-repeat:no-repeat;
    width:281px;
    height:250px;
    background-position:right top;
 
}

.WebHosting_Main_Right
{
    background-image: url(Images/webhosting_main_right.png);
    background-repeat:no-repeat;
    background-position:left top;
    font-family:Trebuchet MS;
    font-size:24px;
    color:#4d0378;
    padding:7px;
 
}

.WebHostinglist li {
	font-size:16px;
	text-align:left;
	color:#a873c7;
	font-family:Trebuchet MS;
	padding:2px 0px 2px 25px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/webhosting_bullet_purple.png);
	background-repeat:no-repeat;
	background-position:left 10px; /* top-align should be approx half of bullet height + padding-top (3+2) */
}
.WebHostinglist a:link, .WebHostinglist a:visited {
	color:#a873c7;
	font-size:16px;

}
.WebHostinglist a:hover, .WebHostinglist a:active {
	color:#a873c7;
	font-size:16px;

}

.WebHostingTitle 
{
    font-family:Trebuchet MS;
    font-size:24px;
    font-weight:bold;
    color:#4d0378;
    padding-bottom:20px;
}

.WebHostingContent
{
    font-family:Trebuchet MS;
    font-size:13px;
    font-weight:bold;
    color:#4d0378;
    padding-top:20px;
}

.Hosting_Product_body
{
    background-image: url(Images/Common/product_body.png);
    background-repeat:repeat-x;
    background-position:bottom;
    border-top:solid 1px #85aace;
    border-right:solid 1px #85aace;
    border-left:solid 1px #85aace;
    border-bottom:solid 1px #85aace;
    
  
}


.Hosting_Plan_Header
{
    background-image: url(Images/Common/hosting_plan_border2.png);
    background-repeat:no-repeat;
    background-position:bottom;
    height:47px;
    font-weight:bold;
    padding:3px 7px 3px 7px;
    color:#ffffff;    
  
}

.Hosting_Plan_Footer
{
    background-image: url(Images/Common/hosting_plan_footer.png);
    background-repeat:no-repeat;
    width:602px;
    height:20px; 
    color:#ffffff;     
  
}

.Hosting_Plan_Title
{
     color:#7f47ad;
     background-color:#e3d3fb;
     border-bottom:solid 1px #970192;
     border-right:solid 1px #970192;
     font-size:12px;
     font-weight:bold;
     padding:3px 7px 3px 7px;
     text-align:center;
     width:15%;
 }
 
 .Hosting_Plan_Title2
{
     color:#7f47ad;
     border-bottom:solid 1px #970192;
     border-right:solid 1px #970192;
     font-size:12px;
     font-weight:bold;
     padding:3px 7px 3px 7px;
     text-align:center;
     background-color:#FFFFFF;
     width:25%;
 }
 
  .Hosting_Plan_Title3
{
     color:#ffffff;
     border-bottom:solid 1px #970192;
     border-right:solid 1px #970192;
     font-size:12px;
     font-weight:bold;
     padding:3px 7px 3px 7px;
     background-color:#970192;
     width:25%;
 }
 
   .Hosting_Plan_Title3Right
{
     color:#ffffff;
     border-bottom:solid 1px #970192;
     border-right:solid 1px #970192;
     font-size:10px;
     font-weight:bold;
     padding:3px 7px 3px 7px;
     background-color:#970192;
     width:25%;
 }
 
   .Hosting_Plan_Title4
{
     color:#ffffff;
     border-bottom:solid 1px #c681ee;
     border-right:solid 1px #c681ee;
     font-size:12px;
     font-weight:bold;
     padding:3px 7px 3px 7px;
     background-color:#c681ee;
     width:25%;
 }
 
   .Hosting_Plan_Title4Right
{
     color:#ffffff;
     border-bottom:solid 1px #c681ee;
     border-right:solid 1px #c681ee;
     font-size:10px;
     font-weight:bold;
     padding:3px 7px 3px 7px;
     background-color:#c681ee;
     width:25%;
 }
 
 .Hosting_Plan_InnerTable
{
    background-image: url(Images/Common/hosting_plan_content_bg.png);
    background-repeat:repeat-y;
   
}

.Hosting_Plan_Body
{
  
    padding:3px 7px 3px 7px;
    color:#5a1595;
    font-size:12px;
    border-bottom:solid 1px #970192;
    border-right:solid 1px #970192;
    width:25%;
  
}

.Hosting_Plan_Body2
{
     padding:3px 7px 3px 7px;
     color:#000000;
     font-size:12px;
     text-align:center;
     border-bottom:solid 1px #970192;
     border-right:solid 1px #970192;
     width:15%;
 }
 
 .Hosting_Plan_Body3
{
     padding:3px 7px 3px 7px;
     color:#ff0000;
     font-size:12px;
     text-align:center;
     border-bottom:solid 1px #970192;
     border-right:solid 1px #970192;
 }

.Hosting_Plan_Body4
{
     padding:3px 7px 3px 7px;
     color:#000000;
     font-size:12px;
     text-align:center;
     border-bottom:solid 1px #970192;
     width:15%;
 }
 
 
.Hosting_Plan_RepeatL
{
    background-image: url(Images/Common/hosting_plan_border.png);
    background-repeat:repeat-y;
  
}

.Hosting_Plan_RepeatR
{
    background-image: url(Images/Common/hosting_plan_border.png);
    background-repeat:repeat-y;
    background-position:right;
    
}


.Hosting_Plan_SmallTable_Header
{
    background-image: url(Images/Common/webhosting_smalltable_header.png);
    background-repeat:no-repeat;
    background-position:bottom;
    width:150px;
    height:10px;
 
}

.Hosting_Plan_SmallTable_Title
{

    color:#9344a9;
    font-size:14px;
    text-align:center;
    padding:5px;
   
}

.Hosting_Plan_SmallTable_Body_left
{
    background-image: url(Images/Common/webhosting_border_body.png);
    background-repeat:repeat-y;
    
  
}

.Hosting_Plan_SmallTable_Body_right
{
    background-image: url(Images/Common/webhosting_border_body.png);
    background-repeat:repeat-y;
    background-position:center;
    
  
}

.Hosting_Plan_SmallTable_footer2
{
    background-image: url(Images/Common/webhosting_smalltable_footer2.png);
    background-repeat:no-repeat;
    background-position:top;
    width:150px;
    height:36px;
    padding:3px;

 
}

.Hosting_Plan_SmallTable_footer1
{
    background-image: url(Images/Common/webhosting_smalltable_footer.png);
    background-repeat:no-repeat;
    background-position:top;
    width:150px;
    height:36px;
    padding:3px;

 
}



.Hosting_Plan_SmallTable

{
   
    color:#000000;
    font-size:11px;
    padding:5px;
}

.Hosting_Plan_SmallTable li

{
    background-image: url(Images/common/webhosting_bullet.png);
    background-repeat:no-repeat;
    background-position: left 4px;
   
    color:#000000;
    font-size:11px;
}

/*****WEB DESIGN*****/

.WebDesign_Main_Left
{
    background-image: url(Images/webdesign_main_left.png);
    background-repeat:no-repeat;
    width:345px;
    height:250px;
    background-position:right top;
 
}

.WebDesign_Main_Right
{
    background-image: url(Images/webdesign_main_right.png);
    background-repeat:no-repeat;
    background-position:left top;
    font-family:Trebuchet MS;
    font-size:16px;
    color:#ffffff;
    padding:7px;
 
}

.WebDesign_Main_Epayasia
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-style:italic;
    font-size:16px;
    color:#ffffff;
 
}


.WebDesign_Table_Left_Header

{
    background-image: url(Images/common/webdesign_borderleft_header.png);
    background-repeat:no-repeat;
    width:347px;
    height:11px;
}

.WebDesign_Table_Left_Title

{
    color:#000000;
    font-size:16px;
    padding:5px 5px 5px 10px;
}

.WebDesign_Table_Left_Content

{
    color:#000000;
    font-size:11px;
    padding:5px 5px 5px 10px;
}

.WebDesign_Table_Left_Content li

{
    background-image: url(Images/common/weebdesign_bullet.png);
    background-repeat:no-repeat;
    background-position: left 8px;
    padding:5px 5px 5px 10px;
    color:#000000;
    font-size:11px;
}

.WebDesign_Table_body_repeat

{
    background-image: url(Images/common/webdesign_borderleft_repeat.png);
    background-repeat:repeat-y;
    width:1px;
    height:11px;
}

.WebDesign_Table_Left_Footer

{
    background-image: url(Images/common/webdesign_borderleft_footer.png);
    background-repeat:no-repeat;
    width:347px;
    height:103px;
}


.WebDesign_Table_Preview_Header

{
    background-image: url(Images/common/webdesign_borderleft_header.png);
    background-repeat:no-repeat;
    width:347px;
    height:11px;
}

.WebDesign_Table_Preview_Header

{
    background-image: url(Images/common/webdesign_borderright_header.png);
    background-repeat:no-repeat;
    width:239px;
    height:26px;
    color:#95146f;	 
    font-size:10pt;
    padding:0px 3px 0px 7px;
}

.WebDesign_Table_Preview_Repeat

{
    background-image: url(Images/common/webdesign_borderright_body.png);
    background-repeat:repeat-y;
    width:239px;
    height:3px;
   }

.WebDesign_Table_Preview_Footer

{
    background-image: url(Images/common/webdesign_borderright_footer.png);
    background-repeat:no-repeat;
    width:239px;
    height:23px;
}

/*****SELLING ONLINE*****/

.SellingOnline_Main_Left
{
    background-image: url(Images/sellingonline_main_left.png);
    background-repeat:no-repeat;
    width:370px;
    height:250px;
    background-position:right top;
 
}

.SellingOnline_Main_Right
{
    background-image: url(Images/sellingonline_main_right.png);
    background-repeat:no-repeat;
    width:230px;
    height:250px;
    background-position: left top;
 
}

.SellingOnline_Main_Epayasia
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-style:italic;
    font-size:16px;
    padding:30px 0px 0px 0px;
    color:#000000;
 
}

/*****MARKETING ONLINE*****/

.MarketingOnline_Main_Left
{
    background-image: url(Images/marketingonline_main_left.png);
    background-repeat:no-repeat;
    width:305px;
    height:250px;
    background-position:right top;
 
}

.MarketingOnline_Main_Right
{
    background-image: url(Images/marketingonline_main_right.png);
    background-repeat:no-repeat;
    background-position: left top;
    width:296px;
    height:250px;
 
}

.MarketingOnline_Main_Epayasia
{
    font-family:Trebuchet MS;
    font-weight:bold;
    font-style:italic;
    font-size:16px;
    color:#000000;
    padding:120px 0px 0px 10px;
 
}

/****************Cart*******************/
.Cart_Row
{
    font-family:Trebuchet MS;
    font-size:12px;
    color:#2a5997;
    
}

.Cart_Row_price
{
   font-family:Trebuchet MS;
   font-size:12px;
   color:#f77a00;
    
}

/****************Product*******************/

.Product_Domain_Header
{
    background-image: url(Images/Common/product_domain_header.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:61px;
    color:#9344a9;
    font-size:15px;
    cursor:pointer;
   
}

.Product_Header_Title
{
   
    color:#000000;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
    vertical-align:bottom;
    padding:5px 20px 5px 0px;
   
}

.Product_Domain_Content
{
   
    color:#00415d;
    font-size:12px;
    padding:5px 20px 5px 0px;
   
}

.Product_Domain_Body
{
    background-image: url(Images/Common/product_domain_body.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:130px;
    color:#9344a9;
    font-size:15px;
    
  
}

.Product_Design_Header
{
    background-image: url(Images/Common/product_design_header.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:61px;
    color:#9344a9;
    font-size:15px;
    cursor:pointer;
   
}

.Product_Design_Body
{
    background-image: url(Images/Common/product_design_body.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:130px;
    color:#9344a9;
    font-size:15px;
    
  
}

.Product_Hosting_Header
{
    background-image: url(Images/Common/product_hosting_header.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:61px;
    color:#9344a9;
    font-size:15px;
    cursor:pointer;
   
}

.Product_Hosting_Body
{
    background-image: url(Images/Common/product_hosting_body.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:130px;
    color:#9344a9;
    font-size:15px;
    
  
}

.Product_Domain_Content
{
   
    color:#00415d;
    font-size:12px;
    font-weight:bold;
    padding:5px 20px 5px 0px;
    
   
}

.Product_Design_Content
{
   
    color:#8f1f53;
    font-size:12px;
    font-weight:bold;
    padding:5px 20px 5px 0px;
   
}

.Product_Hosting_Content
{
   
    color:#6d3297;
    font-size:12px;
    font-weight:bold;
    padding:5px 20px 5px 0px;
   
}

.Product_SellingOnline_Header
{
    background-image: url(Images/Common/product_sellingonline_header.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:61px;
    color:#9344a9;
    font-size:15px;
    cursor:pointer;
   
}

.Product_SellingOnline_Body
{
    background-image: url(Images/Common/product_sellingonline_body.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:130px;
    color:#9344a9;
    font-size:15px;
    
  
}

.Product_SellingOnline_Content
{
   
    color:#697371;
    font-size:12px;
    font-weight:bold;
    padding:5px 20px 5px 0px;
   
}

.Product_MarketingOnline_Header
{
    background-image: url(Images/Common/product_marketingonline_header.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:61px;
    color:#9344a9;
    font-size:15px;
    cursor:pointer;
   
}

.Product_MarketingOnline_Body
{
    background-image: url(Images/Common/product_marketingonline_body.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:130px;
    color:#9344a9;
    font-size:15px;
    
  
}

.Product_MarketingOnline_Content
{
   
    color:#026921;
    font-size:12px;
    font-weight:bold;
    padding:5px 20px 5px 0px;
   
}

.Product_UMS_Header
{
    background-image: url(Images/Common/product_ums_header.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:61px;
    color:#9344a9;
    font-size:15px;
    cursor:pointer;
   
}

.Product_UMS_Body
{
    background-image: url(Images/Common/product_ums_body.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:589px;
    height:130px;
    color:#9344a9;
    font-size:15px;
    
  
}

.Product_UMS_Content
{
   
    color:#000000;
    font-size:12px;
    font-weight:bold;
    padding:5px 20px 5px 0px;
   
}

/*About Us Wrapper*/

.AboutUsHeader
{
    background-image:url('Images/AboutUs/aboutus_header.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:680px;
    height:219px;
    
    
}

.AboutUsBody
{
    background-image:url('Images/AboutUs/aboutus_body.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#01408f;
    padding-left:110px;
    padding-right:110px;

    
}
.AboutUsFooter
{
    background-image:url('Images/AboutUs/aboutus_footer.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 20px;
    width:680px;
    height:58px;
    
    
}

.AboutUsHeader2
{
    background-image:url('Images/AboutUs/aboutus_header_small.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:535px;
    height:65px;
    
    
}

.AboutUsBody2
{
    background-image:url('Images/AboutUs/aboutus_body_small.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#01408f;
    padding-left:50px;
    padding-right:50px;

    
}
.AboutUsFooter2
{
    background-image:url('Images/AboutUs/aboutus_footer_small.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 20px;
    width:535px;
    height:16px;
    
    
}

.AboutUsHeader3
{
    background-image:url('Images/AboutUs/whyepay_header.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:503px;
    height:28px;
    
    
}

.AboutUsBody3
{
    background-image:url('Images/AboutUs/whyepay_body.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#01408f;
    

    
}
.AboutUsFooter3
{
    background-image:url('Images/AboutUs/whyepay_footer.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 20px;
    width:503px;
    height:30px;
    
    
}

.WhyChooseEpayBody1
{
    
    padding: 0px 0px 0px 0px;
    font-family:Verdana;
    font-size:16px;
    color:#3199bd;
    font-weight:bold;
    padding-left:50px;
    padding-right:50px;
    
    

    
}

.WhyChooseEpayBody2
{
    
    padding: 0px 0px 0px 0px;
    font-family:Verdana;
    font-size:11px;
    color:#5e5d5d;
    padding-left:50px;
    padding-right:50px;
    
    

    
}

/*Member Register Wrapper*/

.RegisterHeaderPersonalInfo
{
    background-image:url('Images/Register/register_header_personalinfo.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:49px;
    
    
}

.RegisterHeaderAccountInfo
{
    background-image:url('Images/Register/register_header_accountinfo.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:49px;
    
    
}

.RegisterHeaderContactInfo
{
    background-image:url('Images/Register/register_header_contactinfo.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:49px;
    
    
}
.RegisterHeaderNewsletter
{
    background-image:url('Images/Register/register_header_newsletter.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:49px;
    
    
}

.RegisterHeaderTerms
{
    background-image:url('Images/Register/register_header_terms.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:49px;
    
    
}

.RegisterHeaderProducts
{
    background-image:url('Images/Register/register_header_products.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:49px;
    
    
}


.RegisterBody
{
    background-image:url('Images/Register/register_body.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#08529d;
    padding-left:50px;
    padding-right:50px;

    
}
.RegisterFooter
{
    background-image:url('Images/Register/register_footer.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 0px;
    width:706px;
    height:28px;
    
    
}

/*****Ecommerce Features*****/

.Ecommerce_MainContent
{
    background-image: url(Images/ecommerce/eccomerce_content.png);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 0px;
    width:614px;
    height:140px;
    background-position:right top;
    font-family:Verdana;
    font-size:13px;
    color:#000000;
    padding-left:250px;
    padding-right:30px;
 
}

.EcommerceFeaturesHeader_ProductCatalogue
{
    background-image:url('Images/ecommerce/feature_header_catalog.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:130px;
    height:107px;
    
    
}

.EcommerceFeaturesHeader_Membership
{
    background-image:url('Images/ecommerce/feature_header_member.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:130px;
    height:107px;
    
    
}

.EcommerceFeaturesBody_Yellow
{
    background-image:url('Images/ecommerce/feature_body_yellow.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:15px;
    text-align:center;
    color:#000000;
    padding-left:50px;
    padding-right:50px;

    
}

.EcommerceFeaturesFooter_Yellow
{
    background-image:url('Images/ecommerce/feature_footer_yellow.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 0px;
    width:130px;
    height:16px;
    
    
}

.EcommerceFeaturesHeader_ShoppingCart
{
    background-image:url('Images/ecommerce/feature_header_cart.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:130px;
    height:107px;
    
    
}

.EcommerceFeaturesHeader_PaymentOnline
{
    background-image:url('Images/ecommerce/feature_header_paymentonline.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:130px;
    height:107px;
    
    
}

.EcommerceFeaturesBody_Black
{
    background-image:url('Images/ecommerce/feature_body_black.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:15px;
    text-align:center;
    color:#08529d;
    padding-left:50px;
    padding-right:50px;

    
}

.EcommerceFeaturesFooter_Black
{
    background-image:url('Images/ecommerce/feature_footer_black.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 0px;
    width:130px;
    height:16px;
    
    
}

/*Member Account Information Wrapper*/

.AccountInfo_PersonalDetails
{
    background-image:url('Images/accountdetails/details_personalinformation.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:600px;
    height:49px;
    
    
}

.AccountInfo_ContactDetails
{
    background-image:url('Images/accountdetails/details_contactinformation.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:600px;
    height:49px;
    
    
}

.AccountInfo_NewsletterDetails
{
    background-image:url('Images/accountdetails/details_newsletter.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:600px;
    height:49px;
    
    
}

.AccountInfo_OrderHistory
{
    background-image:url('Images/accountdetails/details_orderhistory.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:600px;
    height:49px;
    
    
}

.AccountInfo_ChangePassword
{
    background-image:url('Images/accountdetails/details_password.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    width:600px;
    height:49px;
    
    
}

.AccountInfo_Body
{
    background-image:url('Images/accountdetails/details_body.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#08529d;
    padding-left:10px;
    padding-right:10px;

    
}
.AccountInfo_Footer
{
    background-image:url('Images/accountdetails/details_footer.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 0px;
    width:600px;
    height:28px;
    
    
}

/*Marketing Online Wrapper*/

.MarketingOnlineHeader
{
    background-image:url('Images/marketing/marketingonline_top.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    width:592px;
    height:185px;
    padding: 0px 0px 0px 0px;
    font-family:Verdana;
    font-size:16px;
    color:#034679;
    padding-left:380px;
    padding-right:80px;
    
    
}

.MarketingOnlineFooter
{
    background-image:url('Images/marketing/marketingonline_bottom.png');
    background-repeat:no-repeat;
    background-position:top right;
    padding: 0px 0px 0px 0px;
    width:592px;
    height:97px;
    
    
}


/*Unified Messaging System*/

.UMS_Title {
	color:#5d5c5c;
	font-size:20px;
	font-family:Arial;
	text-decoration:none;
	padding: 5px 7px 5px 35px;
	background-image:url(images/common/header_arrow.png);
	background-repeat:no-repeat;
	background-position:left 100px bottom 5px;
	border-bottom:dotted 1px #5d5c5c;
}

.UMS_Body {
	color:#000000;
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	padding: 5px 7px 5px 30px;
	
}

.UMSHeader1
{
    background-image:url('Images/ums/ums_header1.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 90px;
    color:#000000;
	font-size:17px;
	font-family:Verdana;
    width:500px;
    height:64px;   
}


.UMSBody1
{
    background-image:url('Images/ums/ums_body1.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#014a88;
    padding-left:90px;
    padding-right:90px;  
}


.UMSFooter1
{
    background-image:url('Images/ums/ums_footer1.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 0px;
    width:500px;
    height:42px;
    
    
}

.UMSHeader2
{
    background-image:url('Images/ums/ums_header2.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 175px;
    color:#064e73;
	font-size:18px;
	font-family:Verdana;
    width:400px;
    height:41px;   
}

.UMSBody2
{
    background-image:url('Images/ums/ums_body2.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 90px;
    color:#000000;
	font-size:12px;
	font-family:Verdana;
    width:400px;
    height:149px;   
}


.UMSHeader3
{
    background-image:url('Images/ums/ums_header3.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 175px;
    color:#064e73;
	font-size:18px;
	font-family:Verdana;
    width:400px;
    height:41px;   
}

.UMSBody3
{
    background-image:url('Images/ums/ums_body3.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 60px;
    color:#000000;
	font-size:12px;
	font-family:Verdana;
    width:400px;
    height:328px;   
}

.LNlist {
	list-style: none;
	margin:0px;
	padding: 0px 10px 0px 90px;
}
.LNlist li {
	font-size:11px;
	font-family:Verdana;
	color:#000000;
	text-align:left;
	padding:6px 0px 2px 30px; 
	background-image:url(images/common/bullet_arrow_blue.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	
}
.LNlist a:link, .LNlist a:visited {
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

.LNlist a:hover, .LNlist a:active {
	color:#000000;
	font-size:11px;
	font-weight:normal;	
}


.UMS_leftnav_Header
{
    background-image: url(Images/ums/ums_headerleftnav.png);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 10px;
	vertical-align:middle;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#433f3f;
	font-weight:bold;
	width:165px;
	height:31px;
	
}

.UMS_leftnav_Header a:link, .UMS_leftnav_Header a:visited
{
   
	font-family:Trebuchet MS;
	font-size:12px;
	color:#433f3f;
	font-weight:bold;
	width:165px;
	height:31px;
	
}

.UMS_leftnav_Header a:hover, .UMS_leftnav_Header a:active 
{
    
	font-family:Trebuchet MS;
	font-size:12px;
	color:#433f3f;
	font-weight:bold;
	text-decoration:underline;
	width:165px;
	height:31px;
	
}

.UMS_leftnav_body
{

    background-image: url(Images/ums/ums__bodyleftnav.png);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 0px;
    background-position:top left;
    width:165px;
	height:185px;
}



.UMS_Content_Header
{
    background-image:url('Images/ums/ums_content_head.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 70px;
    color:#000000;
	font-size:18px;
	font-family:Verdana;
    width:530px;
    height:48px;   
}



.UMS_Content_Body
{
    background-image:url('Images/ums/ums_content_body.png');
    background-repeat:repeat-y;
    padding: 0px 0px 0px 0px;
    background-position:center;
    font-family:Verdana;
    font-size:11px;
    color:#014a88;
    padding-left:65px;
    padding-right:65px;  
}


.UMS_Content_Footer
{
    background-image:url('Images/ums/ums_content_foot.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 0px;
    width:530px;
    height:33px;
    
    
}


.OLhdr_UMS
{
	padding: 2px 6px 2px 6px;
	color:#ffffff;
	font-size:12px;
	font-family:Trebuchet MS;
	background-color:#6d6b6b;
	
}



.UMS_MCcellBgrdPad
{
	padding: 10px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	
	
}

.UMS_MCboxGridBody 
{
    border-collapse:collapse;
    padding: 0px 0px 0px 0px;
    border:solid 1px #6d6b6b;
        
}



/*Unified Messaging System - Fax Server*/


.UMSFaxServerTitle
{
   
    color:#000000;
    font-size:15px;
    font-family:Verdana;
    cursor:pointer;
    vertical-align:bottom;
    padding:5px 0px 5px 30px;
   
}

.UMSFaxServerTitle a:link, .UMSFaxServerTitle a:visited {
	padding:5px 0px 5px 30px;
	vertical-align:top;
	color:#000000;
	font-size:15px;
	cursor:pointer;
	font-family:Verdana;
}

.UMSFaxServerTitle a:hover, .UMSFaxServerTitle a:active {
	padding:5px 0px 5px 30px;
	vertical-align:top;
	color:#5a5959;
	font-size:15px;
	font-family:Verdana;
	cursor:pointer;
	text-decoration:underline;
}

.UMSFaxServerHeader
{
    background-image: url(Images/ums/ums_content_head_brown.png);
    background-repeat:no-repeat;
    background-position:top;
    border-collapse:collapse;
    width:530px;
    height:30px;
    color:#000000;
    font-size:15px;
    cursor:pointer;
    padding:0px 0px 0px 0px;
   
}

.UMSFaxServerContent
{
   
    color:#00415d;
    font-size:12px;
    padding:5px 20px 5px 0px;
   
}

.UMSFaxServerBody
{
    background-image:url('Images/ums/ums_content_body_brown.png');
    background-repeat:repeat-y;
    border-collapse:collapse;
    border-bottom:dashed 2px #797777;
    border-left:dashed 1px #797777;
    border-right:dashed 1px #797777;
    width:527px;
    color:#6d6d6d;
    font-size:15px;
    padding:0px 0px 0px 0px;
    
  
}


.UMS_MCcellBgrdPadFaxServer
{
	padding: 11px;
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	color:#484848;
	
}

.UMS_MCcellBgrdPadFaxServer2
{
	padding: 11px;
	background-color:#FFFFFF;
	font-family:verdana;
	font-size:12px;
	color:#045ca0;
	
}

.UMS_MCboxGridBodyFaxServer
{
    border-collapse:collapse;
    padding: 0px 0px 0px 0px;
    border:solid 1px #6b6969;
        
}

.OLhdr_UMSFaxServer
{
	padding: 2px 6px 2px 6px;
	color:#ffffff;
	font-size:13px;
	font-family:verdana;
	font-weight:bold;
	background-color:#014f98;
	
}

.OLhdr_UMSFaxServer2
{
	padding: 2px 6px 2px 6px;
	color:#ffffff;
	font-size:13px;
	font-family:verdana;
	font-weight:bold;
	background-color:#419fe8;
	
}

.UMSHeader_FaxServer
{
    background-image:url('Images/ums/ums_header4.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    color:#064e73;
	font-size:18px;
	font-family:Verdana;
    width:400px;
    height:41px;   
}

.UMSBody_FaxServer
{
    background-image:url('Images/ums/ums_body4.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 30px;
    color:#000000;
	font-size:12px;
	font-family:Verdana;
    width:400px;
    height:120px;   
}

.UMSBody_FaxServer2
{
    background-image:url('Images/ums/ums_body4b.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 0px 0px 30px;
    color:#000000;
	font-size:12px;
	font-family:Verdana;
    width:400px;
    height:310px;   
}

.UMSHeader_VoiceRecording
{
    background-image:url('Images/ums/ums_header4a.png');
    background-repeat:no-repeat;
    background-position:bottom;
    padding: 0px 0px 0px 0px;
    color:#064e73;
	font-size:19px;
	font-family:Verdana;
    width:480px;
    height:49px;   
}


.UMSBody_VoiceRecording
{
    background-image:url('Images/ums/ums_body4a.png');
    background-repeat:no-repeat;
    background-position:top;
    padding: 0px 20px 0px 30px;
    color:#000000;
	font-size:12px;
	font-family:Verdana;
    width:450px;
    height:220px;   
}

.LNlist_UMSFaxServer {
	list-style: none;
	margin:0px;
	padding: 0px 10px 0px 10px;
}

.LNlist_UMSFaxServer li {
	font-size:12px;
	font-family:Verdana;
	color:#000000;
	text-align:left;
	padding:6px 0px 2px 20px; 
	background-image:url(images/common/bullet_arrow_blue.png);
	background-position:left 10px;
	background-repeat:no-repeat;
	
}
.LNlist_UMSFaxServer a:link, .LNlist_UMSFaxServer a:visited {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
.LNlist_UMSFaxServer a:hover, .LNlist_UMSFaxServer a:active {
	color:#000000;
	font-size:12px;
	font-weight:normal;	
}

.LNlist_UMS {
	list-style: none;
	margin:0px;
	padding: 0px 10px 0px 18px;
}

.LNlist_UMS li {
	font-size:11px;
	text-align:left;
	padding:5px 0px 2px 25px; /* this controls spacing around links - padding-left should be bullet width (8) + 2 */
	background-image:url(images/common/bullet_arrow_brown3.png);
	background-repeat:no-repeat;
	background-position:left 10px; /* top-align should be approx half of bullet height + padding-top (3+2) */
	font-family:Verdana;
	color:#a90075;
}
.LNlist_UMS li a:link, .LNlist_UMS li a:visited {
	font-size:11px;
	text-align:left;
	padding:2px 0px 2px 0px;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
	color:#a90075;
	
}
.LNlist_UMS li a:hover, .LNlist_UMS li a:active {
	font-size:11px;
	font-weight:bolder;
	text-align:left;
	padding:2px 0px 2px 0px;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:underline;
	color:#a80d79;
}

.eMarvel 
{
    border:solid 2px #000000;
    padding: 5px;
}
