﻿/* RadInput Inox skin */

.radInput_B2C,
.radInput_B2C table
{
	/*set the commented width style if you have set ShowButton="true" in the control*/
	width: 265px !important; /* width: 185px !important; */ 
	height: 30px !important;
	/*position:relative;*/
	/*top:0px;*/
	/*padding-left:365px;	*/
	/*margin-top:10px;*/
	/*float:right;*/
	/*PMC*/
	/*float:right;*/
	/*margin-right:48px;*/
	/*PMC*/
	position:static;
	width:206px;
	height:30px;
	
	
}

 .radInput_B2C table,
 .radInput_B2C table td
 {
	border-style:none;
 }

.radInput_B2C
{
	_padding-bottom: 3px;/*IE hack*/	
}

.radInput_B2C .inputCell 
{
	padding: 0 6px 0 0;	
	
}

.radInput_B2C .inputCell input,
.radInput_B2C .inputCell textarea
{	
	margin: 0;
}

*+html .radInput_B2C
{
	padding-bottom: 3px;
}



/* input buttons */

/* SPIN BUTTONS */
.radInput_B2C  .imageCell,
.radInput_B2C  .spinImgCell
{		
	padding-bottom: 5px;		
}

.radInput_B2C a.spinbutton
{
	display: block;
	text-indent: -99px;
	width: 12px;
	height: 9px; 
	line-height: 9px;
	background: transparent url('Img/SpinButtonSprites.gif') no-repeat;
	font-size: 1px;
	top: 5px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;	
}
*+html .radInput_B2C a.spinbutton
{
	position: inherit;
}

.radInput_B2C a.spinbutton.up
{
	background-position: center 0;
}

.radInput_B2C a.spinbutton.down
{
	background-position: center -9px;
}

.radInput_B2C 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: inherit; /*IE fix*/
	outline: none;
	top: 2px;
}
*+html .radInput_B2C a.gobutton
{
	position: inherit;
}



.halfsize1 .radHoverCss_B2C,
.halfsize1 .radEnabledCss_B2C,
.halfsize1 .radDisabledCss_B2C,
.halfsize1 .radEmptyMessageCss_B2C,
.halfsize1 .radFocusedCss_B2C,
.halfsize1 .radNegativeCss_B2C,
.halfsize1 .radInvalidCss_B2C,
.halfsize2 .radHoverCss_B2C,
.halfsize2 .radEnabledCss_B2C,
.halfsize2 .radDisabledCss_B2C,
.halfsize2 .radEmptyMessageCss_B2C,
.halfsize2 .radFocusedCss_B2C,
.halfsize2 .radNegativeCss_B2C,
.halfsize2 .radInvalidCss_B2C
{
	_background-attachment: fixed; /* IE */
	height: 30px;
	width: 120px !important;
	padding: 4px 0px 0px 10px !important;
	margin: 0;
	border: 0;
	font: 14px "segoe ui",arial,verdana,sans-serif;
	top: 0px;	
	background: transparent url(Img/defaulthalf.gif) no-repeat;
	background-position: top right;
}
.halfsize1 .radHoverCss_B2C
{
	background: transparent url(Img/hoverhalf.gif) no-repeat;
	background-position: top right;
	color: #000;	
}
.halfsize1 .radEnabledCss_B2C,
.halfsize1 .radEmptyMessageCss_B2C,
.halfsize1 .radNegativeCss_B2C
{ 
	background: transparent url(Img/defaulthalf.gif) no-repeat;
	background-position: top right;
	color: #000;
}

.halfsize1 .radFocusedCss_B2C
{
	background: transparent url(Img/focushalf.gif) no-repeat;
	background-position: top right;
	color: #000;
}

.halfsize1 .radEmptyMessageCss_B2C
{
	color: gray;
}

.halfsize1 .radNegativeCss_B2C
{
	color: #fff;
}

.halfsize1 .radInvalidCss_B2C
{
	background: transparent url(Img/errorhalf.gif) no-repeat;
	background-position: right;
	color: red;
	padding-right: 22px !important;
	width: 140px !important;
}

.halfsize1 .radLabelCss_B2C 
{
	font: normal 10px "segoe ui",arial,verdana,sans-serif;
	color: #000; 
	padding-right: 5px;
	white-space:nowrap;
}

.halfsize1 .radDisabledCss_B2C
{
	background-color: #fff;
	height: 30px !important;
	top: 0;
}

.halfsize1 .halfLabel
{
    width:400px;
}

.halfsize1
{
  float:left;
  width: 75%
}
.halfsize2
{
  float:right;
  width: 25%
}
.halfsize2 .halfLabel2
{
    width:200px;
    float:left;
}

/* end of input buttons */
/* Q3 */
.riEnabled,
.riHover,
.riDisabled,
.riEmpty,
.riFocused,
.riNegative,
.riError
{
	_background-attachment: fixed; /* IE */
	height: 30px;
	width: 254px !important;
	padding: 4px 0px 0px 10px !important;
	margin: 0;
	border: 0;
	font: 14px "segoe ui",arial,verdana,sans-serif;
	top: 0px;	
	background: transparent url(Img/default.gif) no-repeat;
	background-position: top right;
}

.riHover
{
	background: transparent url(Img/hover.gif) no-repeat;
	background-position: top right;
	color: #000;	
}
.riEnabled, .riEmpty,.riNegative
{
	background: transparent url(Img/default.gif) no-repeat;
	background-position: top right;
	color: #000;
}

.riFocused
{
	background: transparent url(Img/focus.gif) no-repeat;
	background-position: top right;
	color: #000;
}

.riEmpty
{
	color: gray;
}

.riNegative
{
	color: #fff;
}

.riError
{
	background: transparent url(Img/error.gif) no-repeat;
	background-position: right;
	color: red;
	padding-right: 22px !important;
	width: 140px !important;
}

.riLabel
{
	font: normal 10px "segoe ui",arial,verdana,sans-serif;
	color: #000; 
	padding-right: 5px;
	white-space:nowrap;
}

.riDisabled
{
	background-color: #fff;
	height: 30px !important;
	top: 0;
}



.halfsize1 .RadInput_B2C .riEnabled,
.halfsize1 .RadInput_B2C .riHover,
.halfsize1 .RadInput_B2C .riDisabled,
.halfsize1 .RadInput_B2C .riEmpty,
.halfsize1 .RadInput_B2C .riFocused,
.halfsize1 .RadInput_B2C .riNegative,
.halfsize1 .RadInput_B2C .riError,
.halfsize2 .RadInput_B2C .riEnabled,
.halfsize2 .RadInput_B2C .riHover,
.halfsize2 .RadInput_B2C .riDisabled,
.halfsize2 .RadInput_B2C .riEmpty,
.halfsize2 .RadInput_B2C .riFocused,
.halfsize2 .RadInput_B2C .riNegative,
.halfsize2 .RadInput_B2C .riError
{
	_background-attachment: fixed; /* IE */
	height: 30px;
	width: 120px !important;
	padding: 4px 0px 0px 10px !important;
	margin: 0;
	border: 0;
	font: 14px "segoe ui",arial,verdana,sans-serif;
	top: 0px;	
	background: transparent url(Img/defaulthalf.gif) no-repeat;
	background-position: top right;
}
.halfsize1 .RadInput_B2C .riHover
{
	background: transparent url(Img/hoverhalf.gif) no-repeat;
	background-position: top right;
	color: #000;	
}
.halfsize1 .RadInput_B2C .riEnabled,
.halfsize1 .RadInput_B2C .riHover,
.halfsize1 .RadInput_B2C riNegative
{ 
	background: transparent url(Img/defaulthalf.gif) no-repeat;
	background-position: top right;
	color: #000;
}

.halfsize1 .RadInput_B2C .riFocused
{
	background: transparent url(Img/focushalf.gif) no-repeat;
	background-position: top right;
	color: #000;
}

.halfsize1 .RadInput_B2C .riEmpty
{
	color: gray;
}

.halfsize1 .RadInput_B2C .riNegative
{
	color: #fff;
}

.halfsize1 .RadInput_B2C .riError
{
	background: transparent url(Img/errorhalf.gif) no-repeat;
	background-position: right;
	color: red;
	padding-right: 22px !important;
	width: 140px !important;
}

.halfsize1 .RadInput_B2C .riLabel
{
	font: normal 10px "segoe ui",arial,verdana,sans-serif;
	color: #000; 
	padding-right: 5px;
	white-space:nowrap;
}

.halfsize1 .RadInput_B2C .riDisabled
{
	background-color: #fff;
	height: 30px !important;
	top: 0;
}

.halfsize1 .halfLabel
{
    width:400px;
}

.halfsize1
{
  float:left;
  width: 75%
}
.halfsize2
{
  float:right;
  width: 25%
}
.halfsize2 .halfLabel2
{
    width:200px;
    float:left;
}

/* End Q3 */