@CHARSET "ISO-8859-1";

body {
	background-color: #0e1331;
	font-family: Arial;
	font-size: 10pt;
}

div.button {
	background-color: #ffffff;
	color:		#000000;
	border: 	2px outset #aaaaaa;
	cursor:		pointer;
	padding-left:	10px;
	padding-top:	2px;
	padding-bottom: 2px;
	padding-right:	10px; 
	text-align:	center;
	opacity: 0.8;
}

#divContent {
	position: absolute;
	left: 210px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	background-color: #ccccee;
	min-width: 100px;
	min-height: 100px;
	padding: 5px;
	overflow-y: scroll;
	text-align: center;
}

div.element {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	border: 2px outset #aaaaaa;
	opacity: 1.0;
}
	
#divLogin {
	position: absolute;
	left: 10px;
	width: 180px;
	height: 120px;
	bottom: 10px;
	background-color: #ccccee;
	padding: 5px;
	text-align: right;
}

#divLogo {
	position: absolute;
	left: 10px;
	width: 180px;
	height: 100px;
	top: 10px;
	background-color: #ccccee;
	padding: 5px;
	text-align: right;
}

#divNav {
	position: absolute;
	left: 10px;
	width: 180px;
	top: 130px;
	bottom: 150px;
	background-color: #ccccee;
	min-width: 100px;
	min-height: 100px;
	padding: 5px;
}

div.newsEntry {
	background-color: #ffffff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #000000;
	margin-bottom: 5px;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

div.picEntry {
	float:left;
	background-color: #111111;
	color: #ffffff;
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#divPage {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 20px;
	bottom: 20px;
	background-color: #253c77;
	min-width: 800px;
	min-height: 400px;
	max-width: 800px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

div.toggle {
	border-bottom: 0px solid #000000;
}

input.text {
	font-family: Arial;
	font-size: 10pt;
	color:				#000000;
	background-color: 	#ffffff;
	border:				2px inset #aaaaaa;
	opacity: 0.7;
}

div.warning {
	padding: 5px;
	border: 1px solid #ff0000;
	background-color: #ff8888;
	opacity: 0.8;
}

table.form tr td {
	text-align: left;
}

div.confirmation {
	padding: 5px;
	border: 1px solid #00ff00;
	background-color: #88ff88;
	opacity: 0.8;
}

h2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14pt;
}


ul li {
	margin-top: 5px;
	font-weight: bold;
}

ul ul li {
	margin-top: 0;
	font-weight: normal;
}

span.newsDate {
	font-size: 8pt;
	font-style: italic;
	opacity: 0.5;
}

table.left tr td{
	border-top: 1px solid #000000;
	text-align: left;
	padding: 10px;
}

table.editTable {
	border-collapse: collapse;
}

table.editTable tr.head td {
	background-color: #aaaaaa;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

table.editTable tr.body1 td {
	background-color: #eeeeee;
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
}

table.editTable tr.body2 td {
	background-color: #dddddd;
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
}

textarea {
	font-family: Arial;
	font-size: 10pt;
	color:				#000000;
	background-color: 	#ffffff;
	border:				2px inset #333333;
	opacity: 0.7;
}

ul {
	text-align: left;
}
