@charset "utf-8";
/* CSS Document */

body,p,a,span,div,input,legend,h1,h2,h3,h4,h5,h6,li,dd,dt,th,td{
font-family:Arial, Helvetica, sans-serif;
}
body,p,a,span,div,input,legend,li,dd,dt,th,td{
font-size:10pt;
}
/*----------- Login Start--------- */
#logincontainer{
width:400px;
margin:auto;
background:#990000 url(../images/logintop.jpg) no-repeat;
padding-top:175px;
padding-bottom:10px;
}
#form1 {
width:300px;
margin:auto;
background-color:#FFFFFF;
}
#form1 fieldset{
padding:10px;
}
#form1 legend{
font-weight:bold;
font-size:9pt;
}
#form1 label{
display:block;
height:3em;
background-color:#E7E7E7;
padding:10px 10px 0;
}
#form1 input {
margin-right:20px;
border:1px solid #999999;
float:right;
clear:right;
background:#CCCCCC;
}
#form1 input:focus,#form1 input:hover {
border:1px solid #333333;
}
.error{
color:red;
font-weight:bold;
}
#form1 a{
text-decoration:underline;
color:#990000;
}
#loginfooter{
width:400px;
margin:auto;
background:#990000 url(../images/loginfooter.jpg) no-repeat;
padding-top:0px;
padding-bottom:50px;
}
/*----------- Login End--------- */
/*----------- Main start--------- */
.body{
	background-color: #ffffff;
	background-image: url(../images/adminback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*----------- Header start--------- */
#admincontainer{
	width:960px;
	margin: auto;
}
#admindashboard{
	float: left;
	width:150px;
	height:50px;
	margin-top:25px;
	margin-left:25px;
	background:url(../images/dashboardbutton.jpg) no-repeat;
	text-align:center;
	
}
#admindashboard h1 a{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration:none;
}	
#adminhello{
	float:right;
	width:400px;
	margin:25px;
	color:#999999;
	text-align:right;
}
#adminhello a{
	text-decoration:underline;
	color:#CCCCCC;
}
#adminhello font.name{
	color:#CCCCCC;
}
#title{
	float:left;
	width:960px;
	height:75px;
	
}
#title h1{
	font-family:"Times New Roman", Times, serif;
	font-size:3em;
	color:#FFFFFF;
}
/*----------- nav start--------- */
#nav{
	float:left;
	width:640px;
	background-color:#BD5959;
	margin-top:20px;
}

/*----------- nav end--------- */