#adminpagecontainer{
	margin: auto;
	width: 860px;	
}
.errormsg{
	text-align: center;
	color: red;	
}

.clearBoth {
	clear: both;
}

#admintopheader{
	
}
#myname, #usertitle{
/*	float: right;*/
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	text-align: left;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 20px;
}

#navbar {
	float: left;
	margin: 2px 0px 0px 0px;
/*	height: 25px;*/
	background-color: white;
	border: 0px solid green;	
	overflow: hidden;
}

#navlist {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align : center;
/*	color : rgb(99,108,179);*/
	background :  white;
	font-size: 14px;
}
#navlist li {
	list-style : none;
	margin : 0px 4px 0px 4px;
/*	display : inline;*/
	padding: 4px 0px 1px 0px;
	float: left;
	background: white;
	color :  gray;
/*	font-size: 12px;*/
}
#navlist li a {
	padding : 3px 3px 3px 3px;
	margin : 0px;
	color :  inherit; /* this doesn't work in IE but it does in all other browsers */
	color :  gray; /* necessary for IE */
/*	background : rgb(207,211,238);*/
	text-decoration : none;
}
#navlist li a:link, #topnavlist li a:visited, #topnavlist li a:active {
	color :  none;
	color :  gray; /* necessary for IE */
/*	background : rgb(207,211,238);*/
	border: 0px solid white;
}
#navlist li a:hover{
	color :  black; /* necessary for IE */
	background : lightgray;
}
#navlist li:hover{
	color: black;
	background : lightgray;
}
#navlist li a.current{
	color :  black; /* necessary for IE */
}
#navlist li.active {
	color: black;
	background : #eeeeee;
}


