/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

.docbody
{
	font-family:Verdana, Arial;
	font-size : 14px;
}

.pagetitle
{
	font-weight:bold;
	font-size:17px;
}

h2
{
	font-weight:bold;
	font-size:17px;
}

h3
{
	font-weight:bold;
	font-size:15px;
}


.tableheader
{
	font-weight:bold;
	font-size:14px;
}

.tabledata
{
	font-size:12px;	
}

.tabledatared
{
	font-size:17px;	
	color:Red;
}

.tabledatagreen
{
	font-size:17px;	
	color:Green;
}

.tabledatablack
{
	font-size:17px;	
	color:Black;
}

.listtable
{
	padding:5px;
	padding-left:20px;
	margin:5px;
}

.listtable a
{
	font-size:12px;
	text-decoration:none;
	color:Blue;
}

.listtable td
{
	text-align:left;
}

.listtable th
{
	text-align:left;
}

.fieldset
{
	padding:5px;
	padding-left:20px;
	margin:5px;
	line-height:30px;
}

body, html
{
	background-color: #E0E0E0;
	font: .70em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

div#wrap
{
	width: 1280px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background: #fff;
}
div#top_page
{
	display: block;
	width: 98%;
	height: 30px;
	background: #fff;
}
div#bottom_page
{
	display: block;
	width: 98%;
	height: 30px;
	background: #fff;
}

img
{
	border: none;
}


div#header
{
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 98%;
	height: 135px;
}
div#header #logo
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 350px;
	height: 98px;
	color: #0000ff;
	font-family: "Verdana";
	font-size: 24px;
	font-weight: bold;
	border: 0px;
	background: transparent url(/content/logo.gif) left no-repeat;	
	line-height: 80px;
}

div#header #logo #logo-text
{	
	font-size: 18px;
	margin-left: 350px;
}

div#header .user-details
{
	float:right;
	width: 250px;
	color: #000000;
	line-height:normal;
	font-family: "Verdana";
	font-size: 11px;
	border: 0px;
}

div#header #top_lamp
{
	position: absolute;
	top: 147px;
	left: 16px;
	width: 98%;
	height: 18px;
	background-color: #18ACD0;
}

.menu
{
	padding: 20px;
	margin: 20px;
	width: 100%;
	vertical-align:middle;
	font-family: Verdana, Tahoma;
	font-size: 17px;
	font-weight: bold;
	border:white;
	float:left;
}

div#content
{
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 300px !important;
	height: auto;
	width: 90%;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
}

div#content h1
{
	font-family: Verdana, Tahoma;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	text-align: left;
	line-height: 14px;
}

div#content a:hover
{
	text-decoration: underline;
}
div#footer
{
	display: block;
	position: relative;
	float: right;
	margin-right: 150px !important;
	margin-right: 50px;
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #0000ff;
}
div#footer a
{
	color: #0000ff;
	text-decoration: none;
}
div#footer a:hover
{
	color: #0000ff;
}
div#footer a.activated
{
	color: #0000ff;
	text-decoration: none;
}
div#author
{
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 12px;
	text-align: left;
}
div#author a
{
	color: #FFF;
	margin-left: 240px !important;
	margin-left: 100px;
}

.login-box
{
	padding-top: 50px;
}

.center
{
	margin-left: 115px;
}

.middle
{
	text-align: center;
}

.new-line
{
	display: block;
	clear: both;
}

.error-text
{
	color: Red;
	font-size: 10px;	
}

.error-text .label
{
	width: 100%;
	text-align: left;
}

.logout-link
{	
	float: right;
	font-size: 13px;
	margin-right: 15px;
	margin-top: 0px;
}

.imagebutton-linktext
{
	vertical-align: middle;
	font-size: 15px;
}

.search-panel
{
	text-align: right;
}

.search-panel select
{
	display: block;
	float: right;
	margin-bottom: 10px;
	clear: none;
	margin-right: 5px;
}

.search-panel input
{
	display: block;
	margin-right: 5px;
	float: right;
	margin-bottom: 10px;
	clear: none;
}

.text-in-place
{
	display: none;
	font-size: 0px;
}

.search-help-text
{
	display: block;
	clear: both;	
	float: right;
	font-weight: normal;
	margin-top: -5px;
	font-size:x-small;
	color: Red;
}

.validatorCalloutHighlight
{
	background-color: red;
}


.grid
{	
	width: 100%;
	color:#333333;
}

.gridheader
{
	color:White;
	background-color:#6FA7D1;
	border-color:#4297D7;
	border-width:1px;
	border-style:Solid;
	font-weight:bold;
	height:20px;
}

.gridrow 
{
	background-color:#EFF3FB;
}

.gridaltrow
{
	background-color:White;
}

#tabs div
{
	margin:5px;
}

.label, .wide-label, .drop-down, .date-picker, .date-image 
{
	display: block;
	float: left;
	margin-bottom: 15px;
}

.button
{
	color:#000000;
	padding: 3px;
	height: 30px;
	font-size:13px;
	font-weight:bold;	
}

.label, .wide-label
{	
	clear: left;
	width: 30%;
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
}
.span, span
{
	margin-top: 3px;
	font-weight: bold;
	clear: right;
}

.span, .textbox, span
{
	clear: right;
}

.drop-down
{
	clear: none;
}

.wide-label
{
	width: 50%;
	
}

.date-image 
{
	margin-right: 15px;
	margin-left: 3px;
	margin-top: 3px;
}

.rowActive
{
	font-weight : normal;
	color:red;
}

.adminContainer
{
	padding:10px;
	margin:10px;
}

.adminButtons
{
	color:Blue;
	margin:15px;
	font-size:19px;
	width:200px;	
	height:75px;
}