/* Timepicker Office2007 skin */

.radTimeTableCss_Office2007 caption
{
    display: none;
}

.radTimeTableCss_Office2007 
{
	font-family: Arial, Verdana, Sans-Serif;
	border: solid 1px #9ac6ff;
	border-collapse: collapse;
	background: white;
	cursor: pointer;
	cursor: default;
	background: white;
}

.radTimeTableCss_Office2007 a
{
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: black;
	line-height: 21px;
	padding: 0 2px;
}

.radTimeOverCss_Office2007 a
{
	text-decoration: underline;
}

.radHeaderCss_Office2007
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	height: 20px;
	background: #e3efff;
}

.radItemCss_Office2007 a,
.AlternatingItemCss_Office2007
{
    /**/
}

.radItemCss_Office2007 a:hover,
.radAlternatingItemCss_Office2007 a:hover
{	
	/**/
}

.radPopupImage_Office2007 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_Office2007 img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}