/*Telerik RadInput CorpsNET Skin*/

/*global*/

.RadInput_CorpsNET,
.RadInputMgr_CorpsNET
{
	vertical-align:middle;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

.RadInput_CorpsNET table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_CorpsNET table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_CorpsNET table td.riCell
{		
	padding-right:4px;
}

.RadInput_CorpsNET textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_CorpsNET .riTextBox,
html body .RadInputMgr_CorpsNET
{
	border:1px solid;
	border-color:#7B9CBD;
	padding: 2px 0 2px 3px;
	background:#fff;
	color: #1F1F1F;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

html body .RadInput_CorpsNET .riEmpty,
html body .RadInput_Empty_CorpsNET
{
	color:#8a8a8a;
}

html body .RadInput_CorpsNET .riHover, html body .RadInput_Hover_CorpsNET, html body .RadInput_CorpsNET .riFocused, html body .RadInput_Focused_CorpsNET
{
	border-color: #64A2D5;
}

html body .RadInput_CorpsNET .riRead,
html body .RadInput_Read_CorpsNET
{
	border-color:#e3e9ef;
}

html body .RadInput_CorpsNET .riDisabled, html body .RadInput_Disabled_CorpsNET
{
	border-width: 1px;
	border-color: #CEC6BD;
	color: #8a8a8a;
	cursor: default;
}

html body .RadInput_CorpsNET .riError, html body .RadInput_Error_CorpsNET
{
	background-position: 100% -298px;
	border-color: #C40000;
	background: #fff 100% -298px no-repeat url('Input/sprite.gif');
	color: #C40000;
}

html body .RadInput_CorpsNET .riNegative,
html body .RadInput_Negative_CorpsNET
{
	color:#565656;
}

/*buttons*/

.RadInput_CorpsNET a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:transparent no-repeat url('Input/sprite.gif');
	text-indent:-2222px;
	text-align:center;
	text-decoration:none;
}
* html .RadInput_CorpsNET a{position:static}/*IE6*/
*+html .RadInput_CorpsNET a{position:static}/*IE7*/

/*go*/

.RadInput_CorpsNET .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_CorpsNET .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_CorpsNET .riSpin a
{
	width:15px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.RadInput_CorpsNET .riUp
{
	background-position:4px -98px;
}

.RadInput_CorpsNET .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_CorpsNET a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

.RadInput_CorpsNET a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_CorpsNET .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}