/*
.menu_item {
	width:100%;
	padding-bottom:1px;
	color:#3F7447;
}

.menu_item a { color:#3F7447;}

.menu_item:hover {
	width:100%;
	padding-bottom:1px;
}

.menu_item:hover a { color:#333333;}

.menu_check_item {
	width:100%;
	margin-bottom:-1px;
}

.menu_check_item:hover {
	width:100%;
	background-color:#D4E8D7;
	margin-bottom:-1px;
}

*/

/*
.calendar_sheet{
	position:relative;
	float:left;
	width:42px;
	height:45px;
	border :1px solid #CBCBCB;
	text-align:center;
}

.headed_calendar_sheet{
	position:relative;
	float:left;
	width:100%;
	height:61px;
	text-align:center;
}

.calendar_sheet_black_head_organizer{
	float:left;
	width:100%;
	background: url(../images/head_black.png) repeat-x center;
	color:#FFFFFF;
	font-size:9px;
	padding-top:3px;
	padding-bottom:3px;
}

.calendar_sheet_black_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_black.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

.calendar_sheet_yellow_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_yellow.png) no-repeat bottom;
	color:#000000;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

.calendar_sheet_purple_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_purple.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

.calendar_sheet_orange_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_orange.png) no-repeat bottom;
	color:#000000;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

.calendar_sheet_blue_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_blue.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}
.calendar_sheet_red_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_red.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

.calendar_sheet_green_head{
	float:left;
	width:100%;
	height:12px;
	background: url(../images/cal_head_green.png) no-repeat bottom;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding-top:2px;
}

.calendar_sheet_body{
	float:left;
	width:100%;
	height:31px;
	font-size:19px;
	background: url(../images/sprite.png) repeat-x 0 0;
	padding-top:0px;
}

.headed_calendar_sheet_body{
	float:left;
	width:100%;
	height:31px;
	font-size:19px;
	background: url(../images/sprite.png) repeat-x 0 0;
	padding-top:1px;
}

.day_of_week {
	float:left;
	width:100%;
	font-size:9px;
	margin-top:-4px;
}

.headed_day_of_week {
	float:left;
	width:100%;
	font-size:11px;
	font-weight:bold;
}

.week_calendar_hour {
	float:left;
	height:63px;
	border-bottom:1px solid #CBCBCB;
	text-align:left;
	width:100%;
	color:#000000;
	font-size:11px;
	vertical-align:bottom;
	font-weight:bold;
}

.colonne_heures {
	float:left;
	width:7%;
	border-right: 2px solid #CBCBCB;
	margin-top:-1px;
}

.colonne_jours {
	float:left;
	width:13%;
	border-right: 2px solid #CBCBCB;
	margin-top:-1px;
}

.week_calendar_cell {
	background-color:#FFFFFF;
	height:15px;
	border-bottom:1px dotted #CBCBCB;
	text-align:left;
	width:100%;
	float:left;
}

.week_calendar_cell:hover {
	background-color:#FCF2D1;
	height:15px;
	border-bottom:1px dotted #CBCBCB;
	text-align:left;
	width:100%;
}

.week_calendar_cell_by_four {
	height:15px;
	border-bottom:1px dotted #CBCBCB;
	text-align:left;
	width:100%;
}



.calendar_cell {
	background-color:#FFFFFF;
	height:80px;
	border-right:2px solid #CBCBCB;
	border-bottom:2px solid #CBCBCB;
	text-align:left;
	width:14.28%;
}
.calendar_cell:hover {
	background-color:#FCF2D1;
	height:80px;
	border-right:2px solid #CBCBCB;
	border-bottom:2px solid #CBCBCB;
	text-align:left;
	width:14.28%;
}


.head_week_calendar_absence{
	padding-left:0px;
	padding-bottom:2px;
	margin:0px;
	font-size: 11px;
	width:100%;
	float:left;
	height:18px;
	margin-top:-5px;
}

.head_week_calendar{
	border-bottom :1px solid #CBCBCB;
	border-top :2px solid #CBCBCB;
	padding-top:7px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:7px;
	margin:0px;
	font-size: 11px;
	background:#D8D8DA url(../images/sprite.png) repeat-x 0 0;
	width:100%;
	float:left;
}

.event_td_head_calendar{
	position:relative;
	border-collapse:collapse;
	border-spacing:0;
	border-width:0px;
	border-bottom :2px solid #CBCBCB;
	border-top :2px solid #CBCBCB;
	border-right :2px solid #CBCBCB;
	padding-top:7px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:7px;
	margin:0px;
	font-size: 11px;
	background:#D8D8DA url(../images/sprite.png) repeat-x 0 0;
}


.day_number_cell{
	float:left;
	padding:3px;
	padding-right:5px;
	color:#3F7447;
	font-size: 11px;
}

.added_event_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#FFFFFF;
	background:url(../images/head_purple.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}

.event_pen_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#FFFFFF;
	background:url(../images/head_black.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}

.event_ctm_pcn_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#000000;
	background:url(../images/head_yellow.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}


.event_opscom_pcn_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#FFFFFF;
	background:url(../images/head_green.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}

.event_ctm_par_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#FFFFFF;
	background:url(../images/head_blue.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}

.event_opscom_par_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#000000;
	background:url(../images/head_orange.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}


.event_board_cell {
	float:right;
	border-top:1px solid #CBCBCB;
	text-align:center;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	color:#FFFFFF;
	background:url(../images/head_red.png) repeat-x center;
	padding-top:2px;
	padding-bottom:3px;
	cursor:pointer;
	font-size: 10px;
}


.comments_box{
	float:left;
	width:100%;
}

.one_comment_box{
	float:right;
	width:90%;
	border-bottom: 1px solid #C3DEC7;
	padding:6px;
	background-color:#D4E8D7;
	border-left:1px solid #D4E8D7;
	border-right:1px solid #D4E8D7;
	border-top:1px solid #D4E8D7;
	margin-bottom:3px;
	padding-left:28px;
	position:relative;
}


.one_short_comment_box{
	float:left;
	width:98%;
	border-bottom: 1px dotted #CBCBCB;
	padding:6px;
	background-color:#D4E8D7;
	margin-bottom:0px;
	position:relative;
}



.user_icon_input{
	float:right;
	width:100%;
	border:1px solid #ABC9AF;
	background-color:#FFFFFF;
	height:250px;
	overflow:auto;
}

.user_icon {
	width:32px;
	height:32px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}

.user_icon:hover {
	width:32px;
	height:32px;
	float:left;
	margin:5px;
	padding:3px;
	border:3px solid #ABC9AF;
	background-color:#FCF2D1;
}

.user_icon_selected {
	width:32px;
	height:32px;
	float:left;
	margin:5px;
	padding:3px;
	border:3px solid #ABC9AF;
	background-color:#FCF2D1;
}


.project_option{
	background:url(../images/b_browse.png) no-repeat;
	padding-left : 18px;
	height:16px;
	padding-top:1px;
	background-color:#FFFFFF;

}

.project_select{
	background:url(../images/b_browse.png) no-repeat;
	padding-left : 18px;
	height:22px;
	padding-top:1px;
	background-color:#FFFFFF;
	width:100%;
}

.indicator_item {
	position:relative;
	float:left;
	padding-top:3px;
	cursor:default;
}

.indicator_item span{
	display:none;
	float:left;
	width:500px;
}

.indicator_item span span {
	position:relative;
	right:0px;
	width:460px;
	margin-left:20px;
	padding:10px;
	border: 1px solid #3f7447;
	background-color:#d4e8d7;
	text-align:justify;
}


.indicator_item span span span {
	position:absolute;
	left:-7px;
	top:0px;
	background: none;
	border:none;
	padding:0px;
	margin:0px;
	width:4px;

}


.indicator_item:hover span{
	display:inline;
	position:absolute;
	z-index:2;
}



.error_box{
	width:90%;
	float:left;
	margin-left:3%;
	margin-right:3%;
	border:1px dotted #CCCCCC;
	text-align:center;
	color:#3f7447;
	margin-top:0px;
	padding:1%;
	
}
*/