body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}
img {
	border:0;
}

table.menu {
	background-color:#1b2966;
	font-size:11px;
}
table.menu a, table.menu a:visited, table.menu a:link{
	color:white;
}
table.menu a:hover {
	color:yellow;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:visited {
	color:black;
}
a:hover{
	color:#7182B8;
}
a.right {
	float:right;
	font-size:12px;
	padding-top:4px;
}

.label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:3px;
}

.maintable {
	width:800px;
	border:1px solid black;
}
.header {
	font-size: 40px;
	background-color:#ff7700;
}
.headerleft {
	border-bottom:2px solid black;
	padding:10px;
	width:auto;
}
.headerright {
	font-size:12px;
	height:2em;
	border-bottom:2px solid black;
}
.headerright .login, .headerright .login_ok {
	height:2.6em;
	border-left:1px solid black;
	border-top:1px solid black;
	margin-left:180px;
	padding:5px;
	background-color:#FFCC99;
	padding-bottom:10px;
}
.headerright .login_ok {
	height:1em;
}
.headerright .login form {
	display:inline;
}
.headerright .login input {
	margin-left:5px;
	color:gray;
}

.usertable {
	width:100%;
}
.usertable td {
	padding:5px;
}
.usertable .left {
	width:30%;
	text-align:right;
	font-weight:bold;
}
.usertable .right {
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}
.usertable .rightlast {
	border:1px solid black;
}

.position {
	background-color:#CCCCCC;
	height:2em;
	border-bottom:1px solid black;
	padding:5px;
}
.menu {
	width:25%;
	border-right:2px solid gray;
}

h1,h2,h3,h4 {
	border-bottom:1px solid black;
	font-size:13px;
	padding-top:0;
	padding-bottom:0;
	margin-top:10px;
	margin-bottom:5px;
}
h1 a,h2 a,h3 a,h4 a {
	text-decoration:none;
	color:black;
}
label {
	float:left;
	width:150px;
	text-align:right;
	padding-top:4px;
}
.required{
	color:red;
	font-weight:bold;
}
.author {
	font-size:10px;
	font-weight:normal;
}

