* {
	font-size: 12pt;
	font-family: Trebuchet MS; sans serif;
}

img {
	border: none;
} 

h1 {
	font-size: 14pt;
}

.error {
	font-weight: bold;
	color: red
}

.grid {
	// border: 1px solid black;
	width: 100%;
}

.totals {
	background-color: #eeeeee;
}

.main_table {
	width: 70%;
	margin: auto;
	border: 1px none black;
	border-collapse: collapse;
}

.search_table {
	width: 70%;
	margin: auto;
	border: 1px solid black;
}


.header_cell {
	border-width: 1px;
	border-style: none none solid none;
	border-color: black;
	text-align: left;
	font-weight: bold;
}

.menu_cell {
	text-align: right;
}

.menu_item {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	width: 80px;
	background-color: black;
	color: white;
}

.module {
	border: 1px solid black;
	width: 200px;
	height: 230px;
	text-align: left;
}

.module_header {
	display: -moz-inline-box;
	display: inline-block;	
	text-align: center;
	width: 100%;
	background-color: black;
	color: white;
}

.form_table {
	width: 300px;
	margin: auto;
	border: 1px none black;
	border-collapse: collapse;
}

.form_field_cell {
	width: 200px;
}

.form_entry_cell {
	width: 400px;
}

.form_textbox {
	border: 1px solid black;
	// background-color: #999999;
}

.indent {
	margin-left: 15px;
}