/*  Document Parts */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #3a3909;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #790000;
}

#mainDiv {
	position: relative;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}


/* Styles for Sports Calendar */

.calMonth {
	border: 1px solid black;
	width: 924px;
	font-size: 90%;
	margin-left:auto;
	margin-right:auto;
}

.calMonth th {
	border: 1px solid #000000;
	padding: 2px 0;
	background-color: #790000;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 100% ;
	width: 130px;
}

.calMonth td {
	border: 1px solid #000000;
	padding: 2px 0;
	vertical-align: top;
	width:130px;
	height: 110px;
	background-color:#FFFFFF;
	color: #000000;
	text-align:left;
}

.calMonth td.previous, .calMonth td.next {
	background-color:  #ddd7c7;
}

.calMonth td.today  {
	background-color:  #fffdda;
}

.calMonth ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0px 2px;
	text-align:center;
}

.calMonth li {
	font-weight: 100;
	font-size: 80%;
	padding: 0px;
}

.calMonth li a{
	color: #790000;
	font-size: 110%;
}

/* Styles for Athletics Spreadsheet */

#sheet h4 {
	font: bold 110% "Times New Roman";
	font-weight:bold;
	color:#7B0100;
	text-align:center;
	margin-bottom:-3px;
	margin-top:-0.09em;
}

#sheet {
	padding: 5px 0px 10px 20px;
}

.spreadSheet {
	/* border-collapse: collapse; */
	width: 1100px;
	font-size: 90%;
}

.smallSheet {
	/* border-collapse: collapse; */
	width: 700px;
	font-size: 90%;
}

.spreadSheet caption {
	text-align: center;
	font: bold 100% "Times New Roman";
	padding: 0px 0px 6px 0px;
}

.smallSheet caption {
	text-align: center;
	font: bold 100% "Times New Roman";
	padding: 0px 0px 6px 0px;
}

.spreadSheet th {
	border: 1px solid #000000;
	padding: 2px 8px 2px 8px;
	background-color: #8C0000;
	color: #FFFFFF;
	font: 90% "Times New Roman";
	/*width: 150px;*/
}

.smallSheet th {
	border: 1px solid #000000;
	padding: 2px 8px 2px 8px;
	background-color: #8C0000;
	color: #FFFFFF;
	font: 90% "Times New Roman";
	/*width: 150px;*/
}

.spreadSheet td {
	border: 1px solid #000000;
	font: 90% "Times New Roman";
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
	/*width:150px;*/
	height: 20px;
	background-color:#FFF9D7;
}

.smallSheet td {
	border: 1px solid #000000;
	font: 90% "Times New Roman";
	padding: 2px 4px 2px 4px;
	vertical-align: middle;
	/*width:150px;*/
	height: 20px;
	background-color:#FFF9D7;
}

.spreadSheet td.away {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

.spreadSheet td.cancelled {
	//background-color: #E3C8AD;
	background-color: #FFDB97;
	color: #000000;
	border: 1px solid #000000;
}

.spreadSheet td.reschedule {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #000000;
}

.smallSheet td.away {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
}

.smallSheet td.cancelled {
	background-color: #FFDB97;
	color: #000000;
	border: 1px solid #000000;
}

.smallSheet td.reschedule {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #000000;
}

/* Styles for Curriculum Guide */

#currMenu {
	position: relative;
	top: 50px;
	right: 0px;
	float: right;
	width: 692px;
	margin: 0;
	margin-bottom: 50px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #790000;
}

#currLogo {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}

#searchSidebar {
	position: relative;
	top: 60px;
	left: 8px;
	width: 200px;
	/*min-height: 40px;*/
	height: 40px;
	/*background-color: #E3C8AD;*/
	/*border: 1px solid #790000;*/
	margin-top: 0px;
	padding: 0px 5px;
}

#mainContent {
	margin: 8px 8px 8px 280px;
	width: 600px;
	padding-right:50px;
}


