@charset "UTF-8";
/* CSS Document */

    div.double {border-style:double;
	 text-align:center;
	 width:60%;
	 margin-left:auto;
	 margin-right:auto;
	 white-space: nowrap;
  }
  
.bridgeNotation {
	width: 590px;
	height:150px;
  
    border:thin;
    border-style:solid;
    border-color:#999999;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color:#E8E8E8;
}

.handleft {
    height:100px;
    float:left;
    background-color:#B8BFE0;
    line-height: 1.4em;
    padding: 20px;
    padding-bottom: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	width:110px;
}

.handmid {
    height: 6em;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    padding: 20px;
    padding-bottom: 30px;
    background-color:#E8E8E8;
	width: 350px;
}

.handmidsml {
    height: 6em;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    padding: 20px;
    padding-bottom: 30px;
    background-color:#E8E8E8;
	width: 150px;
}

.handmidsml {
    height: 6em;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    padding: 20px;
    padding-bottom: 30px;
    background-color:#E8E8E8;
	width: 250px;
}

.handright {
    height: 100px;
    float: right;
    background-color:#B8BFE0;	
    margin-left: 0px;
    margin-top: 0px;
    line-height: 1.4em;
    padding: 20px;
    padding-bottom: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	width: 110px;
}

.clearLeft {
	clear: left;
}

.handmidtable {
	
	 margin: 0 auto;
	 padding-left:50px;
	 white-space:nowrap;
 }
 
.lessonmenu {
	float:left;
	width: 280px; 
	margin-left:-300px;
	margin-top:-140px;
	background-color: #FFFFFF;
}

.lessonmenu li {
	list-style: none;
}
 
 @media print {
	 
 }

