body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	table-layout: fixed;
}

tr {
	vertical-align: top;	
}

th {
	text-align: left;
	font-weight: normal;
}

a, a:VISITED {
	text-decoration: none;	
}

a:HOVER {
	text-decoration: underline;	
}

button {
	font-size: 11px;
	font-weight: lighter;
	width:100px;
}

button.icon {
	font-size: 8px;
	width: 20px;
	height: 20px;
	border: 0px;
	background-color: transparent;
}

hr {
	border: 0;
	height: 1px;
	color: black;
	background-color: black; /* needed for firefox */
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
}


div.frame {
	border: 1px solid gray;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div#exception {
	margin-left: 50px;
	padding-top: 50px;
	margin-bottom: 150px;
}

input.text {
	font-size: 11px;
}

textarea.text {
	font-size: 11px;
}

select.text {
	font-size: 11px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.flood_table_cell {
	width: 95%;
}

.bind_error {
	background-color: #FFFF99;
	background: #FFFF99;
}

tr.questionable {
	background-color: #F5E889;
}
