.errorbox
{
	border-right: #660000 1px solid;
	border-top: #660000 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: #660000 1px solid;
	color: #660000;
	
	border-bottom: #660000 1px solid;
	font-family: verdana;
	background-color: #ffcccc;
	width: auto;
	padding: 5px;
}


#menutext
{
	padding: 5px;
	text-align: right;
	border-bottom: gainsboro 1px solid;
	margin-bottom: 10px;
}
#menutext ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#menutext li
{
	display: inline;
}

#menutext a:link, #menutext a:visited
{
	padding-left: 12px;
	font-size: 8pt;
	color: #65738E;
	font-family: palatino;
	text-decoration: none;
}

#menutext a:active, #menutext a:hover
{
	color: #717052;
}
.admin-header
{
	background-color: #6190CD;
	height: 40px;
	padding-left: 10px;
	border-bottom: solid 4px #B4CCEB;
}
.admin-header h1
{
	color: white;
}
.sectionheader
{
	border-bottom: #dcdcdc 1px dotted;
	color: #65738E;
	font-size: 8pt;
	padding-bottom: 5px;
	font-weight: bold;
}
