/* CSS Document */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;}

#h4 {
	margin-top:0;}
	
#container {
	width:870px;
	background-image:url(images/containerBG.jpg); background-repeat:repeat;
	padding-bottom:0;
	margin:0 auto;
	min-height:700px;}

#header {
	width:870px;
	height:122px;
	margin-top:0;
	margin-bottom:0;
	background-image:url(images/header.jpg); background-repeat:no-repeat; }
	

#nav {
	float: right;
	text-align: center;
	display:block;
	margin:0 0 1em 0;
	padding-top:0;
}
#nav ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 2em 0 0;
	padding: 0;
	list-style:none;	
}
#nav li {
	display: inline;
	background: url(images/tabbg.gif) repeat-x center bottom;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;

}
#nav a {
	color: #ffffff;
	background: url(images/tableft.gif) no-repeat left bottom;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;

}

#nav a:hover {
	color:#CC0000;
	background: url(images/tableft.gif) no-repeat left bottom;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;

}

#nav a span {
	background: url(images/tabright.gif) no-repeat right bottom;
	display: block;
	padding:4px 13px 7px 5px;
	float: none;

}

#leftColumn {
	width:15%;
	float:left;
	display:block;
	margin: 0.5em 1em 0 2em;}
	
#rightColumn {
	width:73%;
	display:block;
	float:right;
	margin:0.5em 2em 0 1em;}
	
#rightColumn h4 {
	background-color:#FFFFCC;}

.frontLink a{
	width:500px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#CC0000;
	margin-bottom:1.5em;
	}
	
.frontLink a:hover {
	color:#660000;}

#contactTable tr td{
	vertical-align:top;}

#searchTable {
	width:100%;
	margin-top:1em;
}
	
#searchTable tr td {
	width:25%;
	margin-top:0;
	font-size:90%;
	padding:5px;
	vertical-align:top;
	border-left:dotted 1px #999999;
	border-bottom:dotted 1px #999999;
}

#resultTable {
	width:90%;
	font-size:95%;
	border-bottom:dashed 1px #CCCCCC;
	margin-bottom:0.82em;
}


#resultTable tr td a {
	text-decoration:none;
	background-color:#990000;
	color:#FFFFFF;
	padding:4px;
	border-right:solid 1px #CC0000;
	border-bottom:solid 1px #CC0000;}

#resultTable tr td a:hover {
	background-color:#CC6600;
	color:#666666;}
	
#InducteeDetailTable {
	font-size:75%;}

#InducteeDetailTable tr td {
	vertical-align:top;
	border:1px solid #FFCC99;
	padding:2px;}

input {
	font-size:90%;
}

#sponsorBox {
	font-weight:bold;
	margin-top:5em;
	font-size:0.8em;}
	
#footer {
	width:870px;
	height:27px;
	background-image:url(images/footer.jpg); background-repeat:no-repeat;
	margin:0 auto;
	clear:both;}
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;

}

#TB_window a:link {color: #CC0000; text-decoration:none; font-weight:bold;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #FF9900;}
#TB_window a:active {color: #CC0000;}
#TB_window a:focus{color: #CC0000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background:#FFF; /* ken */
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	margin:auto;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border: 1px solid #ccc;
}

#TB_caption{
	height:25px;
	padding:11px 30px 10px 15px;
	color:#333333;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	
}


#TB_closeAjaxWindow{
	padding:7px 0 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	color:#FFF;
	width:100%;
	background:#ccc;
	
}

#TB_ajaxWindowTitle{
	width:auto;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-size:1.5em;
	color:#FFFFFF;
	border-bottom:1px solid #525252;
}

#TB_title{
	background:#333333;
	height:auto;
	border-bottom:2px solid #FFF;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}


#galleryBox{
	background-color:#FFF;
	clear:both;
	width:auto;
	padding:0.6em;
	margin:2em auto;
	display:block;		
}	
			
.galleryFrame img {
	width:150px; 
	margin:0.4em 1.2em;
	border:1px solid #CCCCCC;		
	}

.galleryFrame a {
	text-decoration:none;}
