﻿html{
	background-color: #0084C2;
	height: 100%;
}
body {
	background-color: #0084C2;
	min-height: 700px;
	height: 98%;
	color: white;
	font-family: Arial;
}
#wrapper{
	background-color: White;
}
.pageHeader{
	font-size: large;
}
#LeftMenu{
	font-weight: bold;
	font-size:17px;
}
#LeftMenu A:link {color: #ffffff;text-decoration: none}
#LeftMenu A:visited {color: #ffffff;text-decoration: none}
#LeftMenu A:active {color: #ffffff;text-decoration: none}
#LeftMenu A:hover {color: #ffffff;text-decoration: none;}
.HomeLeftMenuCMSMenuItem, .HomeLeftMenuCMSMenuItemMouseOver
{
	cursor: pointer;
}
.HomeLeftMenuCMSTreeMenuTable{
	padding-left: 2px;
}
.HomeLeftMenuCMSTreeMenuItem{
	padding-bottom: 6px;
}
.HomeLeftMenuCMSMenuItem{
	padding:0 0 4px 0;
}
.HomeLeftMenuCMSMenuHighlightedMenuItem{
	padding:0 0 4px 0;
}
.HomeLeftMenuCMSMenuHighlightedMenuItem{
	padding:0 0 4px 0;
}
.HomeLeftMenuCMSMenuHighlightedMenuItem{
	padding:0 0 4px 0;
}
.HomeLeftMenuCMSMenuHighlightedMenuItemMouseOver{
	padding:0 0 4px 0;
}
.HomeLeftMenuCMSMenuItemMouseOver{
	padding:0 0 4px 0;
}
td.HomeLeftMenuCMSTreeMenuSelectedItem{
	text-decoration: underline;
	padding:0 0 6px 0;
}
td.HomeLeftMenuCMSMenuHighlightedMenuItem{
	text-decoration: underline;
}
div.DefaultStickyWin{
	color:#000000;	
}
.smalltext{
	font-size:small;
}
#ctl00_ContentPlaceHolder_ReportViewer1{
color:Black;
}
.inputSection{
	overflow: hidden;
	margin-bottom: 10px;
}
.inputLabelField{
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
.inputValueField {
	float: left;
	width: 200px;
}
.reportViewerContent{
	margin-bottom: 200px;
}
#SPContent{
	font-size: 0.8em;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}
.SPQAnswers{
	padding-left:20px;
}
.SPQSubmit{
	text-align:center;
}
.SPQQuestionText{
	font-weight:bold
}
.CompanyLogo{
	width: 100%; 
	text-align: center
}
.SPQDataProtection{
	padding: 10px 10px 10px 10px; 
	background-color: #ADAAAD; 
	font-size: small;
    height: 90px; 
    overflow: auto;	
}
.InternalNotification{
	border-radius: 5px 5px 5px 5px;
    border: 1px solid #FCEFA1;
    color: #363636;
    padding: 0 0.7em;
    background: url("/images/glass.png") repeat-x scroll 50% 50% #FBF9EE;    
}
.InternalNotification p{
	margin-top:6px;
	margin-bottom:6px;
}
.toolTip{
	border: 1px solid #FCEFA1;
	display:none;
	background: url("/images/glass.png") repeat-x scroll 50% 50% #FBF9EE;
	border-radius: 5px 5px 5px 5px;
	padding: 0.3em;
	width:290px;
	color: #363636;
	font-size: 0.8em;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;	
	box-shadow::0 0 10px #000;	
}
.toolTipMini{
	border: 1px solid #FCEFA1;
	display:none;
	background: url("/images/glass.png") repeat-x scroll 50% 50% #FBF9EE;
	border-radius: 5px 5px 5px 5px;
	padding: 0.3em;
	width:200px;
	color: #363636;
	font-size: 0.8em;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow::0 0 10px #000;
	text-align:left;
}
.SpellCheck{
	cursor:pointer;
}
.Information{
	cursor:help;
}
