/*Telerik RadInput coco Skin*/

/*global*/

.RadInput_coco,
.RadInputMgr_coco
{
	vertical-align:middle;
}

.RadInput_coco
{
}

.RadInput_coco table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_coco table td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_coco .riCell
{
	padding-right:4px;
}

.RadInput_coco textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_coco .riTextBox,
html body .RadInputMgr_coco
{
	border:1px solid #153446;
	padding:3px 0 3px 1px;
	background:#d7d2c9;
	color:#153446;
}

html body .RadInput_coco .riEmpty,
html body .RadInput_Empty_coco
{
	color:#b6b6b6;
}

html body .RadInput_coco .riHover,
html body .RadInput_Hover_coco
{
	border-color:#372112;
}

html body .RadInput_coco .riFocused,
html body .RadInput_Focused_coco
{
	border-color:#372112;
	color:#372112;
}

html body .RadInput_coco .riRead,
html body .RadInput_Read_coco
{
	border-color:#d5d4c8;
}

html body .RadInput_coco .riDisabled,
html body .RadInput_Disabled_coco
{
	border-color:#d5d4c8;
	color:#b6b6b6;
	cursor:default;
}

html body .RadInput_coco .riError,
html body .RadInput_Error_coco
{
	border-color:#e95005;
	background:#fff url('Input/sprite.gif') 100% -147px no-repeat;
	color:#df3a00;
}

html body .RadInput_coco .riNegative,
html body .RadInput_Negative_coco
{
	color:#474742;
}

/*buttons*/

.RadInput_coco a
{
	display:block;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
	text-indent:-4444px;
	text-align:left;
	text-decoration:none;
	direction:ltr;
}
* html .RadInput_coco a{position:static}/*IE6*/
*+html .RadInput_coco a{position:static}/*IE7*/

/*go*/

.RadInput_coco .riBtn a
{
	width:18px;
	height:17px;
	line-height:17px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_coco .riSpin a
{
	width:11px;
	height:8px;
	line-height:8px;
	margin:0 1px;
}

.RadInput_coco a.riUp
{
	background-position:3px -48px;
}

.RadInput_coco a.riDown
{
	background-position:3px -98px;
	margin-top:2px;
}

/*label*/

.RadInput_coco .riLabel
{
	margin:0 4px 0 0;
	white-space:nowrap;
}