/* Telerik RadInput iManage Skin */

.radInput_iManage
{
	/*font:12px arial,verdana,sans-serif;*/
	font:11px tahoma,verdana,helvetica;
	vertical-align:middle;
}

div.radInput_iManage table
{
	vertical-align:bottom;
}

.radInput_iManage table,
.radInput_iManage table td
{
	border: 0;
	margin: 0;
	padding: 0;
	overflow:visible;
}

.radInput_iManage td.inputCell 
{
	padding: 0 4px 0 0;
}

.radInput_iManage textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_iManage .spinImgCell
{	
	vertical-align:middle;
}

/* SPIN BUTTONS */

.radInput_iManage 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_iManage a.spinbutton
{
	position: static;
}

.radInput_iManage a.up
{
	background-position: center 2px;
}

.radInput_iManage a.down
{
	background-position: center -6px;
}

.radInput_iManage 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_iManage a.gobutton
{
	position: static;
}

/* INPUT STYLES SETTINGS */

.radHoverCss_iManage,
.radEnabledCss_iManage,
.radDisabledCss_iManage,
.radEmptyMessageCss_iManage,
.radFocusedCss_iManage,
.radNegativeCss_iManage,
.radInvalidCss_iManage
{
	/*font:12px arial,verdana,sans-serif;*/
	font:11px tahoma,verdana,helvetica;
	background: white;
	background-image:url(img/text-bg.gif);
	background-repeat:repeat-x;
	padding:3px 0px 3px 2px;
}

.radInvalidCss_iManage
{	
	color: #dcaa78;
	border: solid 1px #DD7870;
	background-color: #fff;
}

.radEnabledCss_iManage, 
.radNegativeCss_iManage,
.radEmptyMessageCss_iManage
{
	color: #000;
	border: solid 1px #B5B8C8;
}

.radHoverCss_iManage,
.radFocusedCss_iManage
{
	color: #38577e;
	border: solid 1px #7EADD9;
}

.radDisabledCss_iManage
{
	color: #ccc;
	border: solid 1px #e4e4e4; 
	background-color: #e3e3e3;
}

.radLabelCss_iManage
{
	color: #000000;
	font-size: 11px;	
	white-space:nowrap;
}

.radHint_iManage 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_iManage a,
.radHint_iManage a:visited,
.radHint_iManage a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}
