H2 {
	clear: both;
}

FORM {
	margin-bottom: 0;
}

#ConsoleMenu {
}

#GeneralForm, #ListForm, #SearchForm, #Accounting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#GeneralForm TEXTAREA, #ListForm SELECT {
	font-family: Arial, Helvetica, sans-serif;
}

#GeneralForm INPUT, #GeneralForm SELECT, #GeneralForm TEXTAREA, #ListForm SELECT {
		font-size: 11px;
}

#ListForm {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#ListForm TH, #ListForm TD {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 2px;
	font-size: 12px;
}

#ListForm TH {
	background-color: #FF3E3E;
}

#ListForm INPUT {
		font-size: 11px;
}


#SearchForm {
	border: 1px solid #000000;
	padding: 3px;
}

#SearchForm INPUT, #SearchForm SELECT {
		font-size: 11px;
}

#Accounting CAPTION {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}

#Accounting TD.top {
	padding: 10px 0 15px 10px;
	vertical-align: top;
}

#Statement {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#Statement TH, #Statement TD {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
}

#Statement TH {
	font-size: 14px;
	text-align: left;
	background-color: #D8E4E8;
}

#Statement TD.balance {
	background-color: #EAEAEA;
	text-align: right;
}

#Statement TD.amount {
	text-align: right;
}
