/* Main Style Sheet for jQuery Calendar */

.calendarInline {
	padding-left : auto;
	padding-right : auto;	
}

div.evenements {
	/*width			: 660px;*/	
	padding			: 10px 0px;
}
#calendar_div, .calendar_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding   : 0;
	margin    : 0;
	background: #fff;
	border: 1px solid #000;
}
#calendar_div {
	display: none;
	border: 1px solid #000000;
	z-index: 10; /*must have*/
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 156px;
	text-align			: center;
}
.calendar_inline {
	float: left;
	display: block;
	border: 0;
	/*background : #FFFFFF url(../images/gabarit/agenda/degrade_header.gif) top left repeat-x;*/
	background : #BFE47F;
	border   : 1px solid #3C3D42;
}
.calendar_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	width: 246px;
	padding: 2px;
	background: #ddd;
	color: #fff;
}
* html .calendar_prompt {
	width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	clear: both;
	float: left;
	color: #fff;
}
.calendar_control {
	background: #400;
}
.calendar_links {
	/*background: #006941;*/
	/*border-top     : 1px solid #3C3D42;
	border-left    : 1px solid #3C3D42;
	border-right   : 1px solid #3C3D42;*/
}
.calendar_control, .calendar_links {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
}
.calendar_links label { /* disabled links */
	padding: 2px 5px;
}
.calendar_clear, .calendar_prev {
	float: left;
}
.calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
.calendar_close, .calendar_next {
	float: right;
}
.calendar_header {
	/*background: #006941;*/
	text-align: center;
	font-weight: bold;
	/*color: #006941;*/
	color : #000000;
	/*border-left    : 1px solid #3C3D42;
    border-right   : 1px solid #3C3D42;*/
}
.calendar_header select {
	background: #006941;
	color: #fff;
	border: 0px;
}

.calendar {
	background: #fff;
	text-align: center;
	font-size: 10px;

}
.calendar a {
	display: block;
	width: 100%;
}
.calendar .calendar_titleRow {
	background     : #6E787A;
	color          : #FFFFFF;
	padding : 3px !important;
	margin : 3px !important;
}

.calendar .calendar_titleRow td {
    border: 1px solid #3C3D42 !important;
    padding : 3px !important;
	margin : 3px !important;
}


.calendar .calendar_daysRow {
	background: #FFFFFF;
	color: #666;
	font-size           : 10px !important;
	padding : 3px !important;
	margin : 3px !important;
}
.calendar .calendar_daysCell {
	color: #000;
	border: 1px solid #3C3D42;
	font-size           : 10px !important;
	padding : 3px !important;
	margin : 3px !important;
}
#calendar .calendar_daysCell a {
	display: block;
	padding : 3px !important;
	margin : 3px !important;
}
.calendar .calendar_weekEndCell {
	background: #A7B1B3;
}
.calendar .calendar_daysCellOver {
    color       : #FFFFFF;
    border: 1px solid #777;
}
.calendar .calendar_unselectable {
	color: #000;
}
.calendar_today {
	background: #fcc !important;
    border          : 1px solid #f00 !important;
}
.calendar_currentDay {
	background      : #999 !important;
	color           : #fff !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;
	font-size           : 10px !important;
}
.calendar_inline .calendar_links a {
	padding: 0 5px !important;
	font-size           : 10px !important;
}
.calendar_control a, .calendar_links a {
	padding: 2px 5px !important;
	/*color: #006941 !important;*/
	color : #000000 !important;
	font-size           : 10px !important;
}
.calendar_titleRow a {
	color               : #006941 !important;
	font-size           : 10px !important;
	padding				: 0px;
	margin				: 0px;
}
.calendar_control a:hover {
	background: #fdd !important;
	color: #006941 !important;
	font-size           : 10px !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	/*background: #006941 !important;*/
	background: transparent !important;
	color: #006941 !important;
	text-decoration     : none;
	font-size           : 10px !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*/
}

/* -----------------------------------------------------------------------*/
/* ---------->>> Format de la cellule s'il y a un événement <<<-----------*/
/* -----------------------------------------------------------------------*/

.evenement {
    color               : #000 !important;
    background-color    : #006941 !important;
}

.evenement a {
    color               : #FFF !important;
}

/* ----------------------------------- */
/* ---------->>> AGENDA <<<----------- */
/* ----------------------------------- */

div.date, div.ficheevenement div.titre {
    color               : #304E70;
    font-weight         : bold;
    font-size           : 18px;
    margin-bottom       : 20px;
}

div.unevenement {
    margin-bottom       : 10px;
}

div.unevenement div.titre {
    font-size           : 11px;
    font-weight         : bold;
    color               : #006941;
    float				: left;
}

div.ficheevenement div.titre {
    font-size           : 11px;
    font-weight         : bold;
    color               : #006941;
}

div.unevenement div.lieu {
	/*float				: right;*/
	font-weight			: bold;
	font-size           : 11px;
	color               : #333333;
}

div.unevenement div.entite {
	font-size           : 12px;
    font-weight         : bold;
    color               : #333333;
}

div.unevenement div.dates {
    font-size           : 12px;
    font-weight         : bold;
    color               : #333333;
}

div.ficheevenement div.titre {
    font-size           : 16px;
}

div.ficheevenement {
    font-size           : 11px;
}

div.ficheevenement div.date {
    font-size           : 11px;
    font-weight         : normal;
    color               : #000;
}

div.ficheevenement div.lieu {
    /*float				: right;*/
    font-size           : 11px;
    font-weight         : normal;
    color               : #000;
}

div.ficheevenement div.retour {
    font-weight         : bold;
    text-align          : right;
}

div.ficheevenement a, div.ficheevenement a:link, div.ficheevenement a:visited, div.ficheevenement a:hover, div.ficheevenement a:active {
    color               : #006941;
    font-size           : 11px;
}

div.ajouter_favoris {
    text-align          : right;
}

a.savoir_plus, a.savoir_plus:link, a.savoir_plus:visited, a.savoir_plus:hover, a.savoir_plus:active {
    color               : #006941;
}

table.calendar_legend {
	padding				: 10px;
}

table.calendar_legend td {
	padding				: 5px;
}

table.agenda_impression {
	width				: 100%;
	border-collapse		: collapse;
}

table td {
	padding				: 5px;
}

table td.pair {
	background			: #FFFFFF;
}

table td.impair {
	background			: #CCCCCC;
}

span.agenda_date {
	color				: #006941;
}
span.agenda_titre {
	color				: #006941;
	font-weight			: bold;
}