﻿.clear 
{
	clear: both;
}
.divTimePicker
{
	position: absolute;
	z-index: 1;	
	background: white;	
	width: 234px;
	border: 1px solid black;
	margin: 0px 0px 0px 135px;	
	.margin: 25px 0px 0px 0px;	
}
.divTimePicker a 
{
	float: left;
	width: 48px;
	padding: 0px 1px;
	border: 1px solid white;
    color: #505050 !important;
	text-decoration: none !important;
	text-align: right;
	margin: 0px !important;
	font-weight: normal !important;
}
.divTimePicker a:hover
{
	background: #dce5ee;
	color: #005f92 !important;
	border: 1px solid black;
}
.divTimePicker .am, .divTimePicker .pm
{
	float: left;
	padding: 2px 1px 2px 1px;
	_padding: 2px 0px 2px 0px;
	border-top: 1px solid black;	
}
.divTimePicker .am div, .divTimePicker .pm div
{
	float: left;
	margin: 0px 1px;
	text-align: right;
}
.divTimePicker .ampm
{
	float: right;
	background: #005f92;
	text-align: right;
	margin-top: 5px;
	margin-bottom: -1px;
	.margin-bottom: 0px;
	margin-right:3px;
	border-left: 1px solid white;
}
.divTimePicker .ampm a
{
	width: auto;
	color: White !important;
	padding: 0px 10px;
	border: 0px;
	margin-bottom: 1px;
}
.divTimePicker .ampm a:hover
{
	color: #005f92 !important;
	background: #dce5ee !important;
	border: 0px;
}
.divTimePicker .x
{
	float: right;
	font-weight: bold;
	margin: 0px 5px;
	_margin: 0px 2px 0px 5px;
	font-size: 14px;
}
.divTimePicker .x a
{
	width: auto;
	background: none !important;
	border: 0px !important;
}
.divTimePicker .activeLink 
{
	background: #005f92 !important;
}
.divTimePicker .inactiveLink
{
	background: none !important;
}
.divTimePicker .selectedTime
{
	background: #dce5ee;	
	color: #005f92 !important;
	border: 1px solid black;
	font-weight: bold !important;
}