/* 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 td
{
	border:0;
	text-align:right;
}

.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,
th.radTimeOverCss_Office2007
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	height: 20px;
	background: #e3efff;
	text-align:center;
}

.radItemCss_Office2007 a,
.AlternatingItemCss_Office2007
{
    /**/
}

.radItemCss_Office2007 a:hover,
.radAlternatingItemCss_Office2007 a:hover
{	
	/**/
}


.radPopupImage_Office2007
{	
	position: relative;  
	_position: static;
	outline: none;
}
*+html .radPopupImage_Office2007
{
	position: static;
}

.radPopupImage_Office2007 img
{
	vertical-align:middle;
	margin:0 2px;
	border:0;
}

.radDisabled_Office2007 img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pickerWrapper_Office2007
{
	vertical-align:middle;
}

.pickerWrapper_Office2007 table
{
	vertical-align:bottom;
}

.pickerWrapper_Office2007 table,
.pickerWrapper_Office2007 td
{
	border: 0;
	padding: 0;
	margin: 0;
}

.pickerWrapper_Office2007 .inputCell 
{
	padding: 0 4px 0 0;
}
