body{
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
	line-height: 1.5em;
	
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	font-size:14px;
}
		
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px; 
	overflow: hidden; /* Disables scrollbars on the header frame. To enable scrollbars, change "hidden" to "scroll" */
	background: #E6E2E1;
}
		
#nav {
	position: absolute; 
	top: 100px; 
	left: 0; 
	bottom: 0;
	width: 270px;
	overflow: auto; /* Scrollbars will appear on this frame only when there's enough content to require scrolling. To disable scrollbars, change to "hidden", or use "scroll" to enable permanent scrollbars */
	background: #E6E2E1; 		
}

.nav-left{
	width:270;
	float:left;
	font-size:25px;
	font-weight:900;
	margin:30px 0 0 50px
}

.nav-right{
    width: -webkit-calc(100% - 270px);
    width:    -moz-calc(100% - 270px);
    width:         calc(100% - 270px);
	float:right;
	font-size:55px;
	font-weight:900;
	margin:25px 0 0 0;
	text-align:center;
}
		
main {
	position: fixed;
	top: 100px; /* Set this to the height of the header */
	left: 270px; 
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
}
		
.innertube {
	margin: 15px; /* Provides padding for the content */
}
			
* html main{ 
	height: 100%; 
	width: 100%; 
}
			
#grey-overlay {
    opacity: 0.4;
    filter: alpha(opacity=40); /* msie */
    background-color: #FFF;
}

table
{
	font: normal 14px 'Open Sans', sans-serif,Helvetica,sans-serif;
	color: #3B3B3B;
	width:100%;
	border-spacing: 0;
	border-collapse:collapse;	
}

.table-calendar-day
{
	font-size:20px;
	width: 80%;
	margin: 0 auto 0 auto;
}

hr {
	width: 80%;
	margin: 15px auto 15px auto;
}

.table-calendar-day-list td
{
	padding: 10px 0 10px 0;
}
.table-calendar-day-extra
{
	font-size:14px;
	color:#F00;
}

.table-calendar-day-time{
	font-weight:900;
}

.pay-nok
{
	background-color: hsla(0, 100%, 50%, 0.2);
}

.pay-ok
{
	background-color: hsla(140, 100%, 50%, 0.2);
}

.scroll100
{
	width:100%;
}
.scroll100 img
{
	width:40px;
	display: block;
    margin: 10px auto 10px auto;
	padding: 10px 0 10px 0;
	position: relative;
}

.width80
{
	width:60%;
	margin: 0 auto 0 auto;
}

.width60
{
	width:60%;
	margin: 0 auto 0 auto;
}

.overview-name{
	width:100%;
	margin: 0 0 20px 0;
	font-size:24px;
	font-weight:900;
}

.overview-notes{
	width:100%;
	margin: 0 0 50px 0;
}

.overview-games
{
	width:55%;
	float:left;
}

.overview-fee{
	width:250px;
	float:right;
	height:150px;
	font-weight:900;
	font-size:24px;
	
}

.overview-fee-nok
{
	cursor: pointer;
	text-align: center;
	background-color: hsla(0, 100%, 50%, 0.2);
}

.overview-fee-nok-text
{
	padding:38px 0 0 0;
}

.overview-fee-ok
{
	text-align: center;
	background-color: hsla(140, 100%, 50%, 0.2);
}

.overview-fee-ok-text
{
	padding:60px 0 0 0;
}

.overview-fee-ok-invoice
{
	text-align: center;
	background-color: hsla(60, 100%, 50%, 0.5);
}

.overview-fee-ok-invoice-text
{
	padding:60px 0 0 0;
}

.appointment-table
{
	margin: 5px auto 5px auto;
	width:95%;
}

.appointment-table td{
	font-size:14px;
}

.appointment-table-name{
	width:300px;
}

.appointment-extra{
	padding-left:30px;
	color:#F00;
}

.appointment-table-fee{
	font-weight:600;
	text-align:right;
}

.font-red{
	font-weight:900;
	color:#F00;
}

.clear{
	float:none;
	clear:both;
}

.dldata dl dt {
	float:left;
	width:50px;
	font-weight:900;
	font-family:'Cabin', 'sans-serif';	

}
.dldata  dl dd {
	padding-left:50px;

}

.player-game-name
{
	margin-top:0;
	font-size:12px;
	line-height: 1.2;	
	vertical-align: top;
	
}

.player-game-player
{
	width:195px;
}

.player-game-fee
{
	width:125px;
	font-size:19px;
	vertical-align: top;
	padding-top:5px;
	text-align: right;
}

.player-game-empty{
	padding:10px;
}

.player-game-fee
{
	width:125px;
	font-size:19px;
	vertical-align: top;
	padding-top:5px;
	text-align: right;
}

.player-game-fee img
{
	margin-top:2px;
	margin-left:20px;
	float:right;
}

.player-game-extra input{
	margin:0px;
}

.player-game-extra{
	font: normal 16px/26px 'Open Sans', sans-serif,Helvetica,sans-serif;
	font-size:12px;
	color: #3B3B3B;
	clear:both;
	padding: 2px 0 2px 0;
}

.player-game-extra-fee{
	font-size:16px;
	text-align: right;
	padding-right:40px;
}


.player-summ
{
	font-size:16px;	
	font-weight:900;
	text-align: right;
	padding-right:38px;
}

.player-voucher
{
	padding-top:10px;
	text-align: right;
	font: normal 14px/26px 'Open Sans', sans-serif,Helvetica,sans-serif;
}

.input-voucher input
{
	width: 130px;
}

.booking .booking-submit{
	width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	min-width:400px;
	float:right;
}

.booking .booking-submit input{
	min-width:400px;
}

.player-game-name strong
{
	font-size:16px;
	font-weight:600;
	display: block;
}