/*
+---------------------------+
|           2006            |
|    Wave Motion Studios    |
| www.wavemotionstudios.com |
+---------------------------+
|                           |
|   Hailey's Club Website   |
|                           |
+---------------------------+
*/

/* Global Classes */
body {
	background-color:#000000;
}
body, table, tr, td, th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#666666;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
}
th {
	background-color:#333333;
	text-align:left;
}
a {
	text-decoration:none;
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
	color:#CDCDCD;
}

/* Custom Classes */
.indexBody {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}
.showImage {
	padding-top:20px;
}
.weeklyBody {
	background-color:#420C0C;
	background-image:url(../images/bg_weeklyevents.jpg);
	background-position:fixed;
	background-repeat:repeat-x;
}