/*Telerik RadInput Default Skin*/

/*global*/

.RadInput_PeraconDefault,
.RadInputMgr_PeraconDefault
{
	vertical-align:middle;
	font:11px verdana,arial,sans-serif;
}

.RadInput_PeraconDefault table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_PeraconDefault table.riTable td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_PeraconDefault table td.riCell
{
	padding-right:4px;
}

.RadInput_PeraconDefault textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_PeraconDefault .riTextBox,
html body .RadInputMgr_PeraconDefault
{
	border:1px solid;
	border-color:#8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
	padding:2px 1px 3px;
	background:#fff;
	color:#000;
	font:11px verdana,arial,sans-serif;
}

html body .RadInput_PeraconDefault .riEmpty,
html body .RadInput_Empty_PeraconDefault
{
	color:#8a8a8a;
}

html body .RadInput_PeraconDefault .riHover,
html body .RadInput_Hover_PeraconDefault,
html body .RadInput_PeraconDefault .riFocused,
html body .RadInput_Focused_PeraconDefault
{
	border-color:#515151;
}

html body .RadInput_PeraconDefault .riRead,
html body .RadInput_Read_PeraconDefault
{
	border-color:#d0d0d0;
}

html body .RadInput_PeraconDefault .riDisabled,
html body .RadInput_Disabled_PeraconDefault
{
	border-color:#d0d0d0;
	color:#8a8a8a;
	cursor:default;
}

html body .RadInput_PeraconDefault .riError,
html body .RadInput_Error_PeraconDefault
{
	border-color:#d51923;
	background:#fff 100% -298px no-repeat url('Input/sprite.gif');
	color:#d51923;
}

html body .RadInput_PeraconDefault .riNegative,
html body .RadInput_Negative_PeraconDefault
{
	color:#565656;
}

/*buttons*/

.RadInput_PeraconDefault 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_PeraconDefault a{position:static}/*IE6*/
*+html .RadInput_PeraconDefault a{position:static}/*IE7*/

/*go*/

.RadInput_PeraconDefault .riBtn a
{
	width:20px;
	height:18px;
	line-height:18px;
	background-position:3px 5px;
}

.RadInput_PeraconDefault .riBtn a:hover
{
	background-position:3px -45px;
}

/*spin*/

.RadInput_PeraconDefault .riSpin a
{
	width:15px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.RadInput_PeraconDefault .riUp
{
	background-position:4px -98px;
}

.RadInput_PeraconDefault .riUp:hover
{
	background-position:4px -148px;
}

.RadInput_PeraconDefault a.riDown
{
	background-position:4px -199px;
	margin-top:3px;
}

.RadInput_PeraconDefault a.riDown:hover
{
	background-position:4px -249px;
}

/*label*/

.RadInput_PeraconDefault .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}
