.confirm{
	margin-top: 1em;
	margin-bottom: 2em;
	font-weight: normal;
	background-color: #E5E5CD;
	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;*/
}
#menu{
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 1em;
	margin-left: 5px;
}
.navbar{
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
}
#content{
	margin: 0px 0px 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;
}

#footer{
	border-top: 2px dotted #404040;
	margin-bottom: 5em;
	margin-top: 3em;
	text-align: right;
	padding-right: 5px;
	margin-left: 10px;
	font-weight: bold;
}

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: #E5E5CD;
}
.evenrow{
	background-color: #F2F2E6;
}
.tableheader{
	font-weight: bold;
	background-color: #986565;
}
.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;
}
.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;
}