/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	border: 1px solid #003366;
	width: 100px;
	margin: 10px 5px 5px 5px;
}

.navTable {
	border: 0px solid #FFFFFF;
	width: 175px;
 }

.navTableText {
	font-size: 9px;
	font-weight: Normal;
	text-decoration: none;
	}

/* Month and Year Row Setup */
.monthYearRow {
	background-image:   url("monthBg.gif");
    line-height: 17pt;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-weight: Bold;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
	font-size: 10px;
	font-weight: Bold;
	color: #433D27;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-size: 10px;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
    }

/* Pop-up Events Setup */
.popupDate {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}

.popupEventTitle {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
}

.popupEventTime {
	font-size: 10px;
	font-weight: normal;
	border: 1px dotted #EFEFEF;
	padding: 1px;
}

.popupEventDescription {
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #EAEAEA;
	padding: 2px;
}


.popupEventDate {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	padding: 1px;
	}

.popupEnd {
	font-size: 10px;
	}

.popupClose {
	font-size: 10px;
	text-align: right;
	}

.popupCloseBrackets {
	color: #000000;
	text-align: right;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	}

/* Show dates from other months */
.sOther {
	font-size: 10px;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	}
.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.categoryDiv {
}

/*** jQuery Calendar CSS ***/
#ui-datepicker-div          { background:#FCFDFF url(/images/page/content-box-bg-1x220.jpg) repeat-x scroll center bottom; }
#ui-datepicker-div a        { cursor:pointer; }
.ui-datepicker-close, .ui-datepicker-prev, .ui-datepicker-current, .ui-datepicker-next,
.ui-datepicker-clear        { display:inline;margin-right:10px; }