/* styles for the Tri-I SCI site         */
/* M. Fletcher for Patricia Childers 2007 */



/* links */
a:link {color: #11375e}
a:visited {color: #11375e}
a:hover {color: #a2cf6d}
a:active {color: #11375e}

/* body background and copy */
body {
	font-family: Helvetica, Arial, Myriad, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
}

body.home {
	color: #fffef2;
	background-color: #0d2d4c;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

body.sub {
	color: #11375e;
	background-color: #ffffff;
	background-image: url('../images/background_sub.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

/*body content */
#home_content {
	position:absolute; left:167px; top:123px; 
	width:557px; height:276px;
	z-index:89;
}

#sub_content {
	position:absolute; left:192px; top:123px; 
	width:557px;
	z-index:99;
}

/* page title */
h1 {
	font-size: 14pt;
	color: #ee5313;
	margin: 12px 0px 10px 35px;
}

/* page intro */
h2 {
	font-size: 12pt;
	margin: 0px 0px 10px 35px;
}

/* page intro + top spacing*/
h2.spaced {
	margin-top:35px;
}

/*section header */
p.section_header {
	font-size: 10pt;
	font-weight: bold;
	color: #ee5313;
	margin: 12px 0px 4px 35px;
}

/* general copy */
p { 
	font-size: 10pt;
	margin: 0px 0px 10px 35px;
}

/* fine print */
p.fine_print { 
	font-size: 8pt;
	margin: 0px 0px 10px 35px;
}

/* home page news */
#home_page_news {
	position:absolute; left:20px; top:200px; 
	width:240px; height:80px;
	z-index: 98;
}

.news_header {
	font-size: 8pt;
	color: #f5f221;
}

.news_date {
	font-size: 8pt;
	color: #ffffff;
}

a.news:link {color: #f5f221; font-size: 9pt; text-decoration: none; line-height: 1.1}
a.news:visited {color: #f5f221; font-size: 9pt; text-decoration: none; line-height: 1.1}
a.news:hover {color: #ffffff; font-size: 9pt; text-decoration: none; line-height: 1.1}
a.news:active {color: #f5f221; font-size: 9pt; text-decoration: none; line-height: 1.1}

/* pictures in body copy */
img.inline {
	float: left;
	margin: 4px 12px 6px 0px;
}

/* bulleted lists */
ul {
	margin: 0px;
}

li {
	font-size: 10pt;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}

/* page header */
#header {
	position:absolute; left:197px; top:26px;
}

/* navigation containers*/
#school_nav {
	position:absolute; left:25px; top:0px; 
	width:140px; height:120px;
	background-color: #587b87;
}

#left_nav {
	position:absolute; left:25px; top:120px;
	width:140px; height:280px;
	background-color: #486e86;
}

#top_nav {
	position:absolute; left:508px; top:0px;
}

#top_search {
	position:absolute; left:657px; top:0px;
	height:23px;
}

/* left nav images*/
img.nav {
	float: left;
}

/* page nav image with indent*/
img.nav_page {
	margin: 0px 0px 0px 35px;
}

/* top nav search */
input.top_nav {
	color: #0d2d4c;
	background: #94bbff;
	font-size: 9px;
	width: 90px;
	border: 0px solid #f3f3f3;
}

/* tables and forms */
table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 9px;
}

table.data {
	width: 557px;	
	margin: 0px 0px 0px 35px;
	border: 1px #99b4bf solid;
}

table.researchers {
	width: 592px;	
	margin: 0px;
}

td.data {
	border: 1px #99b4bf solid;
	padding: 4px;
	vertical-align: top;
}

td.researchers {
	border: 1px #99b4bf solid;
	padding: 4px;
	vertical-align: top;
	width: 33%;
}

td.researchers_header {
	padding: 4px 4px 4px 35px; /* 35->7 for left justify */
	color: #fff9ad;
	background-color: #0d2d4c;
	background-image: url('../images/background_search_table_header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

td.researchers_body {
	color: #11375e;
	background-color: #ffffff;
	background-image: url('../images/background_search_table_body.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

td.researchers_alpha {
	padding: 6px 0px 2px 1px;
}

input.researchers {
	margin: 0px 0px 0px 35px;
}