﻿body 
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS, Gill Sans MT, Arial;
	font-size: 11px;
}

.loginpage
{
	background-color: #004000;
	color: #FFFFFF;
}

.loginpage .message
{
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.loginpage .errorMessage
{
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.loginpage a:link, a:visited
{
	color: #FFFFFF;
	font-family: Trebuchet MS, Gill Sans MT, Arial;
}

.loginpage a:hover
{
	color: #FFFF00;
	font-family: Trebuchet MS, Gill Sans MT, Arial;
}

.login 
{
	text-align: center;
}

.field
{
	width:700px;
	height:25px;
	padding:10px 20px;
	margin:0px;
	position: relative;
	left: 100px; 
}

.field span.lbl 
{ 
	float:left;
	width:125px;
	height:25px;
	line-height:24px;
	font-size:12px;
	padding:0 10px 0 0;
	text-align:right;
	cursor:default; 
}

.field span input 
{ 
	width:188px;
	border:none;
	background:transparent url("../img/static2.png") no-repeat 0 100px;
	margin:0;
	padding:5px 4px 6px 8px;
	font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	position:absolute;
	top:0; 
}

.field span.empty 
{ 
	float:left;
	width:226px;
	height:25px;
	line-height:25px;
	padding:0;
	background:transparent url("../img/static2.png") no-repeat right -25px;
	margin:0;
	position:relative; 
}
		
.field span.empty input 
{ 
	color:#666;
	font-style:italic;
	background-position:0 -25px; 
}

.field span.focused 
{ 
	float:left;
	width:226px;
	height:25px;
	line-height:25px;
	padding:0;
	background:transparent url("../img/static2.png") no-repeat right -50px;
	margin:0;
	position:relative; 
}
		
.field span.focused input 
{ 
	color:#000;
	font-style:normal;
	background-position:0 -50px; 
}

.field span.valid 
{ 
	float:left;
	width:226px;
	height:25px;
	line-height:25px;
	padding:0;
	background:transparent url("../img/static2.png") no-repeat right 0;
	margin:0;
	position:relative; 
}
		
.field span.valid input 
{ 
	color:#0f0;
	font-style:normal;
	background-position:0 0; 
}

.field span.focused-valid 
{ 
	float:left;
	width:226px;
	height:25px;
	line-height:25px;
	padding:0;
	background:transparent url("../img/static2.png") no-repeat right -75px;
	margin:0;
	position:relative; 
}

.field span.focused-valid input 
{ 
	color:#0a0;
	font-style:normal;
	background-position:0 -75px; 
}

.field span.invalid 
{ 
	float:left;
	width:226px;
	height:25px;
	line-height:25px;
	padding:0;
	background:transparent url("../img/static2.png") no-repeat right -100px;
	margin:0;
	position:relative; 
}
		
.field span.invalid input 
{ 
	color:#d00;
	font-style:normal;
	background-position:0 -100px;
}

.field span.disabled 
{ 
	float:left;
	width:226px;
	height:25px;
	line-height:25px;
	padding:0;
	background:transparent url("../img/static2.png") no-repeat right -125px;
	margin:0;
	position:relative; 
}
		
.field span.disabled input 
{ 
	color:#999;
	font-style:normal;
	background-position:0 -100px; 
}

.validator_message 
{
	color: #FFFF00;
	position: relative;
	left: 0px;
	top: 0px;
}

.validator_message2 
{
	color: #FFFF00;
	position: relative;
	left: -150px;
	top: 0px;
}

.ddn 
{ 
	cursor:default;
	color:#000000;
	font:11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #000000;
	z-index:20000 !important; }

.ddn-con 
{
	width:188px;
	height:auto;
	background-color:#f6f6f6;
}

.ddn-item 
{ 
	width:200px;
	padding-left:8px;
	line-height:22px;
	background:none; 
	color: #000000;
}

.ddn-item-hover 
{ 
	background:transparent url("images/static2.png") no-repeat;
	width:200px;
	padding-left:8px;
	line-height:22px;
	color:#000000; 
}