/*
 * $Id: login.css,v 1.1 2007-09-28 12:45:15 joris Exp $
 *
 * CSS for login screen PSM.
 * Copyright 2007, Prezent Internet BV
 */
body {
	color:white;
	font-family:arial, verdana, sans-serif;
	background-color:#DFDFDF;
}
div.Main {
	top: 50%;
	left: 50%;
	position: absolute;
}
div.MainBox {
	background-color:white;
	position:absolute;
	top:-150px;
	left:-300px;
	width:600px;
	height:300px;

}
table#LoginScreen  				{ font-size: 0.8em; height: 100%; width: 100%; border: 2px solid #425262; color: white; border-collapse: collapse; }
table#LoginScreen tr 			{ height: 50%; }
table#LoginScreen td 			{ }
td#logo							{ width: 50%; background-color: white; text-align: center; background: url('../images/login/logo.gif') no-repeat center center; }
td#version 						{ width: 50%; background: #5E7AAA url('../images/login/right_top.gif') left top no-repeat; vertical-align: bottom;  }
td#version span 				{ padding: 3px; }
table#LoginCredentials 			{ font-size: 0.9em; color: white; border: 0; text-align: left; margin: 0 auto;}
table#LoginCredentials input	{ width: 150px; }
#LoginCredentials td			{ text-align:left; }
#LoginCredentials th			{ text-align:right; font-weight: normal; font-size:12px; font-weight:800;}
#LoginCredentials input 		{ border: 1px solid #425262; }
#LoginCredentials input.NoLine  { border: 0px; }
span							{ display: block;}
form { margin:0; padding:0;	}
table#LoginCredentials input.button { cursor:pointer; font-size:11px; margin:0; width:80px; }