
.calendartab {
   	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #e6e6e6;
	color: black;
	font-weight: bold;
	text-align:center;
}
.firstlevel ul {
	vertical-align:top;
}
.firstlevel li {
	background:url(/images/bullet-arrowhead-orange.png) 0px 6px no-repeat;
	margin:0 0 0px 10px;
	padding-left: 11px;
	list-style-type: none;
	font-weight:normal;
	vertical-align:text-top;	
}										
.weektitle {
	font-size: 18px;
	background-color: #e6e6e6;
	color: #4a4c52;
	font-weight: normal;
	height:30px;
}

.currentmonth_title{
	font-size: 22px;
	color: #4a4c52;
}

tr.weekcontent {
	color: #4a4c52;
	font-size: 12px;
}

td.blankday {
	background-color: #e6e6e6;
}

td.daycell {

}

td.daynum {
	vertical-align: text-top;
	text-align: left;
	font-size: 22px;
	background-color: #b5b5b5;
	color: white;
	width: 150px;
	height:30px;
	border: none;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 0px;
	border-style: solid;
	border-color: #ffffff;
    padding-left: 5px;
    padding-top: 5px;
}

td.daycontent {
	vertical-align: middle;
	text-align: left;
	background-color: #b5b5b5;
	width:150px;
	height:70px;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 0px;
	border-style: solid;
	border-color: #ffffff;
}

td.empty {
	background-color: #c5c6c8;
}

td.currentday {
	background-color: #939292;
}

td .session_title {
	width:140px;
	font-size: 12px;
	color: #ffffff;
	margin-left:2px;
	border:3px solid #b5b5b5;
}

td .session_title_today {
	width:140px;
	font-size: 12px;
	color: #ffffff;
	margin-left:2px;
	border:3px solid #939292;
}

td .session_title_text {
	width:110px;
	margin-left:6px;
	float:left;
}

td .session_title_img {
}

td .session_title_smallimg {
}

.text_nbparticip {
	font-size: 9px;
	color: #4a4c52;
	text-align:center;
}

.text_monthtitle {
	height:30px;
	font-size: 18px;
	color: #4a4c52;
	text-align: left;
	padding-left: 3px;
	font-weight: bold;	
	background-color: #e6e6e6;
}

.session_mask {
	width:750px;
	height:2000px;
	overflow:hidden;
}

.smooth_session {
	background-color: #000000;
	width:750px;
	height:1px;
	visibility:visible;
	overflow:hidden;
}

.session_mask_close {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
}

.session_view_title {
	position:absolute;
	left:0px;

	padding-left:15px;
	visibility:hidden;
	font-size: 18px;
	font-weight: bold;
	color:#666666;
}

.session_date {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:30px;
	visibility:hidden;
	overflow:hidden;
	background-color: #000000;
}

.preinscr_button {
	font-size: 14px;
	font-weight: bold;
	text-align:left;
	padding-left:7px;
}

.preinscr_button1 {
	display:inline;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	color:blue;
	text-align:left;
	padding-left:7px;
}

.preinscr_button2 {
	display:inline;
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	color:#666666;
	text-align:left;
	padding-left:7px;
}

.preinscr_button1:hover {
	color: #eb6a39;
	cursor:pointer;
}




