.TimePicker
{
}

.TimePicker-TimeStyle
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: khaki;
	text-align: right;
}

.TimePicker-TimeStyle a:link, 
.TimePicker-TimeStyle a:visited 
{
	text-decoration: none;
}

.TimePicker-TimeStyle a:hover
{
	color: #000000;
	text-decoration: underline;
}

.TimePicker-SelectedTimeStyle
{
	font-size: 12px;
	color: #ffffcc;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: darkkhaki;
	text-align: center;
}

.TimePicker-SelectedTimeStyle a:link, 
.TimePicker-SelectedTimeStyle a:visited 
{
	text-decoration: none;
}

.TimePicker-SelectedTimeStyle a:hover
{
	color: #000000;
	text-decoration: underline;
}
