/* CSS Document */


/* ------------------------------------------------------------------------- Backdrop */
body{
	background: #000 url(/presents/michael/designs/jacks/redblack/images/backdrops/home_schedule.jpg) no-repeat;
}


/* ------------------------------------------------------------------------- Event results */
.events h3{
	position: relative;
	height: 30px;
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 0px 100px;
	color: #FFF;
	text-align: left;
	text-transform: capitalize;
	background: #333;
}
.events h3:first-child{
	margin-top: 0px;
}
.events h3 img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.events table tr.even{
	background: #1F1D1D;
}
.events table td{
	padding: 3px 0px;
	font-size: 9pt !important;
}
.events table td a{
	font-size: 9pt;
}
.event{
	width: 100%;
}
.event th{
	text-align: left;
}
.event h4{
	margin: 15px 0px 0px 0px !important;
}
.event h4:first-child{
	margin-top: 0px !important;
}
.event table{
	margin: 0px !important;
	border: 1px solid #666;
}
.event table td{
	padding: 3px 10px 3px 5px;
}
.event table td.cell_1{
	width: 80px;
	text-align: right;
}
.event table td.cell_2{
	text-align: left;
}
