@charset  "UTF-8";

/* *********************** SITE THEME ********************* */
/* ********** THEME COLORS / BACKGROUND IMAGES ************ */
#header-pagetitle
{
	background-color: #0039a6;
	/* <= normal background color */
	background-image: url("images/banner_bottom.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

#header-breadcrumb
{
	background-image: url("images/banner_top.jpg");
	border-bottom: #FFFFFF, solid, 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	background-color: #002978;
	/* <= dark background color */
}

#container-fullwidth, #ouLastModified, body {
background-image:none;
background-color:#4e3016;
}

.currlisting {
padding: 0 0 10 0;
margin: 0;
list-style-type: none;
text-align:left; 

}

ul.currlisting li {
display: inline;
margin-right: 15px;
}

.hide {
display:none;
margin-right: 0px; 
}

#facultytable td,th {
border-bottom-color: #CCC;
border-bottom-width: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-style: solid;
vertical-align:bottom;
padding-right:10px;
}

#facultytable table {
border-collapse:collapse;
}

#top_align_table td,th {
border-bottom-color: #CCC;
border-bottom-width: 1px;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-style: solid;
vertical-align:top;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
}

#top_align_table table {
border-collapse:collapse;
}



