.red { color:red; }

.admintitle {
	background-color: #CCC;
	padding: 5px 0 5px 0;
	text-align:center;
}
#sidemenu {
	list-style:none;
	padding:12px;
	margin:0;
}

#sidemenu li {
	padding:3px;
}

.error {
	font-weight:bold;
}

.tabledisplay {
	border-collapse:collapse;
	border:1px solid #555;
}

.tabledisplay td{ border:1px solid #555; }


.error { color:red; }

.message { font-weight:bold; }

.currentlink { font-weight:bold; color:#cb0e0d; }

#maincontent ul { 
	line-height:18px;
	margin-top:2px;
	margin-bottom:2px;
}

#maincontent ul ul {
	line-height:18px;
	list-style-type:square;
}

.roman {
	list-style-type:lower-roman;
}

.psmall {
font-size:11px;
}

.medialight {
	margin:0;
	padding:0;
}

/*  forms */
#formcontact form { margin:0; padding:0; }
#formcontact label { display:block; }
#formcontact select, #formcontact input, #formcontact textarea { color: #336699; border:1px solid #a2d1f2; background:#cde5f6; }
#formcontact input {width:250px;}
#formcontact textarea {width:400px;}
#formcontact input.send {width:50px;}

/* forms */

/* error */
p.errorless { border:1px solid #53a2d9; background-color:#cde5f6; color:#53a2d9; padding:10px; }
p.error { border:1px solid #900000; background-color:#900000; color:#fff;  padding:10px; }