.organizationheader {
	background-color: #000066;
	font-size: x-large;
	font-weight: bold;
	color: #ffffff;
}
.scheduleheader {
	background-color: #000066;
	font-size: large;
	font-weight: bold;
	color: #ffffff;
}
.divisionheader {
	background-color: #000066;
	font-size: normal;
	font-weight: bold;
	color: #ffffff;
}
.teamheader {
	background-color: #000066;
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
}
.dataheader {
	background-color: #000066;
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
}
.headerSmall {
	background-color: #c0c0c0;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;
}
.headerSmallSelected {
	background-color: #FFC0CB;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;
}
.headerSmallodd {
	background-color: #c0c0c0;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;
}
.headerSmalleven {
	background-color: #c0c0c0;
	font-size: xx-small;
	font-weight: bold;
	color: #000066;
}
.headerMedium {
	background-color: #c0c0c0;
	font-size: normal;
	font-weight: bold;
	color: #000066;
}
.headerLarge {
	background-color: #c0c0c0;
	font-size: normal;
	font-weight: bold;
	color: #000066;
}
.errormsg {
	font-size: x-small; background-color: pink; color: #000000;
}
.errormsglarge {
	font-size: large; background-color: pink; color: #000000;
}
.warnmsg {
	font-size: x-small; background-color: #fff8C6; color: #000000;
}
.divider {
	font-size: normal; font-weight: bold; background-color: #c0c0c0; color: #000066;
}
.dividerSmall {
	font-size: xx-small; font-weight: bold; background-color: #c0c0c0; color: #000066;
	
}
.divpage {
	background-color: #E3E4FA; width: 694;
}
div.divcenter {
	text-align: center;
}
div.divcenter table {
	margin: 0 auto;
	text_align: left;
}

.schedlink {
	font-size: x-small;
	font-weight: bold;
	color: #000066; 
	text-decoration: none;
	
}
.schedlink:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
.oddrow {
	background-color: #CCCCFF;
}
.evenrow {
	background-color: #CCCCCC;
}
.datacell {
	font-size: x-small;
	font-weight: bold;
	color: #000000
}
.XXSmall {
	font-size: xx-small;
}
#menuselector {
	float:left;
	width:100%;
	background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
	font-size:xx-Small;
	line-height:normal
}
#menuselector ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#menuselector li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#menuselector a {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765
}

/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
#menuselector a {float:none;}
/* End IE5-Mac Hack */

#menuselector a:hover {
	color:#333
}
#menuselector #current {
	background-image:url("images/left_on.gif");
}
#menuselector #current a {
	background-image:url("images/right_on.gif");
	color:#333
	padding-bottom:5px;
}



