/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #ffffff;
	width: 161px;
	border: outset 1pt solid #003366; 
        border-collapse: separate;
}

.navTable {
	background-color: #FFFFFF;
	border: outset 0pt;
        border-collapse: separate;
	width: 161px;
 }

.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #4282C6;
	}

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color:#A50421;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
	background-image:   url("/images/cal/b_mese.gif");
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #FFFFFF;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color:#CE615A;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #FFFFFF;
/*	background-image:   url("/images/cal/dayBg.gif");*/
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
        line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today a, .today a:visited {
        color: #CF0000;
        text-decoration: none;
}
.today a:hover {
        color: #FF0000;
        text-decoration: none;
}

.nomes {
	color: #888888;
    }

/* Pop-up Events Setup */
.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #A7081A;
	}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #EFE4E0;
	border: 0px solid #ACC8E3;
	padding: 2px;
}

.popupEventTime {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #EFE4E0;
	border: 1px dashed #E9EFF5;
	padding: 1px;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-weight: normal;
	background-color: #EFE4E0;
	border: 1px solid #BFD5EA;
	padding: 2px;
}


.popupEventDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A7081A;
	text-align: justify;
	vertical-align: middle;
	background-color: #EFE4E0;
	border: 1px solid #E2EAF1;
	padding: 1px;
	}

.popupEnd {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupCopyright {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #CCCCCC;
	}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #A7081A;
	}

a {
	text-decoration: none;
}
        
.popupCloseBrackets {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #408ca5;
	}
/*
---------------------------------------------------------------------------
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 similar 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/cal/cdef.gif");
	background-color: #FFFfff;
	/*background-color: #FFF3EF;*/
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
        background-image:    url("/images/cal/cdef5.gif");
	background-color: #FFFfff;
	/*background-color: #FFFAF0;*/
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image:    url("/images/cal/cdef2.gif");
	background-color: #Ffffff;
	/*background-color: #F5E0D8;*/
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image:    url("/images/cal/cdef2.gif");
	/*background-color: #F5E0D8;*/
	background-color: #ffffff;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image:    url("/images/cal/cdef2.gif");
	background-color: #Ffffff;
	/*background-color: #F5E0D8;*/
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image:    url("/images/cal/cdef2.gif");
	/*background-color: #F5E0D8;*/
	background-color: #Ffffff;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s25 {
/*	background-image:    url("/images/cal/monthBg.jpg");*/
	/*background-color: #C0C3C9;*/
	background-color: #ffffff;
	}
