@import url("menu.css");
@import url("table.css");
@import url("text.css");

body {
	margin: 0px;
	background-color: #F3F3FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

input, select, textarea {
	font: 11px Verdana;
}

textarea {
	width: 99%;
	overflow: auto;
}

div {
	white-space: normal;
}

input.readonly, textarea.readonly  {
	background-color: #E9E9E9;
	border: solid 2px #E9E9E9;
	color: #4A4A4A;
}

input.right {
	text-align: right;
}

fieldset {
	text-align: left;
	font: 13px Verdana;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	background-color: #E0EEEE;
}

fieldset tr.form-field {
	background-color: #EEF3F3;
}

legend {
	color: #000099;
}

h1 {
	font-size: 24px;
	color: #000099;
}

h2 {
	font-size: 16px;
	color: #000099;
	margin-bottom: 5px;
}

div.page-content {
	width: 100%;
	padding-top: 10px;
}

div#header {
	border-top: solid 2px #AAAAAA;
	border-bottom: solid 2px #AAAAAA;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

div#title {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

div#title img { margin-right: 10px; vertical-align: middle; }

div#logout {
	margin: 0px 5px 1px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
}

div#logout img { margin-left: 6px;	vertical-align: text-bottom; border: none; }
div#logout a {	text-decoration: none; color: #000000; }
div#logout a:visited { text-decoration: none; }
div#logout a:hover { text-decoration: underline; }

div#navigation {
	padding: 1px 1px 20px 1px;
}

div#main {
	padding: 1px 1px 20px 1px;
}

div#footer {
	position: relative;
	float: left;
	width: 100%;
	border-top: solid 2px #AAAAAA;
}

a.normal {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.normal:hover { text-decoration: underline; }

a.black {
	color: #000000;
}

a.black:visited {
	color: #000000;
}

a.selected {
	color: #000000;
	font-weight: bold;
}

input.text_button {
	font: 9px Verdana;
}

input.image_button {
	padding: 1px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

input.image_button_click {
	padding: 1px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

.clickable {
	cursor: pointer;
}

div.thumb {
	float: left;
	width: 160px;
	height: 200px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	overflow: auto;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
}

div.thumb span {
	width: 100%;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

div.thumb img {
	border: solid 3px #CCCCCC;
	cursor: pointer;
	margin-bottom: 5px;
}
