a
{
	color: blue;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: white;
	text-decoration: none;
	outline: none;
}

body
{
	background: #848484 url(../images/login_body.png) 0% 0% no-repeat;
	margin: 0px;
	font-family: tahoma;
	overflow: hidden;
}

div#header 
{
	width: 400px;
	height: 60px;
	background: url(../images/login_header_bg.png) repeat-x;	
	font-size: 9px;
	font-weight: bold;
	color: Gold;
}

div#headerContainer
{
	width: 390px;
	height: 50px;
	background: url(../images/login_logo.png) no-repeat;
	line-height: 25px;	
	text-align: right;
	padding-right:10px;
}

div#ContentHolder
{
	width: 400px;
	height: 125px;
	margin: 0px;
	font-family: arial;
	font-size: 11px;
	color: black;	
	padding-top: 15px;
}

div#footer
{	
	width: 400px;
	height: 30px;
	background: black url(../images/footer_bg.png) 0 center repeat-x;
}

div#footerContainer
{
	width: 400px;
	height: 30px;
	font-family: calibri;
	font-size: 8pt;
	line-height: 30px;
	text-align: center;
	color: Gold;
}

.row
{
	margin: 0 auto;
	width: 300px; 
	clear: both;
}

.statusrow
{
	position: absolute;
	width: 300px; 
	height: 75px;	
	background: #848484 url(../images/login_body.png) -50px -75px no-repeat;
	margin: 0px 50px 0px 50px;
	padding-top: 50px;		
	font-weight: bold;
	clear: both;
}

.columnName
{
	float: left; 
	width: 65px; 
	height: 30px;
	font-weight: bold;
	line-height: 30px;
}

.columnName1
{
	float: left; 
	width: 10px; 
	height: 30px;
	font-weight: bold;
	line-height: 30px;
}

.columnName2
{
	float: left; 
	width: 205px; 
	height: 25px;
	padding-top: 5px;
	text-align: left;
}






