﻿/* Default Styles */
.hidden		{ display: none; }
.show		{ display: inline; }
.strong		{ font-weight: bold; }
.clear_all	{ clear: both; }
.left		{ float: left; }
.right		{ float: right; }
img			{ border: none; display: block; }

h1 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 1.8em;
	color: #003366;
}

h2 {
	font-size: 1.2em;
	color: #0a2552;
}
/* --------------- */

a,a:visited,a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
}

.content_body {	width: 1010px; }

.navigation {
	float: left;
	margin-bottom: 20px;
	width: 196px;
}

.navigation img { margin: 8px 0 0 8px; }

.pageContent {	
	width: 800px;
	float: left;
}

.pageContent p {
	margin-top:0;
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height:1.4em;
}

.pageContentLeft {
	width: 465px;
	float: left;
	margin-top: 15px;
	padding-bottom: 30px;
	margin-bottom: 70px;
	position: relative;
}

.pageContentLeft .sectionHeader {
	font-size: 1.25em;
	font-weight: bold;
	color: #878787;
}

.pageContentLeft h1, .pageContentRight h1 {
	padding-top: 0;
	margin-top: 0;
}

.pageContentRight {
	display: inline;
	width: 270px;
	float:left;
	border-left: solid 1px #d4d4d4;
	margin: 15px 0 0 25px;
	padding: 45px 10px 15px 25px;
}

.contentSection { position: relative; }

.blueBack {
	background-image: url("images/blueBack.gif");
	background-repeat: repeat-x;
	background-color: #e8f6f5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.researchBlock {
	width: 360px;
	height: 138px;
	float: left;
	margin-right: 30px;
	padding-bottom: 0;
	overflow: hidden;
}

.researchBlockContent {
	position: relative;
	height: 116px;
	width: 300px;
}

.researchBlockContent .more {
	margin-bottom: 6px;
	font-size: .9em;
}

.bannerCaption 
{
	position:absolute;
	bottom: 11px;
	left: 13px;
	color: #e5e0d2;
	font-size: .8em;
}

a.stanfordLink {
	position: absolute;
	bottom: 11px;
	left: 700px;	
	color: white;
	font-weight: bold;
	font-size: .9em;
}

.scienceProgramName 
{
	font-weight: bold;
	font-size: 1.1em;
}

.contentSectionTop 
{
	background-image: url("images/ContentBarBack.gif");
	background-repeat: repeat-x;
	height: 13px;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: small;
	padding: 4px 0 4px 7px;
	color: #003366;
}

ul.contentSection
{
	margin-left:10px;
	padding: 0px;
}

.contentSectionBody {
	padding: 0 10px 0 0;
}

.contentSectionTopLabel 
{
	padding: 7px 0 0 10px;
}


.storyExcerpt 
{
	float: left;
	display: inline;
	width: 420px;
	margin: 15px 0 0 15px;
}

.storyTitle 
{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.storyText { line-height: 1.3em; }

.linkList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: .9em;
}

.linkList li { padding: 3px 0 3px 20px; }

.blueList {
	list-style: bullet;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}

.programList 
{
	list-style: none;
	margin: 10px;
	padding: 0;
}

.programList li { padding: 3px 0 3px 0; }
.programList a	{ font-weight: bold; }


.rule {	border-bottom: solid 1px #c7dae2; }

.more {
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 10px 10px 0;
}

.back {
	font-weight:bold;
	font-size: .9em;
}

.small {
	font-size: .8em;
}

.enlarge {
	font-size: .9em;
	text-align:right;
	margin-bottom:2px;
}

.enlarge a { color: #112951; }

.enlarge img {
	display: inline;
	vertical-align: middle;
}
.thumbNail {
    margin-right: 0px;
    float: inherit;
    border: solid 1px #CCCCCC;
    padding: 1px;
}

.missionList	{ font-size: .95em; }
.missionList li { margin-bottom:3px; }

.largerText {
	font-size: 1.1em;
	line-height:1.4em;
}

.sectionHeading {
	color: silver;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}


/* ----- sortable tables ---------*/
.sortable_maps { margin: 15px 0 0 15px }

table.sortable {
	margin: 20px 0;
	width: 573px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table.sortable th {
	height: 13px;
	border-width: 0px 1px 1px 1px;
	text-align: left;
}

table.sortable th img { display: inline; }

table.sortable th, table.sortable td {
	padding: 4px;
	border-style: solid;
	border-color: #cccccc;
}

table.sortable td {
	padding: 6px 4px;
	border-width: 0px 1px;
	vertical-align: top;
}

table.sortable tr.odd td	{ background-color: #e0edf3; }
table.sortable tr.even td	{ background-color: #ffffff; }

/* ------------------------------- */

.topBar 
{
	width: 100%;
	height: 28px;
	background-image: url(images/barBack.gif);
	background-repeat: repeat-x;
}


.dept {
	float:left;
	width:415px;
	padding-bottom:25px;
	padding-top: 20px;
	position:relative;
}

.deptIcon 
{
	float:left;
	margin:11px 25px 20px 25px;
	width:58px;
	height:58px;
}

*html .deptIcon 
{
	display:inline;
}

*html .dept 
{
	display:inline;
}

.deptLink {
	font-weight: bold; 
}

.deptDesc 
{
	font-size: .9em;
	padding-top: 2px;
}

.dept .more 
{
	margin-bottom: 6px;
	font-size: .9em;
}

.RequiredFieldIndicator {
	font-weight:bold;
	color: #990000;
}

.plainList {
	margin-left:10px;
	padding-left:10px;
}

.plainList li {
	margin-bottom: 3px;
	
}


.niceList {
	margin-left:10px;
	padding-left:10px;
}

.niceList li {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size:1em;
	line-height:1.3em;
}

.bulletlessList {
	list-style: none;
	padding-left:15px;
	margin-left: 15px;
}

.bulletlessList li {
	padding: 3px 0 3px 0;
}

.leftCell {
	padding:4px;
	text-align:right;
	color: #666666;
	width:175px;
}

.rightCell {
	padding: 4px;
	font-weight:bold;
	font-size:1.1em;
}

.newsList {
	list-style-type: none;
	margin:10px;
	padding:0;
	color: #999999;
}

.newsList li {
	padding-bottom:4px;
}

thead td {
	font-weight: bold;
}

.contentSection .active {
	background-color: #dcebeb;
}

.newsList a {
	font-weight:bold;
	
}

.annDate {
	color: #999999;
	margin-top:15px;
}

.pageContentRight {
	border-left:none;
	
}

.pageContentLeft {
	margin-bottom:0;
}
.programTable td {
	padding: 4px;
	margin: 0;
	border:1px solid #c7dae2;
}

.programDay {
	font-weight:bold;
	text-align:center;
	background-color: #c5e3ea;
	border:solid 2px #638ba8;
	color: #003366;
	font-size:1em;
	text-transform:uppercase;
}

.programDayHead {
	background-color: #edf7f9;
	font-size:.9em;
	text-transform:none;
}

.programSession {
	border: 2px solid #638ba8;
}


.programTable {
	width:100%;
	margin: 15px 0 15px 0;
	padding:0;
	border:2px solid #638ba8;
	border-collapse:collapse;
}

.programBreak {
	color: gray;
}

.formTable {
	width:500px;
}

.formTable td {
	padding: 5px;
}

.formTable tr {
	vertical-align:baseline;
}

.formTable input {
	width:95%;
}

.formTable textarea {
	width:95%;
}

.formTableLabel {
	width:150px;
}

.formTable .small {
	font-size:.9em;
	color: gray;
	line-height:normal;
}

/* Information Box Styles */
.info_boxes {
	float: right;
}

.info_boxes .box {
	margin: 5px 0 15px 0;
	padding-bottom: 5px;
	width: 250px;
	background-color: #f2f2f2;
}

.info_boxes .box_header {
	padding: 6px 0 4px 10px;
	height: 19px;
	color: #112951;
	font-weight: bold;
	background-image: url(images/gray_bar_bg.gif);
	background-repeat: repeat-x;
}

.info_boxes .box_content, .box_content {
	margin: 7px 10px 20px 10px;
}

/* .info_boxes */ .button {
	line-height: 58px;
	margin-bottom: 8px;
	padding-left: 8px;
	height: 58px;
	width: 242px;
	font-weight: bold;
	font-size: 10px;
}

/* .info_boxes */ .register {
	background-image: url(images/register_btn.gif);
	background-repeat: no-repeat;
}

/* .info_boxes */ .reserve {
	background-image: url(images/reserve_btn.gif);
	background-repeat: no-repeat;
}

/* .info_boxes */ .button a,.info_boxes .button a:visited,.info_boxes .button a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/* .info_boxes */ .button a:hover {
	color: #990000;
	text-decoration: none;
}
	
/* ---------- */


.confDetails {
				
	color: #003366;
	font-weight: bold;
	font-size: 1.3em;
	line-height:1.5em;
}

.unactive {
	background-color: transparent;
}

.active {
	background-color: #7ad0e5;
}

.sortable img {
	display:inline;
}


.code {
	background-color: #eaeaea;
	border:solid 1px #d1d1d1;
	padding:5px;
}

.code pre {
	font-size:1.2em;
}



.contactList {
	margin: 0;
	padding: 0;
	margin: 10px;
	list-style: none;
}

.contactList li {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}