/* Hyperlink colors */
a { text-decoration: underline; background-color: transparent;}
a:link { color: #333366;}
a:visited { color: #000033;}
a:hover  { color: #9999cc;}
a:active, a:focus { text-decoration: none; background-color: #ffffcc;}

#nav-menu {
	font-size: 12px;
	text-align: left;
}
#nav-menu a { text-decoration: underline; font-size: 12px;}

#nav-header { font-size: 12px; color: #FFFFFF;}
#nav-header a { text-decoration: none; font-size: 12px;}
#nav-header a:link { color: #FFFFFF;}
#nav-header a:visited { color: #FFFFFF;}
#nav-header a:hover { color: #9999cc; text-decoration: underline;}
#nav-header a:active, a:focus { text-decoration: underline; color: #003366; background-color: #ffffcc;}

/* Navigation */
#navbar ul { margin:0px; padding:0px 0px 12px 0px; list-style-type:none;}
#navbar ul li { margin: 6px 0px; padding:0px;}
#navbar ul li ul { margin: 0px; padding: 0px; list-style-type:none;}
#navbar ul li ul li { padding-left: 1em;}
#navbar p {margin:0px; padding:0px;}

/* Menu's Links*/
.menu-text { color: #FFFFFF; font-size: 12px;}
a.menu-text { text-decoration: none; font-size: 12px;}
a.menu-text:link {color: #FFFFFF;}
a.menu-text:visited { color: #FFFFFF;}
a.menu-text:hover { color: #9999cc;}
a.menu-text:active, a.menu-text:focus { color: #FFFFFF; background-color: #ffffcc;}

/* Template's Footer */
.footer-text { color: #003366; font-size: 14px;}
a.footer-text { text-decoration: none; font-size: 12px;}
a.footer-text:link { color: #000000;}
a.footer-text:visited { color: #000000;}
a.footer-text:hover { color: #9999cc;}
a.footer-text:active, a.footer:focus { color: #000000; background-color: #ffffcc;}

/* Template Classes */
.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}

/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px;}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
p { font-family: Arial, Helvetica, sans-serif;}
ol,ul,li { font-family: Arial, Helvetica, sans-serif;}
b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 { font-size: 150%; font-weight: bold; color: #660000;}
h2 { font-size: 140%; font-weight: bold; color: #660000;}
h3 { font-size: 130%; font-weight: bold; color: #660000;}
h4 { font-size: 120%; font-weight: bold; color: #660000;}
h5 { font-size: 110%; font-weight: bold; color: #660000;}
h6 { font-size: 100%; font-weight: bold; color: #660000;}

/* Custom Classes */
.heading { color: #660000; font-size: 16px; font-weight:bold;}
.header-highlight {
	background-image:  url(/academic/biology/images/header_background-light.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.ta-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* -------------------- Data Tables -------------------- */

.data-table {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

.data-table td {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #000000;
	font-size: 0.8em;
}

.data-table th {
	border: 1px solid #999999;
	padding: 0.5em;
	color: #333333;
	background-color: #EEEEEE;
}

.data-table tr.altrow {
	background-color: #F7EDD4;
}

.data-table td.altcolumn {
	background-color: #F7EDD4;
}
