/*========================================================*/
/*        CSS for DotNetNuke Skin - Cyber HOSTopia        */
/*                   by Cyber Skinning                    */
/*             http://www.cyberskinning.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/
/* cross browser compaibility fix        */ * {margin: 0; padding: 0;}
/* Style For HTML PAGE                   */ html { height: 100%; padding-top:0px;}
/* Style For HTML BODY                   */ #body { height:100%; margin: 0; repeat; margin: 0 0 0 0;}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: "Times New Roman", Times, serif; font-size: 11px; color:#000000; margin: 0;}
                                            p {font-family: "Times New Roman", Times, serif; font-size: 11px; color:#000000; padding:0; font-weight:normal}
											IMG { border:none;}
											UL { font: "Times New Roman", Times, serif; font-size:11px; color:#000000; font-weight: normal; list-style-type: circle; list-style:circle;}
											li { font: "Times New Roman", Times, serif; font-size:11px; color:#000000; font-weight: normal; list-style-type: circle; list-style:circle;}
											

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins                --*/ .StandardWidth { width:100%; margin:0;}
/*-- Outer Table                           --*/ .OuterTable { width:100%; margin:0;}
/*-- 100 percent height where req          --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req           --*/ .FullWidth { height:100%; }
	                                            .seal { margin:0;}
/*-- cell containing Header content        --*/ .HeaderTD { width:100%; margin: auto; vertical-align: top; background: #FFFFFF}
/*-- Header table                          --*/ .HeaderTable { width:1000px; margin:auto; margin:auto !important; vertical-align:bottom; border:none}
/*-- Menu Table                            --*/ .Menu_Container {vertical-align: bottom; background-color:#000000; white-space:nowrap; padding:0px 0px 0px 0px; margin: 0 0 0 0;}
/*-- Top Scroll Table                      --*/ .TopScroll { background: url(images/topbox.jpg) no-repeat top #d8d9db; height: 25px; margin:0;} 
/*-- Top Scroll Contact TD                 --*/ .scroll_contact { padding-left:10px; font-weight:bold; font-size:12px; font-family:arial,helvetica,verdana;}
/*-- Top Scroll Cart TD                    --*/ .scroll_cart { padding-right:10px; padding-top:1px; }
/*-- Top Nav Table                         --*/ .topnav_table { height:25px; margin:0px 0 0 0; background: url(images/TopNav.jpg) no-repeat top left #000000;}
/*-- Top Nav Table                         --*/ .topnav_left { width:8px; background:url(spacer.gif) no-repeat; }
/*-- Top Nav Table                         --*/ .topnav_left img { width:8px; height:25px; }
/*-- Top Nav Table                         --*/ .topnav_right { width:8px; background:url(spacer.gif) no-repeat; }
/*-- Top Nav Table                         --*/ .topnav_right img { width:8px; height:25px; }
/*-- Top Nav Table                         --*/ .topnav_bg { width:790px; text-align:left; color:#FFFFFF; text-decoration:none; font-size:10px; font:Arial; padding-top:5px; vertical-align:middle }
/*-- Search TD                             --*/ .SearchTD { vertical-align: middle; text-align: right;  padding: 0px 0px 0px 0; }
/*-- Search TD Image                       --*/ .SearchTD img { width: 188px; height: 23px; }
/*-- cell body dotted bottom border        --*/ .DottedBottom { width:100%; margin:auto; vertical-align: top; border-bottom: #999999 dotted 1px;}

/*-- cell containing Body content          --*/ .BodyTD { width:100%; height:100%; vertical-align: top; border:none;}
/*-- Body Tables                           --*/ .BodyTable { width:1000px; margin:auto; margin:auto !important; border:none}
/*-- cell containing right Body content    --*/ .BodyRightTD { width:100%; padding-left: 10px; vertical-align: top; border:none}
/*-- cell containing Body content          --*/ .BodyTD { width:100%; vertical-align: top; border:none; padding-top:3px;}
/*-- cell containing breadcrumb            --*/ .BreadCrumbTD { width:100%; margin:auto; vertical-align: top; border-bottom: #999999 dotted 1px; padding:3 0 3 0;}
/*-- Bottom Content table                  --*/ .BottomTD { width:1000px; margin:auto; margin:auto !important; background-color:#ffffff; border:none}
/*-- Bottom Content table                  --*/ .bottomtable { background: url(images/bottombox.jpg) no-repeat bottom #d8d9db; height: 40px; margin:0; padding-top:5px; } 

/*-- cell containing footer content        --*/ .FooterTD { width:100%; margin:auto; vertical-align: top; border:none;}


/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

.ContentCell { padding:0 0 0 7px; }
.BannerPane { width:auto; padding:0 20px 0 325px; text-align:center; }
.TopPane { padding:7px 0px 7px 0; }
.LeftPane { padding:0 7px 0 0; width:100%; }
.RightPane { padding:7px 0px 0px 7px; }
.ContentPane { padding:7px 0px 7px 0px; text-align:left; }
.ContentPane2 { padding:7px 0px 7px 0; }
.FooterPane { width:100%; padding:0; }
.HeaderPane { padding:0px 0px 0px 0px;}
.FooterPane { padding:0px 0px 0px 0px;}


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #000000; font-family: Arial; font-size: 11px; text-decoration: none; font-weight: bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #000000; font-family: Arial; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- breadcrumbs token idle 2          --*/ .BREADCRUMBS_object2, a.BREADCRUMBS_object2:link, a.BREADCRUMBS_object2:visited, a.BREADCRUMBS_object2:active { color: #000000; font-family: Arial; font-size: 11px; text-decoration: underline; font-weight: normal;}
/*-- breadcrumbs token hover 2         --*/ a.BREADCRUMBS_object2:hover { color: #000000; font-family: Arial; font-size: 11px; text-decoration: underline; font-weight:normal; }


/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- text style  portal admin pages    --*/ .CommandButton {font-family: "Times New Roman", Times, serif; font-size: 11px; color: #000000;}
/*-- most of the text on site          --*/ .normal, .Normal { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #000000; font-weight: bold; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #cb0101; font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: "Times New Roman", Times, serif; font-size: 11px; font-weight: bold; color: #000000; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #000000; background: transparent; font-weight: bold; padding: 0;}
/*-- h1 - on site                      --*/ H1 { font-size: 16px; color: #125C7D; background: transparent; font-weight: bold; padding: 0; font-family: "Times New Roman", Times, serif;}
/*-- h2 - on site                      --*/ H2 { font-size: 11px; color: #125C7D; background: transparent; font-weight: bold; padding: 0; font-family: "Times New Roman", Times, serif;}
/*-- h3 - on site                      --*/ H3 { font-size: 12px; color: #125C7D; background: transparent; font-weight: bold; padding: 0; font-family: "Times New Roman", Times, serif;}
/*-- h4 - on site                      --*/ H4 { font-size: 12px; color: #125C7D; background: transparent; font-weight: bold; padding: 0; font-family: "Times New Roman", Times, serif;}
/*-- h5 - on site                      --*/ H5 { font-size: 12px; color: #125C7D; background: transparent; font-weight: bold; padding: 0; font-family: "Times New Roman", Times, serif;}


/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #2969A4; font-weight: bold; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #5281BD; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited, a.Normal:active { color: #2969A4; font-family: "Times New Roman", Times, serif; font-weight: bold; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #5281BD; font-family: "Times New Roman", Times, serif; text-decoration: underline; }
/*-- hyperlink style portal admin      --*/ A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {color: #000000; font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; text-decoration: underline;}
/*-- hyperlink style portal admin      --*/ A.CommandButton:hover {color: #cb0101; font-family: "Times New Roman", Times, serif; font-size: 11px; text-decoration: underline;}
/*-- normal  links visited and active  --*/ a.ftrBlue:link, a.ftrBlue:visited, a.ftrBlue:active { color: #000000; font-size:11px; font-family: Arial, Verdana, Helvetica; font-weight:normal}
/*-- normal  links hover               --*/ a.ftrBlue:hover { color: #cb0101; font-size:11px; font-family: Arial, Verdana, Helvetica; font-weight:normal}

/*-----------------------------------------------------------------------*/
/* Cyber Hostopia Styles   											 */
/*-----------------------------------------------------------------------*/
  /*Start Custom Colors */
  .subText {font-size: 11px;}
  div,table,td,span{font-family: arial,helvetica,sanserif;}
  .reseller_sPortraitTemplate{background: transparent url( 'https://imagesak.securepaynet.net/rcc/PortraitTemplates/img_resell_model_f10.jpg' ) top left;background-repeat:no-repeat;}
  .reseller_theme01 {background: url('https://imagesak.securepaynet.net/fos/base/0/base_sb_bk.png') left top; background-repeat: repeat-y; width: 220px;text-align: left;font-family:Arial, helvetica, Sans-Serif;}
  .reseller_theme{width:220px;text-align: left;font-family:Arial, helvetica, Sans-Serif; background: url(images/left_bg.jpg) repeat-y top left #000000;}
  .reseller_lsb_primary{color:#fff;font-size:11px;}
  .reseller_lsb_secondary{color:#fc0;font-size:11px;}
  .reseller_lsb_backgroundcolor{background-color:#000;}
  .s8{height: 8px; line-height: 8px; font-size: 8px;}
  /*End Custom Colors */
  .red{color: #dc0900;}
   a.red, a.red:visited {color: #dc0900;}
  .reseller_optindiv{color:#c00;padding: 6px 7px 3px 7px;} 
  .reseller_optindiv_line1{height:50px;text-align:center;} 
  .reseller_optindiv_line2{color:#DE0901;font-weight:bold;font-size:10px;text-align:center;height:48px;padding: 0 6px;}
  .reseller_optindiv_line3{color:#DE0901;font-weight:bold;font-size:14px;padding-left:58px;}
  .reseller_optindiv_line4{color:#000;font-size:10px;font-weight:bold;padding-left:58px;}  
  .reseller_basebtn{height:22px;background: url('https://imagesak.securepaynet.net/fos/base/0/lsballicons_reseller_nobkgrnd.png') left top;}
  /*Left Side Bar */
  .reseller_OptInBanner{background: transparent url( 'https://imagesak.securepaynet.net/fos/sb/0/img_lsb_bannerad.png' ) top left;background-repeat:no-repeat;width:203px;height:162px;}
  .reseller_lsb_primary{color:#ffffff/*333*/;font-size:11px;padding-left:5px;margin-left:5px;margin-top:0px;}
  .reseller_lsb_secondary{color:#ffff00/*334*/;font-size:11px;padding-left:5px;margin-left:5px;margin-top:0px;}
  .reseller_lsb_margintop{margin-top:6px;}
  .reseller_lsb_backgroundcolor{background-color:#000000;}/*335*/
  .reseller_lsb_linkcolor a{color:#ffffff;font-size:11px;}/*347*/
  .reseller_lsb_linkcolor a:link{color:#ffffff;font-size:11px;}/*347*/
  .reseller_lsb_linkcolor a:visited{color:#ffffff;font-size:11px;}/*347*/
  .reseller_lsb_linkcolor a:hover{color:#ffffff;font-size:11px;}/*347*/
  .reseller_lsb_linkcolor a:active{color:#ffffff;font-size:11px;}/*347*/
  .reseller_overallborder{background: transparent url( "https://imagesak.securepaynet.net/fos/hp/0/img_mainbackground.png" ) top left;
     background-repeat:no-repeat;top:0px;background-position:top left;width:771px;height:441px;padding:0;font-size:11px;}
/*Top Section*/
.reseller_TopSectionUploadedImage{color:img_resell_model_f10;}/*156*/
.reseller_TopSectionBackgroundColor{background-color:#ffffff;}/*147*/
.reseller_TopSectionTextColor{color:#000000;font-size:11px;}/*148*/
.reseller_TopSectionTitleTextColor{color:#000000;}/*180*/
.reseller_TopSectionSubtitleTextColor{color:#333333;}/*181*/
.reseller_TopSectionStrongTextColor{color:#000000;font-size:11px;}/*182*/
.reseller_TopSectionLinkTextColor{color:#000000;}/*150*/
.reseller_topright ul{margin: 0; padding: 0;margin-left:5px; list-style-type:disc;width: 100%; list-style-position: inside;margin-top:0;vertical-align:top;}
.reseller_topright ul li{margin: 0; padding: 0;}
.reseller_toprow{height: 229px; width: 770px; vertical-align: top;}
.reseller_internaltop{width: 100%; height: 251px;}
.reseller_upperright{float: right; width: 286px; height: 246px;}
.reseller_upperright_SSL{float: right; width: 286px; height: 246px;}
.reseller_pricetbldiv{background-color: #fff; border: solid 1px #000;margin: 10px 6px;}
.reseller_TopRightBoxHeader{background-color: #7F7F7F; font-weight: bold; padding-left: 8px;}
.reseller_TopRightBoxSubHead{color: Red; margin-left: 5px; font-weight: bold;font-size:12px;}
.reseller_upperleft{float: left;width: 475px; height: 254px;}
.reseller_upperleft_table{margin:3px;width:475px;}
.reseller_upperleft_portrait{width: 179px; height: 248px;}
.reseller_uppercenter{vertical-align: top; padding: 0 5px; height: 248px;}
.reseller_uppercenter_title{font-size: 32px; font-weight: bolder;}
.reseller_uppercenter_subtitle{font-size: 20px; line-height: 21px; font-weight: bold;}
.reseller_uppercenter_subtitle_ssl{font-size: 16px; line-height: 17px; font-weight: bold;}
.reseller_uppercenter_text{margin-left: 10px;}
/*DomainSearch*/
.reseller_DomainSearchBackgroundColor{color:#BDBDBD;}/*149*/
.reseller_DomainSearchTitleTextColor{color:#000000;}/*185*/
.reseller_DomainSearchTextColor{color:#000000;}/*150*/
.reseller_DomainSearchLinkTextColor{color:#000;}/*NYI*/
.reseller_domain_search_box{padding:0px 2px 5px 3px;width:335px;height:176px;}
.reseller_domain_search_frame{width: 331px;height: 174px;text-align: left;margin-left:5px;background-color:#BDBDBD;}/*149*/ 
.reseller_curve_tl{width:100%;height:100%;margin:0px;background: transparent url( 'https://imagesak.securepaynet.net/fos/hp/0/img_round_tl.png' ) top left;background-repeat:no-repeat;}
.reseller_curve_tr{width:100%;height:100%;margin:0px;background: url( 'https://imagesak.securepaynet.net/fos/hp/0/img_round_tr.png' ) top right;background-repeat:no-repeat;}
.reseller_curve_bl{width:100%;height:100%;margin:0px;background: transparent url( 'https://imagesak.securepaynet.net/fos/hp/0/img_round_bl.png' ) bottom left;background-repeat:no-repeat;}
.reseller_curve_br{width:100%;height:100%;margin:0px;background: transparent url( 'https://imagesak.securepaynet.net/fos/hp/0/img_round_br.png' ) bottom right;background-repeat:no-repeat;}  
.reseller_domain_search_align{height:176px;color:#000000;}/*150*/
.reseller_domain_search_toprow{width: 270px; height: 23px; padding: 4px 0 0 0;_padding-left:8px;}
.reseller_domain_search_text{color: #fc0;font-size: 14px;text-align: left;padding-left: 0;float:left;font-weight:bold;_padding-right:5px;color:#000000;}/*185*/
.reseller_domain_search_hlplnk{float:left;margin-left:4px;cursor:help;}
.reseller_domain_search_arrow{position:absolute;margin:0;width:23px;height:45px;background: transparent url( 'https://imagesak.securepaynet.net/fos/base/0/img_domainarrow.png' ) top left;background-repeat:no-repeat;margin:10px 0 0 5px;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/img_domainarrow.png", sizingMethod="scale"); _background-image:none;}
.reseller_domain_search_topsection{float:left;width:300px;}
.reseller_domain_search_searchcontrols{position:absolute;margin:0;height:23px;}
.reseller_domain_entry{padding: 0;vertical-align:top;} 
.reseller_domain_search_tvsale{position:absolute;cursor:pointer;margin: 130px 0 0 10px;float:left;width:130px;height:40px;background: transparent url( "https://imagesak.securepaynet.net/fos/base/0/img_tvpromo.png" ) top left;background-repeat:no-repeat;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/img_tvpromo.png", sizingMethod="none"); _background-image:none;}
.reseller_base{background: transparent url( "https://imagesak.securepaynet.net/fos/hp/0/hp_base.png" ) top left;}
.reseller_base_help{background: transparent url( "https://imagesak.securepaynet.net/fos/base/0/icn_help_reseller.png" ) top left;background-repeat:no-repeat;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/icn_help_reseller.png", sizingMethod="scale"); _background-image:none;}
.reseller_base_go{background: transparent url( "https://imagesak.securepaynet.net/fos/base/0/btn_go_reseller.png" ) top left;background-repeat:no-repeat;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/btn_go_reseller.png", sizingMethod="scale"); _background-image:none;}
.reseller_base_extras{margin:130px 0 0 210px;width:116px;height:29px;background: transparent url( "https://imagesak.securepaynet.net/fos/base/0/img_freeextras.png" ) top left;background-repeat:no-repeat;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/img_freeextras.png", sizingMethod="none"); _background-image:none;}
.reseller_help{display: block;width: 23px;height: 23px;background-repeat: no-repeat;}    
.reseller_go{float:right;margin-left: 3px;display: block;width: 54px;height: 26px;cursor: pointer;background-repeat: no-repeat}
.reseller_tldddl{margin: 0px 0px 0px 2px;}    
.reseller_domain_search_links{position:absolute;width: 319px;height:30px; margin: 53px 0px 0px 11px;font-size:10px;clear:left;}
.reseller_domain_search_saletext{margin:0;position:relative;vertical-align:top;font-size:10px;color:#000000;}/*150*/
.reseller_domain_search_bulkregistration{margin:2px 0 0 0;position:relative;color:#000000/*150*/;font-size:12px;font-weight:bold;vertical-align:bottom;}
.reseller_extns{display: block;width: 7px;height: 8px;margin-top: 4px;background-position: -77px -88px;background-repeat: no-repeat;}
.reseller_icann{color:#000000; font-size: 10px;}/*185*/
.reseller_icann a{color:#000000; text-decoration: underline;}/*185*/
.reseller_icann a:visited{color:#000000; text-decoration: underline;}/*185*/
.reseller_icann a:hover{color:#000000; text-decoration: underline;}/*185*/
.reseller_domain_free_extras{position:absolute;float:right;vertical-align:text-bottom;text-align: center;cursor:pointer;padding: 20px 5px 0 0;width:116px;height:24px;}
.reseller_domain_no_free_extras{margin:150px 5px 0 210px;position:absolute;float:right;width:116px;height:24px;}
.reseller_domain_vei_div{margin:100px 0 0 10px;font-size:10px;position:absolute;}
/*FeaturedProducts*/
.reseller_FeaturedProductsOuterBackGroundColor{color:#fefefe;}/*146*/
.reseller_FeaturedProductsInnerBackgroundColor{color:#81868F;}/*151*/
.reseller_FeaturedProductsTitleTextColor{color:#ffffff;}/*190*/
.reseller_FeaturedProductsTextColor{color:#ffffff;}/*152*/
.reseller_FeaturedProductsLinkTextColor{color:#cc0000;}/*193*/
.reseller_FeaturedProductsLink a{color:#cc0000;}
.reseller_FeaturedProductsStrongTextColor{color:#000000;font-weight:bold;}/*344*/ 
.reseller_FeaturedProductsTextColor{font-size: 10px; padding: 5px 6px 0px 6px;color:#ffffff;}
.reseller_FeaturedProductsTitleColor{font-weight:bold;color:#ffffff;padding-left:5px;font-size:11px;}
.reseller_FeaturedProductsPanelBackColor{background-color:#f3f3f3;overflow:hidden;}
.reseller_FeaturedProductsBox{padding:0px 3px 5px 2px;width:430px;height:176px;border:0px;}
.reseller_FeaturedProductsFrame{width: 417px;height: 176px;margin-right:5px;background-color:#fefefe;}
.reseller_FeaturedProductsInner{margin: 2px 3px 0 3px;padding-top:0;}
.reseller_FeaturedProductsAlignment{padding-top:2px;}
/*End Featured Products*/
.setfont{font-size:11px;}
.reseller_bold{font-weight:bold;}
.reseller_red{color:#DC0900;font-weight:bold;}    
.reseller_UL{margin: 0 0 0 5px; padding: 0; list-style-type: square; width: 100%; list-style-position: inside;}
.reseller_center_text{text-align:center;padding-left:5px;}    
.reseller_font_17{font-size:17px;}
.reseller_font_11{font-size:11px;}
.reseller_cursor_pointer{cursor:pointer;}
/*Rslr Domains - InfoSale Box */
.reseller_infosalediv{margin-left:5px;width: 86px; height: 79px; background: url('https://imagesak.securepaynet.net/fos/base/0/img_99_info_bkgr.gif') no-repeat;border:none;}
.reseller_priceburst{margin-left:5px;width: 86px; height: 79px;background: url('https://imagesak.securepaynet.net/fos/base/0/img_resller_price_burst.gif') no-repeat;border:none;}
/*SideBar */
.reseller_sb_support{padding-left:5px;margin-left:5px;margin-top:0px;}
.reseller_rslr_gradient{width:100%;height:100%;margin:0px;background: url( 'https://imagesak.securepaynet.net/rhp/rslr_gradient.png' ) top right;background-repeat:repeat-y;}
.reseller_support{cursor:pointer;height:22px;background: url('https://imagesak.securepaynet.net/fos/base/0/lsbsupport_reseller.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/lsbsupport_reseller.png", sizingMethod="scale");_background-image:none;}
.reseller_support_mo{cursor:pointer;height:22px;background: url('https://imagesak.securepaynet.net/fos/base/0/lsbsupport_reseller.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/lsbsupport_reseller.png", sizingMethod="scale"); _background-image:none;}
.reseller_email{cursor:pointer;height:22px;background: url('https://imagesak.securepaynet.net/fos/base/0/lsbmyemail_reseller.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/lsbmyemail_reseller.png", sizingMethod="scale"); _background-image:none;}
.reseller_email_mo{cursor:pointer;height:22px;background: url('https://imagesak.securepaynet.net/fos/base/0/lsbmyemail_reseller.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/base/0/lsbmyemail_reseller.png", sizingMethod="scale"); _background-image:none;}
.reseller_emaillist{background-position: 0px -1795px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.reseller_emaillist_mo{background-position: 0px -1795px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
/* ViewExtensions begin */
.fosvei_txt{font-family:Arial, Helvetica, sans-serif;font-size: 11px;font-weight:normal; text-decoration:none;}
.fosvei_clsbtn {background:url('https://imagesak.securepaynet.net/fos/btn/0/btn_close.png') top left;
  width: 16px; height: 16px; background-position: 0px 0px; background-repeat: no-repeat; cursor: pointer;}
.fosvei_w462{width: 462px;}
.fosvei_bg_blk{background-color:#000;width:100%;margin:0px;}
.fosvei_h24{height:24px;}
.fosvei_w100p{width:478px;}
.fosvei_gray {background-color: #555;}
.fosvei_ct_t11 {font-weight:bold;font-size: 11px; color: #fff; font-family: Arial,Helvetica,Sans-Serif;}
.fosvei_tab_names{cursor: pointer;} 
.fosvei_tine {width: 20px; height: 24px;}
.fosvei_div_cntnt{display: block; margin: 0px 0px;background-color:#000;} 
.fosvei_tldtbl{background-color:#fff;text-align:left;width: 100%; padding: 2px 0px; font-size: 11px;}
.fosvei_tldcell{width:52px;vertical-align:top;}
.fosvei_pad2_mgn4{margin-top: 4px 0px 0px 0px;padding:2px 0px;}
.fosvei_div_lbl{background-color: #D2D3D5; margin: 0px 0px;font-weight:bold;padding: 0px 0px;} 
/* ViewExtensions end */
/* common shadow */
.fosi_sdw_nw{width:9px;height:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_nw.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_nw.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_n{height:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_n.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_n.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_ne{width:9px;height:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_ne.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_ne.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_w{width:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_w.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_w.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_e{width:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_e.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_e.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_sw{width:9px;height:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_sw.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_sw.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_s{height:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_s.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_s.png", sizingMethod="scale"); _background-image:none;}
.fosi_sdw_se{width:9px;height:9px;background: transparent url('https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_se.png') 0 0;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.securepaynet.net/fos/bdr/bdr_sdw_se.png", sizingMethod="scale"); _background-image:none;}
/* common shadow end */
/*Product Browser */
.pb{width: 770px;height: 198px;margin-top: 10px;margin-bottom: 0px;position: relative;font-size:12px;}
.pb_leftarrow{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) no-repeat scroll 0px -210px;cursor: pointer;width: 20px;height: 198px;}
.pb_rightarrow{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) no-repeat scroll 100% -210px;cursor: pointer;width: 20px;height: 198px;position: absolute;top: 0;left: 751px;}
.pb_slidercontainer{margin: 0px auto;width: 730px;position: absolute;top: 0;left: 20px;height: 179px;clear: both;margin-top: 10px;margin-bottom: 9px;z-index: 1;}
.pb_slidercontainer{overflow: hidden;}
.pb_productslider{width: 5800px;height: 179px;position: absolute;margin: 0px;padding: 0px;list-style: none;}
.pb_productimage{float: left;top: 0px;width:180px;top:0px;height: 179px;padding: 0px;margin: 0px;padding-right: 3px;vertical-align:top;font-size:11px;}
.pb_slidertopleftcurve{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) no-repeat scroll -20px -3px;cursor: pointer;width: 21px;height: 16px;position:absolute;top:4px;left:20px;z-index:2;}
.pb_slidertoprightcurve{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) no-repeat scroll -42px -3px;cursor: pointer;width: 22px;height: 16px;position:absolute;top:4px;left:730px;z-index:2;}
.pb_sliderbottomleftcurve{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) no-repeat scroll -20px -68px;cursor: pointer;width: 21px;height: 16px;position:absolute;top:180px;left:20px;z-index:2;}
.pb_sliderbottomrightcurve{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) no-repeat scroll -41px -68px;cursor: pointer;width: 22px;height: 16px;position:absolute;top:180px;left:730px;z-index:2;}
.pb_slidertopmiddle{ background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) repeat-x scroll 0px -96px;width: 730px;height: 3px;position:absolute;top:1px;left:20px;font-size:1pt;}
.pb_sliderbottommiddle{background: transparent url('https://imagesak.securepaynet.net/fos/hp/0/hp_base_slider.png' ) repeat-x scroll 0px -109px;width: 731px;height: 3px;position:absolute;top:195px;left:20px;font-size:1pt;}
.pb_producttitles{font-weight:bold;color:Black;text-align:left;}

/*--------------------------------------------*/
	.pch_divnav {border: solid #000000 1px; 
		border-bottom: solid #000000 4px; 
		background-color: #fff;
		min-width:162px; _width:162px;
		text-align:left; z-index: 200; position: absolute; top: 29px; left: 0px; 
		visibility: hidden;}
	.pch_bkg_mbc {background-color: #ffffff;}
	.pch_cref, a.pch_cref, a.pch_cref:link, a.pch_cref:visited, a.pch_cref:hover {color:#000000;}
	.pch_vr {padding: 0; width: 1px; height: 30px; background-color: #000000;}	
	.pch_bkg_arw {background-color: #000000;}
	.pch_ndiv{padding: 0 6px 0 8px; color: #000; white-space: nowrap; line-height: 20px;}
	 a.pch_nref, a.pch_nref:link, a.pch_nref:visited{text-decoration: none; color: #000;}
	 a.pch_nref:hover{text-decoration: underline; cursor: hand; color: #000;}
	 a.pch_nref:active{text-decoration: underline; color: #000;}
/*------------------pl_20080908----------------------------*/
/* global */
.pc_divlink { display:block; text-decoration:none;}
* html .pc_divlink {width:100%}
a.pc_linelink {text-decoration:none;}
a:hover.pc_linelink {text-decoration: underline;}

/* footer */
#pcf {text-align:left; font-family: arial,helvetica,sanserif;}
.pcfb {background: transparent url('https://imagesak.secureserver.net/fos/base/0/base_ftr_pl.png') top left;}
.pcf_float {float: left;}
.pcf_gtable {background-color: #d8d9db;}
.pcf_ltd {width: 10px; height:40px; background-position: -17px 30px; background-repeat: no-repeat;}
.pcf_rtd {width: 10px; height:40px; background-position: 0 30px; background-repeat: no-repeat;}
.pcf_paypal {width: 50px; height:33px; background-position: 0 -20px; background-repeat: no-repeat;}
.pcf_t4 {font-size:4px;}
.pcf_t10 {font-size:10px;}
.pcf_t11 {font-size:11px;}
.pcf_tb {font-weight: bold;}
.pcf_tu {text-decoration:underline;}
.pcf_tn {text-decoration:none;}
.pcf_blue, a.pcf_blue, a.pcf_blue:link, a.pcf_blue:visited, a.pcf_blue:hover {color:#0033cc;}
.pcf_grey, a.pcf_grey, a.pcf_grey:link, a.pcf_grey:visited {color:#505050; text-decoration:none;}
a.pcf_grey:hover {color:#505050; text-decoration:underline;}

/* header */
.pchb {background: transparent url('https://imagesak.secureserver.net/fos/base/0/base_hdr_pl.png') top left;}
#pch {text-align:left; font-family: arial,helvetica,sanserif; padding: 0; margin: 0; border-top: 1px #fff solid; }
#pcht_tabs {height: 30px; text-align:center;}
#pcht1 {width: 1000px; height: 30px; background-color: #d8d9db;}
#pcht2 {width: 778px; height: 30px; background-color: #d8d9db;}

#pch_pwx {z-index: 130; position: relative; width: 3px; height: 24px; visibility: visible;}
#pch_pwz {z-index: 140; position: relative; width: 169px; height: 24px; visibility: visible;}
#pch_pw {z-index: 120; position: absolute; width: 166px; top: 14px; left: 3px; visibility: hidden;}
#pch_logout {height: 28px;}
#pch_shx {z-index: 30; position: relative; width: 5px; height: 24px; visibility: visible;}
#pch_shz {z-index: 100; position: relative; width: 187px; height: 24px; visibility: visible;}
#pch_sh {z-index: 20; position: absolute; width: 185px; top: 14px; left: 5px; visibility: hidden;}

#pch_loginpopupf{position: relative; width: 0px; height: 1px; z-index: 150;}
#pch_loginpopup{position: absolute; top: -32p; left: -600px;  z-index: 200; display: none;}
#pch_flag {position: relative; height: 16px; z-index: 150;}
#pch_flx {position: relative; height: 16px; visibility: visible; z-index: 160; overflow: hidden;}
#pch_fl{position: absolute; top:-2px; left:-416px; z-index: 200; display: none;}
#pch_ctc {position: relative; width: 69px; height: 21px; z-index: 150;}
#pch_ctx {position: relative; width: 69px; height: 21px; visibility: visible; z-index: 160; overflow:hidden;}
#pch_ct {position: absolute; top:-2px; left:-416px; z-index: 200; display: none;}
.pch_ct_count {position: relative; color: #fff; height: 13px; font-size: 10px; top: 6px; left: 39px; width: 21px; text-align: center;}
.pch_ct_countalt {position: relative; top: -13px; left: 0px; width: 69px; height: 21px; z-index: 500;}

.pch_ct_but_empty {background-position: -0px -191px; width: 69px; height: 21px; cursor: pointer; background-repeat:no-repeat;}
.pch_ct_but_full {background-position: -0px -160px; width: 69px; height: 21px; cursor: pointer; background-repeat:no-repeat;}
.pch_bl {background-position: -17px -30px; background-repeat: no-repeat;}
.pch_br {background-position: 73px -30px; background-repeat: no-repeat;}

#pcht {height: 30px; text-align:left; background-color: #000; background-position: 0 -120px; background-repeat: repeat-x;}
#pcht .pcht_ltd {width: 10px; background-position: 0 -90px; background-repeat: no-repeat;}
#pcht .pcht_mtd {width: 1px; background-position: 0 -130px; background-repeat: no-repeat;}
#pcht .pcht_rtd1 {width: 7px; background-position: -21px -90px; background-repeat: no-repeat;}
#pcht .pcht_rtd2 {width: 10px; background-position: -18px -90px; background-repeat: no-repeat;}

.pch_bul {background-position: 0 4px; margin:  0 4px 0 0; padding: 0; width: 7px; height: 12px; background-repeat: no-repeat;}
.pch_ov_left {background-position: -38px -30px; width: 11px; height: 24px;}
.pch_ov_middle {background-position: 0 -60px; padding: 4px 0 0 0; height: 24px; background-repeat: repeat-x;}
.pch_ov_right {background-position: -52px -30px; width: 11px; height: 24px;}
.pch_ov_dgo {background-position: -12px 0; width: 18px;}
.pch_ov_ugo {background-position: -45px -90px; width: 18px;}
.pch_ov_bgo {background-position: -30px 0; width: 37px;}
.pch_ov_dgo, .pch_ov_ugo, .pch_ov_bgo {height: 24px; background-repeat: no-repeat;}

#pch td.ovll {background-position: -38px -43px; width: 11px; height: 11px;}
#pch td.ovlr {background-position: -52px -43px; width: 11px; height: 11px;}
#pch td.bg51 {background-color: #515151; width: 1px; margin:0;}
#pch td.ovv1 {background-color: #fff; width: 10px;}
#pch td.ovv2 {width: 10px;}
#pch td.ov1p {background-color: #fff; width: 140px; white-space: nowrap; padding: 1px 0 1px 4px; cursor:pointer;}
#pch td.ov2s {width: 158px; white-space: nowrap; padding: 1px 0 1px 4px; cursor:pointer;}
#pch td.ovlb {background-color: #fff; border-bottom: solid 1px #515151; margin:0; font-size: 1px; line-height:1px;}

.pch_end_a {position: relative; height: 30px;}
.pch_end_b {position: absolute;}
.pch_end_c1, .pch_end_c2 {width: 6px; height: 30px;}
.pch_end_c1 {background-position: 0 0; _clip: rect(0 6px 30px 0); top: 0; left: 0;}
.pch_end_c2 {background-position: -6px 0; _clip: rect(0 12px 30px 6px); top: 0; left: 0; _left: -6px;}
.pch_end_d {_width: 12px; _height: 30px; 
	background-image:url('https://imagesak.secureserver.net/fos/bdr/bdr_sdw_bar_ends.png'); 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/bdr/bdr_sdw_bar_ends.png", sizingMethod="scale"); 
	_background-image:none;}

#pch .pch_float, #pch_pwz, .pch_ov_left, .pch_ov_middle, .pch_ov_right, .pch_ov_dgo, .pch_ov_ugo, .pch_ov_bgo {float: left;}
#pch .pch_rite {float: right;}
.pch_i_lp {border: 0; width: 100px; background-color: #fff;}
.pch_i_ss {border: 0; width: 118px; background-color: #fff;}
.pch_t1 {font-size: 1px;}
.pch_s1 {font-size: 1px; line-height:1px;}
.pch_t2 {font-size: 2px;}
.pch_t4 {font-size: 4px;}
.pch_t11, .pch_ti, .pch_i_lp, .pch_i_ss, #pch li.bon, #pch li.bof, #pch li.bhv {font-size: 11px;}
.pch_t12, .pch_sign {font-size: 12px;}
.pch_ti {font-style: italic;}
.pch_tb {font-weight: bold;}
.pch_tu {text-decoration:underline;}
.pch_tn {text-decoration:none;}
.pch_wref, a.pch_wref, a.pch_wref:link, a.pch_wref:visited, a.pch_wref:hover {color:#fff; text-decoration:underline;}
.pch_bref, a.pch_bref, a.pch_bref:link, a.pch_bref:visited, a.pch_bref:hover {color:#000;}
.pch_bgblk {background-color: #000;}
.pch_bgwht {background-color: #fff;}

a.pch_phone:link, a.pch_phone:visited {color: #000; font-weight: bold; font-size: 12px; text-decoration: none;}
.pch_sign {color: #fff; font-weight: bold; text-align: right;}
a.pch_pwh:link, a.pch_pwh:visited, a.pch_shh:link, a.pch_shh:visited {color: #000; text-decoration: none;}
#pch .pch_p4 {padding-left: 4px; padding-right: 4px;}
#pch .pch_v3 {padding-top: 3px;}
#pch .pch_v6 {padding-top: 6px;}

#pch_dnx, #pch_hox, #pch_emx, #pch_wsx, #pch_bsx, #pch_scx 
	{z-index: 200; float: left; position: relative; width: 1px; height: 20px; visibility: visible;}
.pch_divnavz {padding: 6px 0 0 0; font-weight: bold; position: relative; height: 23px; visibility: visible; cursor:pointer;}

#res_option_check{cursor: pointer; width:10px; height:10px; font-size:1px; border:1px solid #666; background-color:#fff;}
.pch_res_table {background: url('https://imagesak.secureserver.net/fos/bkg/bkg_header800.png') 0 -27px repeat-x;}
.pch_res_td1 {background: url('https://imagesak.secureserver.net/fos/bkg/bkg_header800.png') 0 0 no-repeat; width: 7px; height: 23px;}
.pch_res_td2 {background: url('https://imagesak.secureserver.net/fos/bkg/bkg_header800.png') 0 -54px no-repeat; width: 7px; height: 23px;}

.shade {background-color: #030; filter:alpha(opacity=60); opacity:0.6;}

/*pcsb_reseller_theme01 used by other apps to create the background in their code*/
.pcsb_theme01 {background: url('https://imagesak.secureserver.net/fos/base/1/base_sb_bk.png') left top; background-repeat: repeat-y;}

/* reseller sidebar begin */
.pcsb {font-weight:normal;width: 220px; text-align: left;font-family:Arial, helvetica, Sans-Serif; }
.pcsb table{border-spacing:0px;}
.pcsb div{margin:0px;z-index:1;}
.pcsb td, .pcsb span{font-style:normal;font-variant:normal;font-size:10pt;color:#fff;font-family:Arial, helvetica, Sans-Serif;}
.pcsb element.style{color:#fff;}

.pcsb .reseller_allsb_base{height:19px;background: url('https://imagesak.secureserver.net/fos/base/0/base_lsb_allicons_128c_24_pl.png') left top;}
.pcsb .reseller_noicons_allsb_base{height:19px;background: url('https://imagesak.secureserver.net/fos/base/0/base_lsb_allicons_128c_24_pl_noicons.png') left top;}

.pcsb .pcsb_myprodhelp{height: 15px; width: 15px; background-position: 0px -2446px; background-repeat: no-repeat;} 
.pcsb .pcsb_myprodhelppad{padding: 0px 0px 0px 200px;}
.pcsb .s8{height: 8px; line-height: 8px; font-size: 8px;}
.pcsb .s1{height: 1px; line-height: 1px; font-size: 1px;}
.pcsb .s5 {height: 5px; line-height: 5px; font-size: 5px;}
.pcsb .pcsb_prodlistlnk, a.pcsb_prodlistlnk:link, a.pcsb_prodlistlnk:hover, a.pcsb_prodlistlnk:visited{text-decoration:none;color:#fff;line-height:19px;}
.pcsb .pcsb_prodlistlnk_mo, a.pcsb_prodlistlnk_mo:link, a.pcsb_prodlistlnk_mo:hover, a.pcsb_prodlistlnk_mo:visited{text-decoration:none;color:#fff;font-weight:bold;line-height:19px;}
.pcsb .pcsb_prodlistsublnk, a.pcsb_prodlistsublnk:link, a.pcsb_prodlistsublnk:hover, a.pcsb_prodlistsublnk:visited{margin-left:10px;line-height:15px;text-decoration:none;color:#fff;}
.pcsb .pcsb_prodlistsublnk_mo, a.pcsb_prodlistsublnk_mo:link, a.pcsb_prodlistsublnk_mo:hover, a.pcsb_prodlistsublnk_mo:visited{margin-left:10px;line-height:15px;text-decoration:none;color:#fff;font-weight:bold;}
.pcsb .pcsb_prodLabel{cursor:pointer;padding-left:6px;font-size:11px;line-height:11px;}
.pcsb .pcsb_reseller_btnover{cursor: pointer;}
.pcsb .pcsb_reseller_myprodlinks{text-align: center; font-size: 11px; padding: 2px 0px 4px 0px;}
.pcsb .pcsb_greenlink, a.pcsb_greenlink, a.pcsb_greenlink:link, a.pcsb_greenlink:visited {color: #91c600; text-decoration: underline;}
.pcsb .pcsb_yellowlink, a.pcsb_yellowlink, a.pcsb_yellowlink:link, a.pcsb_yellowlink:visited {color: #ffc000; text-decoration: underline;}
.pcsb .pcsb_orangelink{color: #f88f00; text-decoration: underline;}
.pcsb .pcsb_blacklink, a.pcsb_blacklink, a.pcsb_blacklink:link, a.pcsb_blacklink:visited {color: #000; text-decoration: underline;}
.pcsb .pcsb_redlink, a.pcsb_redlink, a.pcsb_redlink:link, a.pcsb_redlink:visited {color: #FF0103; text-decoration: underline;}
.pcsb .bs_myprods{cursor:pointer;height:21px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyprod_off_reseller.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyprod_off_reseller.png", sizingMethod="scale"); _background: none}
.pcsb .bs_myprods_mo{cursor:pointer;height:21px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyprod_on_reseller.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyprod_on_reseller.png", sizingMethod="scale"); _background: none}
.pcsb .bs_myaccount{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyaccount_off_reseller.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyaccount_off_reseller.png", sizingMethod="scale"); _background: none}
.pcsb .bs_myaccount_mo{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyaccount_on_reseller.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyaccount_on_reseller.png", sizingMethod="scale"); _background: none}
.pcsb .bs_myrenewals{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyrenew_off_reseller.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyrenew_off_reseller.png", sizingMethod="scale"); _background: none}
.pcsb .bs_myrenewals_mo{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyrenew_on_reseller.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyrenew_on_reseller.png", sizingMethod="scale"); _background: none}

.pcsb .btn_manage{height: 15px; width: 66px; background: url('https://imagesak.secureserver.net/fos/base/0/btn_manage_off.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/btn_manage_off.png", sizingMethod="image"); _background: none;}
.pcsb .btn_manage_mo{height: 15px; width: 66px; background: url('https://imagesak.secureserver.net/fos/base/0/btn_manage_on_rslr.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/btn_manage_on_rslr.png", sizingMethod="image"); _background: none;}
.pcsb .btn_renew{height: 15px; width: 66px;  background: url('https://imagesak.secureserver.net/fos/base/0/btn_renew_off.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/btn_renew_off.png", sizingMethod="image"); _background: none;}
.pcsb .btn_renew_mo{height: 15px; width: 66px;  background: url('https://imagesak.secureserver.net/fos/base/0/btn_renew_on_rslr.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/btn_renew_on_rslr.png", sizingMethod="image"); _background: none;}
.pcsb .btn_upgrade{height: 15px; width: 66px;  background: url('https://imagesak.secureserver.net/fos/base/0/btn_upgrade_off.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/btn_upgrade_off.png", sizingMethod="image"); _background: none;}
.pcsb .btn_upgrade_mo{height: 15px; width: 66px;  background: url('https://imagesak.secureserver.net/fos/base/0/btn_upgrade_on_rslr.png') left top;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/btn_upgrade_on_rslr.png", sizingMethod="image"); _background: none;}
.pcsb #pcsb_navcontainer{overflow:hidden; text-align:center; white-space:nowrap; line-height:19px; height:19px;}

.pcsb .bs_domains{background-position: 0px -38px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_domains_mo{background-position: 0px -896px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_email{background-position: 0px -60px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_email_mo{background-position: 0px -918px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_hosting{background-position: 0px -82px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_hosting_mo{background-position: 0px -940px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_wst{background-position: 0px -104px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_wst_mo{background-position: 0px -962px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_quickblog{background-position: 0px -126px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_quickblog_mo{background-position: 0px -984px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_filefolder{background-position: 0px -148px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_filefolder_mo{background-position: 0px -1006px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_rules{background-position: 0px -170px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_rules_mo{background-position: 0px -1018px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_custom{background-position: 0px -192px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_custom_mo{background-position: 0px -1050px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_logo{background-position: 0px -3150px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:45px;}
.pcsb .bs_logo_mo{background-position: 0px -3104px; background-repeat: no-repeat; color: #fff;font-weight:bold;height:45px;}
.pcsb .bs_csite{background-position: 0px -236px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_csite_mo{background-position: 0px -1094px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_ssl{background-position: 0px -258px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_ssl_mo{background-position: 0px -1116px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_ddc{background-position: 0px -280px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_ddc_mo{background-position: 0px -1138px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_gift{background-position: 0px -302px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_gift_mo{background-position: 0px -1150px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_cashpark{background-position: 0px -324px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_cashpark_mo{background-position: 0px -1182px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_cashparkcusthdr{background-position: 0px -3058px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:45px;}
.pcsb .bs_cashparkcusthdr_mo{background-position: 0px -3012px; background-repeat: no-repeat; color: #fff;font-weight:bold;height:45px;}
.pcsb .bs_tf{background-position: 0px -346px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_tf_mo{background-position: 0px -1204px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_reseller{background-position: 0px -368px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_reseller_mo{background-position: 0px -1226px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_free{background-position: 0px -390px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_free_mo{background-position: 0px -1248px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_qsc{background-position: 0px -412px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_qsc_mo{background-position: 0px -1270px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_fte{background-position: 0px -434px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_fte_mo{background-position: 0px -1292px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_tb{background-position: 0px -456px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_tb_mo{background-position: 0px -1314px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_certified{background-position: 0px -478px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_certified_mo{background-position: 0px -1336px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_eem{background-position: 0px -500px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_eem_mo{background-position: 0px -1358px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_tdnam{background-position: 0px -522px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_tdnam_mo{background-position: 0px -1380px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_ogc{background-position: 0px -544px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_ogc_mo{background-position: 0px -1402px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_servers{background-position: 0px -566px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_servers_mo{background-position: 0px -1424px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_news{background-position: 0px -588px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_news_mo{background-position: 0px -1446px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_merchant{background-position: 0px -610px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_merchant_mo{background-position: 0px -1468px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_opf{background-position: 0px -632px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_opf_mo{background-position: 0px -1490px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_appraisals{background-position: 0px -654px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_appraisals_mo{background-position: 0px -1512px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_premium{background-position: 0px -676px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_premium_mo{background-position: 0px -1534px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_connections{background-position: 0px -698px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_connections_mo{background-position: 0px -2097px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_protected{background-position: 0px -720px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_protected_mo{background-position: 0px -2119px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_domainbuy{background-position: 0px -742px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_domainbuy_mo{background-position: 0px -2141px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_businessreg{background-position: 0px -764px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_businessreg_mo{background-position: 0px -1622px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_privatereg{background-position: 0px -786px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_privatereg_mo{background-position: 0px -1644px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_deluxereg{background-position: 0px -808px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_deluxereg_mo{background-position: 0px -2206px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_dedip{background-position: 0px -830px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_dedip_mo{background-position: 0px -2228px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_alert{background-position: 0px -852px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_alert_mo{background-position: 0px -1710px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_social{background-position: 0px -874px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_social_mo{background-position: 0px -2272px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_marketplace{background-position: 0px -2321px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_marketplace_mo{background-position: 0px -2290px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_blank{background-position: 0px -2367px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .bs_blank_mo{background-position: 0px -2367px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .bs_domains2{background-position: 0px -2526px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:52px;}
.pcsb .bs_domains2_mo{background-position: 0px -2408px; background-repeat: no-repeat; color: #fff;font-weight:bold;height:52px;}
.pcsb .bs_domains1{background-position: 0px -2592px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:38px;}
.pcsb .bs_domains1_mo{background-position: 0px -2474px; background-repeat: no-repeat; color: #fff;font-weight:bold;height:38px;}

.pcsb .bs_domains2_d1{background-position: 0px -2526px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:52px;width:165px;}
.pcsb .bs_domains2_d1_mo{background-position: 0px -2408px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:52px;width:165px;}
.pcsb .bs_domains1_d1{background-position: 0px -2592px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:38px;width:165px;}
.pcsb .bs_domains1_d1_mo{background-position: 0px -2474px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:38px;width:165px;}
.pcsb .bs_domains2_d2{background-position: -175px -2526px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:52px;width:45px;}
.pcsb .bs_domains2_d2_mo{background-position: -175px -2408px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:52px;width:45px;}
.pcsb .bs_domains1_d2{background-position: -175px -2592px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:38px;width:45px;}
.pcsb .bs_domains1_d2_mo{background-position: -175px -2474px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:38px;width:45px;}

.pcsb .bs_email1{background-position: 0px -2860px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:37px;}
.pcsb .bs_email1_mo{background-position: 0px -2897px; background-repeat: no-repeat; color: #fff;font-weight:bold;height:37px;}
.pcsb .bs_email1_d1{background-position: 0px -2860px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:37px;width:165px;}
.pcsb .bs_email1_d1_mo{background-position: 0px -2897px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:37px;width:165px;}
.pcsb .bs_email1_d2{background-position: -173px -2860px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:37px;width:47px;}
.pcsb .bs_email1_d2_mo{background-position: -173px -2897px; background-repeat: no-repeat; color: #fff;font-weight:normal;height:37px;width:47px;}

.pcsb a.bs_underline {display: block; clear: both;}
.pcsb a.bs_underline {background-position: 0px -2025px; background-repeat: no-repeat; text-decoration: none; color: #fff; font-weight:normal;}
.pcsb a:hover.bs_underline {font-weight:bold;}

.pcsb a.bs_underline2 {width: 214px; height: 38px; display: block; clear: both;}
.pcsb a.bs_underline2 {background-position: 0px -2006px; background-repeat: no-repeat; text-decoration: none; color: #fff; font-weight:normal;}
.pcsb a:hover.bs_underline2 {font-weight:bold;}

.pcsb .sub{display:none;}
.pcsb .pcsb_imag{border:0px;height:88px;width:180px;}
.pcsb .pcsb_nobrdr{border:0px;}
.pcsb .pcsb_help{cursor:help;}
.pcsb #pcsb_navcontainer{margin-bottom:1em; overflow:hidden; text-align:center; white-space:nowrap;}
.pcsb .pcsb_titleLabel{background-position: 0px -2472px; background-repeat: no-repeat; width:220px;height:13px;}
.pcsb .pcsb_popupprodlistlnk{color:Black;text-decoration:none;font-weight:normal;}
.pcsb .pcsb_popupprodlistlnk_mo{color:Black;text-decoration:none;font-weight:bold;}
.pcsb .pcsb_showall{border:0px;cursor:pointer;width:6px;float:left;height:14px;margin-top:4px;background:url("https://imagesak.securepaynet.net/fos/base/0/img_showallarrow.png" ) no-repeat;}

.pcsb .bs_showall{font-weight:normal;background:transparent;}
.pcsb .bs_showall_mo{font-weight:bold;background:none;}
.pcsb .pcsb_reseller_showall{border:0px;cursor:pointer;width:6px;float:left;height:14px;margin-top:4px;
  background:url('https://imagesak.secureserver.net/fos/base/0/img_showallarrow.png') no-repeat;}
.pcsb_reseller .pcsb_reseller_bold{font-weight:bold;}

/* reseller sidebar end */
/* reseller Support */
.pcsb .support{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbsupport_reseller_off.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbsupport_reseller_off.png", sizingMethod="scale");_background-image:none;}
.pcsb .support_mo{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbsupport_reseller.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbsupport_reseller.png", sizingMethod="scale"); _background-image:none;}
.pcsb .email{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyemail_reseller_off.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyemail_reseller_off.png", sizingMethod="scale"); _background-image:none;}
.pcsb .email_mo{cursor:pointer;height:22px;background: url('https://imagesak.secureserver.net/fos/base/0/lsbmyemail_reseller.png') left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://imagesak.secureserver.net/fos/base/0/lsbmyemail_reseller.png", sizingMethod="scale"); _background-image:none;}
.pcsb .reseller_emaillist{background-position: 0px -1795px; background-repeat: no-repeat; color: #fff;font-weight:normal;}
.pcsb .reseller_emaillist_mo{background-position: 0px -1795px; background-repeat: no-repeat; color: #fff;font-weight:bold;}
.pcsb .reseller_cursor_pointer{cursor:pointer;}
/* sidebar popup */
.pcsbp_popuptxt{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; text-decoration:none;}
a.pcsbp_popuptxt, a.pcsb_popuptxt:link, a.pcsb_popuptxt:visited{color:#000; text-decoration:none;}
a.pcsbp_popuptxt:hover{color:#339; text-decoration:none;}
/* sidebar popup end */
.leftMenu{
	font-weight: bold;
	margin: 0;
	padding:0;
}
.leftMenu A{
	text-decoration: none;
}
.leftMenu A:hover, .leftMenu A:active{
	text-decoration:underline;
}

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: "Times New Roman", Times, serif; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #707070; padding-left: 4px; line-height: 12px; font-family: "Times New Roman", Times, serif; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:25px; background: transparent; width: 175px; font-size: 11px; color: #c8c8c8; padding: 5px 4px 0px 7px; border: 0px solid #FFFFFF; cursor:text;} 

/*========================================================*/
/*     Main Menu                                          */
/*========================================================*/

.menu_left { width:8px; background:url(images/menu_left.jpg) no-repeat; }
.menu_left img { width:8px; height:40px; height:40px !important;}
.menu_right { width:8px; background:url(images/menu_right.jpg) no-repeat; }
.menu_right img { width:8px; height:40px; height:40px !important;}
.menu_bg { background:url(images/menu_bg.jpg) repeat-x #000000; }

.MainMenu_SubMenu { padding:0 0 0 0; margin:0 0 0 0; z-index:1000; border-top:1px solid #000000; border-right:1px solid #000000; border-left:1px solid #000000; border-bottom:4px solid #000000; font-weight:normal; min-width:160px; }
.MainMenu_MenuItem { font-family:arial,helvetica,verdana; font-size:10px; font-weight:normal; font-style:normal; padding:3px 0px 3px 5px; }
.MainMenu_MenuItemSel {background:transparent; }
.SubMenu_MenuItemSel { font-family:arial,helvetica,verdana; font-size:10px; font-weight:normal; padding:4px 0px 4px 5px; }
.MainMenu_MenuContainer { height:40px; height:40px !important; background:transparent; }
.MainMenu_MenuContainer td { vertical-align:top; }
.MainMenu_MenuBar { height:40px; height:40px !important; background:transparent; }
.MainMenu_Idle td img { display:none; }
.MainMenu_Idle td { line-height:0; height:40px; padding:0; margin:0; }
.MainMenu_Idle td div { height:40px; background:url(images/spacer.gif) top right no-repeat; background-color:transparent; margin:0; padding:0; }
.MainMenu_Idle td div div { height:40px; background:url(images/spacer.gif) top left no-repeat; margin:0; padding:0 1px 0 1px; }
.MainMenu_Idle td div div div { height:40px; padding:0; margin:0; background:url(images/Tab_Mid.jpg) top left repeat-x; }
.MainMenu_Idle td div div div div { height:40px; padding:0; margin:0; background:url(images/spacer.gif) center center repeat-x; }
.MainMenu_Idle td div div div div div { height:40px; width:160px; background:url(images/spacer.gif) center center repeat-x; text-align:center; padding:10px 0 0 0; margin:0; font-size:11px; font-weight:bold; color:#000000; line-height:normal; }

.MainMenu_Selected td img { display:none; }
.MainMenu_Selected td { height:40px; padding:0; margin:0; line-height:0; }
.MainMenu_Selected td div { height:40px; background:url(images/spacer.gif) top right no-repeat; margin:0; padding:0; }
.MainMenu_Selected td div div { height:40px; background:url(images/spacer.gif) top left no-repeat; margin:0; padding:0 1px 0 1px; }
.MainMenu_Selected td div div div { height:40px; padding:0; margin:0; background:url(images/TabSel_Mid.jpg) top left repeat-x #000000; }
.MainMenu_Selected td div div div div { height:40px; padding:0; margin:0; }
.MainMenu_Selected td div div div div div { height:40px; width:160px; background:url(images/spacer.gif) center center repeat-x; text-align:center; padding:10px 0 0 0; margin:0; font-size:11px; font-weight:bold; color:#000000; line-height:normal; }

.MainMenu_BreadcrumbActive td img { display:none; }
.MainMenu_BreadcrumbActive td { height:40px; padding:0; margin:0; line-height:0; }
.MainMenu_BreadcrumbActive td div { height:40px; background:url(images/spacer.gif) top right no-repeat; margin:0; padding:0; }
.MainMenu_BreadcrumbActive td div div { height:40px; background:url(images/spacer.gif) top left no-repeat; margin:0; padding:0 1px 0 1px; }
.MainMenu_BreadcrumbActive td div div div { height:40px; padding:0; margin:0; background:url(images/TabSel_Mid.jpg) top left repeat-x; }
.MainMenu_BreadcrumbActive td div div div div { height:40px; padding:0; margin:0; }
.MainMenu_BreadcrumbActive td div div div div div { height:40px; width:160px; background:url(images/spacer.gif) center center repeat-x; text-align:center; padding:10px 0 0 0; margin:0; font-size:11px; font-weight:bold; color:#000000; line-height:normal; }


.MainMenu_MenuArrow { margin:0; padding:0; }									 
.MainMenu_RootMenuArrow { display:none; }									 
.MainMenu_MenuIcon { display:none; }									 
.MainMenu_Separator img { width:1px; margin:0 0px 0 0px;  vertical-align:bottom; background-color:#000000 }
.MainMenu_MenuBreak { border:none; background:transparent; vertical-align:top; }

.EMSubMenuItemOn { color:#000000; text-decoration:none; font-weight:bold;}
.EMSubMenuItemOff { color:#000000; text-decoration:none;}
.EMSubMenuItemBGOn { background:#FFFFFF;}
.EMSubMenuItemBGOff { background:#FFFFFF; }
.EMMenuArrow { display:none;}


/*-----------------------------------------------------------------------*/
/* Module Menus															 */
/*-----------------------------------------------------------------------*/
.ModuleTitle_SubMenu { background:#ffffff; padding:0; margin:0; border:1px solid #000000; z-index:1000; font-weight:normal;}
.ModuleTitle_MenuItem { background:#FFFFFF; color:#000000; font-family:arial,helvetica,verdana; font-size:11px; font-weight:bold; font-style:normal; padding:0 15px 0 10px; height:20px; border:1px solid #f2f2f2; }
.ModuleTitle_MenuItemSel { background:url(images/SubSel.jpg) top left repeat-x; color:#bebebe; font-family:arial,helvetica,verdana; font-size:11px; font-weight:bold; padding:0 15px 0 10px; height:20px; border-left:1px solid #000000; border-right:1px solid #000000;}
.ModuleTitle_MenuContainer { background:transparent; }
.ModuleTitle_MenuBar { }
.ModuleTitle_MenuArrow { display:none; }
.ModuleTitle_RootMenuArrow { display:none; }
.ModuleTitle_MenuIcon { background: #eaeaea; border:0; width:0; height:20px; padding:0; margin:0; font-size:0; }
.ModuleTitle_MenuIcon img { margin:0 10px 0 10px; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/