﻿/* -- General Tag Styles -- */
body
{   
    margin:0px;
    padding:0px;
    background-image:url(../Images/bg_body.gif);
    background-position:top;
    background-repeat:repeat-x;
}

.screenHide
{
	display:none;
}

/* -- Page Styles --*/

#backgroundContainer
{
    width:960px;
    text-align:left;
    background-image:url(../Images/bg_page.gif);
    background-position:top center;
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
}
#logo
{
    float:left;
    padding:12px 12px 15px 12px;
}
#logoTagline
{
    float:left;
    padding:14px 0 0 5px;
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color: #FFF;
}
#LoginExecInfoContainer
{
    text-align: right;
    color: #fff;
    padding:5px 0 0 0;
    
}
#slugLineContainer
{
    padding:10px;    
}
#slugLine
{
    padding:0px 70px;
    font-size:28px;
    color:#fff;
    text-align:center;
}  

	
#mainBodyContainer
{   
    background-color:#FCFCFC;
    border:solid 2px #EEE;
    padding:8px;
    
}      
#mainBody
{     
    border:double 6px #000;
}
.content {
    padding:23px;
    color: #666666;
    font-size: 13px;
    /*line-height: 20px;*/
}
.contentWithImage
{
    width:500px;
}
.title {
	text-decoration:none;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	FONT-FAMILY: Arial;
	margin-bottom: 20px;
}
.subhead 
{
	width:98%; 
	background-color:#ccc; 
	padding:5px; 
	color:#666666; 
	font-weight:bold
}
.contactUs 
{ 
	color:#666666; 
	font-weight:bold;
	font-size: 20px;
	margin-left: 40px; 
	margin-bottom: 20px;
	line-height: 25px;
}
.confidentialText
{
    text-align:center;
}

#footerContainer
{
    color:#666; 
    text-align:center;
    padding:15px;
}
#footerLinks
{
    padding:15px;
}
#footerLinks a
{
    text-decoration: none;
    color: #666;
}
#footerLinks a:hover
{
    color: #efb22d;
}



/* -- Main Menu Navigation Styles -- */
#navMenu
{
    list-style:none;
    padding:0 0 8px 0;
    margin:0;
}
#navMenu li
{
    float:left;
    padding:0 15px;
    margin:0;
    border-right:solid 1px #999;    
}
#navMenu li a
{
    text-decoration: none;
    text-transform: uppercase;
    color: #444;
}
#navMenu li a:hover
{    
    color: #fe9e10;
}
#navMenu li a.selected
{
    color:#fe9e10;
    font-weight: bold;
}
#navMenu li.lastMenu
{
    border-right:none;
}
#breadcrumbContainer
{
    margin: 0;
    padding: 0px;
    float:right;
}
#navLogout
{
	float:right;
	padding-right:7px;
}
#navLogout a
{
	color:#999999;
}
#navLogout a:hover
{
	text-decoration:none;
}

/** Default Table Style **/
.araDefualtTableContainer
{
    clear: both;
    margin: 5px 0 10px 0;
    padding: 3px;
}
.singleRowGridViewStyle
{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: none;
    border-color: #666;
}
.singleRowGridViewStyle th
{
    text-align: left;
    font-weight: bold;
}
.singleRowGridViewStyle td
{
    margin: 2px;
    padding: 3px;
    color: #000;
    font-size: 12px;
}

.defaultGridViewStyle
{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: none;
    border-color: #fff;         
}
.defaultGridViewStyle_alternaing
{
    border-top:solid 1px #d9d7d7;    
    border-bottom:solid 1px #d9d7d7;
}

.defaultGridViewStyle th
{
    margin: 2px;
    padding: 3px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background-color: #666;
}
.defaultGridViewStyle tr
{
    background-color: #eee;
}
.defaultGridViewStyle td
{
    margin: 2px;
    padding: 3px;
    color: #000;
    font-size: 14px;
}
tr.defaultGridViewStyle_footer
{
    background-color: #bbb;
}

/** Default MooTools Calendar Styles **/
input.calendar {
  width: 74px;
}
button.calendar {
    background: url(../Images/calendar.gif) bottom center no-repeat;
    border: none;
    cursor: pointer;  
    height: 17px;
    width: 18px;
    vertical-align: text-top;
}
/*button.calendar:hover,button.calendar.active {
    background-position: top center no-repeat;
}*/ 
div.calendar {
    color: #000000;
    text-align: center;
    border: solid 1px #ddd;
    padding: 6px;
    background: url(../Images/calendarBK.gif) #fff top repeat-x scroll;
    z-index: 1000;
}
div.calendar caption {
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

div.calendar caption span {
    height: 25px;
    position: relative;
    text-align: center;
}

div.calendar caption span.month {
    padding-right: 8px;
}

div.calendar caption a {
    cursor: pointer;
    display: block;
    height: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    text-indent: -100px;
    top: 10px;
    width: 30px;
}
div.calendar caption a.prev {
    background: url(../Images/prev.gif) center no-repeat;
    left: 0;
}
div.calendar caption a.next {
    background: url(../Images/next.gif) center no-repeat;
    right: 0;
}

div.calendar td, div.calendar th {
    text-align: center;
    padding: 3px;
}
div.calendar td {
    color: #a1a1a1;
    font-size: 11px;
    padding-right: 5px;
    text-align: center;
    width: 16px;
}

div.calendar td.valid {
    color: #000000;
    cursor: pointer;
}

div.calendar td.active {    
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #a1a1a1;
}
div.calendar td.hover {
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
a.excel
{
    padding:2px 22px 2px 0;
    margin:-2px 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../Images/xls.gif);    
}

/* -- Footer Menu Navigation Styles -- */
.footerNavMenu
{
    list-style: none;
    padding:5px 0 40px 0;
    margin:0;
    width:100%;
}
.footerNavMenu li
{
    float:left;
    padding:0;
    margin:0;
    width:33%;
}
.footerNavMenu li a
{
    text-decoration: none;    
}


#queryParameters
{
    float:left;    
}
.parameter
{
    float:left;
    white-space:nowrap;
    padding:4px;
}
#customDateRange
{
   display:inline;
   width:500px;
}

#clientSiteRepData 
{
    float: right;
    width: 275px;
}
#clientSiteRepData legend
{
    font-weight: bold;
    color: #666;
}
#clientSiteRepData span
{   
}

/* --- Form Layout - Standard --- */

.formContainer
{
    padding:10px;
}
.formContainer fieldset
{
    margin:0 10px 20px 10px;
    border:none;
    border-top:solid 1px #195a9c;
}
.formContainer fieldset legend
{
    font-weight:bold;
    padding:0 10px;
}
.formContainer fieldset > div
{
    padding:10px 2px 2px 2px;
    clear:both;
}
.formContainer fieldset div > label
{
    float:left;
    width:150px;
    text-align:right;
    white-space:nowrap;
    padding-right:5px;
}

/* --- Form Layout - Hidden Section Titles --- */
.formContainer fieldset.hideSectionTitle
{
    border:none;
}
.formContainer fieldset.hideSectionTitle legend
{
    display:none;
}

#privacyPolicy
{
	margin:0;
	padding:15px;
}




