/*--------------------------------------

Alternative Softball League Stylesheet

created by Jeff Rose

----------------------------------------*/

body {
	text-align: center; 
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	color: #70767c;
}

a img { 
	border: none; 
	outline: none;
}

#container { 
	margin: 0 auto 0 auto;
	width: 900px; 
	text-align: left;
}

#header {
	margin: 0; padding: 0;
	width: 900px; 
	float: left;
}


#content {
	margin: 0; padding: 0;
	width: 900px; 
	min-height: 300px; 
	height: auto !important;
	height: 300px;
	float: left;
}



/*-- nav styles --*/

#index_logo {
	margin: 30px auto 10px auto;
	width: 580px;
}

#nav {
	margin: 30px auto 0 auto;
	width: 600px; 
	float: left;
		text-align: center;
}

#logo {
	margin: 0; padding: 0;
	width: 250px; 
	float: left;
}

#nav_index {
	text-align: center;
	margin: 0; padding: 0;
	width: 900px; 
}


/*-- footer styles ---*/ 


#footer {
	margin: 0; padding: 0;
	width: 900px; 
	float: left;
	border-top: solid 1px #c3c3c3;
}


#icons {
	margin: 10px auto 0 auto;
	width: 150px; 
}


/*-- stats styles ---*/

#catalog_listing {
	width: 780px;
	margin: 10px auto 0 auto;
	font: 12px/16px Arial, Helvetica, Verdana, sans-serif;
	color: #70767c;
	text-align: left;
	float: left;
}

#catalog_listing th {
	border-bottom: 1px solid #cbdde1;
	padding: 0 6px 0 6px;
}

#catalog_listing td {
	padding: 6px;
	border-bottom: 1px solid #cbdde1;
}

#catalog_listing th a {
	color: #bec5cc;
}

.arrow {
	font-size: 10px;
}

#catalog_listing a {
	color: #656b72;
	text-decoration: none;
}

#catalog_listing a:hover {
	color: #2d9bff;
	text-decoration: none;
}

#catalog_listing tbody tr:hover a { 
	color: #2d9bff;
}

#catalog_listing tbody tr:hover { 
	background: #ffff00;
}


#catalog_listing td {
	border-right: 1px solid #cbdde1;
	font-weight: normal;
}

