#div_filter {
	position: absolute;
	background-color: #666666;
}
#div_message {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background-color: #FFFFFF;
	border: 2px solid #E9F1FB;
}
#div_message_title {
	font-size: 11px;	
	background-color: #E9F1FB;
	color: #3F86DC;
	height: 20px;
	vertical-align: center;
	padding: 7px;
}
#span_message_title_title {
	padding-left: 23px;
	font-weight: bold;
	float: left;	
}
#span_message_title_close {
	float: right;
	font-weight: bold;	
	cursor: pointer;
}
#div_message_content {
	padding-left: 30px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 220px;
	overflow: auto;
}

#button_close_overlib {
	width: 90px;
	padding: 3px;
    font-family: Verdana, Tahoma;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid  #B6D0F1;
    /* 20px top et bottom - 120px left */
    margin: 20px 0px 20px 120px;
}	

input.alert {
    border: 2px solid  #FF0000;
}

select.alert {
    border: 2px solid  #FF0000;
}

textarea.alert {
    border: 2px solid  #FF0000;
}

.required_field {
	font-weight: bold;
	color: #FF0000;
}

.highlighted_message {
	color: #FF0000;
}

/*CSS pour le calendrier */

table.calendar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #999999 1px;
	background-color: white;
	width: 200px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
	font-size: 10px;
}

table.calendar input {
	width: 20px;
}

table.calendar select {
	width: 60px;
	height: 20px;
}

table.calendar td {
	border: 0;
	font-size: 10px;
	text-align: center;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #DDDDDD;
}
table.calcells td.wkend {
	background-color: #DDDDDD;
}
table.calcells td.curdate {
	background-color: #68ae5e;
	color: white;
}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}

