body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 1.3em;
	margin: 0;
}
	
h2, 
h3,
h4,
h5 {
	font-size: 1em;
	margin: 0;
}

p {
	font-size: 1em;
	margin: 0;
}

img {
	border: 0;
}

a {
	font-size: 1em;
	color: black;
}

a:hover {
	color: #388139;
}

hr {
	border-top: #aff0a6 solid 1px;
}

ul {
	font-size: 1em;
}

.smallnote	{
		font-size: 0.7em;
}

.worldbox {
	height: 98%;
}

.masterbox {
	background-color: #FFFFFF;
	border-left: 1px solid #9c9c9e;
	border-right: 1px solid #9c9c9e;
	border-bottom: 1px solid #9c9c9e;
	width: 850px;
	height: 100%;
}

.leftbox {
	background-image: url(Graphics/LeftBorder.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 15px;
}

.rightbox {
	background-image: url(Graphics/RightBorder.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
}

.topbox {
	background-color: #FFFFFF;
}

.menubox {
	background-color: #aff0a6;
	background-image: url(Graphics/Menu.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.menubackground {
}

.mainbox {
	height: 100%;
}

.withmargin {
	margin: 1em;
}

.withpadding {
	padding: 1em;
}

.smallmargin {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

.smallpadding {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.bottombox {
	background-color: #aff0a6;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	height: 15px;
}

.menuitem {
	padding: 0;
}

.menuseperator {
	width: 10px;
}

a.menulink {
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

a.menulink:hover {
	background-color: #E1E8F0;
	color: black;
}

.copyright {
	font-size: 8pt;
}

.item {
	font-size: 1em;
	vertical-align: top;
}

.smallitem {
	font-size: 0.9em;
}

.curitem {
	font-weight: bold;
	font-size: 1em;
}

.itemtitle {
	font-weight: bold;
	font-size: 1em;
}

.sidemenu {
	background-color: #aff0a6;
	padding-left: 8px;
}

.button {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em ;
}

.textbox {
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid black;
	background-color: white;
	font-family: verdana;
	font-size: 13px;
}

.itembox {
	padding: 10px;
	border: 1px solid black;
}

.itemgreybox {
	padding: 10px;
	border: 1px solid #999999;
	color: #999999;
}

.itemtopline {
	border-top: 1px solid #BBBBBB;
}

.itembottomline	{
	border-bottom: 1px solid #BBBBBB;
}

.boxed {
	border: 1px solid black;
}

.boldtext {
	font-weight: bold;
}

.blueback {
	background-color: #aff0a6;
}

td.currency {
	text-align: right;
	white-space: nowrap;
}

td.equal {
	background-color: green;
}

td.notequal {
	background-color: red;
}

div.fieldgroup {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}

div.fieldrow {
	padding-bottom: 4px;
}

div.fieldrow  label{
	width: 200px;
}

input.date {
	width: 80px;
}

input.amount {
	width: 75px;
}

input.description {
	width: 300px;
}

select.account {

}

select.paymentgroup {

}

select.loader {

}
