/*
 * form_date.css - CSS support for FST FormDate library.
 *
 * FST Application Framework, Version 3.3
 * Copyright 2004-07, Norman Lippincott Jr, Saylorsburg PA USA
 * All Rights Reserved
 *
 * The FST Application Framework, and its associated libraries, may
 * be used only with the expressed permission of the copyright holder.
 * Usage without permission is strictly prohibited.
 */

#form_date {
	background: #ffc;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;
	padding: 0.5ex;
}

#form_date table { margin-left: 0; margin-right: 0; }

#form_date th {
	text-align: center;
	font: normal 8pt Arial, Helvetica, sans-serif; text-decoration: underline;
}
#form_date th.month {
	text-align: left;
	padding-bottom: 0.5ex;
	font: bold 10pt Arial, Helvetica, sans-serif; text-decoration: none;
}
#form_date th.nav {
	text-align: right; vertical-align: top;
	text-decoration: none;
}

#form_date td { font: 10pt Arial, Helvetica, sans-serif; text-align: center; }
#form_date td a { text-decoration: none; display: block; width: 3ex; }

#form_date td a:link { color: blue; }
#form_date td a:visited { color: blue; }
#form_date td a:active { color: blue; }
#form_date td a:hover { color: red; background: yellow; }

