/* Telerik RadInput Office2007 Skin */

.radInput_Office2007
{
	font:12px arial,verdana,sans-serif;
	vertical-align:middle;
}

div.radInput_Office2007 table
{
	vertical-align:bottom;
}

.radInput_Office2007 table,
.radInput_Office2007 table td
{
	border: 0;
	margin: 0;
	padding: 0;
	overflow:visible;
}

.radInput_Office2007 td.inputCell 
{
	padding: 0 4px 0 0;
}

.radInput_Office2007 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_Office2007 .spinImgCell
{	
	vertical-align:middle;
}

/* SPIN BUTTONS */

.radInput_Office2007 a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 8px; 
	line-height: 8px;
	background: transparent url('Img/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: static; /*IE fix*/
	outline: none;	
	z-index:2;
}
*+html .radInput_Office2007 a.spinbutton
{
	position: static;
}

.radInput_Office2007 a.up
{
	background-position: center 2px;
}

.radInput_Office2007 a.down
{
	background-position: center -6px;
}

.radInput_Office2007 a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 17px; 
	line-height: 17px;
	background: transparent url('Img/button.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: static; /*IE fix*/
	outline: none;
}
*+html .radInput_Office2007 a.gobutton
{
	position: static;
}

/* INPUT STYLES SETTINGS */

.radHoverCss_Office2007,
.radEnabledCss_Office2007,
.radDisabledCss_Office2007,
.radEmptyMessageCss_Office2007,
.radFocusedCss_Office2007,
.radNegativeCss_Office2007,
.radInvalidCss_Office2007
{
	font:12px arial,verdana,sans-serif;
	background: white;
	padding:1px 0 1px 1px;
}

.radInvalidCss_Office2007
{	
	color: #dcaa78;
	border: solid 1px #dcaa78;
	background-color: #fff;
}

.radEnabledCss_Office2007, 
.radNegativeCss_Office2007,
.radEmptyMessageCss_Office2007,
.radFocusedCss_Office2007
{
	color: #000;
	border: solid 1px #7f9db9; 	
}

.radHoverCss_Office2007 
{
	color: #38577e;
	border: solid 1px #38577e;
}

.radDisabledCss_Office2007
{
	color: #ccc;
	border: solid 1px #e4e4e4; 
	background-color: #e3e3e3;
}

.radLabelCss_Office2007
{
	color: #000000;
	font-size: 11px;	
	white-space:nowrap;
}

.radHint_Office2007 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_Office2007 a,
.radHint_Office2007 a:visited,
.radHint_Office2007 a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}