﻿/* Telerik RadInput Web20 Skin */

.radInput_Web20
{
	font:12px arial,verdana,sans-serif;
	color:#000;
	vertical-align:middle;
}

.radInput_Web20 table
{
	vertical-align:bottom;
}

.radInput_Web20 table,
.radInput_Web20 table td
{
	border: 0;
	margin: 0;
	padding: 0;
	overflow:visible;
}

.radInput_Web20 td.inputCell 
{
	padding: 0 4px 0 0;
}

.radInput_Web20 input.inputCell,
.radInput_Web20 td.inputCell input,
.radInput_Web20 textarea
{
	padding:1px 0 1px 1px;
}

.radInput_Web20 textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_Web20 .imageCell,
.radInput_Web20 .spinImgCell
{	
	vertical-align:middle;
}

/* SPIN BUTTONS */

.radInput_Web20 a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 8px; 
	line-height: 8px;
	background: transparent url('Img/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: static; /*IE fix*/
	outline: none;
	z-index:2;
}
*+html .radInput_Web20 a.spinbutton
{
	position: static;
}

.radInput_Web20 a.up
{
	background-position: center 1px;
}

.radInput_Web20 a.down
{
	background-position: center -5px;
}

.radInput_Web20 a.gobutton
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 17px;
	line-height: 17px;
	background: transparent url('Img/button.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: static; /*IE fix*/
	outline: none;
}
*+html .radInput_Web20 a.gobutton
{
	position: static;
}

/* INPUT STYLES SETTINGS */

.radEnabledCss_Web20 
{
	color: #000;
	border: solid 1px #6788be;
	border-bottom-width: 2px;
	background-color: #fefefe;
}

.radHoverCss_Web20 
{	
	color: #242424;
	border: solid 1px #a5bedf;
	border-bottom-width: 2px;
	background-color: #fefefe;
}

.radDisabledCss_Web20
{	
	color: #ccc;
	border: solid 1px #6788be;
	border-bottom-width: 2px;
	background-color: #fefefe;
}

.radEmptyMessageCss_Web20
{	
	color: #000000;
	border: solid 1px #6788be;
	border-bottom-width: 2px;
	background-color: #fefefe;
}

.radFocusedCss_Web20
{	
	color: #000000;
	background-color: #fff;
	border: solid 1px #6788be;
	border-bottom-width: 2px;
}

.radNegativeCss_Web20
{	
	border: solid 1px #6788be;
	border-bottom-width: 2px;
	background-color: #fefefe;
}

.radInvalidCss_Web20
{	
	color: #f00;
	border: solid 1px #f00;
	border-bottom-width: 2px;
	background-color: #fefefe;
}

.radLabelCss_Web20
{
	color: #000; 
	padding-right: 5px; 
	white-space:nowrap;
}

.radHint_Web20 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_Web20 a,
.radHint_Web20 a:visited,
.radHint_Web20 a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}
