/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


/* html, body {
min-height: 100%;
height: auto !important;
height: 100%
} */

#TB_window {
        font: normal 12px georgia, times, serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a {color: #A33D00; text-decoration:none; font-style: italic;}
#TB_window a:link {color: #A33D00;}
#TB_window a:visited {color: #A33D00;}
#TB_window a:hover {color: #A33D00; text-decoration:underline;}
#TB_window a:active {color: #A33D00;}
#TB_window a:focus{color: #A33D00;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #F2EBD9;
	z-index: 102;
	color:#000000;
	border: 4px solid #F2EBD9;
	text-align:left;
}

#TB_window.TB_nocaption {
  border: 0px;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_window .TB_inset {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:11px 30px 7px 20px;
	float:left;
	font: normal 12px georgia, times, serif;
	color: #7A6D59;
}

#TB_closeWindow{
	height:25px;
	padding:11px 20px 7px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	font-style: italic;
	font-weight: normal;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#F2EBD9;
	height:27px;
	font: bold 14px georgia, times, serif;
        letter-spacing: 0.05em;
        color: #A33D00;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 10px;
	overflow:auto;
	text-align:left;
	font: normal 12px georgia, times, serif;
	line-height: 1.3;
	color: #7A6D59;        
}

#TB_window.TB_nocaption #TB_ajaxContent{
  padding: 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}



/*****************************************/
/* S4C Content-Specific SmoothBox Styles */

/* Shared Styles */

#TB_ajaxContent .s4c-numbered-indent {
  float: left;
  display: block;
  width: 25px;
  text-align: right;
  padding: 0px 4px 0px 0px;
}

#TB_ajaxContent p {
  text-align: left;
  padding: 5px 0px 5px 0px;
  font: normal 12px georgia, times, serif;
  line-height: 1.4;
  color: #7A6D59;
}

#TB_ajaxContent h1 {
  font: normal 13px georgia, times, serif;
  color: #7A6D59;
}



/* Universal Declaration */

#TB_ajaxContent div.s4c-universal-declaration h1 {
  padding: 15px 0px 5px 0px; 
}

#TB_ajaxContent div.s4c-universal-declaration p {
  padding: 7px 0px 7px 0px;
}



/* Crew Biographies */

#TB_ajaxContent div.s4c-bio h1 {
  position: relative;
  top: -5px;
  padding: 0px 0px 10px 0px;
  font-size: 10px; 
  font-weight: bold; 
}



/* Current Initiatives */

#TB_ajaxContent div.s4c-initiative a {
  color: #A33D00;
  font-style: italic;
}

#TB_ajaxContent div.s4c-initiative a:hover {
  text-decoration: underline;
}



/* Under Construction */

#TB_ajaxContent div.s4c-under-construction {
  position: relative;
  width: 344px;
  height: 210px;
  background: url(../pics/bg__under_construction.jpg) no-repeat top left;
}

#TB_ajaxContent div.s4c-under-construction a {
  position: absolute;
  display: block;
  top: 149px;
  left: 91px;
  width: 158px;
  height: 16px;
}

