html{
	height:100%
}

body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

#background {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#contentWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#toplogo {
	position: relative;
	top: 10px;
	margin-top: 50px;
	width: 287px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/albrook_bowling_20241217.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

#menu {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: 40px;
	z-index: 100;
}

#content {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	background: rgb(1, 1, 1);
	background: rgba(1, 1, 1, 0.65);
	padding: 40px;
	min-height: 600px;
}

#footer{
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/gradient.png);
}

h1 {
	color: #ffa60b;
	font-weight: bold;
	font-size: 16px;
}

a:link, a:visited {
	color: #940203; 
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #940203;	
	text-decoration: underline;
	font-weight: normal;
}

.tablink:link
{
	color: #940203; 
	text-decoration: none;
	font-weight: bold;
}

.tablink:visited
{
	color: #940203; 
	text-decoration: none;
	font-weight: bold;
}

.tablink:hover
{
	color: #940203; 
	text-decoration: none;
	font-weight: bold;
}

TD
{
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

INPUT
{
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

.button {
	border: 0px;
	padding: 12px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: #00ADEE url(../images/bckgd-read.png) repeat-x top center;
	margin: 30px 0 40px 0;
}

.button:focus {
	outline: 0;
}

TEXTAREA
{
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

SELECT
{
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

.headline
{
	color: #999;
	font-weight: normal;
	font-size: 20pt;
	font-family: Verdana,sans-serif;
	text-decoration: none

}

.errormsg
{
	color: #CC0000;
	font-weight: bold;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	text-decoration: none
}

table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	background: url(img/top_below.gif);
}

table.moduletable th {
	background: url(images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#namebox {
	position: relative;
	left: 10px;
	border: 1px solid #cccccc;
	padding: 2px;
	padding-bottom: 40px;
	width: 710px;
	background: #101010;
}



.generic_outline {
	padding-bottom: 2px;
	float: left;
	padding-right: 8px;
	width: 100%;
}

.contentheading {
	height: 30px;
	width: 100%;
	color: #efb304;
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	margin-top: -20px;
}



#pagecontent{
	background-color: #101010;
	font-family: verdana, arial;
	color: #999999;
	width: 700px;
	margin-left: 15px;
	margin-right:15px;
	margin-top: 0px;
	z-index: 1000;
}


#buttons {
	position: absolute;
	top: 113px;
	z-index: 5;
	width: 750px;
	height:20px;
	left: 50%;
	margin-left: -375px;
}

#centred {
	position: absolute;
	width: 784px;
	height:100%;
	left: 50%;
	top: 0px;
	margin-left: -392px;
}

#belowmenu {
	width: 754px;
	height: 100%;
	position: absolute;
	top: 132px;
	left:15px;
	padding-top: 40px;
	background-color: #101010;
	font-family: verdana, arial;
	color: #999999;
}
	

	
#belowButtons {
	position:absolute;
	top:110px;
	left: 15px;
}

#alley_name {
	position:absolute;
	top: 10px;
	left:520px;
}

.menu_inactive {
	font-family: Arial, Verdana,sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.menu_active {
	font-family: Arial, Verdana,sans-serif;
	font-size: 16px;
	color: #ffa60b;
	text-decoration: none;
}

.menulink:link {
	font-family: Arial, Verdana,sans-serif;
	font-size: 12px;
	color: #ffa60b;
	text-decoration: none;
	font-weight: normal;
}

.timelabel{
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}

.lanenumberlabel{
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}