#adminHeader {
	width: 100%; 
	background-color: #565656; 
	background-image: url("images/admin/admin_bgHeader.gif");
	background-repeat: repeat-x;
	color: #ddd; 
	text-align: center;
	padding-top: 5px;
}

#adminFooter {
	width: 100%; 
	background-color: #565656; 
	background-image: url("images/admin/admin_bgHeader.gif");
	background-repeat: repeat-x;
	color: #ddd; 
	height: 17px;
	text-align: center;
	padding: 3px;
	font-size: 11px;
	font-family: arial, helvetica;
}

.adminNavButton {
	background-color: #5c5c5c;
	background-image: url("images/admin/admin_bgMenu.gif");
	padding: 2px;
	padding-bottom: 4px;
}

.adminMenu {
	background-color: #5c5c5c;
}

#adminContent {
	width: 760px;
	padding: 0px;
}

#adminContent a:link, a:visited {
	color: #009;
}

#adminContent .adminSection {
	width: 100%;
	font-size: 18px;
	font-family: arial, helvetica;
	color: #aaa;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

#adminContent form {
	margin-top: 0px;
}

.adminListRow1 {
	background-color: #fff;
}

.adminListRow2 {
	background-color: #fdf;
}
