/*
Athletics Style Sheet
*/

/* Schedule And Score Table */
#schedule_table {
	clear:both;
	width:462px;
	table-layout: fixed;
	empty-cells:show;
	background-color:#DDDDDD;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 17px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	border: 1px solid #666666;
	
	
}
#schedule_table_date{
	width:38px;
	table-layout: fixed;
}
#schedule_table_day{
	width:69px;
	table-layout: fixed;
}
#schedule_table_opponent{
	width:112px;
	table-layout: fixed;
}
#schedule_table_H/A{
	width:26px;
	table-layout: fixed;
}
#schedule_table_location{
	width:112px;
	table-layout: fixed;
}
#schedule_table_time{
	width:52px;
	table-layout: fixed;
}
#schedule_table_score{
	width:37px;
	table-layout: fixed;
}

/*roster table*/
#roster_table {
	clear:both;
	width:324px;
	table-layout: fixed;
	empty-cells:show;
	background-color:#DDDDDD;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 83px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	border: 1px solid #666666;
	
}
#roster_table_number{
	width:54px;
	table-layout: fixed;
}
#roster_table_name{
	width:140px;
	table-layout: fixed;
}
#roster_table_position{
	width:75px;
	table-layout: fixed;
}
#roster_table_grade{
	width:45px;
	table-layout: fixed;
}

/*staff table*/
#staff_table {
	clear:both;
	width:550px;
	table-layout: fixed;
	empty-cells:show;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 94px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	border: 1px solid #666666;
	color: #444444;
	
}

#staff_table_column_one{
	width:275px;
	table-layout: fixed;
}
#staff_table_column_two{
	width:275px;
	table-layout: fixed;
}
