@charset "utf-8";
/* Portal Video Site */

body {background: #333 url(../img/bighex.jpg) repeat-x top;
		background-repeat: repeat-x;
		margin:auto;
		position: relative;
		top:0px;
	}

p {
	color:#cccccc;
}
a {
	color:#ff00f6;
}
a:visited {
	color:#BC70CF;	
}
a:hover {
	color:#cccccc;
}
#requiredField {
	color:#F00;
}
#main {margin: auto;
		padding-top:0px;
		width:876px;
		position: relative;
		color:#130a01;
		top:0px;
		}
	
#container {margin-top:0px;
		padding-top:0px;
		text-align:center;
		top:0px;
		}
	
#header {text-align:center; 
		background: #333;
		color: #cccccc;
		position:relative;
		top:0px;
		}

/*content is to be filled with many pages via AJAX, content is parent to many id's*/
#content{}

#footer {text-align: center;
		background-color: #333;
		color:#ff00f6;
		width:876px;
		height: 23px;
		margin-top:0px;
		padding-top:0px;
		top:inherit;
}


/*index page specific*/
#indexRowOne {
		display:block;
		clear:both;
		height:300px;
}
#example {width:400px; 
		height:300px; 
		position: relative;
		top:0px;
		left:0px;
		margin-left: 0px;
		clear:none;
		float:left;
		}

#hype {float:right; 
		width: 476px;
		height: 300px;
		position:relative;
		top:0px;
		right:0px;
		background: #333;
		padding:13 10;
		}
		
#hypebox {
	display:block;
	text-align:center;
	width: 450px;
	height: 280px;
		
}
#hypebox h2 {
	color:ff00f6;
	text-align:center;
}


#adspace {background-color: #333;
	width: 876px;
	height: 150px;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
	
	display:block;
}

#adspace table {
	
	margin-top:8px;
	margin-left:16px;
}
#adspace td {
	margin: 8px;
}

#adspace #ad01 {width:276px;
		height:130px;
		background-color:#cccccc;
		
		}

#adspace #ad02 {width:276px;
		height:130px;
		background-color:#cccccc;
		
		}

#adspace #ad03 {width:276px;
		height:130px;
		background-color:#cccccc;
		
}

/*Blog page*/

#feed p {
	color:#cccccc;
	font-size: smaller;
	padding-left: 8px;
	padding-right:8px;
}
#feed a {
	font-size:12px;
	color:#ff00f6;
}
#feed a:visited {
	font-size:12px;
	color: #BC70CF;
}
#feed a:hover {
	font-size:12px;
	color:#cccccc;
}


/*Booking Page*/

#booking {
	width:876px;
	height:500px;
	display:block;
}

#bookingTable {
	color:#241402;
	width:600px;
	position:relative;
	text-align:center;
	background-color:#cccccc;
	
}
#bookingFormCenter {
	width:600px;
	position:relative;
	text-align: center;
	float:right;
	position:relative;
	right:160px;
	top:0px;
	
}
#bookingNav {
	float:left;
	position:relative;
	top:0px;
	left:0px;
}


/*history page*/
#historyTableDiv {
	overflow: auto;
	height:230px;
	width:455px;
}

#historyTable{
	text-align:center;
	width:420px;
	height:230px;
	padding:0px;
	margin:0px;
	
}
#historyData {
	color:#cccccc; 
	text-align:center;
	width:210px;
	height:10px;
	padding:0px;
	margin:0px;
}

/*miniForm navigation*/
#miniFormNav a {
	color:#ff00f6;
}

#miniFormNav a:visited {
	color: #BC70CF;
}

#miniFormNav a:hover {
	color:#cccccc;
}

/*naviVert or vertical Navigation*/
#naviVert ul {margin: 1px;
	padding: 0;
	height:20px;
}
#naviVert li {
	border-bottom: 1px solid #000000;
	list-style: none;
	padding-top: 0px;
	display: block;
	height: 30px;
	width:100px;
}
#naviVert li a {
	display: block;
	background-color: #241402;	
	color: #ff00f6;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	height: 30px;
	width:100px;
	font-size:large;
}
#naviVert li a:visited {
	display: block;
	background: #241402;
	color: #BC70CF;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	height: 30px;
	width:100px;
	font-size:large;
	}
#naviVert li a:hover {
	display: block;
	background: #130a01;
	color: #cccccc;
	padding: 8px 0 8px 12px;
	text-decoration: none;
	height: 30px;
	width:100px;
	font-size:large;
}
