/**** straight-up HTML ****/

body {
	font-family: arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	}

p, td, ul {
	line-spacing: 1.3em;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #039;
	}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
	}

/**** general links ****/

#content a:link { 
	color: #9a0004; text-decoration: none; 
}

#content a:active { 
	color: #999; text-decoration: underline; 
}

#content a:hover { 
	color: #000000;
	text-decoration: underline; 
	background-color: #DDE9FF;
}

#content a:visited { 
	color: #666;
	text-decoration: none; 
}

#content a:visited:hover { 
	color: #000000;
	text-decoration: underline; 
}

/**** home page ****/

.headline {
	font-size: 12px;
	font-weight: bold;
	color: #039;
	}
	
#feature_box {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3em;
	}

.home_copy {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	}

#search_box {
	border: 1px solid #ccc;
	padding: 6px;
	margin-top: 5px;
	}	

.bottomNav {
	font-size: 10px;
	text-align: left;
	}

#separator {
	text-align: center;
	padding: 1px;
	background-color: #ccc;
}
/**** navigation ****/

#top_nav {
	text-align: center;
	padding: 7px;
	background-color: #ccc;
	}
	
#top_nav ul {
	margin: 0;
	padding: 0;
	}

#top_nav li {
	display: inline;
	list-style-type: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	width: 150px;
	}

#top_nav a {
	border: 1px solid #e5e5e5;
	padding: 3px 10px 3px 10px;
	}

#top_nav a:hover {
	border: 1px solid #9a0004;
	background-color: #e5e5e5;
	text-decoration: none;
	}

#home_footer {
	border-top: 5px solid #ccc;
	}

/**** sponsors bar ****/

#sponsors {
	border-top: 2px solid #ccc;
	text-align: center;
	}

#sponsors ul {
	margin: 0;
	padding-top: 10px;
	}

#sponsors li {
	list-style-type: none;
	display: inline;
	padding-left: 35px;
	padding-right: 35px;
	}


/**** classes ****/

.title {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #003399;
	padding: 0;
}
.bigtitle {
	font-weight: bold;
	font-size: 200%;
	color: #003399;
}
.subtitle0 {
	font-weight: bold;
	font-size: 120%;
}
.subtitle {
	font-weight: bold;
	font-size: 100%;
}

.subtitle2 {
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}

.author {
	font-style: italic;
	font-size: 100%;
}

.caption {
	font-weight: normal;
	font-size: 80%;
	color: #666666;
}

.info {
	font-weight: normal;
	font-size: 75%;
	color: #666666;
}
.abstract {
	font-weight: normal;
	font-size: 12px;
}
.resourceHead {
	font-weight: bold;
	font-size: 80%;
	color: #333333;
	background-color: #e5e5e5;
}
.resourceB {
	font-weight: bold;
	font-size: 80%;
}
.resource {
	font-weight: normal;
	font-size: 80%;
}
.rule {
	color: #cccccc;
}
.hr1 {
	color: #999999;
}

sup {
	font-size: 80%;
}

.m {
	font-size: 90%;
}
.sm {
	font-size: 90%;
}
.smi {
	font-style: italic;
	font-size: 80%;
}
.xsm {
	font-size: 80%;
}
.formLabel {
	font-size: 90%;
	color: #666666;
	font-weight: bold;
}

.quote {
	padding-left: 10%;
	padding-right: 10%;
	color: #666666;
}
	.bodycopy {
	font-size: 100%;
}
.bodycopy2 {
	font-size: 90%;
}

.gray {
	color: #666666;
}

.floatImage { 
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
	}
	
table.floatImage img{ 
	border: 1px solid #666;
	}

div.floatImage img {
	border: 1px solid #666;
	}

.pdf {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 80%;
	color: #893131;
}
.padded {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 100%;
}

/**** model layout ****/

#breadcrumbs {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 4px 0;
	}
	
#container {
	width: 95%;
	padding-left: 20px;
	margin: auto;
	}

#model_name {
	float: left;
	clear:right;
	padding-top: 10px;
	margin-bottom:5px;
	}

#image_info {
	padding: 10px 0;
	}

#text {
	padding-right: 10px;
	}

#references {
	font-size: 90%;
	}

#references h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

#references ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	}

#tabs {
	text-align: right;
	vertical-align:bottom;
	padding-top: 6px;
	
	}

#tabs.null {
	text-align: right;
	vertical-align:top;
	padding-top: 20px;
	padding-bottom:3px;
	
}
#tabs ul {
	padding: 0 6px 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: normal 11px verdana, sans-serif;
	
	}

#tabs ul li {
	list-style: none;
	margin: 0;
	display: inline;
	/*white-space:nowrap;*/
	}


#tabs ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	/*border-bottom: none;*/
	background: #dddddd;
	text-decoration: none;
	}
	

#tabs ul li a:hover, #tabs ul li a:visited:hover {
	color: #000;
	background: #DDE9FF;
	/*border-color: #227;*/
	border-bottom-color:#FFFFFF;
	border-left-color:#227;
	border-right-color:#227;
	border-top-color:#227;
	}

#tabs ul li span.active {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-width: 1px;
	border-style:solid;
	border-bottom-color:#FFFFFF;
	border-left-color:#778;
	border-right-color:#778;
	border-top-color:#778;
	/*background: #dddddd;*/
	background: #FFFFFF;
	text-decoration: none;
	text-align:center;
	}
	
#tabs ul li span.inert {
	padding: 3px 0.5em;
	margin-left: 3px;
	border-width: 1px;
	border-style:solid;
	border-bottom-color:#FFFFFF;
	border-left-color:#778;
	border-right-color:#778;
	border-top-color:#778;
	/*background: #dddddd;*/
	background: #FFFFFF;
	text-decoration: none;
	text-align:center;
	}

#page_footer {
	border-top: 1px solid #778;
	padding-right:3px;
}

/**** survey ****/

.answer {
	margin-left: 20px;
	}

#survey th {
	font-size: 10px;
	}

/**** pages with gray bar navigation ****/

#graybar_page {
	width: 740px;
	margin: auto;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 10px;
	}
	
	
	
/**** Intermediate Collections Page ****/
#collection-toc { 
	padding:0;
	margin-left:50px;
	margin-top:10px;
	width: 600px;
	margin-bottom: 50px;
}

#collection-toc div.collection {
	padding-bottom: 6px;
	padding: 5px;
	color:#000000;
	clear:both;
}

#collection-toc div.collection_on
{ 
	padding-bottom: 6px;
	padding: 5px;
	color:#666;
}

#collection-toc a {
	color:#000000;
	text-decoration:none;
}
#collection-toc a:hover {
	color:#9a0004;
	text-decoration:none;
}





h2.collection-name {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom:5px;
}

span.collection-desc {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3em;
	height: 150px;
}

#collection-toc span.floatImage { float:left; background-color:transparent; margin-right:15px; }

#collection-toc span.floatImage img { 
	/*border: 1px solid #666;*/
	/*margin: 5px;*/
	margin-left: 5px;
	margin-right: 15px;
	background-color:none; 
}

#collection-toc span.floatImage a img {
	border: 1px solid white;
}

#collection-toc span.floatImage a:hover img {
	border: 1px solid #9a0004;
}

#collection-toc h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-bottom:20px;
}


a {
	color: #9a0004;
	text-decoration: none;
	}



a:hover {
	color: #147;
	text-decoration: underline;
	}
