﻿/* Telerik RadInput Default Skin */

.radInput_WindowsXP
{
	font: normal 11px Arial, Verdana, Tahoma, Sans-Serif;	
	vertical-align: middle;		
}

.radInput_WindowsXP table,
.radInput_WindowsXP table td
{	
	border: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.radInput_WindowsXP textarea
{
	vertical-align:bottom;
	overflow:auto;
}

.radInput_WindowsXP .spinImgCell
{
	vertical-align:middle;
}

.radInput_WindowsXP td.inputCell
{
	padding:0 4px 0 0;
}

/* SPIN BUTTONS */
.radInput_WindowsXP 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_WindowsXP a.spinbutton
{
	position: static;
}

.radInput_WindowsXP a.up
{
	background-position: center 1px;
}

.radInput_WindowsXP a.down
{
	background-position: center -7px;
}

.radInput_WindowsXP 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_WindowsXP a.gobutton
{
	position: static; /*IE fix*/
}

/* INPUT STYLES SETTINGS */

.radEnabledCss_WindowsXP,
.radEmptyMessageCss_WindowsXP,
.radHoverCss_WindowsXP,
.radFocusedCss_WindowsXP,
.radNegativeCss_WindowsXP,
.radDisabledCss_WindowsXP,
.radInvalidCss_WindowsXP
{
	font:12px arial,verdana,tahoma,sans-serif;
	padding:2px 0 2px 1px;
}

.radEnabledCss_WindowsXP 
{
	color: #333;
	border: solid 1px #8db2e3;
}

.radHoverCss_WindowsXP 
{
	color: #333;
	border: solid 1px #8db2e3;
}

.radDisabledCss_WindowsXP
{
	color:gray;
	background:#eee;
	border: solid 1px gray;
}

.radEmptyMessageCss_WindowsXP
{
	color: gray;
	border: solid 1px #8db2e3;
}

.radFocusedCss_WindowsXP
{
	background-position: #FFFFCC;
	border: solid 1px #8db2e3;
	color: #000;
}

.radNegativeCss_WindowsXP 
{
	border: solid 1px #8db2e3;
	color: #333;
}

.radInvalidCss_WindowsXP 
{
	background:url('Img/errorSign.gif') center right no-repeat;
	border: solid 1px red;
	color: #f32800;
}

.radLabelCss_WindowsXP
{	  
	color: #000;
	font-size: small;
	white-space:nowrap;
}

.radHint_WindowsXP 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px #8db2e3;
	text-align: left;
	overflow: auto; 
}

.radHint_WindowsXP a,
.radHint_WindowsXP a:visited,
.radHint_WindowsXP a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}