.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/bg2.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: right;
	font-weight: bold;
	margin-right: 15px;
}
#content{
	margin: 0px 0px 0px 5px;
}
#content h1{
	font-size: 14px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 1em;
}

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

#footer{
	margin-bottom: 5em;
}

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;
}

.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;
}