body {
	margin:0 auto;
	background-color: #fff;
	color: #555;
	font: 12px/20px "Trebuchet MS", sans-serif, Tahoma, Arial, 'Bitstream Vera Sans', sans-serif;	
	text-align: center;
}

.line {
	width: 887px;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
	height: 10px;
}

.linetop {
	height: 1px;
}

#top {
	clear: both;
	width: 887px;
	display: inline-block;
	padding-top: 40px;
}

#logo {
	width: 208px;
	float: left;
	text-align: left;
}

#topmenu {
	width: 679px;
	float: left;
	text-align: right;
	padding-top: 27px;
}

#footer {
	clear: both;
	width: 887px; 
	margin-top: 20px;
	line-height: 20px;
}

#footer .copyright {
	text-align: left;
	float: left;
	width: 387px;
}

#footer .menu {
	text-align: right;
	float: left;
	width: 500px;
}

a {
	color:#000;
	text-decoration: none;
}

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

input.textfield, textarea {
	width: 350px;
	padding: 4px;
	border: 1px solid #e1e1e1;
	color: #777;
	background: url('/images/gradients_green.png') repeat-x #f9f9f9;
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
}

input.file {
	background-color: #fff;
	border: 0;
}

.shortfields input.textfield, textarea {
	width: 225px;
}

input.checkboxfield {
	font-size: 25px;
	height: 15px;
	width: 15px;
}

.selectfield {
	margin-top: 5px;
	font-size: 15px;
	color: #777;
	width: 100px;
}
	
textarea {
	font-size: 120%;
	height: 75px;
	width: 300px;
}	

.formular {
	text-align: left;
}

.formular .title {
	color: #84ae5a;
	font-size: 18px;
	padding-left: 215px;
	padding-top: 25px;
}

.formular .field_block {
	min-height: 30px;
	display: inline-block;
	padding-bottom: 5px;
	clear:both;	
	width: 100%;
}

.formular .field_block_info {
	min-height: 30px;
	display: inline-block;
	clear:both;	
	width: 100%;
}

.formular .label {
	color: #4d5762;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 140px;
	padding: 6px 15px 0px 0px;
	float: left;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
}

.formular .value {
	padding: 6px 0px 0px 0px;
	float: left;
}

.formular .input {
	padding: 0px 0px 0px 0px;
	float: left;
}

.formular .info {
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-top: 5px;
}

.formular .line {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid #ddd;
	height: 10px;
}

.formular .header {
	clear: both;
  color: #42463d;
	font-size: 15px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	padding-bottom: 15px;
	padding-left: 25px;
}

.formular .header span {
	clear: both;
	font-size: 14px;
}


.formular .right_info {
	float: right;
	padding-left: 25px;
  background: url('/images/icons_arrow.png') no-repeat 0 0 #fff;
  font-size: 14px;
}

ul {
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

li {
	line-height: 140%;
	list-style: square;
	margin-left: 25px;
	padding-bottom: 7px;
	color: #42463d;
}

.warnings {
	line-height: 22px;
}

.errorbox {
	background-color: #FFFFCC;
	border: 1px solid #ddd;
	padding: 10px 25px 10px 25px;
	font-weight: bold;
	width: 450px;
}

.heavy {
  font-family: "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333333;
}

input.submitbutton {
  background: #f5f5f5 url(/images/submit.gif) no-repeat;
  border: 0;
  height: 24px;
  width: 65px;
  padding: 4px;
  color: #FFFFFF;

}

input.submitlongbutton {
  background: #f5f5f5 url(/images/submit_long.jpg) no-repeat;
  border: 0;
  height: 24px;
  width: 219px;
  padding: 4px;
  color: #FFFFFF;

}

.help_header {
  background:#F3F0E7;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight:bold;
  border:1px dotted #C8BA92;
  padding:5px;
  width:340px;
}

.help_body {
  background:#FFFFFF;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size:11px;
  border-left:1px dotted #C8BA92;
  border-right:1px dotted #C8BA92;
  border-bottom:1px dotted #C8BA92;
  padding:5px;
  width:340px;
}

.cell_block_odd {
	padding: 2px 5px 2px 7px; 
	border-top: 1px solid #ddd;
	background: #eee;
	clear: both; 
	display: inline-block; 
	width: 613px;
	font-size: 11px;
	color: #777;
}

.cell_block_even {
	padding: 2px 5px 2px 7px; 
	border-top: 1px solid #ddd;
	clear: both; 
	display: inline-block; 
	width: 613px;	
	font-size: 11px;
	color: #777;
}

.cell {
	float: left;
}
