/* The main calendar widget.  DIV containing a table. */

.calendarTable table 
{
  position:absolute; 
  top: 200px; 
  left: 200px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  cursor: default;
  background-color: Transparent;
  color: #007BB3;
  font-size: 11px;
  font-family: verdana,sans-serif;
  font-weight: bold;
}

.calendarTable .input 
{
    color: #007BB3;
    width: 90px;
    font-size: 11px;
    font-family: verdana,sans-serif;
}

.calendarTable #cancel
{
    font-size: 11px;
}


.calendarTable .select
{
    color: #007BB3;
    font-size: 11px;
    font-family: verdana,sans-serif;
}

