@import url("jquery.tabs.css");
@import url("jquery.ui.dialog.css");

body{background: url(images/bg.gif) repeat white top left;margin: 0px;font-family: Verdana, Arial, Helvetica, sans-serif;}
.Normal, .NormalDisabled { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#718794; }
table tr td { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
p { margin:12px 0; padding:0 }

/* Module menu container */ 
.ModuleTitle_SubMenu { background:#ffffff; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; border:1px solid #adadad; z-index:1000 !important; cursor:pointer; cursor:hand; font-weight:normal; filter:Alpha(Opacity=95); -moz-opacity:.95; }
/* Module menu items idle */ 
.ModuleTitle_MenuItem { background:#ffffff; color:#777777; font-family:arial; font-size:8pt; font-weight:bold; font-style:normal; padding:5px 30px 5px 16px; height:20px; border-top:0px solid #ffffff; border-right:0px solid #ffffff; border-bottom:1px solid #d8dde3; border-left:0px solid #ffffff; }
/* Module menu items hover */ 
.ModuleTitle_MenuItemSel { background:#e4e4e4; color:#28509a; font-family:arial; font-size:8pt; font-weight:bold; cursor:pointer; cursor:hand; padding:5px 30px 5px 16px; height:20px;  border-top:0px solid #e4e4e4; border-right:0px solid #e4e4e4; border-bottom:1px solid #d8dde3; border-left:0px solid #e4e4e4; }
/* Module menu container */ 
.ModuleTitle_MenuContainer { background:transparent; }
/* Module menu bar */ 
.ModuleTitle_MenuBar { cursor:pointer; cursor:hand; }
/* Module menu arrows */ 
.ModuleTitle_MenuArrow { display:none; }
/* Module menu root arrows */ 
.ModuleTitle_RootMenuArrow { display:none; }
/* Module menu icon	*/ 
.ModuleTitle_MenuIcon { background:#e4e4e4; width:0px; height:20px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-size:0px; border-top:0px solid #e4e4e4; border-right:0px solid #ffffff; border-bottom:1px solid #e4e4e4; border-left:0px solid #ffffff; }
/* Module menu icon */ 
.ModuleTitle_MenuIcon IMG { margin:0 10px 0 10px; }

.green { color:#339900 }
img { border:none }
.mainTbl{text-align:left}
.top{height: 71px;vertical-align: top;}
.search{text-align: left; padding-left:15px}
.search table {position: relative;top: 23px;right: 28px;}
.xsTxtSearch {width:130px !important; height: 20px;}
/*.xsImgSearch {margin-bottom:5px}*/

.toplog { padding-right:10px; }
.topMenu{height: 30px; margin:-17px 0 0 0;}
.flash{text-align: left;padding:14px 0 0 20px;font-size:0px;}
.rightBanners{padding: 15px 15px 0 6px;text-align: right;}
.rightBanner1{}
.rightBanner2{padding-top: 5px;}
.rightBanner3{padding-top: 5px;}
.middleBanners{text-align: right;height: 172px;padding: 0px 16px 8px 0px;white-space: nowrap;}
.bottomLinks{padding-left: 40px;padding-top: 16px;}
.bLinks{vertical-align: top;height: 150px;}
.bLinks h1{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #006699;}
.bLinks a:link, .bLinks a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;color: #006699;line-height: 18px;text-decoration: none;}
.share{text-align: left;color: #808080;font-size: 9px;padding: 5px 0px 0px 25px;}
.privacy{text-align: right;color: #8A8A8A;font-size: 9px;white-space: nowrap;padding-right: 20px;padding-top: 0px;}
.privacy a:link,.privacy a:visited{color: #8A8A8A;text-decoration: none;}
.copyright{height: 39px;}

/*Navigation*/
#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 11px arial, sans-serif; font-weight:bold; color:#00426c; position:relative; z-index:100;}
#nav {height:23px; float:right; padding:0 30px 0 0; margin:7px 0 0 0;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px; padding:11px; line-height:22px; text-decoration:none; white-space:nowrap; color:#00426c; text-transform:uppercase; }
#nav li li a {height:21px; line-height:20px; float:none; border-top:0px solid #c0eafa; color:#2f739d; padding:5px 5px 5px 10px; text-transform:none; }

#nav li:hover {position:relative; z-index:100; background: url(images/rollover.gif) center no-repeat;}
#nav a:hover {position:relative; z-index:100; color:#00426c; background: url(images/rollover.gif) center no-repeat;}
#nav li:hover > a { color:#00426c;   }

#nav :hover  ul {left:0; top:38px; z-index:300; width:180px; border-bottom:0px solid #c0eafa; }
#nav a:hover ul {left:0px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */

/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {color:#00426b;  }

#nav li a:hover ul li a:hover {color:#00426b;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; }

#nav li ul li:hover {background: none;}
/*Navigation*/

.inputs { background:url(images/input.gif) no-repeat; height:24px; width:132px;padding-left:2px;}
.top_bg .NormalTextBox {border: 1px solid #fff; width:125px; margin-left:2px; margin-top:2px; }
.top_bg .SkinObject { position:absolute; }
* html .top_bg .SkinObject { position:absolute; margin-left:-5px; }

/*Center box with shadow*/

.framed,
.framed .f_r,
.framed .f_b,
.framed .f_l,
.framed .f_c
{
position: relative; z-index: 1;
width: 980px; height: auto;
margin: 0; padding: 0;
}
.framed .f_tt,
.framed .f_rr,
.framed .f_bb,
.framed .f_ll
{
display: none;
}
.framed
{
margin: -15px 30px 15px 0;
/*background: url(hint-t.png) no-repeat left top;
//background: none;*/
}
.f_r
{
left: 30px;
background: url(hint-r.png) no-repeat right top;
/*//background: none;*/
}
.ffml {background: url(hint-lc.png) repeat-y left top;margin:0px;padding:0px;}
.ffmr {background: url(hint-rc.png) repeat-y right top;margin:0px;padding:0px;}

.f_b
{
top: 30px;
background: url(hint-b.png) no-repeat right bottom;
/*//background: none;*/
}
.f_c
{
float: none;
position: relative;
left: 15px; top: -15px;
padding: 1px 0; margin: 0 0px 0 0;
background: #fff;
}

.f_l
{
left: -30px;
padding: 0;
background: url(hint-l.png) no-repeat left bottom;
/*//background: none;*/
}
* html .framed .f_r,
* html .framed .f_b,
* html .framed .f_l
{ height: 0; }
/* html .framed .f_tt,*/
* html .framed .f_rr,
* html .framed .f_bb,
* html .framed .f_bb *,
* html .framed .f_ll,
* html .framed .f_ll *
{
display: block;
position: absolute;
left: 0; top: 0;
}
/*
* html .framed .f_tt
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Portals/0/Skins/Cbeyond/hint-t.png,sizingMethod=crop);
}
* html .framed .f_rr
{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Portals/0/Skins/Cbeyond/hint-r.png,sizingMethod=crop);
}
*/
/* html .framed .f_tt,*/
* html .framed .f_bb
{
width: expression( parentNode.offsetWidth ); height: 30px;
}
* html .framed .f_rr,
* html .framed .f_ll
{
width: 30px; height: expression( parentNode.offsetHeight );
}
* html .framed .f_bb,
* html .framed .f_ll
{
overflow: hidden;
}
* html .framed .f_bb *
{
width: 3000px; height: 30px;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Portals/0/Skins/Cbeyond/hint-b.png,sizingMethod=crop);*/
}
* html .framed .f_ll *
{
width: 30px; height: 3000px;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Portals/0/Skins/Cbeyond/hint-l.png,sizingMethod=crop);*/
}

* html .framed .f_rr,
* html .framed .f_bb *
{ right: expression( this.parentNode.offsetWidth % 2 ? -1 : 0 ); left: auto; }
* html .framed .f_ll,
* html .framed .f_ll *,
* html .framed .f_bb,
* html .framed .f_bb *
{ bottom: expression( this.parentNode.offsetHeight % 2 ? -1 : 0 ); top: auto; }



.trade { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#556771; font-weight:bold; }
.searchtable { float:right; margin-right:20px}
.top_bg { background:url(images/top_bg.gif) no-repeat; width:980px; height:75px; }

/* Boxes */
.findsolutin { margin:30px 0 0 30px}

.lc { /*background:url(left_corner.png) no-repeat; //background: none;*/ height:9px; width:9px }
/** html .lc {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Portals/0/Skins/Cbeyond/left_corner.png,sizingMethod=crop);}*/
.rc { /*background:url(right_corner.png) no-repeat;*/ /*_background: none;*/ height:9px; width:9px }
/*
* html .rc {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Portals/0/Skins/Cbeyond/right_corner.png,sizingMethod=crop);}
*/
.logo { padding-left:18px}

.inside { text-align:left; }
.inside a, .inside a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#9d9d9d; font-weight:normal; text-transform:none; }
.inside a:hover, .inside a:visited:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#00426C; font-weight:normal; text-transform:none; background:none !important }

.middle { background:url(images/middle.gif) top no-repeat; }

.insider { background:url(images/middle.gif) top left no-repeat; width:980px; margin:20px 0 0 0;}
.swf { padding:0 7px 0 17px; margin:-5px 0 0 0;}

.banners { padding:17px 0 0 0; width:250px; }
.boxes { padding:3px 0; }
.boxes tr { vertical-align:top; }

.gr_area { padding:15px 0; background:#f6f6f6; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#1074b0; line-height:17px; }
.gr_area .Normal, .gr_area .NormalDisabled{ color:#1074b0; }
.gr_area table { }
.gr_area table tr td { text-align:left; }
#dnn_BottomPane1, #dnn_BottomPane2, #dnn_BottomPane3, #dnn_BottomPane4, #dnn_BottomPane5, #dnn_BottomPane6 { padding:0 25px }
.st .Head { font-size:11px; font-weight:bold;color:#1074B0; font-family:Arial, Helvetica, sans-serif }
.gr_area a,.gr_area a:hover {font-size:11px;}
.footer 
{ 
	background:url(images/footer_bgt.gif) top center no-repeat; width:920px; padding:20px 30px 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFF; 
	background-color:#87c7e1;
	}
.footer td, .footer .SkinObject {color: #FFFFFF; font-weight:normal;}
.footer a,.footer a:visited,.footer a:hover {color:#FFFFFF;}

.pd { padding:15px; text-align:left}
.btrail { background:#bbe3f4; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#00426c; padding:3px 8px; margin-bottom:4px; } 
.btrail a, .btrail a:visited { color:#00426c; text-decoration:none; }
.btrail a:hover, .btrail a:visited:hover { color:#00426c; text-decoration: underline; }
.btrail  .trailmenu {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#00426c; }

.greent { background:url(images/greent.gif) bottom center no-repeat; width:205px; height:60px; vertical-align: middle;display:table-cell;border-collapse:collapse;border-spacing:0px;border:0px;}
.greenc { background:url(images/greenc.gif) repeat-y; width:205px;min-height:500px; height:expression(this.scrollHeight<501?"500px":"auto"); margin-top:-2px;  }
.greenb { background:url(images/greenb.gif) top center no-repeat; width:205px; height:19px; }
/*.grtitl { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; font-size:12px; padding:25px 0 0 20px;}*/
.grtitl { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; font-size:12px; padding: 15px 7px 10px 15px; }
.grtitl div{position:relative:top:-50%;}
.grtitl a,.grtitl a:hover,.grtitl a:visited,.grtitl a:link{color:#FFFFFF;}
.greenc a { display:block; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#00426b; padding:3px 10px 3px 35px; text-decoration:none; background:url(images/arrow.gif) 22px 7px no-repeat; margin-left:4px; }
.greenc a:hover { display:block; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#00426b; padding:3px 10px 3px 35px; text-decoration:none; background:url(images/arrow.gif) #ffffff 22px 7px no-repeat; width:150px }
.greenc a.active { display:block; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#00426b; padding:3px 10px 3px 35px; text-decoration:none; background:url(images/arrow.gif) #ffffff 22px 7px no-repeat; width:150px}
.greenc a.expanded {  background-image:url(images/arrowactive.gif);text-decoration:none; }
.dropd a { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#2f739d; text-decoration:none; background:none;}
.dropd a:hover { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#69badd; text-decoration: underline; background:none;width:auto;}

.mainarea { border-top:1px solid #c6c6c6; margin:5px 40px;_margin-right:0px; color:#718794; width:665px;}
.mainareawde { border-top:1px solid #c6c6c6; margin:5px 40px; color:#718794;}

h1 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#1074b0; text-transform:uppercase; margin:0; padding:15px 0 0 0;font-weight:bold; }
h1 span.Head { font-family:Arial, Helvetica, sans-serif; font-size:14px !important; color:#1074b0 !important; text-transform:uppercase; margin:0; padding:15px 0 0 0;font-weight:bold; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#86b94c; margin-bottom:0; }

.buttons { padding:18px 0 0 30px; }
.content { padding-bottom:10px; }

.res_top { background:url(images/resourses_top.gif) no-repeat; height:11px; width:173px; }
.res_cen { background:url(images/resourses_center.gif) repeat-y; width:173px; height:100%; }
.res_bot { background: url(images/resourses_bottom.gif) no-repeat; height:11px; width:173px; }

.one { background:url(images/res/1.jpg) center no-repeat; width:158px; height:142px; font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#caeeff; margin:0 0 0 7px; }
.txt {padding-bottom:0;padding-left:15px;padding-right:0;padding-top:93px;width:140px;}
.txt_gr { background:#f4f4f4; margin:7px 0 0 7px; width:158px; }
.ico { text-align:center; line-height:25px; margin:15px 0 0 0;}

a.sa, a.sa:visited  { font-family:Arial, Helvetica, sans-serif; color:#70c2e9; text-decoration:none; font-weight:bold; font-size:16px }
a.sa:hover, a.sa:visited:hover  { font-family:Arial, Helvetica, sans-serif; color:#70c2e9; text-decoration: underline; font-weight:bold; }

.trailmenu { padding:0 3px; }

.content .MainTitleCell .Head { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#1074b0; text-transform:uppercase; margin:0; padding:15px 0 0 0;font-weight:bold; }
.content .Head { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#86b94c; margin-bottom:0; }
.content .SubHead, .content .NormalTextBox { font-family:Arial, Helvetica, sans-serif }

.xsImgSearch {margin-left:-7px;vertical-align:top;}
.xsTxtSearch { border:0px !important; background-color: transparent !important; height:17px;  }
.inputs table tr td { vertical-align:top; }
.DynamicForms_RegularExpression, .DynamicForms_Maintable span.NormalRed {display:none;} /*Dynamic forms - hide right side validation messages*/
#SaveForm {width:350px;}/*Dynamic forms - submit button div (right alignment)*/


#service-faq-topic {font-weight:bold;color:#3399CC; }
#service-faq-question {color:#3399CC;padding-left:10px;padding-top:3px;padding-bottom:3px;}
#service-faq-question a	{text-decoration:underline;}
	
#service-faq-answer-topic {font-weight:bold;font-size:1.1em;padding-bottom:7px;padding-top:50px;}
#service-faq-answer-question {font-weight:bold;padding-bottom:7px;padding-top:7px;}
#service-faq-answer {padding:7px;}
 #service-faq-answer li {font-weight:normal;margin-top:0px;margin-bottom:0px;}
	
#service-faq-top {width:auto;margin-bottom:5px;}

#dnn_ctr_Login_pnlLogin {text-align:left;padding-top:20px;} /*login control*/
th {
	/*color:#76872F; #003366*/
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	font-weight:bold;
	vertical-align:baseline;
}
div.expandList {display:none;}
.black_italic /*success stories*/
{
	font-style:italic;
}
.hmeicndv 
{
	height:150px;
	display:table-cell;
	vertical-align:bottom;
}

.home-content {
    margin-top:10px;
    margin-bottom:10px;
}

.home-content td.vert-line {
    width: 1px;
    background-color:#b5b5b5;
}

.home-content td.cell {
    
    padding:0 15px;
}
/*news-articles*/
/* News Articles Custom Styles */

.NewsArticles ul, .NewsArticles ul ul {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	list-style-type:none;
}

.NewsArticles ul li {
	background:transparent url(images/bullet-grey-dash.gif) no-repeat scroll 0 6px;
	color:#747364;
	/*font-weight:bold;*/
	font-weight:normal;
	margin-bottom:5px;
	padding-left:7px;
}
.NewsArticles  ul li a {color:#3399CC;text-decoration:none;}


.top_bg_left { background:url(images/top_bg_left.gif) no-repeat; width:23px; }
.top_bg_center { background:url(images/top_bg_center.gif) repeat-x; height:75px; vertical-align:top;}
.top_bg_right { background:url(images/top_bg_right.gif) no-repeat; width:24px; }

.footer_left { background:url(images/footer_lef.gif) no-repeat; width:23px; }
.footer_center { background: url(images/footer_center.gif) repeat-x; height:74px;vertical-align:bottom; }
.footer_right { background:url(images/footer_right.gif) no-repeat; width:25px; }

.insider_left { background:url(images/insider_left.gif) no-repeat; width:17px; }
.insider_center { background:url(images/insider_center.gif) repeat-x; }
.insider_right { background:url(images/insider_right.gif) no-repeat; width:17px; }








