.ddmx {
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*padding-left: 10px; 
    padding-right: 10px;*/
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 5px 3px 5px;
	/*padding-bottom:5px;
	padding-top:5px;*/
	background: #C3DAC0;
    font: 12px arial;
    color: #C43A3A;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    background:#EDEEDB;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
   padding: 3px 8px 4px 8px; 
	 /* padding-bottom:5px;
	padding-top:5px;*/
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #C43A3A;
    /*font-weight: bold;*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #C3DAC0;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #EDEEDB;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #A8BDA5;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	background-color: #C3DAC0;
	/*width: 160px;*/
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */



/* caption determines the style of 
   the month/year banner above the calendar. */ 

caption  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     color:#006666; 
     font-weight: bold; 
     } 

/* .ccalendar determines the overall formatting style of the calendar,   
   acting as the default unless later overruled. */ 

.ccalendar  
     { 
     font-family:arial,helvetica;  
     font-size:11px;  
     /*color: white;*/  
	 color: #C43A3A;
     background-color: #ffffff;
     border-color: gold; 
     border-style: solid; 
     border-width: 1px; 
     } 


/* .cheader determines the formatting of the weekday headers at the top 
   of the calendar. */ 

.cheader  
     { 
	 /*background-color: #996633;*/ 
	 background: #C3DAC0;	 
     border-color: #666666; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .cday determines the formatting of each day displayed in the 
   calendar. */ 

.cday  
     { 
     /*background-color: #808080;*/
	 background: #C3DAC0;
     border-color: #666666; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 

/* .clinkedday determines the formatting of a date to which content is 
   available. */ 

.chighlightDay  
     { 	 
     /*background-color:#009999; */
	 background:#EDEEDB;
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 
