/* General settings applicable to all */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.error {
	color: #f00;
	font-weight: bold;
	font-size: 0.8em;
}
.warn {
	color: #c0c;
	font-weight: bold;
	font-size: 1em;
}
#topnav, #status, #heading, #menu {
	display:none;
}
#mainform {
	background-color: #a9a9a9;
	font-size: 0.7em;
	padding: 5px;
}
#submit_button {
	display:none;
}
input {
	display: none;
}
th {
	text-align: left;
	border-bottom: 1px solid #999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
td {
	border: 0;
	border-bottom: 1px solid #999;
	vertical-align:top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
td.separator {
	border-bottom: 0;
} 	
li {
   list-style-type: none;
}

#tickbox {
	border: 1px solid #333;
	width: 12px;
	height: 12px;
}
span.reportlabel {
	float: left;
	width: 50%;
	color: #333;
	font-weight: bold;
	clear: left;
}
span.reportlabel_doublecol {
	float: left;
	width: 70%;
	color: #333;
	font-weight: bold;
	clear: left;
}
.report_column {
	display: inline;
	width: 48%;
	margin-bottom: 20px;
	float: left;
}
/* ripfa specific settings
h1 {
	color: #6190cb;
	font-size: 1.5em;
}
input, textarea{
   color: #000000;
   background: #a9a9a9;
   border:0;
}
.column{
	width: 98%;
	margin-left: 1%;
	float:none;
}
fieldset {
	margin-top: 1em;
	border:0;
}
fieldset input, fieldset textarea, fieldset select {
	font-size: 1em;
	width: 60%;
	float:right;
}
fieldset div {
	clear: both;
	border:1px dotted black;
	border-width:1px 0px 0px 0px;
}
label {
	width: 30%;
	float:left;
}
legend {
   font-weight:bold;
}
*/
