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

body, #page {
	background-image:none;
	background-color:#FFF;
	text-align:left;
	margin:0;
	}

#pagebody2 {
	width:90%;
	padding:10px 5%;
	}

#header {
	text-align:left !important;
	margin:0 !important;
	}

#header h1 {
	margin:10px 0 20px;
	font-size:2em;
	}

#header h1 a {
	display:inline !important;
	text-indent:0 !important;
	background-image:none !important;
	color:#000;
	}

table.datatable tr td form {
	display:none;
}
table.datatable tr.row1:hover td {
	background-color:#e5e5e5;
	}
table.datatable tr.row2:hover td {
	background-color:#d0d0d0;
	}

#footer {
	background-image:none;
	width:90%;
	padding-left:0;
	padding-right:0;
	}

#preview-message, #printLink, #logout-link, .dontprintmedude, #exitreg {
	display:none;
	}


