body{
	margin: 20px auto 0;
	padding: 0;
	font: 11px verdana;
	width: 1200px;
}

.header{
	height: 50px;
}

.header .ad-space{
	clear: both;
}

.header img{
	float: left;
}

.header, .footer{
	margin: 0 160px;
	padding: 0 20px;
}

.actions{
	float: right;
}

.actions span{
	display: inline;
	font-weight: bold;;
	color: #BB0000;
	cursor: pointer;
	text-decoration: underline;
	line-height: 50px;
}

.container{
	display: table;
	margin: 0 auto;
}

.container .row{
	display: table-row;
}

#left, #right{
	width: 160px;
}

#middle{
	width: 840px;
	padding: 0 20px;
}

#left, #middle,	#right{
	display: table-cell;
	vertical-align: top;
}

#full-calendar{
	width: 840px;
}

.footer{
	margin-top: 20px;
	text-align: center;
}

@media print{
	#middle{
		width: 100%;
	}

	.actions, .fc-header-right, #left, #right, .footer > center{
		display: none;
	}

	#azk62277, #azk62276, #azk98719{
		display: none;
	}
}