@charset "UTF-8";
/* CSS Document */

/* SUNY Downstate Health Sciences University Global Stylesheet Replacement */

body {
	padding: 0;
	margin: 0;
	background-color: #808B8C /*#B1AB9B #3B4554*/;
}
body, div, p, blockquote, ul, ol, dl, li, h1, h2, h3, h4, h5, h6, input {
	font-family: Arial, Helvetica, sans-serif;
}

/* Text */
p, ul, ol, dl, blockquote {
	line-height: 1.4em;
	font-size: 12px;
	color: #000;
}
p {
	padding: 0;
	margin: .2em 0 .5em 0;
}
blockquote {
	padding: 0;
	margin: 1em 3em 1em 3em;
}
ul, ol {
	padding: 0;
	margin: .5em 0 .5em 3em;
}
h1 {
	font-size: 20px;
	line-height: 1.4rem;
	color: #000;
	padding: 0 0 1em 0 ;
	margin: 0;
	background-color: transparent;
}
h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	padding: .5em 0 .2em 0;
	margin: 0;
	background-color: transparent;
}
h2 {
	font-size: 18px;
	color: #000;
}
h3 {
	font-size: 16px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #333333;
}
h5 {
	font-size: 13px;
	font-style: italic;
	color: #333333;
}
.normal_weight {
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #06F;
}
a:visited {
	color: #63F;
}
a:hover, a:active {
	text-decoration: underline;
	color: #F30;
}
a img {
	border: none;
	outline: none;
}


table, tr, td, th, input, label {
	line-height: 1.6em;
	font-size: 12px;
	color: #222222;
}
table {
	border-spacing: 0;
}
table td {
	border: 0;
	border-collapse: collapse;
	padding: .5em 1em;
}	
tr:nth-child(even) {
    background-color: #eee;
}
tr:nth-child(odd) {
    background-color: #FBFBFB;
}
th {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 6px;
	margin: 0;
	background-color: #e6e6e6;
	border-bottom: 1px #cccccc solid;
	text-align: center;
}
table.same_color_rows tr:nth-child(odd) {
    background-color: #eee !important;
}

.image-float-left {
	float: left;
	padding: 0 15px 6px 0;
}
.image-float-right {
	float: right;
	padding: 0 0 6px 15px;
}


/* Data List */
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
	margin-bottom: 10px;
}
.dl-horizontal dt {
	float: left;
	width: 210px;
	text-align: right;
}
.dl-horizontal dd {
	margin-left: 230px;
}
.dl-vertical dt {
	color: #F60;
	border-bottom: 1px #FF9900 dotted;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.dl-vertical dd {
	margin-left: 20px;
}