/* SUNY Downstate Medical Center
	Custom Stylesheet
	This is the secondary stylesheet for the SUNY Downstate web site. 
	It may be used to customize the color scheme of your web site.
*/

/* NAVIGATION BAR STYLES */
#navigation li a:hover {
	background-color: #FF6600;
	color: white;
}

#site-home-button li a {
	background-color: #FF9900;
	color: black;
}

#section1 li a {
	background-color: #FFC900;
	color: black;
}

#section2 li a {
	background-color: #F9E17E;
	color: black;
}

#section3 li a {
	background-color: #FFFFC9;
	color: black;
}

/* HEADING STYLES */
h2 {
	background-color: #06F;
	color: white;
	padding: 3px 0 3px 6px;
}

/* CUSTOM STYLES */
 p, li {
	 color: #000;
 }
 
.green_text {
	color: #009900;
}
.booklist_table {
	background-color: #F2F2F2;
	border: 1px #999 solid;
}
.booklist_table td, .booklist_table th {
	padding: 0 1em;
	border-right: 1px #999 solid;
}
.booklist_table th {
	background-color: #09F;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
}
.booklist_table p {
	line-height: normal;
}
