
/***CALENDAR STYLES***/
div.calContainer { /* changes overall bkg color */
	display: block;
	width: 210px;
	height: 122px;
	margin: 0 0 0 0;
	background-color: #859ebf;	
	margin: 5px 5px 5px 5px; 
}
div.calYearContainer {
    display: block;
    clear: both;
    float: left;
    width: 750px;
}
/* changes number link colors */
div.calContainer a:link,
div.calContainer a:visited {
	color:#000;
        padding:0 7px;
}
div.calContainer a:hover {
	color: #006834;
	padding:0 7px;
	text-decoration: underline;
	background-color:#fff;
}

div.calYearContainer div.calContainer {
    /*display:block;*/
    clear: none;
    float: left;
    height: 122px;
    margin-left: 15px;
    margin-bottom: 10px;
}

div.calHeaderContainer {
    clear: both;
    float: left;
    width: 100%;
}

div.calPreviousMonth {
    clear: left;
    float: left;
    width: 25%;
}

div.calYearContainer div.calHeaderContainer div.calPreviousMonth {
    display: none;
}

div.calPreviousMonth a:link,
div.calPreviousMonth a:visited {
    display: block;
    width: 16px;
    height:16px;
    margin-left:6px;
    background: url('/siteimages/athletics/cal_arrowleft.gif') no-repeat top left;
}
div.calPreviousMonth a:hover {
background-color:transparent;
}
/* changes current month name to bold */
div.calCurrentMonth {
    clear: none;
    float: left;
    width: 50%;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
}
div.calYearContainer div.calHeaderContainer div.calCurrentMonth {
    width: 100%;
    color: #FFF;
}
div.calNextMonth {
    clear: right;
    float: left;
    text-align:right;
    width: 25%;
}
div.calYearContainer div.calHeaderContainer div.calNextMonth {
    display: none;
}
div.calNextMonth a:link,
div.calNextMonth a:visited {
    display: block;
    clear:none;
    float:right;
    width: 16px;
    height:16px;
    background: url('/siteimages/athletics/cal_arrowright.gif') no-repeat top right;
}
div.calNextMonth a:hover {
background-color:transparent;
}
/* This changes area s m t w t f s*/
div.calWeekDescription {
	clear: both;
	float: left;
	width: 100%;
	font-size:8pt;
	font-weight:bold;
	background-color: #859ebf;
	color:#fff;
	text-align:center;
}
div.calWeekdayDescription {
    clear: none;
    float: left;
    width: 28px;
    padding: 1px;/*provides border space*/
}
div.calWeekendDescription {
    clear: none;
    float: left;
    width: 25px;
    padding: 1px;/*provides border space*/
}
div.calMonthContainer {
    clear: both;
    float: left;
    width: 100%;
}
div.calWeek {
    clear: both;
    float: left;
    width: 100%;
}
div.calWeek div {
    clear: none;
    float: left;
    width: 28px;
    font-size: 8pt;
    text-align: center;
}
div.calWeekday {
    color: #000000;
    padding: 1px;/*provides border space*/
}
/* changes highlight weekday color */
div.calWeekdayEvent {
	color: #FF0000;
        border:1px solid #859ebf;
	background-color: #c8e0ff;
}
div.calWeekend {
    color: #000000;
    padding: 1px;/*provides border space*/
}
div.calWeekendEvent {
	color: #000;
 	border:1px solid #859ebf;
	background-color: #c8e0ff;
}
div.calOtherDay {
    color:#888888;
    padding: 1px;/*provides border space*/
}
div.calSpecialEvent {
    color: #FF0000;
    background-color: #d2ccdc;
    border: 1px solid #89868f;    
}

