/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/textures/bluebg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	overflow: auto;
}

hr{
	color: #B1AEA6;
}

a:link{ color: #003399; }
a:visited{ color: #00309C; }
a:active{ color: #0066CC; }

.height{ height: 100%; }

#menuarea {
	position: relative;
	margin-top:-8;
}

#menu {
	font-size: 13.5pt; 
	font-family: "Times New Roman", Times, serif;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #0066CC;
}

#header{
	position: absolute;
	top: 5;
	left: 0;
	width: 100%;
	text-align: center;
}

#main{
	
}

.title{
	font-size: 14pt;
	font-family: Satanick, Arial;
}

#side{
	border: solid #C3BFB1 2px;
	text-align: center;
	vertical-align: middle;
	height: 32;
	/*background: url(images/textures/beigemaindark.jpg);*/
}

#tables{
	border: solid #B1AEA6 1px;
}

#tables td{
	border: solid #B1AEA6 1px;
	text-align: center;
}
#tables th{
	color: black;
	border: solid #B1AEA6 1px;
	background-color: #C6BEB5;
	text-align: center;
}

#time{
	border: solid #B1AEA6 1px; 
	background: url(images/textures/beigemaindark.jpg); 
	font-size: 10pt;
}

#time td{
	border: solid #B1AEA6 1px;
	text-align: center;
}

div#details {
	
}

div#details a {
	text-decoration: none;
}

div#details a span {
	display: none;
	text-decoration: none;
}

div#details a:hover {
	background: none;
}

div#details a:hover span {
	text-decoration: none;
	display: block;
	position: absolute;
	/*left: 40%;*/
	width: 300px;
	padding: 5px;
	margin: 5px;
	z-index: 100;
	color: black;
	background-color: #C3BFB1;
	border: solid #B1AEA6 3px;
	font-size: 10pt;
}

.catHead {
	text-align: center;
}