﻿body {
	margin: 0 0 0 5px;
	padding: 0;
	border: 10;
	text-align: center;
	font-family: Calibri,verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #FFFFFF;
}		
.selectedGridItem
{
	background:none;
}

h1, h2, h3, h4, h5, h6 {color: #0066CB;}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

#mainwrapper {			
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-left: 0px;
	margin-bottom: 0px;
	color: #1B5DA9;
	background-color: #FFFFFF;	
	border:solid 1px #1B5DA9;
	font-size: 2.0em;
	font-weight: normal;
	padding:10px;
	border-bottom:solid 4px Black;
}

#header-bottom
{
	font-size: 14px;
	font-style: italic;
}

#content {
	border:solid 1px #005AC5;
	background-color:White;
	border-top:solid 1px Black;
	padding: 0 0 0 5px;
}

#content-left {
	width:180px;
	padding-top:10px;
	}

#content-right 
{
	width:auto;
	border-left:1px solid #A7A7A7;
	padding:15px;
	vertical-align:top;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a 
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}

#footer
{
	width:100%;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
}

#menusection
{
    background-color: #1B5DA9;
}
	
.menu_nodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	width:100%;
	border:solid 1px White;
}

.menu_hoverNodestyle
{
	background-color:#CCCCCC;
	border:solid 1px #888888;
	cursor:pointer;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	color:#0066CB;
}

.clientLogo
{
    background: url(images/warner.jpg) no-repeat;
    width:150px;
    height:115px;
}

.modalContainer
{
	padding: 5px;
}

/*
Don't mess with this.
*/
.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

html[xmlns] .clearfix
{
	display: block;
}

* html .clearfix
{
	height: 1%;
}

.popUpPanel
{
	background-color: #FFFFFF;
	padding:5px 5px 5px 5px;
	display:block;
	border:solid 1px #999999;
	z-index:100000;
	width:600px;
}
.popUpBackground
{
	background-color: #cccccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0px;
	
}
.overlay { position: fixed; z-index: 99; top: 0px; left: 0px; background-color: #FFFFFF; width: 100%; height: 100%; filter: Alpha(Opacity=80); opacity: 0.80; -moz-opacity: 0.80; }
*html .overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px'); }


/* end don't mess with ths */
.excelButton
{
    background: url("/App_Themes/Default/images/excel.jpg");
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
}
.exportLabel {
	padding: 5px 0 0 0;
	float: left;
}
.buttonFloater {
	float: left;
}
.processingIndicator
{
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
}
.processingMessage {
	position: relative;
	left: 20%;
	top: 30%;
}
.privacyPolicy 
{
	text-align: center;
	font-size: 90%;
	margin: 5px auto;
	display: block;
	width: 98%;
}