@charset "UTF-8";
/* CSS Document */

.calendar-filters h2{
	clear:both;
}

.results-select-wide {
	width: 160px;
	font-size: 11px;
	background-color: #fff;
	border:1px solid #9b7d5d;
	margin:0 8px 10px 0;
	color:#9b7d5d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.results-table {
	background:#8896B3 url(/images/events-table-top.gif) no-repeat scroll left top;
	border:medium none;
	border-collapse:collapse;
	border-spacing:0;
	margin-top:0;
	width:436px;
}

.results-table th {
	text-align:left;
	color:#FFFFFF;
	height:24px;
	padding:10px;
	font-size:11px;
}

.results-table td {
	border-bottom:1px solid #7686A6;
	padding:10px;
	font-size:11px;
}
.results-filter-box-bg {
	margin:0 4px 3px 0;
	background-image: url(/images/res-box-bg.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 80px;
	float: left;
	padding-top: 2px;
}

.results-filter-box-bg input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border: none;
	background: none;
	width: 53px;
	height: 15px;
	color: #9b7d5d;
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
}

.results-filter-box-bg a img{
	border: none;
	margin-top: 5px;
}

.result-head{
	height: 26px;
	color:#FFF;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
}

td.results-table-btm {
	background:transparent url(/images/events-table-btm.gif) no-repeat scroll left bottom;
	border:medium none;
	font-size:0;
	height:20px;
	line-height:normal;
	padding:0;
}

.res-navbar{
	padding:8px 0 0 0;
	height:20px;
}

.centered p{
	text-align: center;
}