@charset "UTF-8";
body   {
	font: 12px/16px Arial, Helvetica, sans-serif;
	margin: 30 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 30 20 0 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr p {
	padding-right: 30px;
	padding-bottom: 3px;
}
.oneColFixCtr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #003399;
	font-weight: normal;
	line-height: 35px;
}
.oneColFixCtr a:hover {
	color: #000000;
	text-decoration: underline;
}
.oneColFixCtr #header {
	background-color: #003399;
	background-image: url(../images/fellow_banner.gif);
	background-repeat: no-repeat;
	height: 105px;
	background-position: 10px 10px;
}
#Navigation2  a:link; a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.oneColFixCtr #container #mainContent img {
	padding-top: 5px;	
}
ul#Navigation    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #003399;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding: 7px 0px 8px 0px;
	line-height:2.2em;
}
ul#Navigation   li {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
ul#Navigation  a:link, #Navigation a:visited  {
	color: #FFFFFF;
	background-color: #003399;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
}
ul#Navigation a:hover {
	background-color: #5181C0;
	color: #FFFFFF;
}
body#home li.home, body#faculty li.faculty, body#class2008 li.class2008, body#handbook li.handbook, body#handbook2 li.handbook2 {
	color: ##FF142A;
	background-color: #FF142A;
}
body#home li.home a:link, body#home li.home a:visited,
body#faculty li.faculty a:link, body#faculty li.faculty a:visited,
body#class2008 li.class2008 a:link, body#class2008 li.class2008 a:visited,
body#literature li.literature a:link, body#literature li.literature a:visited, 
body#handbook2 li.handbook2 a:link, body#handbook2 li.handbook2 a:visited{
	color: #FFFFFF;
	background-color: #FF142A;
}
.oneColFixCtr #containerSM {
	width: 450px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #containerSM img {
	padding-right: 15px;
	padding-bottom: 15px;
}
.oneColFixCtr #containerSM #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.oneColFixCtr a:link {
	color: #003399;
	text-decoration: underline;
}
#login  {
	border: 2px dotted #003399;
	width: 200px;
	background-color: #CCD7E8;
	padding: 20px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.oneColFixCtr a:visited {
	color: #003399;
	text-decoration: underline;
}
#whitebar {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 10px;
	width: 370px;
}
#whitebar2 {
	background-color: #DBE7FA;
	padding: 0px 0px 0px 10px;
	width: 370px;
}
.oneColFixCtr  #revblue h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003399;
	padding: 5px;
	width: 90%;
}
.largelist       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
}
.largelist   a:link    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	text-decoration: underline;
}
.largelist a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	text-decoration: underline;
	}
#addStudent input{
	margin-top:15px;
	margin-left:15px;
}
#addStudent label{
	background: #DBE7FA;
	height: 35px;
	width:100px;
	float:left;
	clear:both;
	margin:1px;
	padding:6px;
}
.clear{
	clear:both;
}
#editStudent select,
#editStudent input{
	margin:10px;
}
div.fileContainer{
	width:350px;
	padding:15px; 
}
div.buttons{
	margin:-5px;
	float:right;
	text-align:right;
	width:200px;
}
div.fileContainer a img{
	border:0px;
}
div.report{
	background:#aa0000; 
	padding:10px; 
	text-align:center;
	color:#fff;
	font-weight:bold;
	width:200px;
}

li.f_nav_highlight a{
	color: #FFFFFF !important;
	background-color: #FF142A !important;
}

#add_fellow_student{
	display:none;
}

#faculty_members_bio{
	position:absolute;
	display:none;
	width:450px;
	height:450px;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-250px;
	background:#CCD7E8;
	border:1px solid #00309D;
	padding:25px;
	overflow:auto;
}

#member_close:link,
#member_close:visited{
	float:right;
	background:#FF142A;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:5px;
}
#member_close:hover{
	background:#003399;
}


form label{
	float:left;
	width:150px;
	clear:left;
	margin-right:20px;
	padding:4px;
	zoom:1;
	position:relative;
	text-align:left;
}

form input.radio_input{
	width:auto !important;
	margin-right:10px;
	border:0;
	vertical-align:middle;
}
form label.radio_label{
	clear:none;
	width:auto;
	margin-right:30px;
	vertical-align:middle;
}

table input.radio_input{
	margin-bottom:0;
}

form textarea,
form select,
form input{
	float:left;
	width:250px;
	margin-bottom:10px;
	border: 1px solid #696969;
	padding:4px;
	zoom:1;
	position:relative;
}
form textarea{
	height:60px;
	font:inherit;
}

form img.form_image{
	float:left;
	margin-bottom:10px;
}
