﻿<style languageStyle="languageStyle">

	<!-- Date Picker style -->	
	.FormConverter_datepicker {
	    font-family: Verdana; 
	    border: 2px outset activeborder;
	    cursor:default;
	    POSITION:absolute;
	}
	.FormConverter_dpdow {
	    border:none;
	    vertical-align:top;
	    text-align:center;
	    font-weight: bold; 
	    font-size: 8pt; 
	    border-bottom:1px solid black;
	}
	.FormConverter_dpday {
	    border:none;
	    font-size: 8pt; 
	    text-align: center;
	    cursor:hand;
	}
	.FormConverter_dpselectedday {
	    border:none;
	    background-color:#e6e6e6;
	    font-size: 8pt; 
	    text-align: center;
	    cursor:hand;
	}
	.FormConverter_dpnonmonth {
	    color:gray;
	    border:none;
	    font-size: 8pt; 
	    text-align: center;
	    cursor:hand;
	}
	.FormConverter_dphead {
	    border:none;
	    text-align:center;
	    font-weight: bold; 
	    font-size: 8pt; 
	    background-color: #2254b1;
	    color: white;
	}
	.FormConverter_dpnextprev {
	    border:none;
	    text-align:center;
	    font-weight: bold; 
	    font-size: 8pt; 
	    background-color: #2254b1;
	    color: white;
	    cursor:hand;
	}
	.FormConverter_dpfoot {
	    text-align:center;
	    font-size: 8pt; 
	    text-align: center;
	    font-style: italic; 
	    border-top:1px solid;
	    border-left:none; 
	    border-bottom:none;
	    border-right:none; 
	    height:24px;
	}

</style>
