/*  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: #FFCC00;
	color: #000;
}
#site-home-button li a {
	background-color: #093186;
	color: #FFF;
}
#section1 li a {
	background-color: #1F60A9;
	color: #FFF;
}
#section2 li a {
	background-color: #4582C9;
	color: #FFF;
}
#section3 li a {
	background-color: #6CA4EA;
	color: #FFF;
}
#section4 li a {
	background-color: #A3CCFC;
	color: black;
	padding: 4px 4px 4px 15px;
}
#section4 li ul a {
	background-color: #A3CCFC;
	color: black;
}
#navigation ul li:hover > ul {
	border-left: 2px solid #202000;	/* sets the left-side line color for drop-down menu */
}
#navigation li a {
	border-bottom: 1px #093186 solid;	/* sets the bottom border color of each button */
}


/* HEADING AND MENU STYLES */
h2 {
	background-color: #E3E3CF;
	color: black;
	padding: 3px 0 3px 6px;
	border-left: 4px #C1C1B0 solid;
}
h3, h4 {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 16pt;
}
h5 {
	font-weight: bold;
	line-height: 14pt;
}
p, ul, ol {
	color: #000;
}
.no_space_top {
	padding-top: 0;
	margin-top: 0;
}
.no_space_bottom {
	padding-bottom: 0;
	margin-bottom: 0;
}
#breadcrumb, #breadcrumb a {
	color: #333;
}
#breadcrumb a:hover {
	color: #06F;
}
#breadcrumb strong {
	color: #000;
}
ul.bullet_orange {
	list-style: url(../images/bullet-orange.gif);
}
ul.bullet_orange_2 {
	list-style: url(../images/bullet-orange.gif);
	font-size: 1.3em;
}
ul.bullet_blue {
	list-style: url(../images/bullet-blue.gif);
}
ul.bullet_cyan {
	list-style: url(../images/bullet-cyan.gif);
}
.underline_blue {
	border-bottom: 1px #1F60A9 dotted;
	padding-bottom: .2em;
	margin-bottom: .5em;
}


/* SIDE BAR STYLES */
#side-bar-content-box, #side-bar-content-box p, #side-bar-content-box img, #side-bar-content-box a {
	background-color: transparent;
}
#side-bar {
	background: #A3CCFC url(../images/sidebar_lines.jpg) repeat-x bottom;
}
#side-bar-content-box, #side-bar-content-box a {
	font: 12px/13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}
#side-bar-content-box a:hover {
	color:#0066FF;
}
.menu_cube {
	width:40px;
	float:left;
	margin-bottom: 10px;
}
.cube_text {
	width:105px;
	text-align:left;
	float:right;
}


/* CUSTOM STYLES */
.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}
.text_box75 {
	width: 75%;
	margin: 0 0 0 25px;
}
p, .text_box65 p, .text_box75 p {
	line-height: 1.4em;
	padding: .2em 0 .5em 0;
	margin: 0;
}
#body {	
	padding-bottom: 25px;
	border-bottom: 1px #A0D1F8 solid;
}
.red_text {
	color: #FF0000;
}
.black_text {
	color: #000;
}


/* TABLE LAYOUT */
#body table {
	border: 1px #333333 solid;
	border-right: none;
	border-bottom: none;
}
#body th {
	background-color: #E3E3CF;
	padding: 2px 0;
	font-weight: bold;
	border-right: 1px #333333 solid;
	border-bottom: 1px #BDCDA2 solid;
}
#body td {
	padding: 3px 5px;
	border-right: 1px #333333 solid;
	border-bottom: 1px #999999 solid;
}
#body td.total {
	background: #F3EEDF;
	font-weight: bold;
	border-top: 1px #BDCDA2 solid;
}
#body tr.yellow {
	background: #FFFCD3;
}

