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