html, body, td {
	font-family : sans-serif;
	font-size   : 9pt;
	margin      : 0px;
	padding     : 0px;
}

body {
}

div#header {
	color         : #fff;
	background    : #0a68b4;
	text-align    : center;
	font-size     : 12px;
	height        : 20px;
	line-height   : 20px;
	margin-bottom : 32px;
}

table.menu {
	height : 40px;
}

td.menu {
	border-left   : 1px solid #fff;
	border-right  : 1px solid #fff;
	border-bottom : 1px solid #fff;
	color         : #fff;
	cursor        : pointer;
}


hr {
	color : #0a68b4;
	margin: 8px 0 16px 0;
}

h1 {
	font-size     : 16pt;
	margin-bottom : 8px;
}

h2 {
	font-size     : 12pt;
	margin-bottom : 0.3em;
}

td.form {
	padding-bottom : 8px;
}

tr.remove {
	line-height : 24px;
}

a {
	text-decoration : none;
	color           : #0a68b4;
}

.clickable {
	cursor : pointer;
	color  : #0a68b4;
}

td.active {
}

td.inactive {
	color: #999;
}

td.weekday {
	/*
	width        : 300px;
	*/
	height       : 32px;
	line-height  : 32px;
	padding-left : 8px;
	
	font-weight             : bold;
	color                   : #fff;
	/*background            : #f0a513; */
	background              : #0a68b4;
	border-top-right-radius : 16px;

	margin-bottom: 10px;
}

td.weekday-reports {
	background : #efefef;
	padding    : 0;
}
