

BODY {
	padding: 25px 0 0 0;
	margin: 0;
	background-color: #fff; 
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 16px;
}

/* --- global styles ----------------------------------------------------------------------------------------*/

td, th {
	vertical-align: top;
}

table#calendarContainer {
	margin: 15px auto 0px auto;
	width: 93%;
}

	table#calendarContainer td#left {
		width: 220px;
		padding-left: 10px;
	}
	
	table#calendarContainer td#right {

	}
	
	

table.calendar {
	border-collapse: collapse;
	background-color: #262626;
	border: 1px solid #131313;
	color: #f0f0f0;
	width: 100%;
	margin-bottom: 10px;
}
	
	table.calendar td, table.calendar th {
		border: 1px solid #131313;
		padding: 5px;
		font-size: 12px;
		text-align: center;
	}
	
	table.calendar th {
		background-color: #405B52;
		font-size: 11px;
	}
	
	table.calendar td.dayLabel {
		font-size: 11px;
		font-weight: bold;
		background-color: #191919;
		color: #fff;
	}
	
	table.calendar td.day {
		width: 14%;
	}
	
	table.calendar td.highlightday {
		background-color: #BA9C6E;
	}
	
	table.calendar td.highlightday a, table.calendar td.highlightday a:visted, table.calendar td.highlightday a:hover {
		color: #191919;
	} 
	
	table.calendar a, table.calendar a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
	
table.calendar td.longDate {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	width: 40px;
	background-color: #191919;	
}


table.calendar td.noListing {
	padding: 30px 0;
	text-align: center;
}

table.calendar td.longDesc {
	text-align: left;
}

table#left td, table#left th {
	text-align: left;
}

	table p {
		color: #fff;
		margin-top: 15px;
	}
	
	p.moreInfo {
		font-weight: bold;
	}
	
	p.moreInfo a, p.moreInfo a:visited {
		color: #f0f0f0;
	}
	
	.button {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		color: #000;
		line-height: 14px; 	
		padding: 0px;
		border: 1px solid #5c5c5c;
		background-color: #ccc;
		margin: 2px 3px 2px 0px;
		cursor: hand;
		cursor: pointer;
		padding: 2px 15px !important;
		padding: 0px;
	}
	

table#left th.end, .end {
	text-align: right;
}