.confirm{
	margin-top: 1em;
	margin-bottom: 2em;
	font-weight: normal;
	background-color: #F1F5F9;
	border: 1px solid #000000;
	padding: 3px;
}
.error{
	margin-top: 1em;
	margin-bottom: 2em;
	background-color: #FFC0C0;
	border: 1px solid #000000;
	padding: 3px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	/*background-image: url("../images/bg.gif");*/
}
td{
	font-family: Verdana, Arial;
	font-size: 12px;
	vertical-align: top;
	line-height: 1.4;
	color: #000000;
}

#page{
	/*margin-top: 10px;*/
	margin-left: 10px;
	margin-right: 10px;
	border-right: 1px solid #0A246A;
	border-left: 1px solid #0A246A;
	border-bottom: 1px solid #0A246A;
	padding-bottom: 1em;
	min-height: 600px; 
	_height: 600px;
}
#menu{
	text-align: center;
	font-weight: normal;
	margin-bottom: 1em;
	background-color: #DDE6EF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #9DABC6;
	padding: 4px;
}
#menu a{
	color: #273C54;
}
#header{
	background-color: #FDFDFE;
	border-bottom: 1px solid #9DABC6;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#footer{
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	background-color: #EAE9E9;
	border: 1px solid #A5ACB2;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A5ACB2;
	padding: 4px;
	margin-bottom: 2em;
	padding-right: 10px;
}
.navbar{
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
}
#content{
	margin: 0px 10px 0px 10px;
}
#content h1{
	font-size: 14px;
	color: #404040;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 1em;
	border-bottom: 2px dotted #404040;
	text-align: left;
}

#content .toph1{
	font-size: 14px;
	color: #404040;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 0em;
}



form{
	margin: 0px;
	/*margin-left: 10px;*/
}

a{
	font-weight: normal;
	color: #000000;
}


.textfield{
	width: 500px;
}
.descfield{
	width: 300px;
	height: 100px;
}
.selectfield{
	width: 500px;
}
.buttons{
	margin-top: 1em;
}
.submitbut{
	width: 200px;
}
.caption{
	margin-top: 5px;
}
.sel_caption{
	margin-top: 5px;
	color: #0000FF;
	font-weight: bold;
}

.oddrow{
	background-color: #F1F5F9;
}
.evenrow{
	background-color: #F7FAFD;
}
.tableheader{
	font-weight: bold;
	background-color: #C6D7E6;
}
.tableheader a{
	font-weight: bold;
}
.tablefooter{
	background-color: #C6D7E6;
}
.tablefilter{
	background-color: #FFFFC0;
	border: 1px solid #000000;
	width: 97%;
	margin-bottom: 2px;
	padding: 2px;
}
.thumb{
	margin: 4px;
	border: 1px solid #000000;
}
.tip{
	background-image: url("../icon/help.gif");
	background-repeat: no-repeat;

	/*height: 25px;*/
	padding-bottom: 5px;
	padding-left: 25px;
	vertical-align: bottom;
	margin-left: 10px;
	color: #202020;
}
.tip .q{
	font-weight: bold;
}
.tip ul, .tip ol{
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.loggedin{
	font-size: 11px;
	color: #202020;
	font-weight: normal;
	float: left;
	margin-left: 15px;
}
.commentnote{
	/*font-size: 10px;*/
	color: #404040;
	padding-left: 5px;
}
.commentnote a{
	color: #404040;
}
.commentsubject{
	font-weight: bold;
}
.commentmessage{
	border-left: 1px solid #404040;
	padding-left: 5px;
}

/*ul{
	margin-left: 5px;
	padding-left: 5px;
}
li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	list-style: none; 
	line-height: 1.4; 
	background:url("../images/bullet.gif") no-repeat 2px .25em; 
	padding-left: 15px; 
}*/

.req{
	color: #ff0000;
	font-weight: bold;
}

.sidebar{
	text-align: center;
	border: 1px solid #6565CB;
	background-color: #D4D5F0;
	padding: 5px;
	margin-left: 5px;
}

.note{
	color: #ff0000;
	font-weight: bold;
}

.bottomlinks{
	margin-top: 1em;
}