@charset "utf-8";

/* Schedule Table */
table.schedule{
	border:1px solid #641515;
	font-size: 90%;
}

h2 {
	font-size: 150%;
	margin-bottom: 5px;
	margin-top:0px;
}
h3 {
	font-size: 100%;
	padding:0px;
	margin-top: 0px;
	margin-bottom:5px;
	color:#FFCC00;
}

tr.scheduletitle {
	background-color:#000000;
	background-image: url(../assets/contact/contacttitle.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

/* Schedule Table Headers */
tr.scheduleheader {
	color:#eaff00;
	background-color:#3f0504;
	background-image: url(../assets/contact/scheduletableheaderbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight:bold;
}

/* Schedule Table Red TRs */
tr.schedulered{
	background-color: #640a09;
	background-image: url(../assets/contact/scheduletableredbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* Schedule Table Gray TRs */
tr.schedulegray{
	background-color: #2f2d2e;
	background-image: url(../assets/contact/scheduletableshadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

/* Schedule Table Red TDs */
td.scheduleredborder{
	border:0px solid #641515;
	border-width: 1px 0px 1px 0px;
}
	

