/*
 * to normalize track input see
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
 */

body
{
	padding: 0px 0px;
	margin: 0px 0px;
	background-color: white;
}

h1
{
	font-size: 14px;
	font-weight: normal;
	background: #00003F url(../images/layout/close.png) no-repeat right 2px;
	padding: 2px 0px;
}

.dlg_timepicker
{
	width: 190px;
	padding: 3px 3px;
	margin: 0px auto;
}

.time
{
	width: 190px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #153256;
	height: 30px;
	padding-top: 4px;
	cursor: pointer;
}

.col1
{
	float: left;
	width: 50px;
	text-align: left;
	padding: 2px 0px;
	color: #00005F;
	background-color: transparent;
}

.col2
{
	float: left;
	width: 140px;
	text-align: right;
	padding: 2px 0px;
	color: #00005F;
	background-color: transparent;
}

.hint
{
	width: 190px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 2px;
}
