a:link { text-decoration: none; color:gray;}
//a:visited { text-decoration: none; color:#444444;}
a:hover { text-decoration: none; color:red;}
a:active { text-decoration: none; color:red;}

BODY { 
	font-size:1em;   
}

TABLE { 
	font-size:1em;   
}

INPUT { 
	font-size:1em;   
}

SELECT { 
	font-size:1em;   
}

.from_to_date { 
	font-size:0.8em;   
}


.datepicker_warp {
	position:absolute;  
	z-index: 8900;
	display:none;
	font-size: 1.0em;
}

.ui-datepicker-calendar > tbody td:first-child a, 
.ui-datepicker-calendar > tbody th:first-child { 
	color: #f00; 
} 

.ui-datepicker-calendar > tbody td:last-child a, 
.ui-datepicker-calendar > tbody th:last-child { 
	color: blue; 
} 

.ui-datepicker-calendar > tbody td a {
	height: 20px;
	line-height: 20px;
}

.ui-datepicker table {
	font-size: 0.8em;
}