﻿/* -- General Tag Styles -- */
body
{   
    margin:0px;
    padding:0px;
    background-image:url(../Images/bg_body.gif);
    background-position:top;
    background-repeat:repeat-x;
}


/* -- 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;
    line-height:1em;
    color: #FFF;
}
#LoginExecInfoContainer
{
    text-align: right;
    color: #fff;
}
#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;
    padding:0px;
}
.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;
	color: #666666;
}
.subTitle {
	text-decoration:none;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	FONT-FAMILY: Arial;
	margin-bottom: 15px;
	color: #666666;
}
.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;
}
hr {
	border-color:#999999;
	border-style:dashed none none;
	border-width:1px 0 0;
	height:1px;
	width:100%;
	padding:0px;
	margin:7px 0 7px 0;
}


/* -- 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;
}

/* -- Side Menu Navigation Styles -- */
a.SideMenu 
{
	text-decoration: none; 
	font-size:12px; 
	color:#000000; 
	line-height:16px; 
	font-family:Arial; 
	font-weight:normal;
}
a.SideMenu:hover 
{
	text-decoration:none; 
	font-size:12px; 
	color:#68738A; 
	line-height:16px; 
	font-family:Arial
}

/* -- Report Styles -- */

.WarningMessage
{
	padding:5px 5px 5px 5px;
	margin-bottom: 5px;
}
#ReportTable
{
	padding:55px;
}
#content 
{
	text-decoration: none; 
	font-size: 13px; 
	color: #000000; 
	line-height: 15px; 
	font-family: Arial; 
	padding-top:6px; 
	padding-right:5px; 
	padding-left:5px; 
	padding-bottom:5px;
}
.contentWithImage
{
    width:420px;
}
#contentreport 
{
	text-decoration: none; 
	font-size: 13px; 
	color: #000000; 
	line-height: 15px; 
	font-family: Arial; 
	padding-top:0px; 
	padding-right:5px; 
	padding-left:5px; 
	padding-bottom:5px;
}
a.content 
{
	text-decoration: none; 
	font-weight: bold; 
	font-size:13px; 
	color:#115C6F; 
	line-height: 16px; 
	font-family: Arial
}
a.content:hover 
{
	text-decoration: none; 
	font-weight: bold; 
	font-size:13px; 
	color:#993333; 
	line-height: 16px; 
	font-family: Arial
}

/* -- Right Col box Styles -- */
.RightColHead
{
	background-color:#efb22d;
	padding:5px;
	border: solid 1px #999999;
	border-bottom:0px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
}
.RightColBtm
{
	background-color:#ffffff;
	padding:5px;
	border: solid 1px #999999;
	color:#999999;
}

/** 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 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
{   
}




/* From original website...*/

.tooltip {/* For displaying dynamic ToolTip */
    display: none;
    position : absolute;
    width: 250px;
    border : 1px solid;
    background-color : #eeeeee;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : xx-small;
    padding : 5px;    
}
.MenuFooter {/*-- Footer Link Settings --*/
	font-family:Arial;
	font-size:10px;
	color:#A1A1A1;
	font-weight:bold;
	text-decoration:none;
}
a.MenuFooter:hover {/*-- Footer Hover Settings --*/
	color:#EFB22D;
}

.LoginLinks {/*-- Login Link Settings --*/
	font-family:Arial;
	font-size:10px;
	color:#A1A1A1;
	font-weight:bold;
	text-decoration:none;
}
a.LoginLinks:hover {/*-- Login Hover Settings --*/
	color:#EFB22D;
}
.Menu {/*-- Menu Settings --*/
	text-decoration: none;
	font-weight:bold;
	font-size:13px; 
	color:#ffffff; 
	font-family: Arial;
	height:15px;
	width:146px;
	text-align:center;
	background-color: #A1A1A1;
}
a.Menu {/*-- Menu Link Settings --*/
	text-decoration: none;
}
a.Menu:hover {/*-- Menu Link Hover Settings --*/
	text-decoration: none;
	color:#EFB22D; 
}
.SubMenu {/*-- Menu Settings --*/
	text-decoration: none;
	font-weight:bold;
	font-size:13px; 
	color:#ffffff; 
	font-family: Arial;
	height:25px;
	width:146px;
	text-align:center;
	background-color: #EFB22D;
}
a.SubMenu {/*-- Menu Link Settings --*/
	text-decoration: none;
}
a.SubMenu:hover {/*-- Menu Link Hover Settings --*/
	text-decoration: none;
	color:#A1A1A1; 
}
.TitleStretch {/*-- Bar for Title Heads --*/
	background-image:url("Images/TitleStretch.gif");
	background-repeat: repeat;
	height:26px;
	border-bottom: solid 1px #a4a4c1;
	border-right: solid 1px #e6e6ee;
	border-left: solid 1px #e6e6ee;
	vertical-align:middle;
	font-size:25px;
	font-weight:bold;
	color: #8b929e;
	padding:7px;
	padding-left:10px;

}
.title
{
	color:dimgray;
	text-decoration:none;
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #666666; FONT-FAMILY: Arial;
}
.Content {
	background-image: url('images/contentbck.gif');
	background-repeat: repeat-x;
	margin-top:10px;
	padding:5px;
}
.LeftMargin {/*-- Offset due to logo float --*/
	width:0px
}
.Body {/*-- Body setting due to logo float --*/
	width:100%;
}
a.FAQ {
	font-family: Arial; 
	font-size: 13px; 
	color: #0000cc; 
	text-decoration:underline
}
.FAQTitle {
	font-family: Arial; 
	font-size: 15px; 
	font-weight:bold; 
	padding-bottom: 10px;
	/* text-transform: uppercase; */
	color:#666666;
}
