/* Minification failed. Returning unminified contents.
(548,26): run-time error CSS1031: Expected selector, found '-->'
(548,26): run-time error CSS1025: Expected comma or open brace, found '-->'
(614,38): run-time error CSS1031: Expected selector, found '-->'
(614,38): run-time error CSS1025: Expected comma or open brace, found '-->'
(1584,26): run-time error CSS1031: Expected selector, found '-->'
(1584,26): run-time error CSS1025: Expected comma or open brace, found '-->'
(1650,38): run-time error CSS1031: Expected selector, found '-->'
(1650,38): run-time error CSS1025: Expected comma or open brace, found '-->'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    margin: 0;
    padding: 0;
    color: #696969;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.MainBody
{
    background-image:url('/content/images/LeftNavBG.png');
    background-repeat:repeat-y; 
}

header,
footer,
nav,
section 
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}
#subnav a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .t-item
{
    border-width: 0 0 0 1px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:0px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}
select
{
    width: 200px;
}
input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 0px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 0px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

div.PageWrapper
{
    height:100%;
    width:100%;
    background-image:url('/content/images/LeftNavBG.png');
    background-repeat:repeat-y;   
    top:0;
    left:0;
    position:absolute;
    background-color:white;     
    z-index:0;  
    border:0pt solid black;
}

div.PageHeader
{
    height:60pt;
    width:100%;
    background-image:url('/content/images/HeaderBGImage2.png');
    background-repeat:repeat-x;
    position: absolute;
    top: 0pt;
    z-index:2;
    left:0;
    border:0pt solid red;
}
div.PageLeftNav
{
    width:150px;
    top: 70px;
    left:0;
    float:left;
    position: absolute; 
    z-index:2;
    display:block;
    padding-left:0px;
    border:0pt solid red;
    
}
.PageAwareLogo
{
    width:100pt;
    height:30pt;
    position:absolute;
    top:1pt;
    left:2pt;
    z-index:1;
 	border:0pt solid blue;  
}


div.Header_UserDetails
{
    position:absolute;
    top:0pt;
    color:#BEBEBE;
    right:2pt;
    font-size:8pt;  
    z-index:1;    
}
a.Header_UserDetails:active, a.Header_UserDetails:visited,a.Header_UserDetails:link, a.Header_UserDetails:hover
{
    font-size:8pt;  
    color:#BEBEBE;
    text-decoration:none;
}
a.Header_UserDetails:hover
{
    text-decoration:underline;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


#login
{
    line-height: 28px;
    width: 300px;
}
#login label
{
    padding-right: 10px;
    width: 80px;
    float: left;
}

#sublist
{
    line-height: 28px;
}
#sublist label
{
    padding-right: 10px;
    width: 150px;
    float: left;
    clear: both;
}
.sublistdetails 
{
    padding-left: 20px;
}
.sublistdetails label
{
    font-weight: bold;

}
h4
{
    padding-bottom: 0;
    margin-bottom: 0;
}

#adminloginlink
{
    text-align: right;
    padding-right: 80px;
    margin-top: -20px;
}

.validation-summary-errors
{
    color: #784F29;
}

#mlEditor
{
    line-height: 18px;
}
#mlEditor label
{
    padding-right: 10px;
    float: left;
    text-align: right;
    clear: both;
}

#mlItemViewer 
{
    line-height: 15px;
    
}
#mlItemViewer label
{
    padding-right: 10px;
    width: 160px;
    float: left;
    clear: both;
    font-weight: bold;
}
#mlItemViewer .editor-field
{
    border-bottom: 0px solid #e1e1e1;
}


#mlEditor2 
{
    line-height: 14px;
    
}
#mlEditor2 label
{
    padding-right: 10px;
    width: 160px;
    float: left;
    text-align: right;
    clear: both;
    font-weight: bold;

}
#mlEditor2 img, #mlEditor img, #mlItemViewer img, #pgEditor img, #mlEditor3 img 
{
     vertical-align: top;
}
#mlEditor3 
{
    line-height: 12px;
    
}
#mlEditor3 label
{
    padding-right: 10px;
    width: 110px;
    float: left;
    text-align: left;
    clear: both;
    font-weight: bold;
}

#pgEditor label
{
    padding-right: 10px;
    width: 140px;
    float: left;
    text-align: left;
    clear: both;
    font-weight: bold;
    vertical-align: top;
}
#pgEditor .editor-field
{
   vertical-align: top;
}
#pgEditor 
{
    line-height: 16px;
}

#ErrorMessage
{
    color:Red; padding: 10px; border: 1pt solid red; width: 300px;
    
}
#contentDiv img
{
    padding-right: 5px;
}



.ErrorMessage
{
	font-family: Arial;
	font-size: 9pt;
	color: red;
}
.ErrorField {
	background-color: #C60000;
	font-family: Arial;
}
.ErrorMessage {
	color: #C60000;
	font-family: Arial;
}



<!-- DROP DOWN NAV MENUS -->


#header-nav, #header-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-type: none;
}

#header-nav a {
	display: block;
	width: 120px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	border: solid 1px black;
	background: #999;
	letter-spacing: 0.2em;
	padding-left: 10px;
	color: white;
	text-decoration: none;
}

#header-nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
	list-style-type: none;
}

#header-nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border: solid 1px black;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 4px;
	margin: 0;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style-type: none;
}

#header-nav li ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: black;
	letter-spacing: normal;
	text-decoration: none;
	background: white;
	border: none;
}

#header-nav li ul a:hover {
	text-decoration: underline;
}

#header-nav li:hover ul, #header-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


<!-- STYLES FOR NAVIGATION COMPONENT -->

.navordertools {
	width: 300px;
	height: 32px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-top:4px;
	padding-left:4px;
	padding-right: 4px;
}

.navorderview {
	width: 300px;
	background-color: #F3F3F3;
	padding: 20px;
	border: 1px solid #CCCCCC;
	line-height: 5px;
}

.subnavdisplay {
	margin-left: 14px;
	margin-top: -5px;
}

.navdisplayselected {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #083194;
	font-weight: bold;
}
.subnavdisplayselected {
	margin-left: 14px;
	margin-top: -5px;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #083194;
	font-weight: bold;
}

.navdisplay:hover {
	background-color: #CCCCCC;
}

.navdisplayhover {
	background-color: #CCCCCC;
	cursor:hand;
}
.subnavdisplayhover {
	background-color: #CCCCCC;
	cursor:hand;
	margin-left: 14px;
	margin-top: -5px;
}
.hover {
	background-color: #CCCCCC;
}
.navdisplayselectedhover {
	background-color: #CCCCCC;
	cursor:hand;
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}
.subnavdisplayselectedhover {
	margin-left: 14px; 
	margin-top: -5px;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
}

.navdiv
{
	height:10pt;
	padding:2pt;
}

.navtoolon
{
	cursor:hand;
}

.navtooloff
{
	cursor:default;
}

select.dropdown_input {
	width: 280px;
}
ul.PublicationsMenu  {
	width: 410px;
	float: left;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
ul.PublicationsMenu li {
	font-weight: bolder;
	position: relative;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	background-color: #fff;
}
ul.PublicationsMenu li a {
	text-decoration: none;
	color: #00F;
	font-weight: bolder;
}
		
ul.PublicationsMenu li.here {
	text-decoration: underline;
	color: #000;
	background-color: gray;
}
ul.PublicationsMenu li.here a{
	text-decoration: underline;
	color: #000;
	background-color: gray;
}

div.PublicationsMenu {
	float: right;
	text-align: right;
}

.UISubmitButton, .UISubmitButton_hover
{
	background: #0F46AC;
	background-image:url(~/images/UI_Button_Slice_Center.gif);
	background-repeat:repeat;
	font-size: 9pt;
	font-family: Arial;
	text-decoration:none;
	color:white;
	width:auto;
	cursor:hand;
	padding:3pt;		
}
.UISubmitButton_hover
{
	color:#21AA21;
}
.AdminNavMenu, .AdminNavMenu_Selected, .AdminNavMenu_Hover
{
	width:90pt;
	color:black;
    background-color:#5289EF; 
	font-weight:bold;
	font-style:normal;
    font-weight:normal;
    padding:5pt;
    display:block;
    border: 1pt solid #0F46AC;
}
.AdminNavMenu_Selected
{
	background-color:#7CA6F3;	
}
.AdminNavMenu_Hover
{
	background-color:#21AA21;
	cursor:hand;	
}

.AdminNavMenu_SubMenu, .AdminNavMenu_SubMenu_Displayed
{
	width:90pt;
	background-color:white;
	color:black;
	border:1pt solid black;
	padding:2pt;
    display:none; 
}
.AdminNavBar
{
    width:160pt;
    background-color:#0F46AC;
}
.AdminNavMenu_SubMenu_Displayed
{
    display:block;
}
a.AdminSubNav:active, a.AdminSubNav:visited,a.AdminSubNav:link, a.AdminSubNav:hover
{
    color:black;
    text-decoration:none;
    font-size:9pt;
}
a.AdminSubNav:hover
{
    color:#21AA21;
    text-decoration:underline;
}


div.PageWrapper
{
    height:100%;
    width:100%;
    background-image:url('~/images/LeftNavBG.png');
    background-repeat:repeat-y;   
    top:0;
    left:0;
    position:absolute;
    background-color:white;     
    z-index:0;  
    border:0pt solid black;
}

div.PageHeader
{
    height:60pt;
    width:100%;
    background-image:url('~/images/HeaderBGImage2.png');
    background-repeat:repeat-x;
    position: absolute;
    top: 0pt;
    z-index:2;
    left:0;
    border:0pt solid red;
}
div.PageLeftNav
{
    width:150px;
    top: 70px;
    left:0;
    float:left;
    position: absolute; 
    z-index:2;
    display:block;
    padding-left:0px;
    border:0pt solid red;
    
}
.PageAwareLogo
{
    width:100pt;
    height:30pt;
    position:absolute;
    top:1pt;
    left:2pt;
    z-index:1;
 	border:0pt solid blue;  
}
div.Header_UserDetails
{
    position:absolute;
    top:0pt;
    color:#BEBEBE;
    right:2pt;
    font-size:8pt;  
    z-index:1;    
}
a.Header_UserDetails:active, a.Header_UserDetails:visited,a.Header_UserDetails:link, a.Header_UserDetails:hover
{
    font-size:8pt;  
    color:#BEBEBE;
    text-decoration:none;
}
a.Header_UserDetails:hover
{
    text-decoration:underline;
}
div.PageContent
{    
    text-align:left;
    padding-top:60px;
    display:inline-block;
    border:0pt solid green;
    clear: both;
    width: 100%; 
}
.PageContentDisplay
{
 margin-right:25px;
 margin-left:155px; 
 border:0pt solid red;
}


.HeaderSiteDetails
{
    right:2pt;
    top:80px;
    color:#999999;
    text-decoration:none;
    font-size:9pt;  
    z-index:2;
    position:absolute;
    right:4px;
    top: 80px;
}
.Header_DeptSelector
{
    right:2pt;
    top:35px;
    color:#999999;
    text-decoration:none;
    font-size:9pt;  
    z-index:2;
    position:absolute;
    display:block;
}

.PageHeaderTitle
{
   padding-top:16px;
   padding-left: 190px;
   position: relative;   
}
.FormHeaderTitle, .FormHeaderTitle a
{
   font-weight: bold;
   font-size: 16px;
   padding-top:16px;
   position: relative;   
}
.FormHeaderTitle a
{
    color: Black;    
}
a.Header_LogOut:active, a.Header_LogOut:visited,a.Header_LogOut:link, a.Header_LogOut:hover
{
    color:#5BDF5B;
    text-decoration:none;
    font-size:8pt;  
}
a.Header_LogOut:hover
{
   text-decoration:underline;
}
.PageLeftNavFooter
{
    width:175px;
    position:relative;
    text-align:center;
    font-size:8pt;
    font-family:Verdana;
    color:#CCCCCC;
    cursor:pointer; 
    z-index:10;  
    display:none; 
    border:1pt solid yellow;
}
.CopyrightFooter
{
    bottom:10px;
    right:10pt;
    position:relative;
    text-align:right;
    font-size:8pt;
    font-family:Verdana;
    color:#666666;
    cursor:pointer; 
    display:block;
    z-index:10;
    width:100%;
    
}
.Form_input
{
    width:250pt;
    font-family: Arial;
	font-size: 9pt;
}

.SplashPage_News
{
    border:1pt solid red;
    width:300pt;
    height:150pt;   
}
.SplashPage_Tips
{
    border:1pt solid green;
    width:100pt;
    height:50pt;   
}
.SplashPage_Links
{
    border:1pt solid red;
    width:300pt;
    height:150pt;   
}
.SplashPage_Referral
{
    border:1pt solid red;
    width:300pt;
    height:150pt;   
}
.HelpText
{
    font-family: Arial;
	font-size: 9pt;
}
table.sortable a.sortheader {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.sortheader:active, a.sortheader:visited, a.sortheader:link {
	text-decoration: none;
	font-size: 9pt;
	display: block;
}
a.sortheader:hover 
{
    text-decoration: underline;
    color:Green;    
}

table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
.success
{
    color:Green;
}
.status
{
    border: 1pt solid #e1e1e1;
    padding-left:100pt;
}

.pagestart22
{
    padding-top:110px;
    padding-left:190px;
}
.pageleft22
{
    padding-left:190px;
}
.fieldLabel
{
    width:120px;
    float:left;
    font-weight:bold;
	clear: both;
}
.PanelHeader
{
	font-weight:bold;
	font-size:12pt;
	
}
.clear
{
    clear: both;
}

.state_selector_div
{
    margin-left: 150px;
    display: table;
}
.PageContentTitle
{
	font-size: 11pt;
	color: #000;
	font-family: Arial;
	font-weight:bold;
	padding-left:5pt;
}
.FieldHeader
{
	font-weight:bold;
	vertical-align:top;
}
.FormPanel
{
	background:#e1e1e1;
	border: 1pt solid #666666;
	padding: 10px 10px 10px 10px;	
	line-height: 20px;	    
	min-height: 250px;     
}
.EditPageMainPanel
{
    padding: 0px 10px 5px 10px;
}
.borderLeft
{
	border-left: 1pt solid #e1e1e1;	
}

.ImgOpaque
{
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	
}
.NoAccess
{
	font-family: Arial;
	font-size: 11pt;
	color:Red;
	padding:20pt;
		
}


 .AssetFormBody
        {
        	background-color: #F0F0F0;
        }
        .AssetEditor_Title
        {
        	color:#234D95;
        	font-size: 12pt;
        	font-weight:bold; 
        }
        .AssetEditor_RadioList label
        {
            font-weight:bold;            
        }
        .AssetEditor_Panel
        {
        	background-color:White;
        	border: 1pt solid #999999;
        	min-height: 350px;
        	padding: 10pt;        	
        }
        .AssetEditor_SubTitle
        {
        	font-size: 11pt;
        	font-weight: bold;
        }
        .AssetEditor_HR
        {
        	width: 500pt;
        	color: #999999;
        	height: 1px;
        	text-align: left;
        }
        .AssetEditor_Form
        {
        	margin-left: 25pt;	
        }
        .AssetEditor_FormLabel
        {
        	font-weight: bold;
        	width: 200pt;
        	vertical-align:top;
        		
        }
        .AssetEditor_RadUpload
        {
        	padding: 0px;
        	padding-left:150px;
        	
        }
        .AssetEditor_Button
        {
        	font-weight: bold;
        }
        .AssetTabStrip
        {
	        border-bottom: 1pt solid #909090;
        }
        .AssetItemSelectorFilterDiv
        {
        	border-right: 1pt solid #909090;
        	border-left: 1pt solid #909090;
        	padding: 2pt;
        }
        .AssetButtonDivAddNewItem
        {
        	position:static; 
        	float:right; 
        	width:100%;
        }
        
        
        
.StatsUsageSummaryValue
{
	text-align:right;
}
.StatsUsageSummaryLabel
{
	text-align:left;
	font-weight: bold;
}

.StatsVisitorProfileValue
{
	text-align:right;
}
.StatsVisitorProfileLabel
{
	text-align:left;
	font-weight: bold;
}

/*** DATE RANGE CONTROL CSS - start **/
.DateRangeControl
{
	border: 1pt solid #e1e1e1;
	background-color: #EEF2F7;
	padding: 1pt;
}

.DateRangeControl .DateRangeText
{
	font-size: 11px;
	width:50%;
	float: left;
	vertical-align:middle;
	color: #6383B1;
}
.DateRangeControl .DateRangeText .Text
{
	font-size: 13px;
	padding: 3px 10px 0 0;
	font-weight: bold;	
	line-height: 29px;
}

.DateRangeControl .DateRangeSelectors
{
	text-align: right;	
}
.DateRangeControl_DD
{
  background-color: #e1e1e1;
   float:right;
   padding-right: 15px;
}


/*** DATE RANGE CONTROL CSS - end **/


.DDReportFilterBar
{
    background-color: #e1e1e1;
    height: 30px;
    padding: 5px 0px 0px 5px;
}
.ClassifiedsFilterBar
{
    background-color: #e1e1e1;
    padding: 5px 0px 0px 5px;
}

.SubscriberFilterBar
{
    background-color: #e1e1e1;
    padding: 5px 0px 0px 5px;
}

.NewsListFilter
{
	background-color: #e1e1e1;
	color: #666666;
	border: 2pt solid #e1e1e1;
	font-size: 10pt;
	padding: 4pt;
}

.VideoTutorialItemDiv
{
	background-color: #f7f7f7;
	padding-top: 9pt;
}
.VideoTutorialItemDiv_Over
{
	background-color: #f0f0f0;
	padding-top: 9pt;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
.StandardButtonHover
{
    cursor: hand;    
}
.multiPage
{
    line-height: 25px;    
}
.customlisteditor_fieldgroupheader
{
    background-color:#2E2E2E; 
    font-size: 10pt; 
    font-variant:small-caps; 
    color:white; 
    font-weight:bold; 
    padding:2pt; 
    margin-bottom: 2px; 
    width: 500px;
}
.MemberExpDate
{
    font-size: 11px;
    color: black;
}
.MemberExpDate_Warning
{
    font-size: 12px;
    color: purple;
}
.MemberExpDate_Expired
{
    font-size: 12px;
    color: red;
}
.MemberExpDate_NotSubscribed
{
    font-size: 10px;
    color: #666666;
}
.popup
{overflow:hidden;margin:0;background: #f1f1f1; background-color: White;}
.popup .top-bar
{ background-color: Black; height: 60px; width: 100%; padding-top: 5px;}
.popup .page
{ padding-left: 5px;}

.imageupload_label {
    font-size: 10px !important;
}
.validation-summary-errors{
    color: red;
}
.validation-summary-errors ul {
    list-style: none;

}
.validation-summary-errors  li {
list-style: none;
padding-left: 15px;
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.MainBody
{
    background-image:url('/content/images/LeftNavBG.png');
    background-repeat:repeat-y; 
}
.Listing
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a.sidebar-bignav {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
.sidebar-bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	line-height: 16px;
}
.sidebar-smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 17px;
}
.sidebar-smalluser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #287B28;
	line-height: 17px;
}
.sidebar-admintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #287B28;
	line-height: 16px;
}
content-pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.header-bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #333333;
	line-height: 17px;
}
.header-smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	margin-top:10pt;
	line-height: 17pt;
}
.header-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	line-height: 17px;
	text-decoration: underline;
}
.header-list:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000099;
	line-height: 17px;
	text-decoration: underline;
}
.content-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	line-height: 17px;
}
.content-normal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
.box-lblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	background-color: #89A8F8;
}
.box-dblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 17px;
	background-color: #1B56F1;
}
.list-lblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	background-color: #F2F7F9;
}
.list-dblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	background-color: #E1ECF0;
}
.EditSectionHeader
{
	background: black;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	font-weight:bold;
	padding-top:1pt; 
	vertical-align: middle;
}
.EditSectionHeaderLowerCell
{
	background-image:url(/content/images/FormHeaderBgStretch_lower1.gif)
}
.indent
{
	position: relative;
	left: 10px;

}

.SubHead1
{
	font-size: 9pt;
	color: #0F50BE;
	font-family: Arial;
	font-weight:bold;
}
	
.inputForm1
{	background: #F2F7F9;
	font-family: Arial;
}
.inputForm2
{
	background: #E1EcF0;
	font-family: Arial;
}

.inputForm3
{	background: #F7F7F7;
	font-size: 8pt;
	font-family: Arial;
}
.ErrorMessage
{
	font-family: Arial;
	font-size: 9pt;
	color: red;
}
.ErrorField {
	background-color: #C60000;
	font-family: Arial;
}
.ErrorMessage {
	color: #C60000;
	font-family: Arial;
}

<!-- DROP DOWN NAV MENUS -->


#header-nav, #header-nav ul { /* all lists */
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style-type: none;
}

#header-nav a {
	display: block;
	width: 120px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	border: solid 1px black;
	background: #999;
	letter-spacing: 0.2em;
	padding-left: 10px;
	color: white;
	text-decoration: none;
}

#header-nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
	list-style-type: none;
}

#header-nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border: solid 1px black;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 4px;
	margin: 0;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style-type: none;
}

#header-nav li ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color: black;
	letter-spacing: normal;
	text-decoration: none;
	background: white;
	border: none;
}

#header-nav li ul a:hover {
	text-decoration: underline;
}

#header-nav li:hover ul, #header-nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


<!-- STYLES FOR NAVIGATION COMPONENT -->

.navordertools {
	width: 300px;
	height: 32px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-top:4px;
	padding-left:4px;
	padding-right: 4px;
}

.navorderview {
	width: 300px;
	background-color: #F3F3F3;
	padding: 20px;
	border: 1px solid #CCCCCC;
	line-height: 5px;
}

.subnavdisplay {
	margin-left: 14px;
	margin-top: -5px;
}

.navdisplayselected {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #083194;
	font-weight: bold;
}
.subnavdisplayselected {
	margin-left: 14px;
	margin-top: -5px;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #083194;
	font-weight: bold;
}

.navdisplay:hover {
	background-color: #CCCCCC;
}

.navdisplayhover {
	background-color: #CCCCCC;
	cursor:hand;
}
.subnavdisplayhover {
	background-color: #CCCCCC;
	cursor:hand;
	margin-left: 14px;
	margin-top: -5px;
}
.hover {
	background-color: #CCCCCC;
}
.navdisplayselectedhover {
	background-color: #CCCCCC;
	cursor:hand;
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
}
.subnavdisplayselectedhover {
	margin-left: 14px; 
	margin-top: -5px;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
}

.navdiv
{
	height:10pt;
	padding:2pt;
}

.navtoolon
{
	cursor:hand;
}

.navtooloff
{
	cursor:default;
}

select.dropdown_input {
	width: 280px;
}
ul.PublicationsMenu  {
	width: 410px;
	float: left;
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
ul.PublicationsMenu li {
	font-weight: bolder;
	position: relative;
	float: left;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
	background-color: #fff;
}
ul.PublicationsMenu li a {
	text-decoration: none;
	color: #00F;
	font-weight: bolder;
}
		
ul.PublicationsMenu li.here {
	text-decoration: underline;
	color: #000;
	background-color: gray;
}
ul.PublicationsMenu li.here a{
	text-decoration: underline;
	color: #000;
	background-color: gray;
}

div.PublicationsMenu {
	float: right;
	text-align: right;
}

.UISubmitButton, .UISubmitButton_hover
{
	background: #0F46AC;
	background-image:url(/content/images/UI_Button_Slice_Center.gif);
	background-repeat:repeat;
	font-size: 9pt;
	font-family: Arial;
	text-decoration:none;
	color:white;
	width:auto;
	cursor:hand;
	padding:3pt;		
}
.UISubmitButton_hover
{
	color:#21AA21;
}
.AdminNavMenu, .AdminNavMenu_Selected, .AdminNavMenu_Hover
{
	width:90px;
	color:black;
    background-color:#5289EF; 
	font-weight:bold;
	font-style:normal;
    font-weight:normal;
    padding:5pt;
    display:block;
    border: 1pt solid #0F46AC;
}
.AdminNavMenu_Selected
{
	background-color:#7CA6F3;	
}
.AdminNavMenu_Hover
{
	background-color:#21AA21;
	cursor:hand;	
}

.AdminNavMenu_SubMenu, .AdminNavMenu_SubMenu_Displayed
{
	width:90pt;
	background-color:white;
	color:black;
	border:1pt solid black;
	padding:2pt;
    display:none; 
}
.AdminNavBar
{
    width:160pt;
    background-color:#0F46AC;
}
.AdminNavMenu_SubMenu_Displayed
{
    display:block;
}
a.AdminSubNav:active, a.AdminSubNav:visited,a.AdminSubNav:link, a.AdminSubNav:hover
{
    color:black;
    text-decoration:none;
    font-size:9pt;
}
a.AdminSubNav:hover
{
    color:#21AA21;
    text-decoration:underline;
}


div.PageWrapper
{
    height:100%;
    width:100%;
    background-image:url('/content/images/LeftNavBG.png');
    background-repeat:repeat-y;   
    top:0;
    left:0;
    position:absolute;
    background-color:white;     
    z-index:0;  
    border:0pt solid black;
}

div.PageHeader
{
    height:60pt;
    width:100%;
    background-image:url('/content/images/HeaderBGImage2.png');
    background-repeat:repeat-x;
    position: absolute;
    top: 0pt;
    z-index:2;
    left:0;
    border:0pt solid red;
}
div.PageLeftNav
{
    width:150px;
    top: 70px;
    left:0;
    float:left;
    position: absolute; 
    z-index:2;
    display:block;
    padding-left:0px;
    border:0pt solid red;
    
}
.PageAwareLogo
{
    width:100pt;
    height:30pt;
    position:absolute;
    top:1pt;
    left:2pt;
    z-index:1;
 	border:0pt solid blue;  
}
div.Header_UserDetails
{
    position:absolute;
    top:0pt;
    color:#BEBEBE;
    right:0px;
    font-size:12px;  
    z-index:1;    
}
a.Header_UserDetails:active, a.Header_UserDetails:visited,a.Header_UserDetails:link, a.Header_UserDetails:hover
{
    color:#BEBEBE;
    text-decoration:none;
}
a.Header_UserDetails:hover
{
    text-decoration:underline;
}
div.PageContent
{    
    text-align:left;
    padding-top:60px;
    display:inline-block;
    border:0pt solid green;
    clear: both;
    width: 100%; 
}
.PageContentDisplay
{
 margin-right:25px;
 margin-left:155px; 
 border:0pt solid red;
}


.HeaderSiteDetails
{
    right:2pt;
    top:80px;
    color:#999999;
    text-decoration:none;
    font-size:9pt;  
    z-index:2;
    position:absolute;
    right:4px;
    top: 80px;
}
.Header_DeptSelector
{
    right:2pt;
    top:35px;
    color:#999999;
    text-decoration:none;
    font-size:9pt;  
    z-index:2;
    position:absolute;
    display:block;
}

.PageHeaderTitle
{
   padding-top:16px;
   padding-left: 190px;
   position: relative;   
}
.FormHeaderTitle, .FormHeaderTitle a
{
   font-weight: bold;
   font-size: 16px;
   padding-top:16px;
   position: relative;   
}
.FormHeaderTitle a
{
    color: Black;    
}
a.Header_LogOut:active, a.Header_LogOut:visited,a.Header_LogOut:link, a.Header_LogOut:hover
{
    color:#5BDF5B;
    text-decoration:none;
    font-size:8pt;  
}
a.Header_LogOut:hover
{
   text-decoration:underline;
}
.PageLeftNavFooter
{
    width:175px;
    position:relative;
    text-align:center;
    font-size:8pt;
    font-family:Verdana;
    color:#CCCCCC;
    cursor:pointer; 
    z-index:10;  
    display:none; 
    border:1pt solid yellow;
}
.CopyrightFooter
{
    bottom:10px;
    right:10pt;
    position:relative;
    text-align:right;
    font-size:8pt;
    font-family:Verdana;
    color:#666666;
    cursor:pointer; 
    display:block;
    z-index:10;
    width:100%;
    
}
.Form_input
{
    width:250pt;
    font-family: Arial;
	font-size: 9pt;
}

.SplashPage_News
{
    border:1pt solid red;
    width:300pt;
    height:150pt;   
}
.SplashPage_Tips
{
    border:1pt solid green;
    width:100pt;
    height:50pt;   
}
.SplashPage_Links
{
    border:1pt solid red;
    width:300pt;
    height:150pt;   
}
.SplashPage_Referral
{
    border:1pt solid red;
    width:300pt;
    height:150pt;   
}
.HelpText
{
    font-family: Arial;
	font-size: 9pt;
}
table.sortable a.sortheader {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.sortheader:active, a.sortheader:visited, a.sortheader:link {
	text-decoration: none;
	font-size: 9pt;
	display: block;
}
a.sortheader:hover 
{
    text-decoration: underline;
    color:Green;    
}

table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
.success
{
    color:Green;
}
.status
{
    border: 1pt solid #e1e1e1;
    padding-left:100pt;
}

.pagestart22
{
    padding-top:110px;
    padding-left:190px;
}
.pageleft22
{
    padding-left:190px;
}
.fieldLabel
{
    width:120px;
    float:left;
    font-weight:bold;
	clear: both;
}
.PanelHeader
{
	font-weight:bold;
	font-size:12pt;
	
}
.clear
{
    clear: both;
}

.state_selector_div
{
    margin-left: 150px;
    display: table;
}
.PageContentTitle
{
	font-size: 11pt;
	color: #000;
	font-family: Arial;
	font-weight:bold;
	padding-left:5pt;
}
.FieldHeader
{
	font-weight:bold;
	vertical-align:top;
}
.FormPanel
{
	background:#e1e1e1;
	border: 1pt solid #666666;
	padding: 10px 10px 10px 10px;	
	line-height: 20px;	    
	min-height: 250px;     
}
.EditPageMainPanel
{
    padding: 0px 10px 5px 10px;
}
.borderLeft
{
	border-left: 1pt solid #e1e1e1;	
}

.ImgOpaque
{
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
	
}
.NoAccess
{
	font-family: Arial;
	font-size: 11pt;
	color:Red;
	padding:20pt;
		
}


 .AssetFormBody
        {
        	background-color: #F0F0F0;
        }
        .AssetEditor_Title
        {
        	color:#234D95;
        	font-size: 12pt;
        	font-weight:bold; 
        }
        .AssetEditor_RadioList label
        {
            font-weight:bold;            
        }
        .AssetEditor_Panel
        {
        	background-color:White;
        	border: 1pt solid #999999;
        	min-height: 350px;
        	padding: 10pt;        	
        }
        .AssetEditor_SubTitle
        {
        	font-size: 11pt;
        	font-weight: bold;
        }
        .AssetEditor_HR
        {
        	width: 500pt;
        	color: #999999;
        	height: 1px;
        	text-align: left;
        }
        .AssetEditor_Form
        {
        	margin-left: 25pt;	
        }
        .AssetEditor_FormLabel
        {
        	font-weight: bold;
        	width: 200pt;
        	vertical-align:top;
        		
        }
        .AssetEditor_RadUpload
        {
        	padding: 0px;
        	padding-left:150px;
        	
        }
        .AssetEditor_Button
        {
        	font-weight: bold;
        }
        .AssetTabStrip
        {
	        border-bottom: 1pt solid #909090;
        }
        .AssetItemSelectorFilterDiv
        {
        	border-right: 1pt solid #909090;
        	border-left: 1pt solid #909090;
        	padding: 2pt;
        }
        .AssetButtonDivAddNewItem
        {
        	position:static; 
        	float:right; 
        	width:100%;
        }
        
        
        
.StatsUsageSummaryValue
{
	text-align:right;
}
.StatsUsageSummaryLabel
{
	text-align:left;
	font-weight: bold;
}

.StatsVisitorProfileValue
{
	text-align:right;
}
.StatsVisitorProfileLabel
{
	text-align:left;
	font-weight: bold;
}

/*** DATE RANGE CONTROL CSS - start **/
.DateRangeControl
{
	border: 1pt solid #e1e1e1;
	background-color: #EEF2F7;
	padding: 1pt;
}

.DateRangeControl .DateRangeText
{
	font-size: 11px;
	width:50%;
	float: left;
	vertical-align:middle;
	color: #6383B1;
}
.DateRangeControl .DateRangeText .Text
{
	font-size: 13px;
	padding: 3px 10px 0 0;
	font-weight: bold;	
	line-height: 29px;
}

.DateRangeControl .DateRangeSelectors
{
	text-align: right;	
}
.DateRangeControl_DD
{
  background-color: #e1e1e1;
   float:right;
   padding-right: 15px;
}


/*** DATE RANGE CONTROL CSS - end **/


.DDReportFilterBar
{
    background-color: #e1e1e1;
    height: 30px;
    padding: 5px 0px 0px 5px;
}
.ClassifiedsFilterBar
{
    background-color: #e1e1e1;
    padding: 5px 0px 0px 5px;
}

.SubscriberFilterBar
{
    background-color: #e1e1e1;
    padding: 5px 0px 0px 5px;
}

.NewsListFilter
{
	background-color: #e1e1e1;
	color: #666666;
	border: 2pt solid #e1e1e1;
	font-size: 10pt;
	padding: 4pt;
}

.VideoTutorialItemDiv
{
	background-color: #f7f7f7;
	padding-top: 9pt;
}
.VideoTutorialItemDiv_Over
{
	background-color: #f0f0f0;
	padding-top: 9pt;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
.StandardButtonHover
{
    cursor: hand;    
}
.multiPage
{
    line-height: 25px;    
}
.customlisteditor_fieldgroupheader
{
    background-color:#2E2E2E; 
    font-size: 10pt; 
    font-variant:small-caps; 
    color:white; 
    font-weight:bold; 
    padding:2pt; 
    margin-bottom: 2px; 
    width: 500px;
}
.MemberExpDate
{
    font-size: 11px;
    color: black;
}
.MemberExpDate_Warning
{
    font-size: 12px;
    color: purple;
}
.MemberExpDate_Expired
{
    font-size: 12px;
    color: red;
}
.MemberExpDate_NotSubscribed
{
    font-size: 10px;
    color: #666666;
}
.bar1
{
	background-image:url(/content/images/styles/bg1.gif);
}
.bar2
{
	background-image:url(/content/images/styles/bg2.gif);
}
.bar3
{
	background-image:url(/content/images/styles/bg3.gif);
}
a.uppernav
{
    color: #ffffff;
    }
div.gridNoRecords{min-height: 200px; padding-top: 80px;}
/* RadPanelBar Web 2.0 skin */

.RadPanelBar_Aware
{
	background: white;
	white-space: nowrap;
}

.RadPanelBar_Aware .rpRootGroup
{
	border: solid 1px #e1e1e1;
	border-bottom: 0px;
}

.RadPanelBar_Aware .rpText
{
	color: black;
	padding-left: 10px;
	font: 11px Arial, Verdana, Sans-serif;	
}
.RadPanelBar_Aware .rpBgtest
{
	color: #e1e1e1;
	padding-left: 10px;
	font: 11px Arial, Verdana, Sans-serif;	
}

.RadPanelBar_Aware .rpImage
{
	margin: 4px 4px;
}

.RadPanelBar_Aware .rpRootGroup .rpText
{
	background: url('Img/HeaderArrowCollapsed.gif') no-repeat 98% center;
	line-height: 26px;
	border-bottom: solid 1px #6788be;
	border-top: solid 1px #cfd8e4;
}

.RadPanelBar_Aware .rpRootGroup .rpLink
{
	background: #e1e1e1 url('Img/bg2.png') repeat-x;
}

.RadPanelBar_Aware .rpGroup .rpText
{
	border: 0px;
	background: none;
	color: #333;
	font-weight: normal;
	font-size: 10px;
}

.RadPanelBar_Aware .rpGroup .rpLink
{
	background: none;
	border-bottom: solid 1px #f0f2f3;
}

.RadPanelBar_Aware .rpGroup .rpLink:hover
{
	background: #e7f1ff;
	border-bottom: solid 1px #d8dde0;
}

.RadPanelBar_Aware .rpGroup .rpLink .rpSelected
{
	/**/
	color: #000000;
}

.RadPanelBar_Aware .rpRootGroup .rpSelected
{
	background: #B0B0B0 url('Img/bg2.png') repeat-x;
}

.RadPanelBar_Aware .rpChildItem .rpText
{ 
    color:black;
    
}

.RadPanelBar_Aware .rpParentItem .rpText
{ 
    padding:4pt;
}
.RadPanelBar_Aware .rpGroup .rpSelected, 
.RadPanelBar_Aware .rpGroup .rpSelected:hover
{
	background: none;
	border-bottom: 0px;
}

.RadPanelBar_Aware .rpRootGroup .rpExpanded .rpText
{
	background: url('Img/ExpandedBg.gif') no-repeat 98% center;
	font-weight: bold;
}

.RadPanelBar_Aware .rpGroup .rpSelected .rpText
{
	font-weight: normal !important;
	border: 0px;
	border-bottom: solid 1px #accb2d;
	background: #5CD15C;
	color: #333;
}

.RadPanelBar_Aware .rpGroup .rpExpanded .rpText
{
	color: #000;
	background: #8CD98E;
	font-weight: normal !important;
	text-decoration: underline !important
}

.RadPanelBar_Aware .rpLevel2 .rpText 
{
	padding-left: 26px;
	line-height: 20px;
}


.RadPanelBar_Aware .rpRootGroup .rpDisabled:hover,
.RadPanelBar_Aware .rpRootGroup .rpDisabled .rpText
{
	background: #95b6e0 url('Img/bg2.png') repeat-x;
	color: #ccc;
	cursor: default;
}

.RadPanelBar_Aware .rpRootGroup .rpGroup .rpDisabled:hover,
.RadPanelBar_Aware .rpRootGroup .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	border-bottom: solid 2px #f0f2f3;
	background: none;
	color: #ccc;
	cursor: default;
}

