/*//////////////////////////////////*/
/*  BRAND BASE STYLESHEET	    */
/*  Revised 02/26/2009		    */
/*//////////////////////////////////*/
body
{
	margin: 0;
	padding: 0;
	background: #F4F5F9 url(/Common/Brand/EnterpriseGPS/body_bk.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
}
.SystemLogo
{
	background:url(/Common/Brand/EnterpriseGPS/system_logo.png) no-repeat left top;
	width: 187px;
	left:-7px;
	Top:4px;
	height: 55px;
}
#Masthead
{
	background: #1D3A80 url(/Common/Brand/EnterpriseGPS/head_back.jpg) no-repeat left top;
	height: 57px;
}

/*---------/ LOGIN /---------*/
#LoginPage
{
	background:#1D3A80;
	background-image:url(/Common/Brand/EnterpriseGPS/logon_logo2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width: 100%;
	height: 100%;
}
#LoginPage #LoginBox
{
	background:none;
	width:600px;
	height: 500px;
	top:375px;
	padding-left:35px;
}

#LoginPage #LoginBox #LoginWrapper
{
	color:#FFF;
	font-weight: bolder;	
	width:500px;
	height: 300px;
	font-family:Helvetica;
	font-size:17px;
	font-weight:bold;
	padding-top: 35px; /* control space between logo and tabs*/
}
