.noPrint {
	display: none;
}

.noWeb {
	display: inline;
}

/*  Basic divs */
#contents {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-bottom: 5px;
	border-left: 1px solid #790000;
	border-right: 1px solid #790000;
	border-bottom: 1px solid #790000;
}

#contentPrint {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 5px;
	border-left: 0px solid #790000;
	border-right: 0px solid #790000;
	border-bottom: 0px solid #790000;
}

#contentsP {
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	/*border-left: 1px solid #790000;*/
	/*border-right: 1px solid #790000;*/
	/*border-bottom: 1px solid #790000;*/
}

#content {
	/*border-left: 1px dotted #790000;*/
	width: 530px;
	min-height: 500px;
	float:right;
	margin-top: 20px;
	padding: 0 20px 10px 20px;
	text-align: justify;
}

#noWeb {
	display: inline;
}

#header {
	width: 800px;
	padding: 0;
}


/* Styles for Sports Calendar */

#calendar {
	padding: 0px 0px 10px 20px;
	text-align: center;
	width: 802px;
}

.calMonth {
	/*border: thin solid black;*/
	width: 800px;
	font-size: 90%;
}

.calMonth1 {
	/*border: thin solid black;*/
	width: 800px;
	font-size: 90%;
	margin-top: -10px;
}

.calMonth th {
	/*border: 1px solid #000000;*/
	padding: 2px 8px 2px 8px;
	background-color: #000000;
	/*background-image: url('/mbsWeb2/images/black.gif');*/
	/*background-repeat:repeat;
	/* color: #FFFFFF;*/
	color: #FFFFFF;
	font-weight: bold;
	font: 100% "Times New Roman";
	width: 100px;
}

.calMonth td {
	/*border: 1px solid #000000;*/
	font: 90% "Times New Roman";
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	width:120px;
	height: 100px;
	background-color:#FFFFFF;
}

.calMonth1 td {
	/*border: 1px solid #000000;*/
	font: 160% "Times New Roman";
	padding-bottom: 5px;
	vertical-align:bottom;
	width:50%;
	background-color:#FFFFFF;
}

.calMonth1 img {
	margin-bottom: -5px;
	width: 300px;
	padding-bottom: 0px;

}

.calMonth td.previous, .calMonth td.next {
	background-color: #E3C8AD;
	color: #999999;
	/*border: 1px solid #000000;*/
}

.calMonth ul {
	list-style-type: none;
	font: 100% "Times New Roman";
	font-weight: bold;
	margin: 0;
	padding-left: 0px;
	padding-right: 6px;
}

.calMonth li {
	font: 90% "Times New Roman";
	font-weight: bold;
	padding: 0px;
	text-indent: 0px;
}

/* 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:#E3C8AD;
}

.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:#E3C8AD;
}

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

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

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

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

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

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

