/*Telerik RadInput appliedprocess Skin*/

/*global*/

.RadInput_waterfront,
.RadInputMgr_waterfront
{
}

.RadInput_waterfront
{
	display: block;
	background: none;
	/*border: 1px solid #707070;
	width: 151px;*/
	margin: 0px 0px 4px 0px;
}

.RadInput_waterfront table
{
}

.RadInput_waterfront td
{
	border:0;
	padding:0;
	overflow:visible;/*RadGrid*/
}

.RadInput_waterfront .riCell 
{
	padding-right:4px;
}

.RadInput_waterfront textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_waterfront .riTextBox,
html body .RadInputMgr_waterfront
{
	color: #2f3539;
	border: solid 1px #6194aa;
	padding:2px 0 2px 1px;
	font-size: 12px;
	background-color:#dcecf2;
}

html body .RadInput_waterfront .riEmpty,
html body .RadInput_Empty_waterfront
{
}

html body .RadInput_waterfront .riHover,
html body .RadInput_Hover_waterfront
{
	border: solid 1px #6194aa;
	color: #2f3539;
}

html body .RadInput_waterfront .riFocused,
html body .RadInput_Focused_waterfront
{
	border-color:#6194aa;
	background-color:#fff;
	color: #2f3539;
}

html body .RadInput_waterfront .riRead,
html body .RadInput_Read_waterfront
{
	border-color:#6194aa;
}

html body .RadInput_waterfront .riDisabled,
html body .RadInput_Disabled_waterfront
{
	border-color:#6194aa;
	cursor:default;
}

html body .RadInput_waterfront .riError,
html body .RadInput_Error_waterfront
{
}

html body .RadInput_waterfront .riNegative,
html body .RadInput_Negative_waterfront
{
	color:#c2c2c2;
}

/*buttons*/

.RadInput_waterfront a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadInput_waterfront a{position:static}/*IE6*/
*+html .RadInput_waterfront a{position:static}/*IE7*/

/*go*/

.RadInput_waterfront .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_waterfront .riSpin a
{
	width:12px;
	height:6px; 
	line-height:6px;
	margin:0 1px;
}

/*.RadInput_waterfront .riUp
{
	background-position:3px -49px;
}

.RadInput_waterfront .riDown
{
	background-position:3px -99px;
	margin-top:3px;
}*/

/*label*/

.RadInput_waterfront .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}
