.dateChooser td {
    cursor:default;
    text-align:center;
	color: #000;
	font-size:11px;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid #7B2E26;
	
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    border: none;
	font-size:9px;
	padding:3px;
}
.dateChooser option, .dateChooser select {
    font-size:9px;
}
.dateChooser {
    border: 5px  #777;
    background: white;
    padding: 5px;
	z-index:100;
}
.dateChooser table {
    width:160px;
}


#datetime2 , #datetime {
	height:10px;
}
#cal-icon {
	vertical-align:text-top;
	padding-left:5px;
}