/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {float:left;margin-top:20px;width:210px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:210px;height:37px;float:left;border:1px solid #040404;background-color:#101010;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:210px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
.loading {
	position:relative;
	float:right;
	margin-top:11px;
	width:40px;
	height:5px;
	background:url(../images/loader.gif) no-repeat 0 0;
	display: none;
}

.ext_options{
	height: auto;
	display: none;
	overflow: hidden;
}



.tabrow {
	text-align: left;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	padding-left: 20px;
	height: 37px;
	overflow: hidden;
	font-size: 12px;
	font-family: arial;
	position: relative;
}

.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 0 #FFF;
  margin: 0 0 0 5px;
}

.tabrow li.ui-tabs-active{
  background: #BF6A16;
  background: -o-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: -ms-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: -moz-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: -webkit-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: linear-gradient(top, #BF6A16 50%, #E78423 100%);	

}

.tabrow li.ui-tabs-active a{
	 color: #FFF;
}

.tabrow li:hover{
  background: #BF6A16;
  background: -o-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: -ms-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: -moz-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: -webkit-linear-gradient(top, #BF6A16 50%, #E78423 100%);
  background: linear-gradient(top, #BF6A16 50%, #E78423 100%);		
  cursor: pointer;
}

.tabrow a {
  color: #555;
  text-decoration: none;
	padding: 10px 20px;;
	display: block
}

.tabrow li:hover a, 
.tabrow a:hover {
	color: #FFF;
}

.tabrow li.selected {
  background: #FFF;
  color: #333;
  z-index: 2;
  border-top-color: #FFF;
}

.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


.tabrow li.selected:before {
  box-shadow: 2px 0px 0 #FFF;
}

.tabrow li.selected:after {
  box-shadow: -2px 0px 0 #FFF;
}

