#WorkSpace {
	
    position:absolute;
    display:inline;
    left:200px;
    top:5px;
    width:600px;	
}

body{
	zoom: 1;
}
#WorkSpaceView {
	
    position:absolute;
    display:inline;
    left:200px;
    top:-25px;
    width:600px;	
}



input {
	
	font-size:12px;
	font-family: sans-serif;
	color:#333333;
}
.textBlobs {
	
    position:absolute;
    display:inline;

    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    background-color: #eeeeee;
    opacity: .7;
    padding: 20px;
    font-family: serif;
    font-size:22px;
    color:#555555;
}

.getHand {
	cursor:pointer;
}
.shadow{
	
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.shadowBig{
	
	box-shadow: 15px 15px 15px rgba(0,0,0,0.3);
}

.title {
    
    position:absolute;
    display:inline;
    left:10px;
    top:5px;
    width:600px;
    font-family:verdana;
    font-size:18px;
}
.drag {
   position: absolute;
   border: 0px solid #89B;
   background: transparent;
   height: 58px;
   width: 58px;
   cursor: move;
   top: 120px;
   }
   
.myrandom {

width:40px;
font-family:Verdana;
font-size:36px;
text-align:center;	
}
.FretNumber{
	
	position: absolute;display:
	inline;font-family:sans-serif;
	font-size: 12px;
	font-weight: 700;
	top:15px;
	color:white;
	opacity: .9;
	text-shadow: 1px 1px rgba(50,50,50,0.2);
	cursor:pointer;

}
.TabLine {
	position: absolute;
	display: inline;
	border-top:2px solid #bbbbbb;
	cursor:crosshair;
	left:100px;
	width:950px;
	height:2px
	
}

.MenuHeader{
	
	position: absolute;
	display: inline;
	font-family:verdana;
	font-size: 12px;
	top: 60px;
	color:#555555;
	/*text-shadow: 1px 1px rgba(50,50,50,0.1);*/

	
}
.tabHeader{
	left:110px;
	position: absolute;
	display: inline;
	font-family:sans-serif;
	font-size: 24px;
	font-weight: 700;	
}
.tabsClass {
	
	position: absolute;
	display: inline;
	left:-25px;
	background-color: white;
	width:1000px;
	height:180px;
}

.tabsClassView {
	
	position: absolute;
	display: inline;
	left:-25px;
	background-color: white;
	width:1000px;
	height:180px;
}
.TabMeasure {
	
	position: absolute;
	display: inline;
	border-left:2px solid #888888;
	height:102px;
	width:2px;
	top:50px;
}

.TabMeasureRepeat {
	
	position: absolute;
	display: inline;
	border-left:0px solid #888888;
	height:102px;
	width:2px;
	top:50px;
	
}

.Comment {
	position: absolute;
	display: inline;
	font-family:sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding-left:6px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:move;
	
}
.TabNote {
	background-color: white;
	
	position: absolute;
	display: inline;
	font-family:sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding-left:6px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:move;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	
}

.Expression {
	position: absolute;
	display: none;
	left: 15px;
	top: -8px;
}