/*Telerik RadInput Default Skin*/

/*global*/

.radInput_Zamberg2
{
	font:12px arial,tahoma,sans-serif;
	vertical-align:middle;
}

.radInput_Zamberg2 table,
.radInput_Zamberg2 table td
{
	border:0;
}

.radInput_Zamberg2 table
{
	vertical-align:bottom;
}

.radInput_Zamberg2 td
{
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.radInput_Zamberg2 td.inputCell
{
	padding-right:4px;
}

.radInput_Zamberg2 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .radInput_Zamberg2 .radEnabledCss_Zamberg2,
html body .radInput_Zamberg2 .radEmptyMessageCss_Zamberg2,
html body .radInput_Zamberg2 .radHoverCss_Zamberg2,
html body .radInput_Zamberg2 .radFocusedCss_Zamberg2,
html body .radInput_Zamberg2 .radReadOnlyCss_Zamberg2,
html body .radInput_Zamberg2 .radDisabledCss_Zamberg2,
html body .radInput_Zamberg2 .radNegativeCss_Zamberg2,
html body .radInput_Zamberg2 .radInvalidCss_Zamberg2
{
	border:1px solid #9d9d9d;
	padding:3px 0 3px 5px;
	background:#fff;
	color:#333;
	font:12px arial,tahoma,sans-serif;
}

html body .radInput_Zamberg2 .radEmptyMessageCss_Zamberg2
{
	color:#999;
}

html body .radInput_Zamberg2 .radHoverCss_Zamberg2
{
	border-color:#9d9d9d;
}

html body .radInput_Zamberg2 .radFocusedCss_Zamberg2
{
	border-color:#9d9d9d;
	color:#000;	
}

html body .radInput_Zamberg2 .radReadOnlyCss_Zamberg2
{
	border-color:#c3c3c3;
}

html body .radInput_Zamberg2 .radDisabledCss_Zamberg2
{
	border-color:#a1a1a1;
	color:#999;/*gray - Safari*/
	cursor:default;
}

html body .radInput_Zamberg2 .radInvalidCss_Zamberg2 
{
	border-color:#f32800;
	background:url('Input/sprite.gif') 99% -183px no-repeat;
	color:#f32800;
}

html body .radInput_Zamberg2 .radNegativeCss_Zamberg2
{
	color:#666;
}

/*buttons*/

.radInput_Zamberg2 a
{
	display:block;
	text-indent:-4444px;
	overflow:hidden;
	position:relative;/*FF*/
	outline:none;/*FF*/
	z-index:2;/*Opera*/
	background:url('Input/sprite.gif') no-repeat;
}
* html .radInput_Zamberg2 a{position:static}/*IE6*/
*+html .radInput_Zamberg2 a{position:static}/*IE7*/

/*go*/

.radInput_Zamberg2 a.gobutton
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:3px 4px;
}

/*spin*/

.radInput_Zamberg2 a.spinbutton
{
	width:13px;
	height:7px;
	line-height:7px;
	margin:0 1px;
}

.radInput_Zamberg2 a.up
{
	background-position:3px -35px;
}

.radInput_Zamberg2 a.down
{
	background-position:3px -65px;
	margin-top:2px;
}

/*label*/

.radLabelCss_Zamberg2
{
	margin:0 4px 0 0;
	color:#333;
	white-space:nowrap;
}

