/* general */
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
	vertical-align: top;
	background-color:white;
	text-align: left;
}

/* anchors */
a{
	text-decoration:underline;
	color:#27438E;
}
a:hover{
	color:#99CC00;
}
a.amenu{
	font-weight: bold;
}

/* tables */
td, th{
	vertical-align: top;
	padding: 3px;
}
table.tablemain{
	border: 1px solid black;
}
table.tablemain th{
	color: white;
	background-color: #27438E;
	font-size:12pt;
	font-weight:bold;
}
table.tablesub{
	width:100%;
}
table.tablesub th{
	background-color: white;
	color: #215BFF;
	font-size: 9pt;
	font-weight: bold;
}
table.tablesub td{}
table.tablesub td.buttons, td.money{
	text-align: right;
}
table.bordered, table.bordered th, table.bordered td{
	border: 1px solid #87C5FF;
}
table.tablemenu th{
	color: #FFFF99;
	font-weight: bold;
}

/* forms */
input.small{
	width: 80px;
}
input.datetime{
	width: 120px;
}
input.medium{
	width: 250px;
}
input.large{
	width: 400px;
}
input.but{
	color: black;
	background-color: white;
}
select{
	width: 250px;
}
textarea{
	width: 400px;
	height: 100px;
}
ul{
	margin: 0.5em;
}
.error{
	color: red;
}
div.error, span.error{
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid red;
}
.correct{
	color: green;
}
div.correct, span.correct{
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid green;
}

/* miscellaneous */
fieldset{
	border: 1px solid black;
}

fieldset legend{
	font-weight: bold;
	color: #27438E;
}
iframe{
	width: 100%;
}