* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;   
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}


/* Chrome, Safari, Opera */ 
@-webkit-keyframes myglow {
    0%   {opacity:.8;background: yellow;}
    100% {background: transparent;}
}


/* Standard syntax */
@keyframes mymglow {
    0%   {opacity:.5;background: yellow;}
    100% {background: transparent;}
}

.liveText {
	position: absolute;    
	display: none;        
    border: 1px white solid;
    text-align: center;
    width: 150px; 
    height:60px;   
    padding: 18px 20px;    
    /* easy rounded corners for modern browsers */
       -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    		border-radius: 10px;
    color : #ffffff;
    font-family: Verdana ;
    font-size: 12px;
       -moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
			box-shadow: 3px 3px 4px #000;
	z-index: 20000005; 
}

.tooltip{
	background: -webkit-linear-gradient(#ff0000 0%, #950404 100%);
	background: -moz-linear-gradient(#ff0000 0%, #950404 100%);
	background: -o-linear-gradient(#ff0000 0%, #950404 100%);
	background: linear-gradient(#ff0000 0%, #950404 100%);
	padding:4px;
	color:#ffffff;
	word-wrap:break-word;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	text-align: left;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	z-index: 99999999999999;
	display:inline-block;
	overflow: hidden;
	position:fixed	;
	color:white;
	font-weight: bold;
}

.ddArrow{
	position:relative;
	top:-25px;
}
.cornerResize{
	background-image: url(../CSS/img/cornerResize.png);
   background-repeat: no-repeat;
   background-position: 99% 99%;
   background-size:15px 15px;
}

.shadow{
		-webkit-box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.5) ;
	-moz-box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.5) ;
	       box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.5) ; 
	       
}

.dropshadow{
	-webkit-box-shadow:1px 3px 8px 8px rgba(0, 0, 0, .5);
	   -moz-box-shadow:1px 3px 8px 8px rgba(0, 0, 0, .4);
	       box-shadow: 1px 3px 8px 8px rgba(0, 0, 0, .4);
	       
}

.fingerpoint{			
   display:inline-block;
   background-image: url(../CSS/img/fingerpoint.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size:cover;
   padding:2px;
   border:0px white dotted;
   /*  flip image horizontally*/
/*-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
*/
    filter: FlipH;
    -ms-filter: "FlipH";
}

.viewOnly{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	
	/*pointer-events: none;*/
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

.textureIndic{
	border:1px #dbdada solid;
	 border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #3c3b3b;
    top:35%;
    position:relative;
    width:25%;
    margin-left: 37%;
    padding:2px;
	
}

.checkboxOff{
	width:22px;
	height:22px;
	background-image: url(../CSS/img/checkboxOff.png);
	background-repeat: no-repeat;
	border:0px green dotted;
	float:right;
}
.checkboxOn{
	width:22px;
	height:22px;
	background-image: url(../CSS/img/checkboxOn.png);
	background-repeat: no-repeat;
	border:0px red dotted;
	float:right;
}
.selectedRow{
	border:1px #bb0000 solid; 	
}

.badgeIcon{	
position:absolute;
display:block;
background-image: url(img/badgeIcon.png);
background-repeat: no-repeat;
background-size: 50px 50px;
background-position:center center;
width:50px;
height:50px;
 border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius:100%;
    opacity: 1;

}
.required{
	border-color: #ff0202;
}
.onButton{
background-image:url('img/On.png');
background-repeat: no-repeat;
margin: 5px;
width:75px;
height: 25px;
cursor: pointer;
}

.offButton{
background-image:url('img/Off.png');
background-repeat: no-repeat;
width:75px;
height: 25px;
margin: 5px;
cursor: pointer;
}


.chatLink{
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: 20;
}

.chatIcon{
background-image:url('img/liveText.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:40px;
height: 35px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: 20;
}

.chatBubble{
background-image:url('img/chat.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:40px;
height: 35px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: 20;
}



.chatLady{
background-image:url('img/liveChat.png');
background-repeat: no-repeat;
background-size: 100%;
background-position: center center;
padding:5px;
background-color: white;
cursor: pointer;
padding:0px;
z-index: 200;
		-webkit-box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.5) ;
	-moz-box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.5) ;
	       box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.5) ; 
 -webkit-border-radius: 12px; 
    -moz-border-radius: 12px;
         border-radius: 12px;
  -khtml-border-radius: 12px;	       
}


.pageIcon{
background-image:url('img/pages.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:30px;
height: 30px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;

}
.pdfPagesIcon{
background-image:url('img/pdfPages.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:30px;
height: 30px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;

}
.kindleIcon{
background-image:url('img/kindle.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;

}
.editIcon{
background-image:url('img/editIcon.png');
background-repeat: no-repeat;
background-size:cover;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: -5;
}
.infoIcon{
background-image:url('img/infoIcon.png');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;

}

.trashIcon{
background-image:url('img/trashLg.png');
background-repeat: no-repeat;
background-size:contain;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
}
.settingsIcon{
background-image:url('img/settings.png');
background-repeat: no-repeat;
background-size: 27px 27px;
background-position: 0px 0px;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: 2;
}

.textReader{
background-image:url('img/textReader.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: -5;
}

.listIcon{
background-image:url('img/tocIcon2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: 2px 2px;
width:28px;
height: 28px;
border:0px red dashed;
margin:0px;
background-color: transparent;
cursor: pointer;
padding:0px;
z-index: -5;
}
.readIcon{
background-image: url(img/read.png);
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: cover;
  width:26px;
  height:26px;
  border:0px red dashed;
  background-color: transparent;
  margin: 0px;
  z-index: -5;  
}
.textIcon{
background-image: url(img/textIcon.png);
  background-repeat: no-repeat; 
  background-position: center center;
  background-size:cover;
  width:28px;
  height:28px;
  border:0px red dashed;
  background-color: transparent;
  margin: 0px;
  z-index: -5;  
}
.styleList{
	width:318px;
	margin-left:auto;
	margin-right:auto;
	border:0px red dotted;
	display:inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;	
	height:350px;
}
.styleItem{
	width:240px;
	height:240px;
	border:1px #808080 solid;	
	cursor: pointer;
	display:inline-block;
	background-color: white;
	line-height: 100%	;
	-webkit-box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.5) inset;
	       box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.5) inset; 
}


.customLinkLabel{
	display:table-cell;
	text-align:center; 	 	
	border:0px white dotted;
	font-size: inherit;
	vertical-align: middle;
	position:relative;
	overflow: hidden;
	padding:0;
	top: -1px;
	line-height: 90%;
	-webkit-touch-callout: none; -webkit-user-select: none;
	cursor: pointer;
	}
	

.webLink{
 	border-bottom: 2px blue solid;
 	-webkit-touch-callout: none; 
 	-webkit-user-select: none; 
 	cursor: pointer;      
}
.webLink1{
	border: 1px white solid;
	 border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
	-webkit-box-shadow: 2px 2px 3px #000;
	padding:.5px;
	opacity: .8;
	cursor: pointer;   
}

.pageLink{
	border: rgba(193,192,192,1);
	 border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
	-webkit-box-shadow: 2px 2px 3px #000;
	   -moz-box-shadow: 2px 2px 3px #000;
	        box-shadow: 2px 2px 3px #000;
	padding:.5px;
	display: inherit;
	opacity: .8;
	cursor: pointer;
	font-size: 12px;
	line-height: 120px; 
	-moz-animation: myglow 3s 3s 2;
 	-webkit-animation: myglow 3s 3s 2;
 	-animation: myglow 3s 3s 2;
  
} 


.new{
background: -webkit-linear-gradient(#3f3f3f 0%, #111111 100%); 
background: -moz-linear-gradient(#3f3f3f 0%, #111111 100%);
background: -o-linear-gradient(#3f3f3f 0%, #111111 100%);
background: linear-gradient(#3f3f3f 0%, #111111 100%);
border:0px black solid;
position: relative;
width:20px;
height:20px;
line-height: 18px;
text-align:center;
padding:0px;
z-index: 200000000;
}

.round{
	-webkit-border-radius: 12px ;
	   -moz-border-radius: 12px ;
	        border-radius: 12px ;
}
.roundCorners{
	-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
	        border-radius: 10px; 
}

.flatGray{
  background-image: url(img/graySand.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-size: 40px 40px;
  -webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
	        border-radius: 10px;
  
    -moz-box-shadow:   0px 0px 2px #000;
	-webkit-box-shadow:  0px 0px 2px #000;
			box-shadow:  0px 0px 2px #000;
}

.dish{     
  border-top:1px #1e1e1e solid;
  border-bottom:2px #5a5959 solid;
 }

.heading{
	font-size:1.1em;
	font-weight:bold;
	height:32px;
	text-indent: 10px;
	width:100%;		
	line-height: 32px;
	position: relative;		
	display:inline-block;
	text-shadow: 2px 2px 1px rgba(1, 1, 1, 1);
	margin: 0px;
	z-index: 1;	
	}
	
	
.expandList {
  background-image: url(img/openList.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-size: 15px 15px; 
  
}

.closeList{
  background-image: url(img/closeList.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 10px 10px;
  background-size: 31px 31px;
}

.subheading{	
	min-height:25px;		
	position: relative;
	font-size:1em;
	line-height: 1.5em;	
	margin-left:4%;	
	white-space: nowrap;
	vertical-align: middle;
	overflow: hidden;
	display:none;
	text-indent: 5px;			
}
.subdiv{		
	margin:2px 0px 6px 2%;
	min-height:25px;
	text-indent: 0px;
	width:100%;
	left:0%;
	color:white;
	position: relative;
	border:0px red dotted;	
	top:2px;/*overflow:hidden;*/
	z-index: 0;				
}	



.rot45{	
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
	-moz-transform: rotate(45deg); /* Firefox */	
}

.rot90{	
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
	-moz-transform: rotate(90deg); /* Firefox */	
}
.rot180{	
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
	-moz-transform: rotate(180deg); /* Firefox */	
}

.rot0{	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari and Chrome */
	-o-transform: rotate(0deg); /* Opera */
	-moz-transform: rotate(0deg); /* Firefox */	
}


.roundButton{
	padding:0px;
	-webkit-border-radius: 100% ;
	   -moz-border-radius: 100% ;
	        border-radius: 100% ;
	width:20px;
	height:20px;
	background-color: red;
	position:absolute;		
}

.buttonObject{
	cursor: pointer;
}

.scrollableDiv{
	-webkit-overflow-scrolling-y:touch; 
	overflow-y:scroll; 
}

.close{
	display: none;
	text-align: right;
	margin:5px;	
}

.collapseExpand{
	position:absolute; 
	top:5px;
	left:5px;
	display:inline-block;
	width:40px;
	height:40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:center center;
	z-index: 10;
}

.collapseBtn{
background-image: url(../../CSS/img/collapse.png);
}
 
.expandBtn{
background-image: url(../../CSS/img/expand.png);	
}

.closeBtn{
	
}
body{
margin:0px;
overflow: hidden;
/*font-family: Verdana;*/
}


#youTubeDiv{
	border:0px red solid;
	display:none;
	position:absolute;
	vertical-align:middle;
	overflow:hidden;
}

.youTubeEmbed{
	border:0px red solid;
	display:block;
	position:absolute;
	vertical-align:middle;
	overflow:hidden;	
}
	
.italics{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 5px;
	color:#838181;
	-webkit-user-select: none;
}

.rowOdd{
	background-color: #303030;
}
.rowEven{
	background-color: #101010;
}
.addButton{
	-webkit-border-radius: 100% ;
	width:20px;
	height:20px;
	margin:0px;
	padding:0px;
	font-size: 12px;
	color:black;
}

.tabOff{
	color: #ffffff;				
	font-size: 14px;
	-webkit-border-radius: 10px 10px 0 0 ;
	   -moz-border-radius: 10px 10px 0 0 ;
	 	    border-radius: 10px 10px 0 0 ;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); */
	opacity: .7;
	bottom:0px;
	position: relative;
	z-index: 0;
	height:28px;
	font-weight:normal;	
}

.tabOn{
	color: #ffffff;
	border-top: solid 1px #9d9b9b;
	border-left: solid 1px #9d9b9b;	
	border-right: solid 1px #9d9b9b;
	border-bottom: solid 0px #9d9b9b;
	bottom:-1px;		
	font-size: 16px;
	-webkit-border-radius: 10px 10px 0 0 ;
	   -moz-border-radius: 10px 10px 0 0 ;
	 	    border-radius: 10px 10px 0 0 ;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); */
	opacity: 1;
	position: relative;
	z-index: 20;
	height:30px;
	font-weight: bold;
}

.tabDiv{
	border:1px #9d9b9b solid;
	max-height: 450px;
}


#spark{
	width:20px;
	height:20px;
	display:none;
	border: 0px red dotted;
	background-color: white;
	position: absolute;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-box-shadow: 0px 0px 30px 30px #FFF;
		-moz-box-shadow: 0px 0px 30px 30px #FFF;
	 		box-shadow: 0px 0px 30px 30px #FFF;
	opacity: .5;
	z-index: 999999999999999;	
}

.numberCallout{
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	border:1px white solid;
	background-color: #c40000;
	color:white;
	font-size: 10px;
	font-weight: bold;
	position:relative;
	right:-20px;
	top:-28px;
	height:12px;
	line-height:12px;
	min-width:16px;
	
	font-family: "Verdana";
	text-align: center;
	padding: 0px;
	margin:0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	display: none;	
}

.numberCalloutDisabled{
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	border:2px white solid;
	background-color: #303030;
	color:white;
	font-size: 10px;
	font-weight: bold;
	position:relative;
	right:-20px;
	top:-28px;
	height:12px;
	max-width:55px;
	min-width:16px;
	font-family: "Verdana";
	text-align: center;
	padding: 0px;
	margin:0px;
	padding-bottom: 2px;
	display: none;	
}


.sliderIndicator{
	height:20px;
	color:black;	
	border:0px white solid;
	font-size: 12px;
	font-weight: bold;
	position:relative;	
	min-height:10px;
	max-width:130px;
	min-width:16px;
	font-family: "Verdana";
	text-align: center;
	padding: 0px 6px 2px 6px;
	white-space: nowrap;
	line-height: 100%;		
	opacity: .6;	
	display:inline-block;
	margin-bottom:0px;
	margin-left:auto;
	margin-right: auto;
	z-index: 500000000000000;				
}

.indicatorDiv{	
	position:absolute;
	width:50%;
	left:25%;
	height:28px;
	border:0px;	
	bottom:5px;	
	z-index: 3000000000;
	padding-top:1px;
	display:none;
	overflow: visible;
	border:0px red dotted;
	text-align: center;		
}


.progressBar{	
	-webkit-border-radius: 6px 0px 0px 6px;
	   -moz-border-radius: 6px 0px 0px 6px;
	        border-radius: 6px 0px 0px 6px;
	height:5px;	
	border:0px #f1f1f1 solid;	
	-webkit-box-shadow:1px 1px 0px 1px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:1px 1px 0px 1px rgba(0, 0, 0, 0.2) inset;
	       box-shadow:1px 1px 0px 1px rgba(0, 0, 0, 0.2) inset; 	
	position: relative;
	top:1px;
	width:5px;
	left:2px;
	-webkit-user-select: none;
}

img { 
border: 0
}

input{
 -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
         border-radius: 6px;
  -khtml-border-radius: 6px; 
  
  
font-size: 14px;
 text-indent: 10px;
 color:black; 
 -webkit-user-select: auto;
 min-height: 20px;
 }

 
h1{
color:gray;
font-size: 16pt;

font-weight: bold;

}

h2{
color:white;
font-size: 13pt;

font-weight: bold;
margin:5px;
}

h3{
color:white;
font-size: 11pt;

margin:5px;
}

h4{
color:white;
font-size: 11px;

margin:5px;
}

h5{
color:white;
font-size: 8px;

}

h6{
color:white;
font-size: 6px;

}

ul
{
list-style-type:none;
margin-left: -20px;
}

li{
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 14px; 
}

li a:hover
{
background-color: #369;
color: #FFF;
}


.disabled{
	font-size:14px;
	background-color:#919191;
	color:white;
}

.blackGlass{
	position:relative;		
	font-size: 14px;
	color:#bdbdbd;
	border:1px grey solid;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); */

	padding:4px 4px 4px 4px;	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		    border-radius: 8px;	
	line-height: 100%;
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-user-callout: none;
	
}
.pearl{
	background: #c4c4c4;
	background: -moz-linear-gradient(top,  #c4c4c4 0%, #d6d6d6 46%, #f4f4f4 61%, #f9f9f9 76%, #fcfcfc 91%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(46%,#d6d6d6), color-stop(61%,#f4f4f4), color-stop(76%,#f9f9f9), color-stop(91%,#fcfcfc), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #c4c4c4 0%,#d6d6d6 46%,#f4f4f4 61%,#f9f9f9 76%,#fcfcfc 91%,#fcfcfc 100%);
	background: -o-linear-gradient(top,  #c4c4c4 0%,#d6d6d6 46%,#f4f4f4 61%,#f9f9f9 76%,#fcfcfc 91%,#fcfcfc 100%);
	background: -ms-linear-gradient(top,  #c4c4c4 0%,#d6d6d6 46%,#f4f4f4 61%,#f9f9f9 76%,#fcfcfc 91%,#fcfcfc 100%);
	background: linear-gradient(to bottom,  #c4c4c4 0%,#d6d6d6 46%,#f4f4f4 61%,#f9f9f9 76%,#fcfcfc 91%,#fcfcfc 100%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#fcfcfc',GradientType=0 ); */

	border:1px grey solid;	
	font-size: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
		    border-radius: 10px;		
	line-height: 12px;
	font-weight: bold;
	color:#202020;
	cursor: pointer;
	-webkit-user-select: none;
	-webkit-user-callout: none;
}

.pearlBtn{
	height:30px;
	font-size:14px;
}

.verticalTab{
	border:1px grey solid;
	-webkit-transform: rotate(270deg);
	-webkit-transform-origin: 0 bottom;
	-webkit-border-radius: 10px;
	padding:4px;
	width:50%;
	color:#e1e1e1;
	text-align: center;
	-webkit-touch-callout: none;	-webkit-user-select: none;
	position: relative;
}


.numbering{
	color: #FFFFFF;
	border: solid 1px #fefefe;	
	font-size: 16px;
	padding:4px;
	display: inline-block;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		    border-radius: 15px;
	background: #828282;
	background: -moz-linear-gradient(top,  #828282 0%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#131313));
	background: -webkit-linear-gradient(top,  #828282 0%,#131313 100%);
	background: -o-linear-gradient(top,  #828282 0%,#131313 100%);
	background: -ms-linear-gradient(top,  #828282 0%,#131313 100%);
	background: linear-gradient(to bottom,  #828282 0%,#131313 100%);
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#131313',GradientType=0 ); */

	min-width:20px;
	text-align: center;
	opacity:1;
}

.customSlider{
	background-color: #b8b7b7;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;	
	height:6px;	
	border:1px #f1f1f1 solid;	
	-webkit-box-shadow:1px 1px 0px 1px rgba(0, 0, 0, 0.4) inset;
	   -moz-box-shadow:1px 1px 0px 1px rgba(0, 0, 0, 0.4) inset;
	        box-shadow:1px 1px 0px 1px rgba(0, 0, 0, 0.4) inset; 
	margin-bottom:12px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position: relative;
	bottom:0px;
	width:99%;	
	-webkit-user-select: none;	
}

.sliderButton{
	background-image: url('http://www.magazooms.com/mobi/tablet/images/sliderButton.png');
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	background-size: 100% 100%;	
	height:25px;
	width:25px;	
	border:0px #f1f1f1 solid;
	-webkit-border-radius: 12px;
	-webkit-box-shadow:1 1px 1px 1px rgba(0, 0, 0,.8);	
	position:relative;
	top:-16px;
	left:-7px;	 
	cursor: pointer;
	 -moz-user-select: none;
	 -khtml-user-select: none;	
	-webkit-user-select: none;	
}

.highlight{
	border: 2px red solid;
 	 border-radius: 2px;
     -moz-border-radius: 2px;
    -webkit-border-radius: 10px;
    opacity: .3;
    background-color:lime;    
}

.youTubeButton{	
 	-webkit-border-radius: 8px;
    background-image: url('../img/VideoButton2.png');
    background-size: 75%;
    background-repeat: no-repeat ;
    background-position: center;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;  
}
.facebook{
	border: 0px green solid;
 	-webkit-border-radius: 8px;
    background-image: url('../img/facebook.png');
    background-size: 100%;
    background-repeat: no-repeat ;
    background-position: center;
    display: inherit;
    color:transparent;
    cursor: pointer;  
}

.col1{
	width:15px;
	text-align:center;	
}
.col2{
	width:15%;
	text-align:center;
}
.col3{
	width:40%;
	text-align:left;
	line-height: 12px;
}
.col4{
	width:20%;
	text-align:right;
}
.col5{
	width:20px;
	text-align:center;
}
.col6{
	width:15%;
	text-align:right;
}
.col7{
	width:15px;
	text-align:center;	
}


.filetree{
position:relative;
top: 10px;
left: -10px;
width: 280px;
 
}
.filetree li{
	left: -10px;
	padding:5px;
	font-size: 14pt;
	white-space: nowrap;
	
}

.pointerDiv{
top:0px;
width:50px;
height:20px;
border: 0px white dotted;
position:absolute;
overflow-y: hidden;
overflow-x: hidden;
text-align: center;
display: none;
z-index: 2010;
}

.dynptrDiv{
	position:relative;
	border:0px red solid;
	width:50px;
	height:17px;
	top: -16px; 
	display:inline-block;
	overflow: hidden;	
}

.dynptr {    
    position:relative;          
    background: #FF2020; 
    opacity: 1;
    top:6px;
    border-left: 1px white solid;
    border-top: 1px white solid;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);    
    /* reduce the damage in FF3.0 */
    display:block; 
	width: 28px;
	height: 28px;
	z-index:20110000;
background: rgb(125,126,125);
background: -moz-linear-gradient(-45deg,  rgba(125,126,125,1) 0%, rgba(20,20,20,1) 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(35%,rgba(20,20,20,1)));
background: -webkit-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(20,20,20,1) 35%);
background: -o-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(20,20,20,1) 35%);
background: -ms-linear-gradient(-45deg,  rgba(125,126,125,1) 0%,rgba(20,20,20,1) 35%);
background: linear-gradient(135deg,  rgba(125,126,125,1) 0%,rgba(20,20,20,1) 35%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#141414',GradientType=1 ); */

		
}


.loading{
	width:200px;
	height:200px;	
	padding:5px;
	background-color: #202020;
	opacity: .9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:0px #ff0000 solid;
	display:none;
	position: absolute;
	text-align: center;	
	z-index: 2001;	
}
.myalert {
	position: absolute;    
	display: none;        
    border: 1px white solid;
    text-align: center;
    width: 320px;    
    padding: 18px 20px;
    background-color: #202020;
    /* easy rounded corners for modern browsers */
       -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    		border-radius: 10px;
    color : #ffffff;
    font-family: Verdana ;
    font-size: 12px;
       -moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
			box-shadow: 3px 3px 4px #000;
	z-index: 20000005; 
}


.thumbnail{
position:relative;
width:80px;
cursor: pointer;
}
.thumbnailSmall{
position:relative;
width:60px;
left:0px;
vertical-align: middle;
cursor: pointer;
}
.thumbnailMedium{
	position:relative;
	width:150px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 1);
	   -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 1);
	        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 1);
	cursor: pointer;	
}
.thumbnailMediumGlow{
	position:relative;	
	-webkit-box-shadow: 0 0 5px 5px rgba(255, 0, 0, 1);
	   -moz-box-shadow: 0 0 5px 5px rgba(255, 0, 0, 1);
	        box-shadow: 0 0 5px 5px rgba(255, 0, 0, 1);
	width:150px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;	
}
.iconbox img{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px;
	cursor: pointer;
}
.gradientGray {
	position:relative;	
	color: #000000;
	border: solid 0px #202020;	
	font-size: 14px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(241,241,241,1) 45%, rgba(204,204,204,1) 54%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(45%,rgba(241,241,241,1)), color-stop(54%,rgba(204,204,204,1)), color-stop(100%,rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(241,241,241,1) 45%,rgba(204,204,204,1) 54%,rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(241,241,241,1) 45%,rgba(204,204,204,1) 54%,rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(241,241,241,1) 45%,rgba(204,204,204,1) 54%,rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(241,241,241,1) 45%,rgba(204,204,204,1) 54%,rgba(219,219,219,1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#dbdbdb',GradientType=0 ); */

	cursor: pointer;
	min-height:30px;
}

.gradientRed {
	cursor: pointer;
	background-color: #4e080c;
	color: white;
	font-size: 16px;
	border: solid 1px #202020;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px  ;
	background: #a90329;

	background: -moz-linear-gradient(top, #a90329 0%, #a90329 42%, #8f0222 51%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(42%,#a90329), color-stop(51%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#a90329 42%,#8f0222 51%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#a90329 42%,#8f0222 51%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#a90329 42%,#8f0222 51%,#6d0019 100%);
	background: linear-gradient(to bottom, #a90329 0%,#a90329 42%,#8f0222 51%,#6d0019 100%);
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); */
	cursor: pointer;	
}
.gradientDarkGray {
	color: #000000;
	border: solid 1px #202020;	
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px  ;
	background-image: -webkit-gradient(linear, 
	left top, left bottom, 
	color-stop(0%,rgba(76,76,76,1)), 
	color-stop(12%,rgba(89,89,89,1)), 
	color-stop(39%,rgba(71,71,71,1)), 
	color-stop(50%,rgba(44,44,44,1)), 
	color-stop(51%,rgba(0,0,0,1)), 
	color-stop(60%,rgba(17,17,17,1)), 
	color-stop(91%,rgba(28,28,28,1)), 
	color-stop(100%,rgba(19,19,19,1)));
	cursor: pointer;
}
#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
    width: 6px;
    height: 6px;
    background-color: #ff0000;
    border: 0px solid #ff0000;
}
#nwgrip {
    left: -3px;
    top: -3px;
}
#negrip{
     top: -3px;
     right: -3px;
}
#swgrip{
    bottom: -3px;
    left: -3px;
}
#segrip{
     bottom: -3px;
    right:-3px;
}
#ngrip{
     top: -3px;
    left:50%;
}
#sgrip{
     bottom: -3px;
    left: 50%;
}
#wgrip{
     left:-3px;
     top:48%;
}
#egrip{
     right:-3px;
     top:48%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
