#zebratable tr.odd {background-color: #fff;}
#zebratable tr.even {background-color: #f2f2f2;}
#zebratable thead th {background-color: #ddd;}

/*
	more list-nav-css stuff at:
	http://css.maxdesign.com.au/listamatic/
*/

#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
width: 100%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #fff;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

/* campus form */
form.campusform fieldset label{
	display: block;
	background: #E0E4E7;
	width: 191px;
	margin: 0 7px 20px 0 ;
	padding: 3px;
	float: left;
}
form.campusform fieldset div.formcontainer label{
	width: 60px;
	background: none;
}
form.campusform fieldset br{
	clear: left;
	/*height: 12px;*/
}

form.campusform fieldset{
	border:none;
}
.formcontainer{
	float: left;
}
.monthselect{
	width: 40px;
}
.yearselect{
	width: 60px;
}
.textarea2500{
	width: 400px;
	height: 150px;
	margin-bottom: 20px;
}
div.pfotocontainer div{
	width: 110px;
	float: left;
}

/* campus form ende*/