@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	width: 760px;
	margin: auto;
	background-color: #E6E6E6;
}
legend {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
a {
	text-decoration: none;
	color: #0000FF;
	margin: 1px;
}
a:hover {
	color: #000000;

}
#list tr:hover {
	background-color: #F0F0F0;
	color: #000000;
}
#navbar td  {
	font-size: 9px;
	width: 42px;
	text-align: center;
}

.smalltext {
	font-size: 12px;
}
.smalltextblue {
	font-size: 12px;
	color: #0000FF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	border: 1px solid #0000FF;
	padding: 5px;
}
.fullfield {
	width: 95%;
	height: 100px;
}
.fullbox {
	width: 95%;
}

.tabletop {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #EBEBEB;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
}
.redtext {
	color: #FF0000;
}
#user_login {
	width: 330px;
	margin: auto;
}
#user_login #logo {
	text-align: center;
}

#forgot_password {
	margin: auto;
	width: 330px;
}
#list .tabletop a {
	margin: -1px;
}
