/**********************************\
 Athletic Schedules
\**********************************/

.sports_table th {
	font-size: .9em;
	text-align: left;
	padding-top: 20px;
	border-bottom: 2px solid #000;
}

.makeup td {
	color: #00a;
}

/**********************************
** Schedules
*/

div.schedule {
	padding-bottom: 40px;
}

div.schedule h2 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 1.05em;
	font-weight: normal;
	border-bottom: 1px solid #555;
	padding-left: 10px;
	color: #444;
}

div.schedule table {
/*	min-width: 400px;*/
}

div.schedule .note {
	margin-left: 30px;
	margin-right: 20px;
}

div.schedule h3 {
	color: #444;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #444;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0;
	padding-left: 10px;
}

div.schedule table table.schedule_cell {
}

table.schedule_cell td {
	font-size: 11px;
	padding: 0 3px 4px 3px;
}

table.schedule_cell .label {
	text-align: left;
/*	width: 1%;
	white-space: nowrap;*/
	font-weight: bold;
	vertical-align: top;
}
table.schedule_cell td.data {
	vertical-align: bottom;
}

#softball_schedule table {
	width: 450px;
	border: none;
}

#softball_schedule table td {
	border: none;
}

.message_schedule .series {
	font-weight: bold;
	text-transform: uppercase;
}