﻿/* Telerik RadInput Office2007 Skin */

/*global*/

.radInput_Office2007
{
	font:12px arial,tahoma,sans-serif;
	vertical-align:middle;
}

.radInput_Office2007 table,
.radInput_Office2007 table td
{
	border:0;
}

.radInput_Office2007 table
{
	vertical-align:bottom;
}

.radInput_Office2007 td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_Office2007 td.inputCell 
{
	padding-right:4px;
}

.radInput_Office2007 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

.radEnabledCss_Office2007,
.radEmptyMessageCss_Office2007,
.radHoverCss_Office2007,
.radFocusedCss_Office2007,
.radReadOnlyCss_Office2007,
.radDisabledCss_Office2007,
.radNegativeCss_Office2007,
.radInvalidCss_Office2007
{
	font:12px arial,tahoma,sans-serif;
	background:#fff;
	padding:1px 0 1px 1px;
}

.radEnabledCss_Office2007, 
.radEmptyMessageCss_Office2007,
.radNegativeCss_Office2007,
.radFocusedCss_Office2007
{
	border:1px solid #7f9db9;
	color:#000;
}

.radHoverCss_Office2007 
{
	border:1px solid #38577e;
	color:#38577e;
}

.radReadOnlyCss_Office2007
{
	border:1px solid #e4e4e4; 
	background:#f3f3f3;
}

.radDisabledCss_Office2007
{
	border:1px solid #e4e4e4; 
	background:#e3e3e3;
	color:#666;
	cursor:default;
}

.radInvalidCss_Office2007
{	
	border:1px solid #dcaa78;
	color:#dcaa78;
}

/*buttons*/

.radInput_Office2007 a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('WebResource.axd?d=-NAIRo7-no781D09lMVVo2xwF3j01GKe26lOyRiCurN9C8vH8JxJyjZi7iJcTc6UTREWo7W7k1uvvoudlsenyx5sDQxx_fK20eTUMyMMJG01&t=633493985220000000') no-repeat;
}
* html .radInput_Office2007 a{position:static}/*IE6*/
*+html .radInput_Office2007 a{position:static}/*IE7*/

/*go*/

.radInput_Office2007 a.gobutton
{
	width:20px;
	height:17px; 
	line-height:17px;
	background-position:3px 4px;
}

/*spin*/

.radInput_Office2007 a.spinbutton
{
	width:12px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.radInput_Office2007 a.up
{
	background-position:3px -41px;
}

.radInput_Office2007 a.down
{
	background-position:3px -76px;
	margin-top:2px;
}

/*label*/

.radLabelCss_Office2007
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}