﻿.welcome
{

}
.loginInfo
{
	position: relative;
	min-height: 50px;
	height: 130px;
	background-color: #e8eefa;
	border-top: solid 1px #cedaea;
	border-bottom: solid 1px #cedaea;
	border-left: solid 1px #cedaea;
	border-right: solid 1px #cedaea;
	padding-bottom: 0px;
	width: 100%;
}

.homeFooter
{
	position: relative;
	clear: left;
	background-color: #ffffff;
	color: #fff;
	border: none;
	margin: 0;
	padding: 5px;
	line-height: 13pt;
	
}

.homeFooter ul
{
	line-height: 13pt;
}
.homeFooter h2
{
	color: #fff;
	letter-spacing: -0.05em !important;
}

.loginNow
{
	overflow:visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: Transparent;
	padding: 10px;
	float: center;
}
.loginNow h2
{
	letter-spacing: -0.05em;
}
.newSection
{
	top: 0px;
	left: 50%;
	width: 50%;
	background-color: #000000;
	padding: 5px;
	
}
.loginError
{
	clear: both;
	padding-top: 5px;
	color: Red;
	white-space: nowrap;
}

/* Quick Links styling */
#quickLinks
{
	background-color: #cceeff;
	border-top: #006699;
	padding: 5px;
	clear: both;
	overflow: hidden;
	
	text-align: left;
	white-space: nowrap;
	height:1%;			/* IE fix */
}

.quickLinks .AspNet-Menu-Vertical
{
	clear: both;
	width:60%;
	float:right;
	text-align:left;
}

.quickLinks ul
{
	background-color: Transparent;
	color: #5555aa;
	/*width: 10.5em;*/
}
.quickLinks ul li
{
	list-style-position: inside;
	list-style-type: circle;
	background-color: Transparent;
	float:none;
	
}
.quickLinks ul li a
{
	color: #006699;
	padding: 2px;
	text-decoration: underline;
	display: inline;
}
.quickLinks ul li a:hover
{
	background-color: Transparent;
	color: #000;
	text-decoration: underline;
}





#leftFrame .AspNet-Menu
{
	width: 100%;
}

#contentFrame .AspNet-Menu
{
	width: 100%;
}

/* Error box style */
.errorBox
{
	background-color: #ffe1e1; 
	font-size: 16px; 
	border: dashed 1px #993366; 
	line-height: 48px; 
	width:auto;
	padding-left: 10px;
	padding-right:10px;
}
.errorStackTrace
{
	background-color: #ffe1e1; 
	border: dashed 1px #993366; 
	width:auto;
	padding-left: 10px;
	padding-right:10px;
	height:200px;
	overflow:auto;
}

#areaProfile h1, 
#areaProfile h2, 
#areaProfile h3
{
	color: #606060;
	background-color: Transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: lighter;
}
#areaProfile h1
{
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 30px;
}
#areaProfile h2
{
	font-size: 20px;
	letter-spacing: 0em;
}
#areaProfile h3
{
	font-size: 18px;
}

/* Area Profile BreadCrumb */
.areaProfileBreadCrum
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.breadCrumb 
{
	
	padding-top: 5px; padding-bottom: 5px;
	background-color: #fff;
	/*margin: 0 auto 0 20%;*/
}

.breadCrumb .utilityLinks
{
	
	display: inline;
}

.currentStep
{
	color: #fff !important;
	background-color: #006699;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.nextStep
{
	color: #808080 !important;
	text-decoration: none;
}

.wideListBox
{
	width:80%;
}

/* Custom Report Basket styling */
.customReportBasket
{
	margin-top: 10px;
	color: #303030;
	width: auto;
}
.customReportBasket p
{
	background-color: #c0c0c0; color: #fff; border:0;margin:0;line-height:1.2em;text-align: center;padding:2px;
}
.customReportBasketContent
{
	border: solid 1px #c0c0c0;
	padding: 4px;
}
.customReportItems
{
	border: solid 1px #b0b0b0;
}
.customReportItems p
{
	background-color: #e0e0e0;
	color: #505050;
	margin: 0;
	height: auto;
}
.customReportItems .AspNet-DataList
{
	padding: 2px;
}
.customReportList
{
	margin-top: 10px;
	border: solid 1px #b0b0b0;
}
.customReportList p
{
	background-color: #e0e0e0;
	color: #505050;
	margin: 0;
	height: auto;
}
.customReportDropDown
{
	font-size: smaller;
}

/* Flash message styling */
.flashMessage
{
	font-size: x-small;
}

/* Custom Reports styling */
.chartOptions
{
	float: left; border: solid 1px #e0e0e0; padding: 5px;
}

.chartOptions .heading
{
	padding: 2px;
	background-color: #e0e0e0;
	color: #000;
	font-weight: lighter;
	line-height: 1.2em;
	font-family: Arial;
	font-size: 12pt;
}

/* generic hidden style */
.hidden
{
	display: none;
}