.pages{ display:none;}


.tabBar{
	float: left;
    width: 100%;
    height: 32px;
    background: url(../pages/images/tabBg.png) repeat-x;
    margin: 0;
	border-bottom: 1px solid #d4d4d4;
    position: relative;
}

.tabContainer{
	position: relative;
    width: 734px;
    height: 32px;
    left: 33px;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.tabHolder{
    float: left;
  /*  width: 0px;*/
    height: auto;
    margin: 0;
	
	/*transition:all 0.01s linear;*/
}
.prevArrow{
	position: absolute;
    width: 22px;
    height: 32px;
    background-image: url(../pages/images/nextTabBtn.png);
    background-position: -22px 0px;
    left: 17px;
    top: 0; 
    display: block;
    z-index: 2;
    cursor: pointer;
	 
}

.nextArrow{
	position: absolute;
    width: 22px;
    height: 32px;
    background-image: url(../pages/images/nextTabBtn.png);
    background-position: 0 0;
    right: 17px;
    top: 0; 
    display: block;
    z-index: 2;
    cursor: pointer;
}

.addBtn{
	background: url(../pages/images/tabBg.png) repeat-x;
    border-right: 1px solid #808080;
    border-left: 1px solid #808080;
    position: absolute;
    height: 28px;
    width: 20px;
    cursor: pointer;
    float: left;
	margin-top:3px;
 /*transition:all 0.01s linear;*/
}
.plusImg{
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(../pages/images/plus.png);
    background-position: 0 0;
    margin:9px 4px 7px 4px;
}
.tabHolder > div {
 float: left;
 /*width: 110px;*/
 height: 27px;
 padding-right: 5px;
 padding-left: 5px;
}

.tab{
    
    margin: 3px 0 0 0;
    border-top: 1px solid #676767;
    border-left: 1px solid #676767;
    border-right: 0px solid #676767;    
    box-shadow: inset 0px 0px 1px 0px #cccccc;
    -webkit-box-shadow: inset 0px 0px 1px 0px #cccccc;
    -moz-box-shadow: inset 0px 0px 1px 0px #cccccc;
    -o-box-shadow: inset 0px 0px 1px 0px #cccccc;
	background: url(../images/tabButton.png) repeat-x;
    display:block;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    /*transition:all 0.01s linear;*/
    cursor: pointer;
}

.tabActive{
    background: url(../pages/images/tabButton.png) repeat-x;
	height:29px;
}

.tabDeactive{
    background: url(../pages/images/tabButton1.png) repeat-x;
}

.tab p{
   /* float: left;
    width: 84px;*/
    line-height: 28px;
    text-align: center; 
	
}
.tab p span{
	/*width:70px;*/
	display:inline-block;
	white-space:nowrap;
 overflow:hidden !important;  
 text-overflow: ellipsis;   
}

.tabCloseBtn{
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(../pages/images/closeBtn.png);
    background-position: 0 0;
    margin: 8px 7px 7px;
}

.tabCloseBtn:hover {
    background-image: url(../pages/images/closeBtn.png);
    background-position: -12px 0;
}

.matchTitle{
	float:left;
	margin-top:10px;
}
.matchTitleText{
	float:left;
	height:25px;
	width:200px;
	margin-left:5px;
	line-height:normal;
}
.first-match{
	margin-right:70px;
}
.place-holder{ height: 1.5em; line-height: 1.2em; margin-top:3px; background-color:#D2D2D2;width: 105px;
    height: 25px; border-top:1px solid #676767;border-left:1px solid #676767;border-bottom:1px solid #676767;
} 


.directionsTxt{
	min-height:50px;
	height:50px;
}

.PassageTxt{
	height:200px;
}

#formatBtn{
	width:60px;
	height:20px;
	position:absolute;
	margin:10px 0 0 300px;
	background-color:#999;
	cursor:pointer;
}

.radioInput{
	float:left;
	height:auto;
	max-width:766px;
	min-width:766px;
	width:510px;
	position:relative;
	margin:10px;
}
.rotation{
	float:left;
	width:150px;
	margin-left:80px;
}
.rotation input{
	margin-left:10px;
}

.addBtnMCQ{
	float:left;
}

.deleteMCQ{
	top:30px;
}
.rpTxt{
	margin-top:10px;
	height:30px;
}
.matchTitle{
	float:left;
	margin-top:10px;
}
.matchTitleText{
	float:left;
	height:25px;
	width:200px;
	margin-left:5px;
	line-height:normal;
}
.first-match{
	margin-right:70px;
}
.place-holder{ height: 1.5em; line-height: 1.2em; margin-top:3px; background-color:#D2D2D2;width: 105px;
    height: 25px; border-top:1px solid #676767;border-left:1px solid #676767;border-bottom:1px solid #676767;
}
.directionsTxt{
	min-height:50px;
	height:50px;
}

.passageTxt{
	height:200px;
	min-height:200px;
}

