﻿body
{
	margin: 0px;
	padding: 0px;
}
#ApplicationMainTable
{
	background: url(/images/bg_pattern.gif);
	width: 840px;
}
#ApplicationRoot
{
	width: 855px; text-align: left;
}
#TopRightUserMenu
{
	float: right;
	margin: 5px 10px 5px 5px;
}
#LangSelect
{
	float: right;
	margin-top: -30px;	
}
#MainMenu li.AppMenu a 
{
	width: 100px;
}
#MainMenu li.AppMenu ul li a 
{
	width: 236px;	
}
#ApplicationArea
{
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
		clear: both;
}
#ApplicationArea .paddedCell
{
	padding: 5px;	
}
#ApplicationArea .Label
{
	width: 140px;
}
#ApplicationArea h1
{
	color: #00395A;
	font-size: 1.4em;
	font-weight: lighter;
	margin: 0px 0px 5px 0px;
}
#ApplicationArea h2
{
	color: #337BBD;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}
#ApplicationArea h3 {
	color:#00395a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:10px;
	margin-bottom:5px;
	font-style:italic;
}
#ApplicationArea h5
{
	color: #337BBD;
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
}
#ApplicationArea tr
{
	vertical-align: top;	
}
#ApplicationArea .Error {
	color: #CC0000;
	font-size: 9.25pt;
	line-height: normal;
	font-weight: bold;
	padding: 2px;
	width: 250px;
}
.GenericTable
{
	
	border-collapse: collapse;
}
.GenericTable td
{
	padding: 5px;
	font-size: 10pt;
}
.GenericTable th
{
	text-align: left;
	background: url(/images/new/menu_on.gif) repeat-x scroll 0%;	
	color: #ffffff;
	height: 27px;
	vertical-align: middle;
	font-size: 10pt;
}
.Warning
{
	background: #FFFFE1;
	padding: 8px 8px 8px 8px;
	border: 1px solid #555555;
	font-size: 10pt;
	margin-top: 5px;
}
.PinkWarning
{
	background: #FFDEDD url(/images/warningpink.gif) no-repeat 8px 8px;
	border: 1px solid #555555;
	font-size: 10pt;
	padding: 8px 8px 8px 40px;
	margin-top: 5px;
}
.Warning ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
.ErrorSummary
{
	background: #FFFFE1;
	border: 1px solid #555555;
	padding: 8px;
	line-height: normal;
	margin: 5px;
}

#ApplicationArea .FormQuestionRow 
{
	border-top: 1px dotted 	#FFFFFF;
	font-size: 12pt;
	clear: both;
}
#ApplicationArea .FormQuestionScale
{
	font-size: small;
}
#ApplicationArea .FormQuestionText 
{
	color: #555555;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12pt;
}
#ApplicationArea .FormTextSmall
{
	color: #555555;
	font-size: 9.25pt;
	line-height: normal;
	vertical-align: middle;
}
#ApplicationArea .FormText
{
	color: #555555;
	font-size: 12pt;
	line-height: normal;
	
}
#ApplicationArea .FormTextError
{
	background: url(/images/new/cross.gif) no-repeat 100% 50%;
	padding-right: 20px;
}

#RecommendedTime
{
	font-size: 8.25pt;
	color: #555555;
}
.LEQ
{
	padding: 20px;	
	width: 800px; 
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
}
.LEQ textarea
{
	width: 300px;
	height: 80px;
	font-family: Tahoma, Arial, Helvetica;
}
.LEQ input
{
	width: 300px;
	font-family: Tahoma, Arial, Helvetica;
	margin-top: 3px;
}
.LEQ select
{
	font-family: Tahoma, Arial, Helvetica;
	margin-top: 3px;
}
.LEQ table
{
	border-collapse: collapse; 
}
.LEQ th
{
	border-bottom: 1px solid #CCCCCC;
	background: #CCCCCC;
	padding: 3px 10px 3px 10px;
	font-size: 9pt;
}
.LEQ td
{
	padding: 3px 5px 3px 5px;
}
.BorderTable
{
	border: 1px solid #CCCCCC;	
}
.BorderTable input
{
	width: 200px;	
}
.CheckContainer > input
{
	width: 17px;
	border-style: none;
	border-color: inherit;
}
.CheckContainer  input
{
	width: 17px;
	border-style: none;
	border-color: inherit;
}
.LEQ .Button
{
	width: 150px;	
	height: 30px;
}
.FormDivider {
	height: 25px;
	background: url(/images/formdivider.gif) repeat-x;
}
.SummaryTable
{
	font-size:10px;
	line-height:normal;
	width:300px;
	text-align:center;
	border-collapse: collapse;
	border: 1px solid  #CDDDEB;
}
.SummaryTable th
{
	background: #CDDDEB;
	vertical-align:bottom;
}
.SummaryTable td
{

}
.Pager
{
    margin-left: 5px;
}
.pageEnabled
{
    margin-right: 1px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #FFFFFF;
}
.pageDisabled
{
    margin-right: 1px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #CCCCCC;
}