/*these are the styles for the big calendar container*/
.mainTableTOC {
	background-color: #FFFFFF;
	border: 2px solid #3E73A8;
	width: 590px;
	table-layout: fixed;
 }

.navTableTextTOC {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRowTOC {
    height: 32px;
	background-color: #FEFFFE;
	text-align: left;
	vertical-align: middle;
    margin: 0px;
    padding: 6px;
	background: url(../../../calendar/theme/default/cal_bigcal_head_bkg.jpg) repeat left top;
	border-bottom: 2px solid #3E73A8;
	}

/* Month and Year Text Calendar Title Setup */
.monthYearTextTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: Bold;
	color: #3E73A8;
	}

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
	background-color: #aa9777;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesTextTOC {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #FFFFFF;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #433D27;
	text-align: left;
	vertical-align: top;
	height: 88px;
	}

/* Color of Today's Date */
.todayTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #FFFFFF;
	background-color: #ABD0EB;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.titleTOC {

    	padding: 1px;
    	margin: 0px;
}


/*these are the rectangles with the date numbers in them*/
.daynumTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #FBFCEF;
	background-color: #739dc5;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
	}

.formElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*These are the different squares for the dates*/

/*This is for the squares for dates that are not part of the month*/
.sOtherTOC {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	border: 1px solid #BBBBBB;
	}

/*This is for the squares for weekday squares*/
.s20TOC {
	background-color: #F7F7F7;
	height: 88px;
	border: 1px solid #BBBBBB;
	}

/*This is for the squares for weekend squares*/
.s20TOC0 {
	background-color: #D4D4D4;
	height: 88px;
	border: 1px solid #BBBBBB;
	}

/*---------------------SMALL CALENDAR-------------------------*/
/* Main Table Setup Incluidng Date Number Fonts, Size and Color 
for SMALL CALENDAR*/

.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #aa9777;
	width: 175px;
 }

.navTable {
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	width: 175px;
 }
.navTableText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #003366;
	}

/* Month and Year Row Setup */
.monthYearRow {
	background-color: #7DA9D5;
    line-height: 17pt;
	text-align: center;
	vertical-align: middle;
	}

/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #ffffff;
	text-transform: uppercase;	
	}

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

/* Day Name Setup */
.dayNamesText {
	/*background-image:   url("dayBg.gif");*/
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height for small calendar*/
.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 {
	color: #0000FF;
	font-weight: bold;
}

/* Pop-up Events Setup */
.popupDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #aa9777;
	border-top: 2px solid #2f2f4f;
	padding: 6px;
	}

.popupEventTitle {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
	border-top: 2px solid #2f2f4f;
	background-color: #aa9777;
}

.popupEventTime {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #aa9777;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px dotted #2f2f4f;
	border-bottom: 1px dotted #2f2f4f;
	padding: 8px;
	text-indent: 2px;
}

.popupEventDescription {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #2f2f4f;
	font-weight: normal;
	background-color: #ece8df;
	border-bottom: 2px solid #aa9777;
	padding: 10px;
}


.popupEventDate {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #446B93;
	text-align: center;
	vertical-align: middle;
	background-color: #F7F8F9;
	border: 1px solid #FFFFFF;
	padding: 1px;
	}

.popupEnd {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #A4A4A4;
	}

.popupClose {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;
	}

.popupCloseBrackets {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-align: right;
	background-color: #336699;
	}
/*
---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-color: #E0E0E0;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #EBEBEB;
	}

/* Show dates from other months */
.sOther {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.s200 {
	background-color: #D0D0D0;
	}


.categoryName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #8c8c8c;
}
.categorySelection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #8c8c8c;
}
.categoryDiv {
	background-color: #efefef;
	padding-left: 10px;
}

/*
---------------------------------------------------------------------------
The classes below is also found in legend.php, it is repeated here because the file legend php is compiled and cannot be edited. This style is to add a space between the boxes of color in the legend.
---------------------------------------------------------------------------

*/

.ledCatName {	
	border: 2px solid #ffffff;
}


/*these calendar classes were taken from the com_calendar file and put here*/ 
#calendar{width:560px;}
#calendar_intro{margin:0;padding-left:0px;float:left; width:0px;}
#calendar_cal{padding-top:20px;float:left; margin-left:20px;display:block;}
#calendar_list{padding-top:14px;width:100%;clear:both;}

#filterdropdown_cal{padding-top:20px;float:left;margin-left:20px;position:relative;display:block;}

/*
---------------------------------------------------------------------------
CSS template used to layout the full calendar + list pop-up window
---------------------------------------------------------------------------

*/

body {
	margin: 0;
}

#calpop_container {
	width: 1000px;
}

/*_________________
____Header*/
#calpop_header {
	width: 980px;
	height: 65px;
	clear: both;
	margin: 0;
}
/*_________________
____Container for the Calendar*/
#calpop_calendar_main {
	width: 961px;
	padding-left: 10px;
	padding-top: 18px;
}

#calpop_calendar {
	width: 299px;
/*	height: 300px;*/
	float: left;
	display: block;
	position: relative;
	clear: both;
}

#calpop_list {
	/*background-color: #ECE8DF;*/
	width: 346px;
	float: right;
	display: block;
	position: relative;
	border-left: 2px solid #3e73a8;
	border-right: 2px solid #3e73a8;
	border-bottom: 2px solid #3e73a8;
	padding: 0px;
	margin: 0px;
}

#calpop_list_head {
	background: url(../../../calendar/theme/default/cal_list_head_bkg.jpg) repeat left top;
	font-family: tahoma, sans-serif;
	font-size: 7pt;
	text-indent: 7px;
	padding-top: 5px;
	font-weight: bold;
	color: #3E73A8;
	width: 346px;
	height: 14px;
	border-top: 2px solid #3e73a8;
	border-left: 2px solid #3e73a8;
	border-right: 2px solid #3e73a8;
	float: right;
	display: block;
	position: relative;
	text-align: center;
}

#calpop_parsujet_head {
	background: url(../../../calendar/theme/default/cal_list_head_bkg.jpg) repeat left top;
	font-family: tahoma, sans-serif;
	font-size: 7pt;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	color: #6B4F2C;
	border: 2px solid #739DC5;
	height: 14px;
	width: 586px;
	margin-left: -10px;
	position: relative;
	z-index: 10;
}

#calpop_parsujet_body {
	border-left: 10px solid #AA9777;
	border-top: none;
	border-right: 2px #739DC5 solid;
	border-bottom: 2px #739DC5 solid;
	background-color: #EEEEEE;
	float: left;
	display: block;
	width: 577px;
	float: left;
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	z-index: 1;
}


#calpop_parsujet_body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 15px;
	font-weight: Normal;
	color: #6B4F2C;
	width: 340px;
}

/*this is for the headings of the sub-lists activity types*/
#calpop_parsujet_body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #6B4F2C;
}

#calpop_parsujet_body ul {
	list-style-image: url(../../../templates/default/img/fr/bullet_blue_small.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 15px;
	margin-left: 15px;
}

#calpop_parsujet_body li {
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
}

#calpop_parsujet_body a:link {
	text-decoration: none;
	color: #336699;
}

#calpop_parsujet_body a:visited {
	text-decoration: none;
	color: #336699;
}

#calpop_parsujet_body a:hover {
	text-decoration: underline;
	color: #E29894;
}


#calpop_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	float: right;
	display: block;
	width: 346px;
	padding-bottom: 15px;
}

#calpop_links a {
	font-size: 12px;
	text-decoration: underline;
	color: #5087BF;
}
#calpop_links a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #E29894;
}
#calpop_links a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #5087BF;
}
/*_________________
____Footer*/
#calpopfooter {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top:20px;	
}

#footer {

	clear:both;
	margin: 10px auto 0 auto;
	text-align:center;
	/* Stef */
  	width: 765px;
	padding-top:20px;
}

.hr {
	border-top:1px solid #abd0eb;
	width: 75px;
	text-align: center;
}	
	
	
#calpopfooter p {
	color: #333333;
	font-family: verdana, sans-serif;
	font-size: .7em;
	margin: 5px 0;
}

#calpopfooter ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#calpopfooter li {
	margin: 0;
	padding: 0;
	color: #336699;
	font-family: arial, sans-serif;
	font-size: .7em;
	display: inline;
	padding: 0 4px;
	font-weight: normal;
}

.linkline {
	border-right: 1px solid #336699;
}

#calpopfooter a:link {
	text-decoration: none;
	color: #336699;
}

#calpopfooter a:visited {
	text-decoration: none;
	color: #336699;
}

#calpopfooter a:hover {
	text-decoration: underline;
	color: #003366;
}

/* This is for the voir/masquer box for the calendar info links*/

#cal_info_boite {
	background-color: #ece8df;
	border-left: 2px #739DC5 solid; 
	border-right: 2px #739DC5 solid;
	border-bottom: 2px #739DC5 solid;
	padding: 0px 10px 5px 10px;
	color: #6b4f2c;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

/*These are styles for the customizer icons at the top of the calendar*/

.customizer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #477AAD;
	text-decoration: none;
}
.customizer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #477AAD;
	text-decoration: none;
}

.customizer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #477AAD;
	text-decoration: none;	
}

.customizer a:hover {
	text-decoration: underline;	
}

.voirmasque {
	color: #477aad;
	text-decoration: underline;
	font-size: .9em;
}

.voirmasque a:hover {
	text-decoration: underline !important;
}