BODY { 
  background: white url(images/bg.gif);
  background-color: #ffffff;
  background-repeat: repeat-x;
  margin-top:0;
  }
a:link {
	font-weight:bold;
	color: #013467;
	text-decoration: none;
}
a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #013467;
}
a:hover {
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.main
{
text-align:left;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size:14px;
}
.btn
{
  width: 81px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent url(images/button.png) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  text-align: center;
  border: none;
  font-weight: bold;
  color:#FFFFFF;
}

td.off {

}

td.on {
  background: url(images/topNavBack.png);
  background-repeat: repeat-x;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #d6ebfe;
	border: 1px solid #ffffff;
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #ffffff;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #006699;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #006699;
	font-weight: bold;
	}
#smlTable
{
position: relative;
top:-70px;
left: -10px;
}