/*Telerik RadInput tellbob Skin*/

/*global*/

.RadInput_tellbob,
.RadInputMgr_tellbob
{
}

.RadInput_tellbob
{
	display: block;
	background-image: url(images/textbox.gif);
	background-repeat: no-repeat;
	width: 151px;
	margin: 0px 0px 4px 0px;
}

.RadInput_tellbob table
{
}

.RadInput_tellbob td
{
	border:0;
	padding:0;
	overflow:visible;/*RadGrid*/
}

.RadInput_tellbob .riCell 
{
	padding-right:4px;
}

.RadInput_tellbob textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_tellbob .riTextBox,
html body .RadInputMgr_tellbob
{
	color: #2e2e2e;
	border: solid 1px #bfc8cc;
	padding:2px 0 2px 1px;
	font-size: .8em;
}

html body .RadInput_tellbob .riEmpty,
html body .RadInput_Empty_tellbob
{
}

html body .RadInput_tellbob .riHover,
html body .RadInput_Hover_tellbob
{
	background:#f0f2f4;
}

html body .RadInput_tellbob .riFocused,
html body .RadInput_Focused_tellbob
{
	border-color:#69798c;
	background:#f0f2f4;
}

html body .RadInput_tellbob .riRead,
html body .RadInput_Read_tellbob
{
	border-color:#bdbdbd;
}

html body .RadInput_tellbob .riDisabled,
html body .RadInput_Disabled_tellbob
{
	border-color:#bdbdbd;
	color:#999;
	cursor:default;
}

html body .RadInput_tellbob .riError,
html body .RadInput_Error_tellbob
{
}

html body .RadInput_tellbob .riNegative,
html body .RadInput_Negative_tellbob
{
	color:#666;
}

/*buttons*/

.RadInput_tellbob a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
}
* html .RadInput_tellbob a{position:static}/*IE6*/
*+html .RadInput_tellbob a{position:static}/*IE7*/

/*go*/

.RadInput_tellbob .riBtn a
{
	width:20px;
	height:18px; 
	line-height:18px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_tellbob .riSpin a
{
	width:12px;
	height:6px; 
	line-height:6px;
	margin:0 1px;
}

.RadInput_tellbob .riUp
{
	background-position:3px -49px;
}

.RadInput_tellbob .riDown
{
	background-position:3px -99px;
	margin-top:3px;
}

/*label*/

.RadInput_tellbob .riLabel
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}