.txtCal
{
    BORDER-RIGHT: #A6C9FF 1px solid;
    BORDER-TOP: #A6C9FF 1px solid;
    BORDER-LEFT: #A6C9FF 1px solid;
    BORDER-BOTTOM: #A6C9FF 1px solid;
	width:105px;
    FONT-SIZE: 10px;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left
}
.btnCal
{
    width:18px;height:18px;
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    BORDER-RIGHT-WIDTH: 0px;
	background-image: url('../images/calendar.gif'); 
    BACKGROUND-POSITION: center 50%;
    CURSOR: hand;
    COLOR: black;
    BACKGROUND-REPEAT: no-repeat;
    FONT-FAMILY: arial, Verdana;
    BACKGROUND-COLOR: transparent;
}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #06324B;
	background-color: #EAEFF6;
	border: 1px solid #324A70;
	}

.dpTodayButtonTR {
	 background-color: #DBEAFF;
	}

.dpTD {
	border: 1px solid #A8CBFF;
	font-size:30px;
	}

.dpwTD {
	border: 1px solid #A8CBFF;
	background-color: #DBEAFF;
	font-size:26px;
	font-weight:bold;
	}

.dpDayHighlightTD {
	background-color: #0062F5;
	border: 1px solid #AAAAAA;
	}

.dpTDHover {
	background-color: #0058DB;
	border: 1px solid #888888;
	cursor: pointer;
	color: white;
	font-weight:bold;
	font-size:26px;
	}

.dpDayTD {
	background-color: #0062F5;
	border: 1px solid #0062F5;
	color: white;
	}

.dpTitleTD {
    vertical-align: center;
    	}

.dpTitleText {
	font-size: 20px;
	color: #0050C7;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #ffffff;
	font-weight: bold;
	font-size:25px;
	}

.dpButton {
	padding: 0px;
    vertical-align: top;
    border-bottom-style:none;
	}

.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	font-weight:lighter;
	text-decoration: blink;
	}