@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;

	font-family: Tahoma;
	font-size: 11px;
	height: 100%;
}

html {
	height: 100%;
}

span, form {
	padding: 0px;
	margin: 0px;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #0066FF;
}

a:hover {
	text-decoration: underline;
}

#pageWrapper
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	float: left;
}


















#topNav
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 64px;
	float: left;

	background: url(/client/images/top.jpg) repeat-x;
	border-bottom: solid 1px #bbdbff;
	
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}


.topNav-date
{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 240px;
	height: 36px;
	margin-left: -120px;
}

.topNav-dateicon
{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 24px;
	height: 27px;
	
	background-image: url(/client/images/dateicon.jpg);
}

.topNav-datetext
{
	position: absolute;
	left: 30px;
	top: 12px;
	width: 196px;
	height: auto;
	
	font-size: 11px;
	font-weight: bold;
}



















#loginWrapper
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	float: left;
}

#loginLogo
{
	position: relative;
	top: 60px;
	left: 0px;
	width: 406px;
	height: 70px;
	
	margin: 0px auto;

	background-image: url(/client/images/logo.jpg);		
}

#loginHolder
{
	position: relative;
	left: 0px;
	top: 100px;
	width: 395px;

	margin: 0px auto;

/*	background-image: url(/client/images/loginbox.jpg);*/

/*	border: solid 1px #7CAFE8;*/
}

#loginTextHolder 
{
	position: absolute;
	left: 25px;
	top: 25px;
	width: 375px;
	
	font-family: Tahoma;
	font-size: 11px;	
}

#loginInputHolder 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 393px;
	padding: 20px 0px;
	
	background-color: #e3f0fe;
	border: solid 1px #7CAFE8;
}
























.textInput
{
	font-family:Tahoma;
	font-size: 11px;
	color: #000000;
	width: 150px;
	border: solid 1px #CCCCCC;
}

.textareaInput
{
	font-family:Tahoma;
	font-size: 11px;
	color: #000000;
	width: 300px;
	height: 100px;
	border: solid 1px #CCCCCC;
}

.selectInput
{
	font-family:Tahoma;
	font-size: 11px;
	color: #000000;
	border: solid 1px #CCCCCC;
}	

.buttonInput
{
	font-family:Tahoma;
	font-size: 11px;
	color: #000000;
	
	border: solid 1px #5EAEFF;
	background-color: #E6F2FF;
}









.successWrap {
	font-family: Tahoma;
	font-size: 11px;
	color: #009933;
	font-weight: bold;
	text-align: center;
}

.errorWrap {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}