﻿/* Telerik RadInput Default Skin */

.radInput_HFF
{
	vertical-align: middle;		
}

.radInput_HFF table,
.radInput_HFF table td
{	
	border: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.radInput_HFF textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_HFF .spinImgCell
{
	vertical-align:middle;
}

.radInput_HFF td.inputCell
{
	padding:0 4px 0 0;
}

/* SPIN BUTTONS */
.radInput_HFF a.spinbutton
{
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 8px;
	line-height: 8px;
	background: transparent url('Img/SpinButtonSprites.gif') no-repeat;
	font-size:1px;
	position:relative;/*FF*/
	z-index:2;/*Opera*/
	_position:static;/*IE*/
	outline:none;/*FF*/
}
*+html .radInput_HFF a.spinbutton
{
	position: static;
}

.radInput_HFF a.up
{
	background-position: center 1px;
}

.radInput_HFF a.down
{
	background-position: center -7px;
}

.radInput_HFF 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;
	z-index:2;
}
*+html .radInput_HFF a.gobutton
{
	position: static; /*IE fix*/
}

/* INPUT STYLES SETTINGS */

.radEnabledCss_HFF,
.radEmptyMessageCss_HFF,
.radHoverCss_HFF,
.radFocusedCss_HFF,
.radNegativeCss_HFF,
.radDisabledCss_HFF,
.radInvalidCss_HFF
{
	padding:2px 0 2px 1px;
}

.radEnabledCss_HFF 
{
	color: #1D3060;
	border: solid 1px #C0C0C0;
	background-color: #F3F3F3;
}

.radHoverCss_HFF 
{
	color: #1D3060;
	border: solid 1px #C0C0C0;
	background-color: #F3F3F3;
}

.radDisabledCss_HFF
{
	color:gray;
	background:#eee;
	border: solid 1px #aeaeae;
}

.radEmptyMessageCss_HFF
{
	color: #333;
	border: solid 1px #aeaeae;
}

.radFocusedCss_HFF
{
	color: #1D3060;
	border: solid 1px #C0C0C0;
	background-color: #F3F3F3;
}

.radNegativeCss_HFF 
{
	border: solid 1px #aeaeae;
	color: #333;
}

.radInvalidCss_HFF 
{
	background:url('Img/errorSign.gif') center right no-repeat;
	border: solid 1px #f32800;
	color: #f32800;
}

.radLabelCss_HFF
{	  
	color: #000;
	font-size: small;
	white-space:nowrap;
}

.radHint_HFF 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_HFF a,
.radHint_HFF a:visited,
.radHint_HFF a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}
