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

/* SUNY Downstate Health Sciences University Custom Stylesheet */
 
/* Text Styles */
.h2_blue_header {
	color: #06F;
	border-bottom: 1px #09F solid;
	padding: 2px 0 2px 0;
	margin: 0 0 1em 0;
}
.orange_header {
	color: #FA6400;
}
.bullet_arrow, .bullet_arrow ul li {
	list-style: none;
}
.bullet_arrow li {
	padding-bottom: .3em;
}
.bullet_arrow li:before {
	content: "\2023 \0020";
	margin-left: -16px;
	top: 4px;
	position: relative;
	color: #F30;
	font-size: 22px;
}
.bullet_arrow ul li:before {
	content: "\2023 \0020";
	margin-left: -16px;
	top: 4px;
	position: relative;
	color: #6C3;
	font-size: 22px;
}
.bullet_arrow li:last-child {
	padding-bottom: .5em;
}
.bullet_arrow li ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.list_dotted_border {
	width: 100%;
	display: block;
	font-size: 14px;
	margin: 0;
}
.list_dotted_border li {
	list-style: none;
	border-bottom: 1px #4D4D4D dotted;
	line-height: normal;
	width: 100%;
}
.list_dotted_border a:link, .list_dotted_border a:visited {
	width: 100%;
	margin: 0px;
	padding: 6px 0 3px 0;
	display: block;
	color: #000;
}
.list_dotted_border a:hover {
	background: #E6EDE4;
	text-decoration: none;
	display: block;
}

.lede {
	font-size: 14px !important;
}
.caption_text {
	font-size: 11px !important;
	line-height: normal;
	padding: .2em 0 1em 0;
}
.text_red {
	color: #df2d00;
}
.text_green {
	color: #008A00;
}
.text_blue {
	color: #06F;
}
.text_orange {
	color: #FA6400;
}
hr {
	padding: 0;
	margin: 1em 0 1em 0;
}
.clear_me {
	clear: both;
}
.overlay {
	z-index: 100;
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
}
.overlay h1 {
	color: #fff;
	font-size: 2em;
	
}
.overlay h3 {
	color: #FCF700;
	margin-top: -20px;
	font-family: Arial;
	font-size: 1.4em;
	
}
.green_box {
	color: #000000;
	background-color: #ccffcc; 
	padding: 10px; 
	margin-bottom: 1.2em;
	font-size: 14px;
	border-radius: 5px;
}
.btn {
	background-color: #0D74D1;
	color: #fff;
	padding: 8px;
	border-radius: 5px;
	font-size: .9em;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block; 
	justify-content: center;
	text-align: center;
}
.red {
	background-color: #680000;
}

/* Table Styles */
table.table_borders {
	width: 100%;
	border-collapse: collapse;
}
table.table_borders th { 
	border: 1px #606060 solid; 
	border-bottom: 3px #8391C8 solid; 
	font-size: 14px;
	line-height: normal;
	background-color: #C1CFF3;
	padding: 6px;
}
table.table_borders td { 
	border: 1px #606060 solid; 
}
table.table_borders tr {
    background-color: #FBFBFB;
}

table.table_clear {
	width: 100%;
	border: none;
	background-color: #ffffff;
	border-collapse: collapse;
}
table.table_clear th { 
	font-size: 14px;
	line-height: normal;
	background-color: #ffffff;
}
table.table_clear td { 
	border: none;
	background-color: #ffffff;
}

table.table_gray {
	width: 100%;
	border: none;
	background-color: #F5F5F5;
	border-collapse: collapse;
}
table.table_gray th { 
	font-size: 14px;
	line-height: normal;
	background-color: #ddd;
	border-bottom: 1px solid #717171;
}
table.table_gray td { 
	border: none;
	background-color: #F5F5F5;
	border-bottom: 1px solid #C8C8C8;
}

/* Table Links */
a:link.btn, a:visited.btn {
	color: #ffffff !important;
	text-decoration: none;
	font-size: .9em;
}
a:hover.btn {
	color: yellow !important;
	text-decoration: underline;
	font-size: .9em;
}
sup, sub { 
	line-height: 5px;
}

/* Additional Menu Colors */
li.menu2a a {
	background-color: #3577C4 !important;
	color: #FFF;
}
li.menu2a a:visited {
	color: #FFF;
}
li.menu2a a:hover, li.menu2 a:focus {
	background-color: #FFB74D !important;
	color: #000;
}

/* Search Directory Rules */
.ds_table th {
	font-size: 20px;
	padding: 4px 0;
}