body,td,th,input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #a8d788;
/*	background-image: url(background.png);
	background-repeat: repeat-x;
*/	margin: 0px;
}
.adminbackground{
	background-image: url(background.png);
	background-repeat: repeat-x;
	margin: 20px auto;
	width:800px;
	vertical-align:middle;
}
form {
	margin: 0;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
}
h1 {
	text-align: center;
	font-size: 20px;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 5px 0px 5px 0px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #336699;
}
.note {
	color: #666666;
	font-size: 10px;
}
label {
	cursor: pointer;
}
.menu {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 4px;
    background: #000 url(menu.png) ;
    background-repeat:repeat-x;
}
.menu li {
	list-style-type: none;
	display: inline;
	padding-right: 1px;
}
.menu a, .menu a:link, .menu a:active, .menu a:visited {
	border-bottom: 0;
	padding: 7px;
	color: #fff;
}
.menu a:hover {
	text-decoration: none;
	color: #fff;
    background: #fff url(menuo.png) ;
    background-repeat:repeat-x;
}
.current a, .current a:link, .current a:active, .current a:visited {
	background: #fff url(menuo.png) ;
    background-repeat:repeat-x;
	color: #fff;
}
.content {
    background: #f5f7e9 url(bgtitle.png) ;
    background-repeat:repeat-x;
	padding: 20px;
	height: 280px;
	width: 750px;
	text-align: left;
	vertical-align: top;
}
.loginout {
    background: #f5f7e9;
	padding: 20px;
	height: 280px;
	width: 750px;
	text-align: left;
	vertical-align: middle;
	border: 1px #666666 solid;
}
.row_a {
	background-color: #E0FFC7;
}
.row_b {
	background-color: #D1FFBD;
}
.row_c {
	background-color: #C1EFAD;    /* this is for mouseover in lines */
}
.hide {
	display: none;
}

input:focus, select:focus, textarea:focus {
	background: #F1F8FD;
}