/* This style sheet styles the custom content contained inside the news_events section of the site */

/* The following controls the width of the cells in the events table on the news home page */
.event_table {
	margin: 0px;
	padding: 0px;
	width: 647px;
	font-size: 12px;
}
.event_table_header {
	color: #FFFFFF;
	background-color: #000000;
}
.event_date {
	width: 80px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.event_time {
	width: 127px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.event_info {
	border: 1px solid #000000;
	padding-left: 5px;
}

/* The follow controls the width of the cells in the chapel schedule table on the chapel schedule page */
.chapel_table {
	margin: 0px;
	padding: 0px;
	width: 647px;
	font-size: 12px;
	text-align: left;
}
.chapel_table_header {
	color: #FFFFFF;
	background-color: #000000;
}
.chapel_date {
	width: 85px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.chapel_time {
	width: 60px;
	border: 1px solid #000000;
	padding-left: 5px;
}
.chapel_info {
	border: 1px solid #000000;
	padding-left: 5px;
}

#press_form {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* The following controls the layout of the cells in the press release table */
.press_table {
	margin: 0px;
	padding: 0px;
	width: 647px;
	font-size: 12px;
	line-height: 22px;
}
.press_table_header {
	color: #FFFFFF;
	background-color: #000000;
}
.player {
	text-align: left;
	border: 1px solid #000000;
	padding-left: 3px;
}
.year {
	border: 1px solid #000000;
	padding-left: 5px;
	text-align: left;
}
.hometown {
	border: 1px solid #000000;
	padding-left: 5px;
	text-align: left;
}
.press_date {
	text-align: left;
	border: 1px solid #000000;
	padding-left: 3px;
}
.press_info {
	border: 1px solid #000000;
	padding-left: 5px;
	text-align: left;
}

#sport_title h2 {
	font-size: 20px;
	font-weight: bold;
	color: #CF0018;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: white;
	background-image: none;
	background-repeat: none;
}

