/* For Date Picker */
table.calendar
{  
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.8em;
    border-collapse: collapse;
	background-color: #7eaeef;
    width:auto;   
    text-align: center; /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
    -moz-user-select: none; /*-khtml-user-select: none;*/
   }


table.calendar input,table.calendar select
  {
  font-size: 6.5pt;
  font-family:Verdana;
}

table.calendar td {
  border: 0;
  font-size: 7pt;
  text-align: center;
}
div.mainheading {
  margin: 2px;
}
table.caldayheading {
  border-collapse: collapse;
  cursor: pointer;
  empty-cells: show;
  margin: 0 0px 0 0px;
  color:White;
}
table.caldayheading td {
  border: solid #CCCCCC 1px;
  text-align: center;
  /*color: #0054E3;*/
  font-weight: bold;
  width: 25px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
  color:White;
}
table.calcells {
  border-collapse: collapse;
  cursor: pointer;
  margin: 0 0px 0 0px;
}
table.calcells td {
  border: solid #CCCCCC 1px;
  /*vertical-align: top;*/
  text-align: center;
  font-weight: bold;
  width: 25px;
  height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: black;
}
table.calcells td.wkday {
  background-color: #DDDDDD;
  
}
table.calcells td.wkend {
  background-color: #DDDDDD;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  background-color: #99CCFF;
  color: black;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
  background-color: #999999;
  color:White;
}

/* For Date Picker */

.divstyle
{
    border: solid 1px #000000;
    width:100px;
    height:18px;
    vertical-align:top;
    font-weight:bold;
}

/*.divstyle:hover
{
    border: inset 2px #00cccc;
    width:100px;
    height:18px;
    vertical-align:top;

}*/

.txtbox
{
    border:0;           
    font-family:verdana;
    font-size:8pt;
    width:14px;
}
