/* Telerik RadInput CUInput Skin */
/*110711 CJC stijlen aangepast*/

.radInput_CUInput
{
	font: 10px Tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	color: #0073bd;
	vertical-align: middle;
}

div.radInput_CUInput table
{
	vertical-align:bottom;
}

.radInput_CUInput table,
.radInput_CUInput table td
{
	border: 0;
	margin: 0;
	padding: 0;
}

.radInput_CUInput .riCell 
{
	padding: 0 4px 0 0;
	_padding:0 7px 0 0;
}

.radInput_CUInput input.riCell
{
	padding:1px 4px 1px 0;
}

.radInput_CUInput .riCell input,
.radInput_CUInput .riCell textarea
{	
	margin: 0;
}

.radInput_CUInput textarea
{
	vertical-align:bottom;
	overflow:auto;
	color: #0073bd;
}

.radInput_CUInput .riBtn,
.radInput_CUInput .riSpin
{	
	padding: 2px 0 0 2px;		
}

/* SPIN BUTTONS */

.radInput_CUInput a.riSpin a
{
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 9px; 
	line-height: 9px;
	background: transparent url('Input/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	top: 2px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;	
}
*+html .radInput_CUInput a.riSpin a
{
	position: inherit;
}

.radInput_CUInput a.riSpin a.riUp
{
	background-position: center 0;
}

.radInput_CUInput a.riSpin a.riDown
{
	background-position: center -9px;
}

.radInput_CUInput a.riBtn a
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 17px; 
	line-height: 17px;
	background: transparent url('Input/button.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;
}
*+html .radInput_CUInput a.riBtn a
{
	position: inherit;
}

/* INPUT STYLES SETTINGS */

.riHover,
.riEnabled,
.riDisabled,
.riEmpty,
.riFocused,
.riNegative,
.riError
{
	/*font:12px arial,verdana,sans-serif;*/
	font:11px Tahoma,verdana,arial,sans-serif;
	background: white;
	font-weight: bold;
}

.riError
{	
	color: #0073bd;
	border: solid 2px #0073bd;
	background-color: #fff;
}

.riEnabled, 
.riNegative,
.riEmpty,
.riFocused
{
	color: #0073bd;
	border: solid 2px #0073bd;
	
}

.riHover 
{
	color: #38577e;
	border: solid 2px #38577e;
}

.riDisabled
{
	color: #ccc;
	border: solid 2px #e4e4e4; 
	background-color: #e3e3e3;
}

.riLabel
{
	color: #000000;
	font-size: 11px;	
	white-space:nowrap;
}

.radHint_CUInput 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_CUInput a,
.radHint_CUInput a:visited,
.radHint_CUInput a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}

/* Telerik RadInput CUInput Skin */

/*.radInput_CUInput
{
	font: 9px Tahoma,verdana,arial,sans-serif;
	color: #0073bd;
	vertical-align: middle;
	border: solid 1px #0073bd;
}

div.radInput_CUInput table
{
	vertical-align:bottom;
}

.radInput_CUInput table,
.radInput_CUInput table td
{
	border: 0;
	margin: 0;
	padding: 0;
}

.radInput_CUInput .riCell 
{
	padding: 0 4px 0 0;
	_padding:0 7px 0 0;
}

.radInput_CUInput input.riCell
{
	padding:1px 4px 1px 0;
}

.radInput_CUInput .riCell input,
.radInput_CUInput .riCell textarea
{	
	margin: 0;
}

.radInput_CUInput textarea
{
	vertical-align:bottom;
	overflow:auto;
	color: #0073bd;
}

.radInput_CUInput .riBtn,
.radInput_CUInput .riSpin
{	
	padding: 2px 0 0 2px;		
}
*/
/* SPIN BUTTONS */

/*.radInput_CUInput a.riSpin a
{
	display: block;
	text-indent: -9999px;
	width: 12px;
	height: 9px; 
	line-height: 9px;
	background: transparent url('CUInput/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	top: 2px;
	position: relative;
	_position: inherit;
	outline: none;	
}
*+html .radInput_CUInput a.riSpin a
{
	position: inherit;
}

.radInput_CUInput a.riSpin a.riUp
{
	background-position: center 0;
}

.radInput_CUInput a.riSpin a.riDown
{
	background-position: center -9px;
}

.radInput_CUInput a.riBtn a
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 17px; 
	line-height: 17px;
	background: transparent url('CUInput/button.gif') no-repeat;
	font-size: 1px;
	position: relative;
	_position: inherit; 
	outline: none;
}
*+html .radInput_CUInput a.riBtn a
{
	position: inherit;
}
*/
/* INPUT STYLES SETTINGS */

/*.riHover,
.riEnabled,
.riDisabled,
.riEmpty,
.riFocused,
.riNegative,
.riError
{
	font:11px Tahoma,verdana,arial,sans-serif;
	background: white;
}

.riError
{	
	color: #0073bd;
	border: solid 1px #0073bd;
	background-color: #fff;
}

.riEnabled, 
.riNegative,
.riEmpty,
.riFocused
{
	color: #0073bd;
	border: solid 1px #0073bd;
	
}

.riHover 
{
	color: #38577e;
	border: solid 1px #38577e;
}

.riDisabled
{
	color: #ccc;
	border: solid 1px #e4e4e4; 
	background-color: #e3e3e3;
}

.riLabel
{
	color: #000000;
	font-size: 11px;	
	white-space:nowrap;
}

.radHint_CUInput 
{
	background: infobackground;
	margin-top: 5px;
	border: solid 1px black;
	text-align: left;
	overflow: auto; 
}

.radHint_CUInput a,
.radHint_CUInput a:visited,
.radHint_CUInput a:hover
{
	margin: 2px;
	color: black;
	text-decoration: none;
	font-size: small;
}
*/