/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    background: #fff;
}
#calendar_div {
    display: none;
    border: 2px solid #65BDE9;
    z-index: 10; /*must have*/ 
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
    width: 185px;
}
.calendar_inline {
    float: left;
    display: block;
    border: 0;
}
.calendar_dialog {
    padding: 5px !important;
    border: 4px ridge #ddd !important;
}
button.calendar_trigger {
    width: 25px;
}
img.calendar_trigger {
	cursor: pointer;
    margin: 7px 0 0 1px;
    vertical-align: middle;
}
.calendar_prompt {
    float: left;
    width: 181px;
    padding: 2px;
    background: #ddd;
    color: #000;
}
* html .calendar_prompt {
    width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
    clear: both;
    float: left;
    color: #333;
}
.calendar_control {
	background: #00AAFF;
}
.calendar_links {
	background: #5FCAFF;
}
.calendar_control, .calendar_links {
    font-weight: bold;
    font-size: 80%;
    letter-spacing: 1px;
}
.calendar_links label { /* disabled links */
    padding: 2px 5px;
    color: #888;
}
.calendar_clear, .calendar_prev {
    float: left;
}
.calendar_current {
    float: left;
    width: 35%;
    text-align: center;
}
.calendar_close, .calendar_next {
    float: right;
}
.calendar_header {
    background: #fff;
    text-align: center;
    font-weight: normal;
}
.calendar_header select {
    background: #fff;
    color: #000;
    border: 0px;
    font-weight: normal;
}
.calendar {
    background: #ccc;
    text-align: center;
    font-size: 100%;
}
.calendar a {
    display: block;
    width: 100%;
}
.calendar .calendar_titleRow {
    background: #ccc;
}
.calendar .calendar_daysRow {
    background: #fff;
    color: #555;
}
.calendar .calendar_daysCell {
    color: #333;
    border: 1px solid #ddd;
}
#calendar .calendar_daysCell a{
    display: block;
}
.calendar .calendar_weekEndCell {
    background: #eee;
}
.calendar .calendar_daysCellOver {
    background: #fff;
    border: 1px solid #777;
}
.calendar .calendar_unselectable {
    color: #888;
}
.calendar_today {
    background: #fcc !important;
}
.calendar_currentDay {
    background: #999 !important;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    color: #000;
}
.calendar_inline .calendar_links a {
    padding: 0 5px !important;
}
.calendar_control a, .calendar_links a {
    padding: 2px 5px !important;
    /*color: #65830b !important;*/
	color: #fff !important;
}
.calendar_titleRow a {
    color: #eee !important;
}
.calendar_control a:hover {
    /*background: #d3f960 !important;*/
	background: #333 !important;
    color: #fff !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
    /*background: #d3f960 !important;*/
	background: #555 !important;
    color: #fff !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}




.termCalendarBody  {
    border-left: #93bbe0 1px solid;
    margin-bottom: 0;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    float: right;
    width: 86%;
}

.termCalendarSidebar {
	float: left;
	width: 13%;
}

.termCalendarBody div.daysOfWeek {
    font-weight: bolder;
    text-align: justify;
    color: white;
}

.termCalendarBody .daysOfWeek div {
    width: 7%;
    padding: 3% 3.5% 2% 3.5%;
    float: left;
    background: #0085ff url("gfx/calendar_day_back2.gif") no-repeat 50% 0;
    border-right: #93bbe0 1px solid;
    text-align: center;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;    
}

.termCalendarBody .daysOfMonth div.dayOfMonth {
    width: 13%;
    padding: 0.5%;
    float: left;
    position: relative;
    border-bottom: #93bbe0 1px solid;
    border-right:  #93bbe0 1px solid;
}

.termCalendarBody .dayOfMonthLabel {
    position:   absolute; 
    text-align: center;
    margin: -0.5% 0 0 -0.5%;
    vertical-align: middle;
    bottom:2px;
    right: 6px;
    padding-top: 3.5%;
    font-size: 250%;
    z-index: 0;
}

.dayOfMonth .dayOfMonthLabel {
	color: #dddddd;
	opacity: 0.3;
}

.dayOfMonth .dayOfMonthLabel.holiday {
	color: #c8c5d9;
}

.dayOfMonth .dayOfMonthLabel.free {
    color: #afc5f2;
}

.dayOfMonth.currentMonth .dayOfMonthLabel {
    opacity: 1;
}
	
.termCalendarBody .dayOfMonthDetails a {
    color:gray;
}

.termCalendarBody .dayOfMonthDetails {
    text-align:center;
}

.termCalendarBody .free {
    color: blue;
}

.termCalendarBody .holiday {
    color: red;
}

.termCalendarBody ul {
    margin: 0;
    z-index: 1;
    
    overflow:hidden;
    position:absolute;
    padding:0;
}

.termCalendarBody ul li {
	margin:0;
	background: none;
	line-height: 1em;
	padding:0;
}

.termCalendarBody .daysOfMonth div.today {
    background-color: #e1ff91;
}

.termCalendarBody .daysOfMonth div.weekend {
    background-color: #c2daf1;
}

.termCalendarBody .daysOfMonth div.dayOfMonth:hover {
    background-color: #eff7ff;
}

.termCalendarBody .daysOfMonth img {
	vertical-align: middle;
}

.termCalendarBody .daysOfMonth a {
	text-decoration:none;
}

.termCalendarBody div.dayOfMonthLabel {
	float: left;
	font-weight: bold;
	
}

.termCalendarBody div.dayOfMonthDescription {
    color:gray;
    font-size: 80%;
    text-align: right;
    position:absolute;
    width: 90%;
}

.termCalendarBody sup {
	font-size: 80%;
}

.termCalendarTable {
	width: 98%;
}

.termCalendarTable td {
	width: 32%;
	vertical-align:top;
	padding:5px;
}

p.period a {
	padding-left: 2px;
	padding-right: 2px;
}

