﻿body 
{
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Arial, Heltivica, Sans-Serif;
	font-size: 0.8em;
}

h1
{
	font-size: 1.6em;
	border-left: solid 10px #DDDDDD;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
}

h2 
{
	font-size: 1.3em;
	border-bottom: solid 1px #CCCCCC;
}

h3 
{
	font-size: 1.1em;
}

#container 
{
	width: 950px;
	min-height: 500px;
	margin: 5px auto;
	text-align:center;
	border: solid 1px #666666;
	background-color:White;
	position: relative;
	text-align:left;
}

#header
{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 118px;
}

#header p
{
	padding: 0;
	margin: 0;
}

#versionno
{
	text-align:right;
	position: absolute;
	right: 11px;
	top: 38px;
	color: White;
	font-size: 0.85em;
}

#menu
{
	text-align:left;
	position: absolute;
	left: 10px;
	top: 92px;
}

#menu a {color: White; text-decoration: none;}
#menu a:hover {text-decoration: underline;}

#content
{
	padding: 20px;
	color: #003366;
	line-height: 150%;
}


#footer
{
	color: #AAAAAA;
	text-align:center;
	font-size: 0.85em;
}

#footer a {color: #AAAAAA;}

select, input {font-size: 1em;}


.ValidationMessage
{
	width: 400px;
	border: solid 1px red;
	color: Red;
	padding: 5px;
	padding-left: 60px;
	background-image: url(../images/warning.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height: 50px;
	margin-bottom: 10px;
}

img {border:none;}