
body {
	background:#000;
	font-family:arial;
}
a:visited, a:link, a:active {
	color:#FFF;
}
p {
	margin:0px;
	padding:6px 0;
	font-size:85%;
}
.content3 p {
	padding:15px 0 5px 0;
}
ul {
	margin-bottom:0;
	padding-bottom:0;
}
.content li {
	padding-bottom:6px;
}
h1 {
	color:#fff;
	font-weight:bold;
	text-align:center;
}

h2 {
	padding:0;
	margin:0;
}
.content h3 , .content h4 {
	padding-bottom:0;
	margin-bottom:0;
}
.content ul {
	margin-top:0;
	padding-top:0;
}
div#wrapper {
	width:760px;
	margin:0 auto;
}
div#header {
	background:url(../images/title2.jpg) no-repeat;
	height:133px;
	width:600px;
	margin-left:160px;
}
div#topnav {
	margin-left:160px;
	width:600px;
	background:url(../images/repeat_back.jpg);
	color:#FFF;
}

div#topnav a:hover {
	color:#FF9900;
}
div#topnav ul {
	list-style:none;
	padding:5px 0 0 2px;
	margin:0px;
}
div#topnav ul li {
	display:block;
	float:left;
	padding:0;
	font-size:85%;
	font-weight:bold;
	margin:0;
	float:left;
	border-right:1px solid #FF9900;
}
div#topnav ul li a {
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	display:block;
	float:left;
}
div#content1 {
	width:760px;
	background:url(../images/main_back.jpg) no-repeat;
	padding-top:10px;
	clear:both;
}
div#content1 h2 {
	margin-left:164px;
	padding:2px 8px;
	color:#fff;
	width:574px;
	background:#000;
	border:1px solid #FF9900;
	font-style:italic;
}
div#content1 div.content {
	color:#fff;
	width:580px;
	padding:0 10px;
}

div#contentAdmin {
	color:#fff;
	font-weight:bold;
}

div.backborder {
	margin-left:160px;
	background:url(../images/repeat_back.jpg);
}

div.regular {
	margin:0px;
	padding:0px;
	width:600px;
	margin-left:160px;
	background:url(../images/repeat_back.jpg);
}
div.regular div.content {
	color:#fff;
	padding:0 10px;
}
div.regular h2 {
	margin-left:4px;
	padding:2px 8px;
	color:#fff;
	width:574px;
	background:#000;
	border:1px solid #FF9900;
	font-style:italic;
}
div#footer {
	width:600px;
	margin-left:160px;
	background:url(../images/footer.jpg);
	height:30px;
}
table {
	width:100%;
}

table th {
	color:#fff;;
	font-weight:bold;
}

table tr td a {
	text-decoration:none;
	display:block;
	width:100%;
}
table tr td {
	text-align:center;
	width:20%;
}

table tr td.taken {
	background:#FF0000;
}

table tr td.available {
	background:#009900;
}
table tr td.available a:hover {
	background:#66FF66;
	color:#000;
}
table tr td.pending {
	background:#ffcc00;
}
table tr td.pending a {
	color:#000;
}
table tr td.pending a:hover{
	background:#FFFF33;
	color:#000;
}
#avail_window {
	position:relative;
	left:300px;
	top:-375px;
	width:300px;
	background:#CCFFCC;
	border:2px solid #FF9900;
	padding:8px;
}
#avail_window label {
	font-size:85%;
}
#pend_window {
	position:relative;
	left:300px;
	top:-375px;
	width:300px;
	background:#FFFFCC;
	border:2px solid #FF9900;
	padding:8px;
}
#pend_window label {
	font-size:85%;
}
	
