 /* main datepicker style */
.DatePicker
{
	font-family: Arial, Sans-serif, Verdana,  Helvetica;
    width: 220px;
    height:152px; 
    background-color: #F3F3F3;
	color: #515151;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

.DatePicker div{
	background-color: #F3F3F3;
	position:relative; 
	width:220px; 
	height:172px; 
	z-index:100;
	padding: 0;
	margin: 0;
}

.DatePicker iframe{
	position:absolute; 
	width:100%; 
	height:172px;  
	z-index:-1;
	border: 0;
	padding: 0;
	margin: 0;
}

.DatePicker table {
	border-collapse: separate;
	
}

table.DatePickerTable {
	border: 1px solid #79A7E2;
}



.DatePickerTh {
	border: 0;
	font-weight: normal;
	color: #515151;
	text-align:center;
	font-size: 8pt;
}


/* style for the header row */
.DatePickerHdr 
{
    background-color: #EFF5FF;
    border: 0;
    border-bottom: 1px solid #79A7E2;
    font-size: 8pt;
}

/* style for buttons in the header row */
.DatePickerHdrBtn 
{
    cursor: pointer;
    color: #00368F;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 2px;
	font-size: 8pt;
}

.DatePickerNotEmpty{
    background-color: #E1E1E1;
	border: 1px solid #CDCDCD;
	width: 14%;
	color: #515151;
	text-align:center;
	font-size: 8pt;
	cursor: pointer;
    cursor: hand;
}

.DatePickerNotSelectable{
	background-color: #E9E9E9;
	color: #9a9a9a;
	border: 1px solid #CDCDCD;
	width: 14%;
	text-align:center;
	font-size: 8pt;
}

/* style for the calendar area */
.DatePickerBtn, .DatePickerBtnToday, .DatePickerBtnTodaySelect
{
    cursor: pointer;
    background-color: #EAEAEA;
	border: 1px solid #E0E0E0;
	text-align:center;
	width: 14%;
	font-size: 8pt;
}

/* highlighted date */
.DatePickerBtnSelect 
{
    cursor: pointer;
    background-color: #79A7E2;
	border: 1px solid #79A7E2;
	color: #EFF5FF;
	text-align:center;
	font-size: 8pt;
}

.DatePickerBtnToday 
{
    background-color: #6CDC4A;
	border: 1px solid #6CDC4A;
}

.DatePickerBtnTodaySelect
{
    background-color: #6CDC4A;
	border: 1px solid #79A7E2;
	color: white;
}

.DatePickerMonthSelect{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 8pt;
}

.DatePickerCloseBtn{
	padding: 0;
	text-align: right;
    width: 20px;
	background-image: url("close.gif");
	background-position: top right;
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
	vertical-align: top;
}