/* CSS Document */

/**************************************************************************/
/************************ Login Page Styles *******************************/

body.login
{
	background-image:url(/images/ers/images/homebg.jpg);
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}

div.container 
{
	background-image:url(/images/ers/images/imagebg.jpg);
	background-repeat:no-repeat;
	width: 955px;
	margin:0 auto;	
	height: 595px;
}

div.header
{
	width: 955px;
	height:120px;
}

div.policelogo
{
	background-image: url(/images/ers/images/policelogo.jpg);
	width: 315px;
	height:120px;
	float:right;
}

div.headerleft
{
	width: 634px;
	height: 120px;
	float:right;
}

div.spacer 
{
	width: 20px;
	height: 120px;
	float:right;
	background-image:url(/images/ers/images/sepline.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div.spacer2 
{
	width: 254px;
	height: 120px;
	float:right;
}

div.link1 
{
	background-image:url(/images/ers/images/sepline.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 120px;
	height: 120px;
	float:right;
	text-align: center;
	white-space: nowrap;
}

div.link1content 
{
	background-image:url(/images/ers/images/contact.gif);
	height:120px;
	background-position: top;
}

div.link2 
{
	background-image:url(/images/ers/images/sepline.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 120px;
	height: 120px;
	float:right;
	text-align: center;
	text-indent: -8px;
	white-space: nowrap;
}

div.link2content 
{
	background-image:url(/images/ers/images/home.gif);
	height:120px;
	background-position: top;
}

div.link3 
{
	background-image:url(/images/ers/images/sepline.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width: 120px;
	height: 120px;
	float:right;
	text-align: center;
	text-indent: -8px;
	white-space: nowrap;
}

div.link3content 
{
	background-image:url(/images/ers/images/usermanual.gif);
	height:120px;
	background-position: top;
}

div.loginLeft
{
	width:475px; 
	float:left; 
}

div.loginRight
{
	width:475px; 
	float:right;
}

div.login 
{
	width: 325px;
	height:370px;
	margin-top:0px;
	float:left;
	padding: 5px;
}

div.loginText 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 325px;
	height:220px;
	padding: 0px;
}

td.loginText
{
	padding: 10px 10px 10px 10px; 
	vertical-align:top;
}

div.loginForm 
{
	width: 325px;
	height:150px;
	margin: 0 auto;
	padding: 0px;
}

td.eng 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

td.eng a 
{
	color:#000000;
	text-decoration: none;
}

td.eng a:hover 
{
	color:#999999;
	text-decoration: none;
}

td.eng a:visited 
{
	text-decoration: none;
}

td.ar 
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

td.ar a 
{
	color:#000000;
	text-decoration: none;
}

td.ar a:hover 
{
	color:#999999;
	text-decoration: none;
}

td.ar a:visited 
{
	text-decoration: none;
}

