/* Global Styles */
input.adminButton {
	color:white; 
	background-color:Orange; 
	height: 20px;
	border-top: solid 2px #ffffaa; 
	border-left: solid 2px #eeeeaa; 
	border-right: solid 2px #999966; 
	border-bottom: solid 2px #ddcc00; 
	margin-bottom: 2px;
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;
}
input.adminButtonOver {
	color:white; 
	background-color:ffbb33; 
	height: 20px;
	border-top: solid 2px #ffffaa; 
	border-left: solid 2px #eeeeaa; 
	border-right: solid 2px #999966; 
	border-bottom: solid 2px #ddcc00; 
	margin-bottom: 2px;
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;
}
a.adminButton:Active {
	color:white; 
	background-color:Orange; 
	height: 14px; 
	border-top: solid 2px #ffffaa; 
	border-left: solid 2px #eeeeaa; 
	border-right: solid 2px #999966; 
	border-bottom: solid 2px #ddcc00; 
	padding-top: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;  
}
a.adminButton:Visited {
	color:white; 
	background-color:Orange; 
	height: 14px; 
	border-top: solid 2px #ffffaa; 
	border-left: solid 2px #eeeeaa; 
	border-right: solid 2px #999966; 
	border-bottom: solid 2px #ddcc00; 
	padding-top: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;  
}
a.adminButton:Hover {
	color:white; 
	background-color:ffbb33; 
	height: 14px; 
	border-top: solid 2px #ffffaa; 
	border-left: solid 2px #eeeeaa; 
	border-right: solid 2px #999966; 
	border-bottom: solid 2px #ddcc00; 
	padding-top: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;  
}
a.adminButton:Link {
	color:white; 
	background-color:Orange; 
	height: 14px; 
	border-top: solid 2px #ffffaa; 
	border-left: solid 2px #eeeeaa; 
	border-right: solid 2px #999966; 
	border-bottom: solid 2px #ddcc00; 
	padding-top: 2px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-bottom: 2px; 
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;  
}
.message {
	color:ffbb33; 
	text-decoration:none; 
	font-family:verdana,helvetica,arial,sans-serif; 
	font-size:10px; 
	font-weight:bold;
}