/*  
	CSS for scheduling related pages:
		/venues/index.php
		/standings/index.php
		/schedules/index.php
*/

h3.posttitle {
	border-bottom: none;
	margin-bottom: 0px;
}

#custom {
	background-color: #ffffff;
	color:#000;
}

#header_for_print {
	display: none;
}

.small {
	font-size: 10px;
}

select {
	font-size: 11px;
}

#custom a {
	color: #2e59a1;
}

#custom a img {
	border: 0;
}

#custom p {
	/*padding: 0px;*/
}

#map {
	border: 1px solid #cccccc;
	margin: 70px 15px 0 0;
}

#schedule_form {
	padding: 5px 0px 10px 10px;
	background-color: #33CC00;
	border-bottom:3px solid #4F4F4F;
}

#schedule_form * {
	margin: 0;
	padding: 0;
}

#schedule_form select {
	margin-right: 6px;
}

#schedule_form option {
		padding: 1px 3px;
}

#schedule_form .submit {

}

#schedule_head {
	padding: 10px 15px 0;
}

#schedule_head h2 {
	font-size: 15px;
}

#schedule_head p {
	margin-top: 10px;
}

#schedule_body, #standings_body {
	margin: 0 auto;
	padding: 0px 15px 15px 15px;
}

#schedule a {
	color:#2e59a1;/*658BCA*/
}

#schedule td, #standings td {
	border-right: 1px solid #eee;
	font-size: 11px;
	padding: 4px 6px;
}

#schedule tr.hilite td {
	background-color: #ffff4d;
	border-bottom:  1px solid #fff;
}

#schedule th, #standings th {
	color: #fff;
	border-right: 1px solid #ccc;
	font-weight: normal;
	font-size: 12px;
	padding: 4px 10px;
	background-color: #818694;
}

#schedule th.ASC, #schedule th.DESC {
	background-color: #ccc;
}

#schedule th.ASC a {
	color: #000;
	font-weight: bold;
	padding-right: 16px;
	background: url('../assets/sort_asc.gif') center right no-repeat;
}

#schedule th.DESC a {
	color: #000;
	font-weight: bold;
	padding-right: 16px;
	background: url('../assets/sort_desc.gif') center right no-repeat;
}

#schedule th a {
	color: #fff;
	text-decoration: underline;
}

#standings td {
	padding: 4px 10px;
	border-bottom:1px solid #CCCCCC;
}

#standings th {
	/*text-align: center;*/
}

#standings td.divHead {
	border-top:1px solid grey;
	font-size:14px;
	padding:6px;
	background-color: #e4e7f5;
}


#rightnavigation {
	float: right;
	position: relative;
	top: -15px;
	right: 10px;
	font-weight: normal;
}

.warning { 
	color: red;
}

.noresults {
	font-size: 13px;
	padding: 25px 0 300px 20px;
	border: none;	
}

#managers {
	background-color: #eee;
	margin: 10px 0px 5px 10px;
}

#managers td {
	padding: 5px;
	font-size: 11px;
}

.teamname {
	font-weight: bold;
}
/*
#rightnavigation a {
	font-size: 11px;
	background-color: #FFFFDF;
	padding: 3px 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #D0D0C5;
	border-bottom: 1px solid #D0D0C5;
}
*/
