
<style type="text/css">
/*Example CSS for the two demo scrollers*/

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#ffffff;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
  border-top: 1px solid #336;
  border-bottom: 1px solid #336;
  width: 160px;
  background-color:#5b95c7;
}

#CalendarControl th {
  font-weight: normal;
  background-color:#eeeeee;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #;
}

#CalendarControl .weekday {
  background-color: #;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #;
  background-color: #;
  color: #FFF;
  font-weight: bolder;
}

#CalendarControl .current1 {
  border: 1px solid #FFF;
  background-color: #;
  color: #FFF;
  width: 2em;  
  font-weight: bolder;
}
#CalendarControl .weekday1 {
  border: 1px solid #FFF;
  background-color: #c1d9d1;
  color: #000;
  width: 2em;  
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFFFFF;
  background-color: #e2505b;
  border: 1px solid #999;
  font-weight: bolder;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #999999;
  border: 1px solid #FFF;
}

#pscroller2{

width: 180px;

height: 18px;

padding:2px 5px 0 5px;

float:left;

font:normal 11px/20px Arial, Helvetica, sans-serif;

color:#A0A0A0;

text-align:left;

}



#pscroller2 a{

height:20px;

text-decoration: none;

font:normal 11px/20px Arial, Helvetica, sans-serif;

color:#A0A0A0;

}



.someclass{ 

width:180px;

height:18px;

/*padding-top:3px;*/

}

</style>

