/* CSS Document */

#content_listings {	
	width: 920px;
	padding: 20px;
	background: white;
	}
	
#searchbox {	
	padding: 10px;
	margin-top: 10px;
	background: lightgrey;
	border: 1px solid #b3b3b3;
	}

.drops {
	display: inline;
	}
	
select, input {
	border: 1px solid #b3b3b3;
	margin: 0;
	}

.searchfield {
	width: 200px;
	padding: 2px 0 0 0;
	margin: 0;
	border: 1px solid #A2CD5A;
	background: #EEF3E2;
	}

.searchbutton {
	border: 1px solid #A2CD5A;
	background: #BCEE68;
	margin-bottom: 1px;
	}

/* Listings */

#listings {
	width: 920px;
	margin-top: 2em;
	border-collapse: collapse;
	font: normal .85em/1.3em Arial, Helvetica, sans-serif;
	}

thead tr {
	height: 30px;
	}

thead th {
	font-weight: bold;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}

#legend-head {
	width: 100px;
	text-align: center;
	}

#team-league {
	width: 270px;
	text-align: left;
	}

#listing-desc {
	width: 550px;
	text-align: left;
	}

tbody td {
	height: 20px;
	}

.desc-text {
	text-align: left;
	}

.tr-even {
	background: #ececec;
	}

tfoot p {
	padding: 2em 0 0 0;
	text-align: center;
	}

/* ---------- Legend ---------- */

#legend {
	position: absolute;
	width: 180px;
	border: 1px solid #e70;
	top: 400px;
	left: 150px;
	visibility: hidden;
	z-index: auto;
	background-color:#FFFFCC;
	margin: 0;
	padding: 8px;
	text-align: left;
	}

#legend ul {
	list-style: none;
	padding-top: 1em;
	}

#legend ul img {
	padding-right: 1em;	
	}

.square-list {
	width: 10px; 
	height: 10px;
	}

.square {
	width: 10px; 
	height: 10px;
	margin: 5px 5px 0 0;
	float: left;
	}