body.normal_body {
	font-family: sans-serif;
	font-size: small;
	margin: 5;
	color: black;
}

body.printer_body {
	font-family: sans-serif;
	font-size: small;
	margin: 0;
	padding: 10px;
	color: black;
	background-color: white;
}

table.main {
	margin-left: auto;
	margin-right: auto;
}

div.heading {
	text-align: center;
	font-weight: bold;
	color: #170767;
	font-size: x-large;
}

td.content_tl {
	background-image: url('images/tl.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

td.content_tr {
	background-image: url('images/tr.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

td.content_br {
	background-image: url('images/br.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

td.content_bl {
	background-image: url('images/bl.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}

td.content_frame {
	background-color: #eeeeee;
	vertical-align: top;
}

td.content {
	padding: 10px;
	background-color: white;
	border: 1px solid black;
	vertical-align: top;
}

td.sidebar {
	vertical-align: top;
}
	
table.sidenav {
	border: 1px solid black;
	padding: 0px;
}

td.nav_head {
	background-color: #170767;
	color: white;
	font-size: small;
	text-align: center;
	padding: 0px;
}

td.nav_opt {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
}

div.nav_opt, div.nav_opt_cur {
	text-align: center;
	background-color: #eeeeee;
	padding: 1px;
}

div.nav_opt_cur {
	background-color: #cccccc;
}

a.nav_opt {
	text-decoration: none;
	display: block;
	width: 100%;
}

td.sidenav_cont {
	background-color: white;
	color: white;
	font-size: small;
	text-align: left;
	vertical-align: 'middle';
	border: 1px solid black;
	padding: 3px;
}

div.copyright {
	font-size: x-small;
	text-align: center;
}

table.fancy_table {
	border-left: solid black 1px;
	border-top: solid black 1px;
}

td.heading_row {
	background-color: #170767;
	color: white;
	border-color: black;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	font-weight: bold;
	text-align: center;
}

td.data_row {
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	padding-left: 5px;
	padding-right: 5px;
}

td.empty {
	width: 0;
	margin: 0;
	padding: 0;
}

a.l1:link {
	text-decoration: none;
	color: white;
}
a.l1:hover {
	text-decoration: none;
	color: white;
}
a.l1:visited {
	text-decoration: none;
	color: white;
}

a:link {
	color: #170767;
}
a:hover {
	color: #170767;
}
a:visited {
	color: #170767;
}

h1 {
	font-weight: bold;
	color: #170767;
	font-size: large;
}
h2 {
	font-weight: bold;
	color: #170767;
	font-size: medium;
}
h3 {
	font-weight: bold;
	color: #170767;
	font-size: small;
}

.completed {
	text-decoration: line-through;
}
.priority {
	font-weight: bold;
}
