/*** WEBSITE: Default 4.4.1 Skin
/******************************************************
    SKIN LAYOUT STYLES
******************************************************/
#bodyDiv {width:100%; height: 100%; text-align:center; background-color:#fff; padding: 0px; margin: 0px; background: #fff url() repeat top left;}
html>body #bodyDiv {height:auto; min-height: 100%;}
#frame{width:1000px;margin-left:auto;margin-right:auto;text-align:left;background-color:#fff; margin-top:2px;}
html>body #frame{ width:1000px; }
.border{border: 1px solid #cccccc;}
#branding {height:119px; border-bottom: 2px solid #fff;margin:9px 0px 0px 9px}
.trademark{background:#6acef4 url(ascx_images/GB_header_03.gif) no-repeat top left; width:980px; height:61px;margin-left:9px;border-bottom: 2px solid #fff;}
#menuDesign {width:980px; height:31px; background:#00b3c6 url() repeat-x top left; padding-top:10px;margin-left:9px;}
html>body #menuDesign { height:30px;}
.menu_shadow{ background:url(ascx_images/menu_shadow.gif) no-repeat top right; width:300px; height:8px; float:right}
#menu{margin-left:9px;width:700px; float:left;}
.search {width:264px;height:30px;margin:-10px 0px 0px 0px; float:right;}
/* html>body .search {margin:-17px 0px 0px 0px;}
*:first-child+html .search{margin:-10px 0px 0px 0px;} */
.search img{}
#contentArea {width:100%; float:left; height:345px; min-height:345px;}
html>body #contentArea{height:auto}
#enclose { width: 750px; float: left;}
#encloseInner2 { width: 960px; float: left;}
#encloseSearch { width: 940px; float: left;}
.leftPanel { width:275px; padding: 10px; float:left; background:url(ascx_images/vhr.gif) no-repeat right; min-height:315px; height:315px;}
html>body .leftPanel{height:auto}
.leftPanelInner{width:195px; padding: 40px 10px 0px 10px; float:left; background:url(ascx_images/vhr.gif) no-repeat right; min-height:345px; height:345px;}
.contentPanel{ width:400px;float:right; padding: 10px 20px 0px 15px; min-height:315px; height:315px; background: url(ascx_images/vhr.gif) no-repeat right; margin-top:-10px}
html>/**/body .contentPanel{height:auto}
.contentPanelInner{ width:500px;float:right; padding: 40px 20px 0px 15px; min-height:345px; height:345px; background: url(ascx_images/vhr_content.gif) no-repeat right top}
.contentPanelInner2{ width:700px;float:right; padding: 40px 20px 0px 15px; min-height:345px; height:345px; }
.contentPanelInner3{ width:700px;float:right; padding: 40px 10px 20px 10px; min-height:345px; height:345px; }
html>body .contentPanelInner{height:auto}
html>body .contentPanelInner2 {height:auto;}
html>body .contentPanelInner3 {height:auto;}
.contentPanelSearch{ width:680px;float:right; padding: 40px 20px 0px 15px; min-height:345px; }
.contentPanelAdmin{ width:600px;float:left; padding: 20px 20px 20px 40px; min-height:345px; height:345px;}
html> body .contentPanelAdmin{height:auto}
.rightPanel { width:180px; padding: 15px 40px 0px 0px ; float:right; margin-top:-10px}
html>body .rightPanel{padding: 0px 40px 0px 0px }
*:first-child+html .rightPanel {padding: 15px 40px 0px 0px }
#footer {clear:both; width:1000px; height:27px; text-align:right; font-size: 11px; color:#fff; padding: 4px 0px 0px 0px; background:url(ascx_images/GB_footer_bg.gif) repeat-x top left; margin-top:3px;}
html>body #footer {padding: 5px 0px 0px 0px;}
#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a.footerMenuItem {font-size: 11px; color:#fff; text-decoration: none; padding-right:30px;}
#footer a:hover {text-decoration: underline; }
.footer_left{width:600px; float:left; text-align:left; padding:0px 0px 0px 20px;}
.footer_right{width:220px; float:right; text-align:right; padding:0px 20px 0px 0px;}
/* text/html */
.contentPanelInner a, .contentPanelInner a:link, .contentPanelInner a:active, .contentPanelInner a:visited{color:#5e6a72;text-decoration:underline;}
.contentPanelInner a:hover{text-decoration:none;color:#00B3C6;}
.contentPanelInner li{list-style-image: url(ascx_images/list_icon.gif)}
.contentPanelInner2 li{list-style-image: url(ascx_images/list_icon.gif)}
.NormalRed{color:red}

/******************************************************
    DIGICON CLEAN CSS HORIZONTAL MENU STYLES              
******************************************************/
/***  CLEAN MENU FUNCTIONALITY STYLES - DON'T TOUCH THESE STYLES  ***/
.menu, .menu ul {margin: 0; padding: 0; border: 0; list-style-type: none; display: block; zoom: 1;/*IE6*/ min-height: 0;/*IE7*/}
.menu li {margin: 0; padding: 0; border: 0; display: block; float: left; position: relative; z-index: 5; white-space: normal;}
.menu li:hover {z-index: 10000; white-space: normal;}
.menu li.menuHover /*IE6*/{z-index: 10000;}
.menu .menuHoverUL /* li:hover>ul selector */ /*IE6*/{visibility: visible;}
.menu .menuHoverUL /* 1st-level submenu go below their parent item */ /*IE6*/{top: 100%; left: 0;}
.menu .menuHoverUL .menuHoverUL /* 2nd+ levels go on the right side of the parent item */ /*IE6*/{top: 0; left: 100%;}
.menu li li {float: none;}
.menu ul {visibility: hidden; position: absolute; z-index: 10; left: 0; top: 0;}
.menu li:hover>ul {visibility: visible;	top: 100%;}
.menu li li:hover>ul /* 2nd+ levels go on the right side of the parent item */{top: 0; left: 100%;}
.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:link:hover, .menu li.active {display: block; position: relative;}
.menu ul a /*fix clickability-area problem*/ /*IE6*/{zoom: 1;}
.menu li li /*fix white gap problem*/ /*IE6*/{float: left; width: 100%;}
.menu li li /*prevent double-line between items*/ /*IE6*/{margin-top: -1px;}
html>body .menu li li { margin-top: 0px;}

/***  CLEAN MENU DESIGN STYLES - CHANGE ONLY THESE STYLES  ***/
.menu, .menu ul li {color: white; background: #00B3C6; }
.menu ul li {background: #00B3C6; text-align: left; width: 186px;}
.menu ul {width: 186px;}
/* Top Level Menu Items */
.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:hover, .menu a:link:hover, .menu li.active {text-decoration: none; color: white; padding: 2px 17px; font-size: 14px;background: url(ascx_images/menu_spacer.gif) no-repeat right}
.menu li.active { background: #FFF;color:#00B3C6;padding:0px 10px}
.menu a:hover, .menu a:link:hover, .menu li:hover>a {color: #00B3C6; background: #FFFFFF;}
.menu a:hover, .menu a:link:hover, .menu .menuHoverA /* li:hover>a selector */ /*IE6*/{color: #00B3C6; background: #FFFFFF;}
/* Drop Down Menu Items */
ul.menu ul a, ul.menu ul a:link, ul.menu ul a:active, ul.menu ul a:visited, ul.menu ul li.active {border: 1px solid #00B3C6; text-decoration: none; color: white; padding:0px 5px;background:#00B3C6;}
ul.menu ul a:hover, ul.menu ul a:link:hover{border: 1px solid #00B3C6; text-decoration: none; color: #00B3C6; padding:0px 5px;background:#FFF;}
ul.menu ul li.active { background: #FFF;color:#00B3C6}
ul.menu ul li a:hover, ul.menu ul li a:link:hover, ul.menu ul li li:hover>a {color: #00B3C6;background:#FFFFFF;}
.menu ul a:hover, .menu ul a:link:hover, .menu ul .menuHoverA /* ul li:hover>a selector */ /*IE6*/{color: #00B3C6;background:#FFFFFF;}
ul.menu ul li.active /* needs to be adjusted by hand - seems to be dropdown width minus a padding */{ width:174px;color:#00B3C6;background:#FFFFFF;}
.menu li li {border: 0px solid #333;}
.menu ul>li + li /*remove top border on all but first item in the list*/{border-top: 0;}
.menu li li:hover>ul /*position of 2nd+ submenus, overlapping*/{top: -1px; left: 100%;}
.menu .menuHoverUL .menuHoverUL /*position of 2nd+ submenus, overlapping*/ /*IE6*/{top: 0px; left: 100%;}

/***  CLEAN MENU FIXES AND EXTRA FUNCTIONALITY STYLES - DON'T TOUCH THESE STYLES  ***/
/* special colouring for first menu item on each level */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {color: #567;}*/
/* float clear - force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;}
/* float clear end */
/* sticky submenu - it should not disappear when your mouse moves a bit outside the submenu YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!	if you do it, make sure you 110% know what you do */
.menu ul {background-image: url(../DigiconDefaultSkin_v1.2/empty.gif); /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */ padding: 13px 30px 30px 30px; margin: 0px 0 0 -30px; /*background: #f00;*/	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */}
html>body .menu ul {padding-top: 10px;}
.menu ul ul {padding: 20px 30px 30px 10px;margin-top:-20px}
html>body .menu ul ul {margin-top:-11px}
/* sticky submenu end */
/* Fix for IE5/Mac \*//*/
.menu a {float: left;}
/* End Fix */

/******************************************************
    CONTAINER STYLES
******************************************************/
.container{ width:100%;}
.containerContent { padding: 0px;}
.RSScontainer{padding:0px 10px 0px 10px;}
.RSScontainer h2{padding:0px 10px 0px 20px;}
.RSScontainer a, .RSScontainer a:link, .RSScontainer a:active, .RSScontainer a:visited{background:url(ascx_images/icon_arrow.gif) left no-repeat; text-decoration:none; padding-left:20px; padding-top:4px;}
.RSScontainer a:hover{color:#00b3c6}
.findOutMore{padding-left:21px;}
.findOutMore a, .findOutMore a:link, .findOutMore a:active, .findOutMore a:visited{background:url(none) left no-repeat; text-decoration:underline; color:#5e6a72; padding-left:0px;}
.findOutMore a:hover{color:#00b3c6}
/* --------- form master ------ */
#form_container .NormalTextBox,input.longTextBox,input.longmedTextBox,input.medTextBox,input.medshortTextBox,input.shortTextBox{font-family:Trebuchet MS;font-size:12px;font-weight:normal; margin-bottom:7px;}
#form_container .SubHead{float:right; padding-right:10px; color:#0B283C}
#form_container .CommandButton{float:right; text-decoration:none}
#form_container .normal{float:right; color:#0B283C} /* required text */
.fbcontainer {margin-bottom:10px; width:450px}
.fbcontainer div {padding:2px}
.fbcontainer .label {width:150px!important; float:left}
.fbcontainer .headlabel h3 {margin-bottom:-8px;margin-top:8px}
.fbcontainer .labelDetails {width:280px!important; float:left}
.fbcontainer .labelDetails span {font-size:10px; margin-left:2px}
.fbcontainer .labelDetails textarea {width:200px}

/******************************************************
    SELECTOR and COMMONLY USED DNN STYLES              
******************************************************/
html {height: auto; background: #fff url() repeat top left;/* Firefox and IE7 hack for 100% background */}
body {margin:0px; padding:0px; background: #fff; height: 100%;/* IE6 hack for 100% background  */}
body, td, ul li, p, .normal, .NormalDisabled, .blogCalendar td{ font-family: Trebuchet MS; font-size: 11px;color: #5e6a72;font-weight: normal;line-height:1.5em; text-align:left}
/* text style used for rende#FF0000 text which should appear disabled */
.NormalDisabled { color: #D3D3D3;}
/* style of item titles on edit and admin pages */
.SubHead {color: #444444; font-family: Trebuchet MS, Helvetica; font-size: 11px; font-weight: bold; text-align: left;}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family: Trebuchet MS, Helvetica; font-size: 11px; font-weight: bold; color: #000;}
/* text style used for rende#FF0000 text which requires emphasis */
.NormalBold { font-family: Trebuchet MS, Helvetica; font-size: 11px; font-weight: bold;}
/* text style used for error messages */
.Normal#FF0000 { font-family: Trebuchet MS, Helvetica; font-size: 12px; font-weight: bold; color: #ff0000}
/* heading styles */
h1, h2, h3, h4, h5, dt, h6, .head, h2 span.head, .container h2 span.head, 
h3 span.SubHead, .newstitle, tfoot, thead, th {font-family: Trebuchet MS; color:#888888; margin:0px; padding:0px; margin-bottom:10px; font-weight:normal; font-size: 12px;}
h1 {font-size:22px; color:#0b283c;}
h2, .head, h2 span.head, .container h2 span.head {font-size: 14px; font-style: normal; font-weight:bold; color:#5f6a72}
h3, h3 span.SubHead, .newstitle {font-size: 16px; font-weight: bold;}
h4 {font-size: 12px; font-weight:700; color:#00b3c6}
h5, DT {font-size: 13px; font-weight: bold;}
h6 {font-size: 11px; font-style: normal; font-weight:bold; color:#5f6a72}
p {margin: 5px 0px 15px 0px;}
ul {margin-left:0px;padding:0px 0px 0px 25px;}
* html ul {}
html>/**/body ul {padding-left:25px;}
ul li { margin-left:0px; padding:0px;list-style-type: square; }
ul li li { list-style-type: disc;}
ul li li li { list-style-type: circle;}
ol li { list-style-type: decimal;}
ol ol li { list-style-type: lower-alpha;}
ol ol ol li{ list-style-type: lower-roman;}
hr { color: dimgrey; height:1pt; text-align:left;}
img{ border:0px; margin:0px; padding:0px;}
/* link styles */
a, a:link, a:active, a:visited { color:#5e6a72; text-decoration:underline; padding: 0px; margin:0px;}
a:hover { text-decoration:none; color:#00B3C6;}
blockquote {font-size:15px; font-family:"Lucida Sans Unicode"; float:right;}
pre {font-family: Lucida Console, monospace;color: #434343;font-weight: normal;	font-size: 11px;}
address {font-family: Trebuchet MS, Verdana, Helvetica;color: #434343;font-weight: normal;font-size: 11px;font-style: italic;}
/******************************************************
    FORM STYLES              
******************************************************/
/* Generic Form Element classes */
.formInput{ width:150px; height:18px; border:1px solid #CCCCCC;}
.formBtn{}.formRadio{}.formCheckBox{}
.formItem { clear: both;}
.label { clear: both; float: left; width: 120px; text-align: right; padding-right: 10px; font-weight: bold;}
.labelDetails { width: 390px;}
.labelDetails p { margin: 0px 0px 7px 0px;}
/* button style for standard HTML buttons */
.StandardButton, a.StandardButton, a:link.StandardButton, a:active.StandardButton, a:visited.StandardButton, input.StandardButton, a.CommandButton, a:link.CommandButton, a:active.CommandButton, a:visited.CommandButton { padding-left:8px; padding-right: 8px; width:0; overflow:visible; font-weight: normal; font-size: 11px; border: 1px solid #CBD2D8; background-color: #0b283c; url(none) repeat-x top left; color: #fff; font-family: Tahoma, Verdana, sans-serif; text-transform: lowercase; margin: 0px; cursor: pointer; clear: both; height: 14px; border: 0px solid #333333; white-space: nowrap;}
input.StandardButton[class], a.CommandButton[class], a:link.CommandButton[class], a:active.CommandButton[class], a:visited.CommandButton[class] { width: auto;padding:2px; } /* Non IE browsers read this */
a:hover.CommandButton, input:hover.StandardButton{color: #fff; background-color:#00b3c6;}
a.CommandButton,  a:visited.CommandButton{padding:2px;}
.StandardButton{padding:1px; background-color:#00b3c6;}
html>body .StandardButton{height: 18px; padding:0px 0px 3px 0px;}
html> body .CommandButton{height: 20px; padding:3px 0px 3px 0px;}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.search .NormalTextBox{width:135px; height:23px; border:1px solid #00CCFF; margin:0;}
.NormalTextBox, input.longTextBox, input.longmedTextBox, input.medTextBox, input.medshortTextBox, input.shortTextBox { font-family: Trebuchet MS, Helvetica; font-size: 12px; font-weight: normal; margin-bottom:10px}
input.longTextBox { width: 250px;}
input.longmedTextBox { width: 200px;}
input.medTextBox { width: 150px;}
input.medshortTextBox { width: 100px;}
input.shortTextBox { width: 60px;}
/*Dropdown Boxes*/
select { font-size: 10px;}
/* Requi#FF0000 Fields */
span.mandatory { color: #334692; font-weight:bold;}
/******************************************************
    GENERAL STYLES
******************************************************/
.floatLeft{ float:left;}
.floatRight{ float:right;}
/* styles to mimic auto height of div elements as per IE */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */
/******************************************************
    DNN STYLES (Some of these we try to avoid, but are still used in some modules; Some we are unsure of what they do)
******************************************************/
/* What exactly does this style?? */
.SkinObject { font-weight: bold; font-size: 8.5pt; color: #003366; font-family: Trebuchet MS, Helvetica; text-decoration: none;}
A.SkinObject:link { text-decoration: none; color:#003366;}
A.SkinObject:visited { text-decoration: none; color:#003366;}
A.SkinObject:active { text-decoration: none; color:#003366;}
A.SkinObject:hover { text-decoration: none; color:#003366;}
/* styles used by Data Grids */
.DataGrid_AlternatingItem { background-color:#fff; color: #FF0000; font-family: Trebuchet MS, Helvetica; font-size: 10px; font-weight: normal;}
.DataGrid_Container { background-color: Transparent;}
.DataGrid_Footer { background-color:#fff;}
.DataGrid_Header { background-color:Transparent; color: #000; font-family: Trebuchet MS, Helvetica; font-size: 10px; font-weight: bold; text-align: center;}
.DataGrid_Item { background-color:Transparent; color: #000; font-family: Trebuchet MS, Helvetica; font-size: 10px; font-weight: normal;}
.DataGrid_SelectedItem { background-color: #D3D3D3; color: Blue; font-family: Trebuchet MS, Helvetica; font-size: 10px; font-weight: normal;}
/* text style used for help text rende#FF0000 by modules */
.Help { border: #000 1px solid; padding: 2px; font-weight: normal; font-size: 11px; color: #000; font-family: Trebuchet MS, Helvetica; background-color: #ffff99;}
SMALL { font-size: 8px;}
BIG { font-size: 14px;}
/******************************************************
    DIGICON QUICK LINK STYLES
******************************************************/
.QuickLink { padding:0px 0px; background:url(ascx_images/quick_bg.gif) no-repeat; width:182px; height:114px; position:relative }
.QuickLink h2 { margin-top:0px; padding:70px 18px 0px 0px; text-align:right; font-family:Trebuchet MS, arial; font-size:15px; color:#003145}
html>body .QuickLink h2{padding-top:88px}
*:first-child+html .QuickLink h2{padding-top:70px}
.QuickLink a, .QuickLink a:link, .QuickLink a:active, .QuickLink a:visited, .QuickLink a:hover{ color:#003145; font-weight:bold; font-size:14px;text-decoration:none;}
.QuickLink img { float:right; padding:0px; margin:12px 12px 0px 22px}
.QuickLink .number {position:absolute; left:19px; top:13px; font-size:18px; color:#fff; font-weight:400}
.QuickLink p {position:absolute; left:19px; top:13px; font-size:18px; color:#fff; font-weight:400}
.QuickLink h2 a {margin-top:-10px}

.QL_container .QuickLink { padding:0px 0px; background:url(ascx_images/quick_bg.gif) no-repeat; width:182px; height:90px; position:relative }
.QL_container .QuickLink p {display:none}
.QL_container .QuickLink h2 {padding:0px 0px 0px 0px; margin: -55px 0 0 20px; text-align:left}
* html .QL_container .QuickLink h2 {padding:17px 20px 0px 0px;margin: 0px 0 0 20px;}
html>/**/body .QL_container .QuickLink h2 {padding:17px 0px 0px 0px;margin: -25px 0 0 20px;}
/******************************************************
    SURVEY MODULE STYLES
******************************************************/
.YourCompanyNameSurveyResults {font-family: Trebuchet MS, Helvetica; font-size: 12px; font-weight: normal;}
/******************************************************
    QUICK LINKS WITHOUT DESCRIPTION STYLES
******************************************************/
#Highlight_SubHead {color: #230C69;background-color: #DEE4F2;font-family: Trebuchet MS;font-size: 14px;font-weight: bold;	height: 20px;padding: 2px;}
#Highlight{border: solid 1px #230C69;}
/******************************************************
    ANNOUNCEMENT MODULE STYLES
******************************************************/
.DNN_ANN_DesignTable { width:100%; padding:4px;}
.DNN_ANN_Description {}
.DNN_ANN_Description P { margin-top:0px;}

/******************************************************
    OPT IN MODULE STYLES
******************************************************/ 
.GridText{ color: #fff; }
tr.HeaderRowStyle{  background-color : #7F7F7F;}
tr.HeaderRowAlternate{  background-color : #0F4791; }
td.HeaderStyle{	color: #fff; font-weight: bold; }
th.HeaderStyle {color: #fff; font-weight: bold; }
/******************************************************
    Inventua Side Menu
******************************************************/ 
.sideMenu{ padding-left:0px;}
td.SideMenuTD {font-family:Trebuchet MS; font-size:12px; color:#00b3c6;}
/* Top Level */
.MenuHdr0,.MenuHdrMouseOver0,.MenuItem0,.MenuItemMouseOver0 {font-size:14px;padding-left:5px;font-weight:normal;margin: 0 0 0 0px;cursor:default;height:18px;color:#00b3c6;}
.MenuHdr0 A,.MenuHdr0 A:Hover,.MenuHdr0 A:Visited,.MenuHdr0 A:Link,.MenuHdrMouseOver0 A,.MenuHdrMouseOver0 A:Hover,.MenuHdrMouseOver0 A:Visited,.MenuHdrMouseOver0 A:Link  .MenuItem0 A,.MenuItem0 A:Hover,.MenuItem0 A:Visited,.MenuItem0 A:Link,.MenuItemMouseOver0 A,.MenuItemMouseOver0 A:Hover,.MenuItemMouseOver0 A:Visited,.MenuItemMouseOver0 A:Link {text-decoration:none;font-weight: normal;width:100%;cursor:pointer;color:#00b3c6;padding-left:20px}
.MenuHdr0 A:Hover, .MenuHdrMouseOver0 A:Hover, .MenuItem0 A:Hover, .MenuItemMouseOver0 A:Hover {color:#00b3c6;
}
span.CurrentItem0{font-weight: bold; color:#00b3c6;background:url(ascx_images/icon_arrow.gif) no-repeat;padding-left:20px;margin-left:-19px; }
.MenuItemMouseOver0,.MenuHdrMouseOver0{}
/* Second Level */
.MenuItem1,.MenuHdrMouseOver1,.MenuItemMouseOver1,.MenuHdr1 {
font-size:14px;padding-left:40px;font-weight:normal;margin: 0 0 0 0px;cursor:default;height:18px;color:#00b3c6;	
}
html>/**/body .MenuItem1,html>/**/body .MenuHdrMouseOver1,html>/**/body .MenuItemMouseOver1,html>/**/body .MenuHdr1 {
font-size:14px;padding-left:40px;font-weight:normal;margin: 0 0 0 0px;cursor:default;height:18px;color:#00b3c6;	
}
.MenuHdr1 .MenuHdr1 A:Hover,.MenuHdr1 A:Visited,.MenuHdr1 A:Link,.MenuHdrMouseOver1 A,.MenuHdrMouseOver1 A:Hover,.MenuHdrMouseOver1 A:Visited,.MenuHdrMouseOver1 A:Link .MenuItem1 A,.MenuItem1 A:Hover,.MenuItem1 A:Visited,.MenuItem1 A:Link,.MenuItemMouseOver1 A,.MenuItemMouseOver1 A:Hover,.MenuItemMouseOver1 A:Visited,.MenuItemMouseOver1 A:Link {text-decoration:none;font-weight:normal;width:100%;cursor:pointer;color:#00b3c6;}
.MenuHdr1 A:Hover, .MenuHdrMouseOver1 A:Hover, .MenuItem1 A:Hover, .MenuItemMouseOver1 A:Hover {color:#00b3c6;
}
span.CurrentItem1{font-weight: bold; color:#00b3c6; background: url(ascx_images/icon_arrow.gif) no-repeat 0px 0px; padding-left:30px;margin-left:-18px;}
html>/**/body span.CurrentItem1{font-weight: bold; color:#00b3c6; background:url(ascx_images/icon_arrow.gif) no-repeat; padding-left:20px;margin-left:-18px;}
.MenuItemMouseOver1,.MenuHdrMouseOver1 {}
/* Third Level */
.MenuItem2,.MenuHdrMouseOver2,.MenuItemMouseOver2,.MenuHdr2 {
font-size:14px;padding-left:50px;font-weight:notmal;margin: 0 0 0 0px;cursor:default;height:18px;color:#00b3c6;	
}
.MenuHdr2 .MenuHdr2 A:Hover,.MenuHdr2 A:Visited,.MenuHdr2 A:Link,.MenuHdrMouseOver2 A,.MenuHdrMouseOver2 A:Hover,.MenuHdrMouseOver2 A:Visited, .MenuHdrMouseOver2 A:Link .MenuItem1 A, .MenuItem2 A:Hover,.MenuItem2 A:Visited,.MenuItem2 A:Link,.MenuItemMouseOver2 A,.MenuItemMouseOver2 A:Hover,.MenuItemMouseOver2 A:Visited,.MenuItemMouseOver2 A:Link {text-decoration:none;font-weight:normal;width:100%;cursor:pointer;color:#00b3c6;}
.MenuHdr2 A:Hover, .MenuHdrMouseOver2 A:Hover, .MenuItem1 A:Hover, .MenuItemMouseOver2 A:Hover {color:#00b3c6;
}
span.CurrentItem2{font-weight: bold; color:#00b3c6; background:url(ascx_images/icon_arrow.gif) no-repeat; padding-left:30px;margin-left:-6px;}
.MenuItemMouseOver2,.MenuHdrMouseOver2 {}
/* Fourth Level */
.MenuItem3,.MenuHdrMouseOver3,.MenuItemMouseOver3,.MenuHdr3 {
font-size:14px;padding-left:60px;font-weight:notmal;margin: 0 0 0 0px;cursor:default;height:18px;color:#00b3c6;	
}
.MenuHdr3 .MenuHdr3 A:Hover,.MenuHdr3 A:Visited,.MenuHdr3 A:Link,.MenuHdrMouseOver3 A,.MenuHdrMouseOver3 A:Hover,.MenuHdrMouseOver3 A:Visited, .MenuHdrMouseOver3 A:Link .MenuItem1 A, .MenuItem3 A:Hover,.MenuItem3 A:Visited,.MenuItem3 A:Link,.MenuItemMouseOver3 A,.MenuItemMouseOver3 A:Hover,.MenuItemMouseOver3 A:Visited,.MenuItemMouseOver3 A:Link {text-decoration:none;font-weight:normal;width:100%;cursor:pointer;color:#00b3c6;}
.MenuHdr3 A:Hover, .MenuHdrMouseOver3 A:Hover, .MenuItem1 A:Hover, .MenuItemMouseOver3 A:Hover {color:#00b3c6;
}
span.CurrentItem3{font-weight: bold; color:#00b3c6; background:url(ascx_images/icon_arrow.gif) no-repeat; padding-left:15px;margin-left:0px;}
.MenuItemMouseOver3,.MenuHdrMouseOver3 {}
/* Fifth Level */
.MenuItem4,.MenuHdrMouseOver4,.MenuItemMouseOver4,.MenuHdr4 {
font-size:14px;padding-left:20px;font-weight:notmal;margin: 0 0 0 0px;cursor:default;height:18px;color:#00b3c6;	
}
.MenuHdr4 .MenuHdr4 A:Hover,.MenuHdr4 A:Visited,.MenuHdr4 A:Link,.MenuHdrMouseOver4 A,.MenuHdrMouseOver4 A:Hover,.MenuHdrMouseOver4 A:Visited, .MenuHdrMouseOver4 A:Link .MenuItem1 A, .MenuItem4 A:Hover,.MenuItem4 A:Visited,.MenuItem4 A:Link,.MenuItemMouseOver4 A,.MenuItemMouseOver4 A:Hover,.MenuItemMouseOver4 A:Visited,.MenuItemMouseOver4 A:Link {text-decoration:none;font-weight:normal;width:100%;cursor:pointer;color:#00b3c6;}
.MenuHdr4 A:Hover, .MenuHdrMouseOver4 A:Hover, .MenuItem1 A:Hover, .MenuItemMouseOver4 A:Hover {color:#00b3c6;
}
span.CurrentItem4{font-weight: bold; color:#00b3c6; background:url(ascx_images/icon_arrow.gif) no-repeat; padding-left:33px;margin-left:-18px;}
.MenuItemMouseOver4,.MenuHdrMouseOver4 {}


#dnn_ctr345_SearchResults_dgResults .CommandButton {background:none; border:none; color:#0B283C}
#dnn_ctr345_SearchResults_dgResults .Normal, #dnn_ctr345_SearchResults_dgResults a.SubHead, #dnn_ctr345_SearchResults_dgResults br{display:none}
.PagingTable {border:none; }
.NormalDisabled {color:#666 }

.DnnModule-Orizonti_NukeNews h2 {color: #0B283C; font-size: 22px; font-weight: normal;}
