﻿
.mModuleCalendarPublic form fieldset 
{
    font-size: 11px;
    width: 290px;
    margin: 0 auto;
    position:relative;
}
 

.mModuleCalendarPublic form,
.mModuleCalendarPublic form fieldset dl dt,
.mModuleCalendarPublic form fieldset dl dd
{
    margin: 0;
    padding: 0;
}
.mModuleCalendarPublic form fieldset dl 
{
    margin: 0 0 0 0;
    padding: 5px;
    width: 40%;
    float: left;
}
.mModuleCalendarPublic form fieldset ul  
{
    list-style: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 220px;
    *top: 238px;
    right: 45px;
    *right: 35px;
}

/* Calendrier */

 .dijitCalendarIncrementControl {
	
	width:15px;
	height:15px;
}
.dj_ie6  .dijitCalendarIncrementControl {
	padding:.1em;
	font-size:.1em;
}
 .dijitCalendarIncreaseInner,
 .dijitCalendarDecreaseInner {
	visibility:hidden;
}
 .dijitCalendarDecrease {
	background:url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/spriteRoundedIconsSmall.png) no-repeat top left;
}
.dj_ie6  .dijitCalendarDecrease {
	background:url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/spriteRoundedIconsSmall.gif) no-repeat top left;
}
 .dijitCalendarIncrease {
	background:url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/spriteRoundedIconsSmall.png) no-repeat -30px top;
}
.dj_ie6  .dijitCalendarIncrease {
	background:url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/spriteRoundedIconsSmall.gif) no-repeat -30px top;
}
 table.dijitCalendarContainer {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #ccc;
	margin: 0;
}
 .dijitCalendarMonthContainer th {
	
	background:#d3d3d3 url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/titleBar.png) repeat-x top;
	padding-top:.3em;
	padding-bottom:.2em;
	text-align:center;
}
.dj_ie6  .dijitCalendarMonthContainer th {
	padding-top:.1em;
	padding-bottom:0em;
}
 .dijitCalendarDayLabelTemplate {
	
	background:white url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/calendarDayLabel.png) repeat-x bottom;
	font-weight:normal;
	padding-top:.15em;
	padding-bottom:0em;
	border-top: 1px solid #eeeeee;
	color:#293a4b;
	text-align:center;
}
 .dijitCalendarBodyContainer {
	border-bottom: 1px solid #eeeeee;	
}
 .dijitCalendarMonthLabel {
	color:#293a4b;
	font-weight: bold;
}
.dj_ie7  .dijitCalendarDateTemplate,
.dj_ie6  .dijitCalendarDateTemplate {
	font-size: 0.8em;
}
 .dijitCalendarDateTemplate {
	
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0.3em 0.05em 0.3em;
	letter-spacing: 1px;
}
 .dijitCalendarPreviousMonth,
 .dijitCalendarNextMonth 		{
	
	color:#999999;
	background-color:#f8f8f8 !important;
}
 .dijitCalendarPreviousMonthDisabled,
 .dijitCalendarNextMonthDisabled	{
	
	background-color:#a4a5a6 !important;
}
 .dijitCalendarCurrentMonth {
	
	background-color:white !important;
}
 .dijitCalendarCurrentMonthDisabled {
		
	background-color:#bbbbbc !important;
}
 .dijitCalendarCurrentDate {
	
	text-decoration:underline;
	font-weight:bold;
}
 .dijitCalendarCurrentDate {
	
	text-decoration:underline;
	font-weight:bold;
}
 .dijitCalendarSelectedDate {
	
	background-color:#bbc4d0 !important;
	color:black !important;
}
 .dijitCalendarYearContainer {
	
	background:white url(/lib/v-commun/dojo-release-1.1.1-mini/dijit/themes/tundra/images/calendarYearLabel.png) repeat-x bottom;
	border-top:1px solid #ccc;
}
 .dijitCalendarYearLabel {
	
	margin:0;
	padding:0.4em 0 0.25em 0;
	text-align:center;
}
 .dijitCalendarSelectedYear {
	
	color:black;
	padding:0.2em;
	padding-bottom:0.1em;
	background-color:#bbc4d0 !important;
}
 .dijitCalendarNextYear,
 .dijitCalendarPreviousYear {
	
	color:black !important;
	font-weight:normal;
}