/* Timepicker Web2.0 skin */

.radTimeTableCss_Web20 caption
{
    display: none;
}

.radTimeTableCss_Web20 
{
	font-family: Arial, Verdana, Sans-Serif;
	border: solid 1px #6788be;
	background: white url('Img/calendarBg.gif') repeat-x;
	cursor: pointer;
	cursor: default;
	border-collapse: collapse;
}

.radTimeTableCss_Web20 td
{
	border: solid 1px #e5e5e5;
	padding: 0;
}

.radTimeTableCss_Web20 a
{
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: black;
	line-height: 21px;
	width: 75px;
	line-height: 32px;
	text-align: center;
}

.radTimeOverCss_Web20 a
{
	font-size: 12px;
	font-weight: bold;
	background: white url('Img/HoverBg.gif') repeat-x;
}

.radHeaderCss_Web20
{
	font-size: 18px;
	font-weight: normal;
	color: white;
	height: 30px;
	background: #ebff9d url('Img/calendarBg.gif') repeat-x;
}

.radItemCss_Web20 a,
.radAlternatingItemCss_Web20
{
    /**/
}

.radItemCss_Web20 a:hover,
.radAlternatingItemCss_Web20 a:hover
{	
	/**/
}

.radPopupImage_Web20
{	
	position: relative;  
	*position: inherit;
	outline: none;
}

.radPopupImage_Web20 img
{
	vertical-align: middle;
	_vertical-align: top; /* IE fix */	
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -1px; /* IE margins fix */
	_margin-top: 0px; 
	border-width: 0px;
}

.radDisabled_Web20 img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}