html,body{margin:0;padding:0}
body{background: #CCC;
font-family:"lucida grande",helvetica,arial,sans-serif;
font-size: 70%;}
div#header-title{float:left;width: 100%;background: #BBD9EE}
div#menu{float:left;width: 100%;padding-top:10px;background: #BBD9EE}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 50px;width:750px}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 8em;padding: 5px 0;background: #E7F1F8;text-decoration:none;color: #666}
ul#nav a:hover{background: #FFA826;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}
#container {
background: #fff;	
width: 750px;
clear:both;
margin:0px auto;
}
#content {
clear: both;
padding: 10px 12px 10px 15px;
}
#header-title {
text-align: center;
}
h1 {
	/*margin: 40px 0px 44px;*/
	padding: 0px;
	float:right;
	text-decoration: none;
}
h1 a{
	display:block;
	text-decoration: none;
	color: #668b9a;
	/*line-height:100%;*/
}
h1 a:hover{
	text-decoration: none;
}
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #444;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 120%;
	padding-right: 20px;
	color:#668b9a;
}
input, textarea {
	clear: both;
	/*display: block;*/
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	background:#EEF5F9;
	border: 1px solid #a3bdc8;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	color: #FFFFFF;
	background: #587683;
	border: none;
}

input[type=submit]:hover {
	background: #303F6E;
}

.table-registered table {
	border: 1px solid #ccc;
	text-align: center;
}
.table-registered table th {
	width: 150px;
}

#message {
	font-size: 150%;
	text-align: center;
	color: #e51b1b;
	padding: 10px 10px;
}

.error-message {
	color: red;
	font-size: 12px;
}
.altrow {
background: #DAE2CC;
}
.search-result {
background:#EAF2D9;
border:1px solid #CCCC99;
}
.box {
clear:both;
margin:15px auto;
padding:5px 5px;
width:80%;
}
.element {
color: #336600;
}
.element-title {
text-align: right;
}
/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
.date input {
	width: 100px;
}

