/*Main CSS*/

a:link {	color: white; text-decoration:underline;}
a:visited { color: white; text-decoration:underline}
a:hover { color: #335F94; text-decoration: underline;}
a:active { text-decoration: underline;}

a.news:link {	color: #335F94; text-decoration:none;}
a.news:visited { color: #335F94; text-decoration:none;}
a.news:hover { color: #335F94; text-decoration:underline;}
a.news:active { text-decoration:none;}

BODY
{
	background-color:#E0E0E0;
	font-family: MS Trebuchet, Arial, sans-serif;
	color:white;
}

B
{
	color:#335F94;
}

B#s
{
	color:white;
}

H3
{
	margin:0px;
}

#wrap
{
	text-align: center;
}

#contentHandler
{
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main
{
	text-align: center;
	background-color: #729CCF;
	width: 700px;
	border-left: 3px solid white;
	border-right: 3px solid white;	
	padding: 5px;
}

#botLinks
{
	margin-top: 10px;
	font-size: 80%;
}

#copy
{
	text-align: left;
	padding-left: 270px;
	margin-top: 10px;
	color:black;
}

#feat
{
	float:right;
	text-align:center;
	background-color: #729CCF;
	border-left: 3px solid white;
	border-right: 3px solid white;
	width: 175px;
	padding: 3px;
	clear:both;
}

#events
{
	float:right;
	text-align:center;
	background-color: #729CCF;
	width: 175px;
	padding: 3px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	clear: both;
}

#podcasts
{
	float:right;
	text-align:center;
	background-color: #729CCF;
	border-left: 3px solid white;
	border-right: 3px solid white;
	width: 175px;
	padding: 3px;
	clear: both;
}

#miniBorder
{
	text-align:right;
	float:right;
	clear:both;
}

/*News Stuff*/

IMG#poster
{
	float: left;
	height: 40px;
}

#news
{
	border: 3px white double;
	padding: 10px;
}

#Top
{
	background-image:url('Top.jpg');
	height: 45px;
	margin: 0px;
	margin-top: 20px;
}

/*About Page*/
IMG.imgL
{
	float:left;
	margin-right: 10px;
	border:1px solid white;
}

IMG.imgR
{
	float:right;
	margin-left: 10px;
	border:1px solid white;
}

/*Events Page*/

#E
{
	width: 300px;
	text-align:left;
	border:3px solid white;
	margin:0px;
	padding:10px;
}

TD.Event
{
	border-bottom: 3px white solid;
	border-right: 3px white solid;
	border-left: 3px white solid;
	vertical-align: middle;
	width: 310px;
	padding: 5px;
}

#TopEv
{
	background-image:url('TopEv.jpg');
	background-repeat:no-repeat;
	height: 45px;
	margin: 0px;
	margin-top: 20px;
	width: 300px;
}

IMG#imgE
{
	height:125px;
	margin-top:10px;
	margin-bottom:10px;
	border:0;
}

#eventHolder
{
	text-align:center;
	margin:0px;
}

/*Event Page*/
TD.TopEvent
{
	background-image:url('Images/TopEvent.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}

/*Register Page*/

#register
{
	text-align: left;
	padding: 20px;
}

TD.UserRegTop
{
	background-image:url('TopMem.jpg');
	background-repeat:no-repeat;
	height:30px;
}

TD.RegColLeft
{
	border-left: 3px white solid;
}

TD.RegColRight
{
	border-right: 3px white solid;
}

/*Members Page*/

TD.user
{
	padding: 5px;
	border-left:3px solid white;
	border-bottom:3px solid white;
}

TD.info
{
	border-right: 3px white solid;
	border-bottom: 3px white solid;
	padding-left: 5px;
}

TD.TopMem
{
	background-image:url('TopMem.jpg');
	background-repeat:no-repeat;
	height:30px;
	width:326px;
}

/*Profile Page*/
TR.ProTop
{
	background-image:url('ProTop.jpg');
	background-repeat:no-repeat;
	height:45px;
}

/*Podcast Page*/
#pod
{
	width:280px;
	padding:5px;
	border:3px white solid;
	text-align: left;
}

#info
{
	width:280px;
	text-align:left;
	margin-top:20px;
	padding-left: 10px;
}

#hist
{
	height:300px;
	padding-right: 5px;
	overflow-y: auto;
}

/*Manage Profile Page*/
TD.ManTop
{
	background-image: url('ManTop.jpg');
	text-align: center;
	height:45px;
}

TABLE.ImageTable
{
	text-align: center;
	width: 550px;
	border-bottom: 3px white solid;
}

TD.infoRowL
{
	border-left:3px white solid;
}

TD.infoRowR
{
	border-right: 3px white solid;
	text-align: left;
	padding-right: 80px;
}

/*Download Page*/
#Download
{
	width: 300px;
	/*height: 170px;*/
	text-align:center;
	/*border:3px solid white;*/
	margin:0px;
	padding:10px;
}

TD.downTD
{
	height: 170px;
	vertical-align: middle;
	border: 3px solid white;
	padding-bottom: 10px;
}

IMG.D
{
	margin-bottom: 3px;
}

/*LightBox*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}
	
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
	
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../LightBox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../LightBox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../LightBox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	color: black;
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}		