a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #666666;
	background-image: url("/assets/layouts/body_bg_top.jpg");
	background-repeat: repeat-x;
	color:#000000;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
#MainBodyContainer .leftMenu {
	color: #e7e5d9;
	font-size: 16px;
	font-family: Verdana;
}
#MainBodyContainer .leftMenu a {
	color: white;
	font-size: 16px;
	font-family: sans-serif;
	text-decoration: none;
	background-image: url("/assets/layouts/button_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 14px 10px 6px;
}
#MainBodyContainer .leftMenu a:hover {
	text-decoration: none;
	background-image: url("/assets/layouts/button_bg2.jpg");
}
#MainBodyContainer .bannerBox {
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
}
#MainBodyContainer .pageHome {
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	padding: 10px 25px 15px 5px;
}
#MainBodyContainer .pageHome a {
	text-decoration: underline;
}
table {
	font-size: 12px;
}
.Default a {
	text-decoration: underline;
}
.Default a:hover {
	text-decoration: underline;
}
.Default_title {
	color: red;
	font-size:18px;
	font-weight: bold;
}
.Default_title a {
	color: red;
	font-size:18px;
	font-weight: bold;
}
.Default_title a:hover {
	color: red;
	font-size:18px;
	font-weight: bold;
}
.Default_image {

}
h1 {
	color: red;
}
#MainBodyContainer .redTable {
	color: #fff;
	font-size: 13px;
	font-family: sans-serif;
	border: solid;
	padding: 5px;
	border: solid 1px #888;
}
#MainBodyContainer .redTable strong {
	font-size: 14px;
	color: #fff;
}

.Bowling {
	list-style-image: url("/assets/layouts/list_bowling.png");
}
.Golf {
	list-style-image: url("/assets/layouts/list_golf.png");
}
.Pool {
	list-style-image: url("/assets/layouts/list_pool.png");
}
.Darts {
	list-style-image: url("/assets/layouts/list_darts.png");
}
.RedDot {
	list-style-image: url("/assets/layouts/list_dot.png")
}
.AlignCenter { text-align:center; }
.AlignRight { text-align:right; }
div.calendarStyles td.calendar {
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	font-size:10px;
	height:50px;
	width:75px;
}
div.calendarStyles td.calendarToday {
	background-color:#cccccc;
}
div.calendarStyles table.calendar {
	border:1px solid silver;
	width:100%;
}
div.calendarStyles .calendar .calendar_events a {
	color:#D31145;
	display:block;
	padding-bottom:5px;
}
div.calendarStyles .calendar .calendar_events a:hover {
	color:#D31145;
	text-decoration:underline;
}
div.calendarStyles .calendar .calendar_events {
	font-size:9px;
	list-style-position:inside;
	list-style-type:none;
	padding-left:10px;
	text-align:left;
	width:79px;
}
div.calendarStyles .calendar .calendar_events li {
	font-size:9px;
}
.calendarHeader {
	background-color:#cccccc;
	border: 1px solid silver;
}
.events a {
	display:block;
	padding-bottom:10px;
}

