/** Global styles **/
a img { border: solid 0px black; } /* Remove borders from all image links */
body {
	padding: 0; margin: 0; /* Content to the edges of the frame */
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 10pt;
}
a, a:visited, a:active, a:link { color: #004b91; }

/** Page Layout **/
div#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

div#navTop { 
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
	height: 90px;
	width: 100%;
	background-color: #FFF;
}
div#navTop #menu {
	float:right;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 10pt;
	font-weight: bold;
}
/** Top Navigation **/
div#navTop #menu a { padding: 2px 3px; }
div#navTop #menu a:hover, div#navTop #menu a.selected { background-color: #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#navTop #menu a.img:hover { background-color: transparent; }
div#navTop #topLogo {
	float:left;
	width: 209px;
	height: 84px;
	margin-left: 20px;
}

/** Subheader **/
div#subhead {
	background-color: #004b91;
	background-image: url("../img/subhead_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 -20px;
	height: 50px;
}
div#subhead #title {
	display: block;
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	padding: 20px 0 0 25px;
}

/** Main Content **/
div#content {
	margin: 90px 0 0 0;
	padding: 0 10px 0 10px;
	position: relative;
}
div#content h1 {
	font-size: 12pt;
	color: #004b91;
	margin: 0;
	padding: 0;
}
div#content h2 {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}
div#content ul {
	margin-top: 0;
}
div#content input, div#content select, div#content textarea { font-family:Tahoma, sans-serif; font-size: 10pt; }

/** Debugging **/
div.code {
	white-space: pre;
	font-family: Courier New, Courier, mono;
	padding: 10px;
	border: solid 1px #CCC;
	background-color: #EEE;
}

/** Home Slideshow **/
div#slideshow_frame {
	border: solid 1px black;
	padding: 0px;
	margin: 0px;
	background-color: #004b91;
	position:relative;
}
div#slideshow { height:300px; padding: 0; }
div#slideshow_btns {
	position: absolute;
	z-index: 1000;
	top: 265px; left: 95px;
	width: 500px;
	text-align: right;
	margin; 0; padding: 0;
}
.btnTrans .dijitButtonNode {
	background: transparent !important;
	padding: 0 1px !important;
	border-width: 0px !important;
}
.btnTrans .dijitButtonContents { display: inline-block; }
.bulIcon1 { background-image: url("../img/bul1_up.png"); background-position: center center; background-repeat: no-repeat; height:24px; width:24px; }
.bulIcon2 { background-image: url("../img/bul2_up.png"); background-position: center center; background-repeat: no-repeat; height:24px; width:24px; }
.bulIcon3 { background-image: url("../img/bul3_up.png"); background-position: center center; background-repeat: no-repeat; height:24px; width:24px; }
.bulIcon4 { background-image: url("../img/bul4_up.png"); background-position: center center; background-repeat: no-repeat; height:24px; width:24px; }
.pauseIcon { background-image: url("../img/media-playback-pause.png"); background-position: center center; background-repeat: no-repeat; height:16px; width:16px; }
.playIcon { background-image: url("../img/media-playback-start.png"); background-position: center center; background-repeat: no-repeat; height:16px; width:16px; }
.dijitButtonChecked .bulIcon1, .dijitToggleButtonChecked .bulIcon1 { background-image: url("../img/bul1_dn.png"); }
.dijitButtonChecked .bulIcon2, .dijitToggleButtonChecked .bulIcon2 { background-image: url("../img/bul2_dn.png"); }
.dijitButtonChecked .bulIcon3, .dijitToggleButtonChecked .bulIcon3 { background-image: url("../img/bul3_dn.png"); }
.dijitButtonChecked .bulIcon4, .dijitToggleButtonChecked .bulIcon4 { background-image: url("../img/bul4_dn.png"); }

/** Floating content boxes **/
div#rightCol {
	float: right;
	width: 400px;
	padding: 0 0 0 15px;
}
div#rightCol div.box {
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #CCCCCC;
	margin: 15px 0;
	padding: 0 3px;
}
div#leftCol {
	float:left;
	width:400px;
	padding:0 15px 0 0;
}
div#leftCol div.box {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #CCCCCC;
	margin: 15px 0;
	padding: 0 3px;
}

/** Footer **/
div#tail {
	margin: 0;
	height: 18px;
	background-image: url("../img/tail_bg.gif");
	background-repeat: repeat-x;
	font-size: 8pt;
	line-height:1em;
	padding: 18px 5px 2px 5px;
	clear: both;
}

/** News Blocks **/
div#news {
	color: #004b91;
}
div#news h1 {
	padding: 2px 5px 2px 5px;
	margin: 0;
	font-size: 10pt;
	font-weight: bold;
}
div#news ul { list-style-image: url("../img/raquo.png"); }
div#news li:first-line { font-weight: bold; }


/** Generic styles **/
div#content small { font-size:0.75em; }
div#content p { margin: 0 0 1em 0; line-height:1.6em; }
div#content p.midShunt {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
div#content dt { font-weight:bold; color:#333; }
div#content dd { margin: 0 0 0.5em 2em; }
div#content td { padding: 2px 5px; }
div#content th { font-weight:bold; text-align:center; vertical-align:middle; padding:2px 5px; background-color:#BBB; }
div#content table.form th { background-color:transparent; text-align:right; padding-right:1px; }
div#content table.form td { padding:1px 3px; }
div#content input.num_field { text-align:right; padding-right:1px; }

p#errorMsg {
	padding: 0.25em 0.5em;
	border: solid 1px red;
	background-color: #FCC;
	color: #600;
	font-weight: bold;
}
div#content p.breadcrumb {
	font-size: 8pt;
	padding: 0; margin: 0;
}

tr.row_odd { background-color:#DDD; }

/** Login Page **/
div#login_wrapper { display:block; width:500px; padding: 30px 175px 200px 0; margin:0 auto; background-image: url('../img/login_background.jpg'); background-repeat:no-repeat; background-position:bottom right; }
div#login_box { margin:0 0 0 auto; background-color:#EEF; padding:10px; width:350px; border:solid 1px #666; 
	-moz-box-shadow: 3px 3px 3px #CCC;
	box-shadow:      3px 3px 3px #CCC;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	border-radius:         10px;
	}
div#login_box h2 { text-align:center; font-size:1.5em; }
div#login_box p { font-size:0.8em; }
div#login_box input.large_text { width:338px; font-size:18pt; padding:5px; border:solid 1px #666; background-color:#CDF;
	-moz-border-radius:    3px;
	-webkit-border-radius: 3px;
	border-radius:         3px;
	}
div#login_box input.large_text:focus { background-color:#FFF; }
div#login_box input.submit { width:350px; height:35px; margin-top: 1em; }
div#login_box .form_label { font-size:8pt; display:block; font-weight:bold; margin-top:1em; }

div#small_login_box { background-color:#EEF; padding:5px 10px 10px 10px; width:200px; border:solid 1px #666;
	-moz-box-shadow: 3px 3px 3px #CCC;
	box-shadow:      3px 3px 3px #CCC;
	-moz-border-radius:    10px;
	-webkit-border-radius: 10px;
	border-radius:         10px;
	}
div#small_login box p { font-size:0.8em; }
div#small_login_box input.large_text { width:187px; font-size:12pt; padding:5px; border:solid 1px #666; background-color:#CDF;
	-moz-border-radius:    3px;
	-webkit-border-radius: 3px;
	border-radius:         3px;
	}
div#small_login_box input.large_text:focus { background-color:#FFF; }
div#small_login_box input.submit { width:200px; height:25px; margin-top: 1em; }
div#small_login_box .form_label { font-size:8pt; display:block; font-weight:bold; margin-top:1em; }


/** IIT Search **/
div#iit_search table.search td { padding: 2px 0; }
div#iit_search table.search input, div#iit_search table.search select { font-size: 10pt; font-family: Tahoma, serifSansSerifMonospace; width:200px; padding-left:0px; }

div#iit_search table.results { width: 100% }
div#iit_search table.results td { padding: 2px 5px; }
div#iit_search .dijitInputField { padding-left: 3px !important; }
div#iit_search .dijitComboBox { width: 199px; }

div#iit_search h1 { font-size: 12pt; border-style: double; border-color: #004b91; border-width: 0 0 3px 0; }
div#iit_search h2 { font-size: 12pt; border-style: dotted; border-color: #000; border-width: 0 0 1px; 0; margin: 1em 0 0 0; }
div#iit_search h3 { font-size: 10pt; font-weight: bold; margin: 0.75em 0 0 0; }
div#iit_search lh { font-weight: bold; border-style: solid; border-color: #000; border-width: 0 0 2px 0; }
div#iit_search .protocolSite { width: 250px; height:150px; float: left; background-color:#EEE; margin: 5px 10px; padding: 5px; }
div#iit_search .protocolSite h4 { margin: 0; }
div#iit_search p.ListTitle { font-weight: bold; }

/** Error Pages **/
div#http_error {padding-top: 30px; }
div#http_error .logo { width: 260px; margin-left: 20px; float: right; }
div#http_error .text h1 { font-size: 18pt; margin: 0 0 .125em 0; }
div#http_error .text h2 { font-size: 14pt; margin: 0; }

@media screen {
	.printonly { display:none; }
	.table_scroller { overflow: auto; }
}
@media print {
	.noprint { display:none; }
	div#navTop #menu { display:none; }
	div#navTop { position: absolute; }
	div#subhead { display:none; }
	.table_scroller { height:auto !important; overflow: visible; }
}

