body {
	font-size: 12px;
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #616161;
}

a:active,a:link,a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #119;
	text-decoration: underline;
}

h1 {
	font-family: Arial, sans-serif;
	color: #578BB8;
	font-size: 1.6em;
}

h1.main {
	position: relative;
	margin-top: -50px;
	margin-bottom: 25px;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	color: red;
}

img {
	border-width: 0px;
	border-color: 666666;
}

img.errors {
	padding-right: 5px;
}

/* Layout */
#topMargin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 20px;
	background-image: url("../graphics/bgTop.jpg")
}

#topMarginRight {
	position: absolute;
	left: 800px;
	top: 0px;
	width: 100%;
	height: 20px;
	background-color: #eff;
}

#leftMargin {
	position: absolute;
	left: 0px;
	top: 20px;
	height: 580px;
	width: 20px;
	background-image: url("../graphics/bgLeft.jpg");
}

#leftMarginBottom {
	position: absolute;
	left: 0px;
	top: 600px;
	width: 20px;
	height: 100%;
	background-color: #eff;
}

#topMenu {
	position: absolute;
	left: 200px;
	top: 20px;
	width: 590px;
	height: 100px;
	padding-top: 10px;
	padding-left: 450px;
	background-image: url('../graphics/bgTopMenu.jpg');
}

#topMenuRight {
	position: absolute;
	left: 800px;
	top: 20px;
	width: 100%;
	height: 110px;
	background-color: #def;
}

#home {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 180px;
	height: 110px;
}

#leftMenu {
	position: absolute;
	left: 20px;
	top: 130px;
	width: 160px;
	height: 450px;
	padding: 10px 10px 10px 10px;
	background-image: url("../graphics/bgLeftMenu.jpg");
	font-weight: bold;
}

#leftMenuBottom {
	position: absolute;
	left: 20px;
	top: 600px;
	width: 180px;
	height: 100%;
	background-color: #def;
}

#body {
	position: absolute;
	left: 200px;
	top: 130px;
	width: 600px;
	height: 470px;
	margin: 20px 20px 20px 20px;
}

#bottom {
	
}

#breadcrumbs {
	position: relative;
	left: 210px;
}

form.eden div {
	width: 560px;
	border: 1px;
	padding: 0;
	margin: 100;
	padding-top: 2px;
	height: 30px;
}

form.eden div label {
	position: absolute;
	left: 10px;
	border: 0px;
	width: 100px;
}

form.eden div input,select {
	position: absolute;
	left: 150px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	width: 100px;
	background: #F0F8FF;
}

form.eden div input.wide {
	width: 200px;
}

form.eden div input.date {
	width: 90px;
	background: url(../graphics/calendar.gif) right no-repeat;
}

form.eden div .radioLabel {
	position: absolute;
	left: 170px;
}

form.eden div input[type='radio'] {
	position: absolute;
	left: 80px;
	background: #4477AA;
	color: white;
	margin: 3px;
	border-color: gray;
	width: 150px;
}

form.eden div input[type='submit'],input[type='button'] {
	position: absolute;
	left: 10px;
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
	width: 150px;
}

accounting.form.table.tr.td input,select {
	position: relative;
	left: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	width: 100px;
	background: #F0F8FF;
}

.date {
	width: 90px;
	background: url(../graphics/calendar.gif) right no-repeat;
}

