
/* COLORS */
.bg_darkblue {background-color: #003369;}
.bg_blue {background-color: #003399;}
.bg_medblue {background-color: #BECCE6;}
.bg_lightblue {background-color: #DFE6F3;}
.bg_lightgray {background-color: #DDDDDD;}
/* END: COLORS */

h3 {
	color: #003399;
}


/* THUMBNAIL PAGE */
img.fellow_thumb {
	border-right: 1px solid #FFFFFF;
}

td.fellow_thumbhead {
	padding-left: 8px;
	text-align: left;
	vertical-align: middle;
}

td.fellow_caption {
background: #003369;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #BECCE6;
height: 50px;
padding: 6px 8px 4px 8px;
}

td.fellow_thumbnav {
	background-color: #BECCE6;
	border-bottom: 1px solid #fff;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003369;
}

td.fellow_thumbnav a:link,
td.fellow_thumbnav a:visited {
	display: block;
	padding: 18px 10px;
	background-color: #BECCE6;
	color: #003369;
	text-decoration: none;
}

td.fellow_thumbnav a:hover  {

	background-color: #003369;
	color: #FFFFFF;
	text-decoration: none;
}
/* END: THUMBNAIL PAGE */


/* PROFILE PAGE */
.bg_lightblue table {
margin: 0 !important;
}

td.fellow_profheader1 {
background-color: #becce6;
padding: 0px 0px 0px 8px;
height: 30px;
text-align: left;
vertical-align: middle;
color: #036;
font-size: 12px;
}

td.fellow_profheader1 img {
display: none;
}

td.fellow_profheader2 {
	background-color: #DFE6F3;
	padding: 8px 8px 8px 8px;
	height: 110px;
	text-align: left;
	vertical-align: bottom;
}

td.fellow_profcontent {
	padding: 15px 15px 15px 15px;
}

td.fellow_profcontent p, ul, ol {
	/*font-size: 90%;*/
}

table.side_text th {
	padding: 5px 10px 5px 10px;
	background-color: #CCCCCC;
	border-top: 1px solid #B0B0B0;
	border-bottom: 2px solid #B0B0B0;
	text-align: left;
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #003399;
}

table.side_text td {
	padding: 10px 10px 10px 10px;
	text-align: left;
	font-family: arial, univers, sans-serif;
	font-size: 90%;
	color: #000000;
}

table.fellow_profnav th {
	padding: 5px 10px 5px 10px;
	background-color: #CCCCCC;
	border-top: 1px solid #B0B0B0;
	border-bottom: 2px solid #B0B0B0;
	text-align: left;
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #003399;
}

table.fellow_profnav td {
	padding: 10px 10px 5px 10px;
	text-align: left;
	font-family: arial, univers, sans-serif;
	font-size: 90%;
	color: #003399;
}

table.fellow_profnav td.div {
	height: 2px;
	background-color: #B0B0B0;
}

table.fellow_profnav td a:link {
	color: #003399;
	text-decoration: underline;
}

table.fellow_profnav td a:visited {
	color: #003399;
	text-decoration: underline;
}

table.fellow_profnav td a:hover {
	color: #003399;
	text-decoration: none;
}

/* END: PROFILE PAGE */



/* CHART */
table.fellow_chart {
	font-family: arial, univers, sans-serif;
}

table.fellow_chart th {
	text-align: left;
	padding: 4px 4px 4px 4px;
	background-color: #D0D0D0;
	font-size: 90%;
}

table.fellow_chart td {
	text-align: left;
	padding: 4px 4px 4px 4px;
	background-color: #F0F0F0;
	font-size: 85%;
}
/* END: CHART */


