/*Telerik RadInput Vinsume Skin*/

/*global*/

.RadInput_Vinsume,
.RadInputMgr_Vinsume
{
	vertical-align:middle;
}

.RadInput_Vinsume
{
    color: #58595b;
    font-size: 35px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.RadInput_Vinsume table
{
	border:0;
	vertical-align:bottom;
}

.RadInput_Vinsume td
{
	border:0;
	padding:0;
	vertical-align:middle;
	overflow:visible;/*RadGrid*/
}

.RadInput_Vinsume .riCell 
{
	padding-right:4px;
}

.RadInput_Vinsume textarea
{
	vertical-align:bottom;
	overflow:auto;
}

/*textbox states*/

html body .RadInput_Vinsume .riTextBox,
html body .RadInputMgr_Vinsume
{
	border: none;
    color: #58595b;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url('../../../Media/Components/textBox_bg_365x25.jpg') repeat-x;
    height: 25px;    
    padding-top: 5px;     
}

html body .RadInput_Vinsume .riEmpty,
html body .RadInput_Empty_Vinsume
{
	color:#999;
}

html body .RadInput_Vinsume .riHover,
html body .RadInput_Hover_Vinsume
{	
	border: none;
    color: #58595b;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url('../../../Media/Components/textBox_bg_365x25.jpg') repeat-x;
    height: 25px;    
    padding-top: 5px; 
}

html body .RadInput_Vinsume .riFocused,
html body .RadInput_Focused_Vinsume
{	
	border: none;
    color: #58595b;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url('../../../Media/Components/textBox_bg_365x25.jpg') repeat-x;
    height: 25px;    
    padding-top: 5px; 
}

html body .RadInput_Vinsume .riRead,
html body .RadInput_Read_Vinsume
{	
	border-color:#929292;
	color:#333;
}

html body .RadInput_Vinsume .riDisabled,
html body .RadInput_Disabled_Vinsume
{
	border-color:#929292;
	color:#999;
	cursor:default;
}

html body .RadInput_Vinsume .riError,
html body .RadInput_Error_Vinsume
{	
	border-color:#f00;
	background:#fefefe url('Input/sprite.gif') 100% -148px no-repeat;
	color:#f00;
}

html body .RadInput_Vinsume .riNegative,
html body .RadInput_Negative_Vinsume
{	
	color:#333;
}

/*buttons*/

.RadInput_Vinsume 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_Vinsume a{position:static}/*IE6*/
*+html .RadInput_Vinsume a{position:static}/*IE7*/

/*go*/

.RadInput_Vinsume .riBtn a
{
	width:20px;
	height:17px;
	line-height:17px;
	background-position:4px 4px;
}

/*spin*/

.RadInput_Vinsume .riSpin a
{
	width:13px;
	height:7px; 
	line-height:7px;
	margin:0 1px;
}

.RadInput_Vinsume .riUp
{
	background-position:3px -49px;
}

.RadInput_Vinsume .riDown
{
	background-position:3px -98px;
	margin-top:3px;
}

/*label*/

.RadInput_Vinsume .riLabel
{
	margin:0 4px 0 0;
	color:#000;
	white-space:nowrap;
}