/* Main Table Setup Incluidng Date Number Fonts, Size and Color */

#calendar {
	padding:10px 0px 0px 0px;
	width: 139px;
	background-image:  url(/images/calendar_bg.gif);
	background-repeat:no-repeat;
	background-position:0px -5px;
	background-color: #767676;
	border: 0px solid red;
	margin:auto;
}
#calendar table {
 margin:2px 0px 0px 0px;
}

.mainTable, .mainTableNavigation {
	border: 1px none #003366;
	clear:both;
 }
.mainTableNavigation td {
 padding: 0px 0px 2px 0px;
}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 15px;
	text-align: center;
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Arial, Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11px;
	text-align: center;
	vertical-align: top;
	}
/* Day Name Setup */
.dayNamesText, #calendar .dayNamesText a, #calendar .dayNamesText a:link, #calendarv .dayNamesText a:visited, #calendar .dayNamesText a:active  {
    font-family: Arial, Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #FFFFFF;
	}
#calendar .dayNamesText span.small {
    font-family: Arial, Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	color: #FFFFFF;
}
	
/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows td {
	font-family: Arial, Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
    line-height: 19px;
	text-align: center;
	vertical-align: middle;
	}

/*

--------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-image:  url("/images/calCell.gif");
	background-color: #EEEEEE;
	height: 19px;
	width:19px;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-image:  url("/images/calCell.gif");
	background-color: #EBEBEB;
	width:19px;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	width:19px;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	width:19px;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	width:19px;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	width:19px;
	}

/* Color of Today's Date */
#calendar .today {
	color: #000000;
	font-weight: bold;
    }
	
/* Color of Today's Date Events */
#calendar .today_event {
	color: #FFFFFF;
	font-weight: bold;
	background-image:none;
	background-color:#AAAAAA;
    }
/*

/* Color of Events Date */
#calendar .event {
	color: #FFFFFF;
	font-weight: bold;
	background-image:none;
	background-color:#AAAAAA;
    }
	
#calendar .event a, #calendar .event a:link, #calendar .event a:visited, #calendar .event a:active, 
#calendar .today_event a, #calendar .today_event a:link, #calendar .today_event a:visited, #calendar .today_event a:active, 
#calendar .today a, #calendar .today a:link, #calendar .today a:visited, #calendar .today a:active 
	{
	font-size: 10px;
	font-weight: bold;
    line-height: 19px;
	text-align: center;
	vertical-align: middle;
	color:#FFFFFF;
	text-decoration:none;
}

/*


/* OverLIB popup text size */
.oLib {
    font-family: Arial, Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
    }
/*
	