@charset "utf-8";
/* CSS Document */
.left {
	float: left;
	margin-right: 10px;
}

body 	{ color: #606060;
	  font: 11px  Verdana, Arial,  sans-serif;
	  background: #fff url(../images/bg.png) repeat-x;
	  margin:0px;
	  padding:0px;	}

p	{ font: 11px Verdana, Arial,  sans-serif;
	  line-height:20px;	
	  margin:0px 0px 10px 0px;
}
div	{ font: 11px  Verdana, Arial,  sans-serif;
	  line-height:18px;	}
table	{ font: 11px  Verdana, Arial,  sans-serif;
	  line-height:18px;	}
tr	{ font: 11px  Verdana, Arial,  sans-serif;
	  line-height:18px;	}
td	{ font: 11px  Verdana, Arial,  sans-serif;
	  line-height:18px;	}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 	{ font: 18px verdana, arial, sans-serif;
	  color: black;	
	  margin: 1em 0 0 0;
	  font-weight: normal;	}

h2 	{ font: 16px Verdana, arial, sans-serif;
	  color: #333300;	
	  font-weight: normal;
	  margin: 1em 0 0.5em 0; }
h2.light-bold {
	color: #606060;
	font-weight: bold;
	line-height: 20px;
}
h3 {
	font-size: 13px;
	color: black;
	text-decoration: underline;
	font-weight: normal;
	margin-bottom: 0.5em;
}
a 	{ color: #21a700;
	  text-decoration: none;
	  font-weight: bold; }
.admin a {
	color: black;
}
a:hover { text-decoration: underline;	}


img	{ border: 0px solid; 	}


span.label { display:block;
	     float:left;
	     margin:1px 0px;
	     width:100px; }	 

input.textfield { float:left;
	     padding:3px;
	     margin:1px 0px;
	     width:255px;
	     border:1px solid #e9e9e9;
	     background:#fff; }

/* Lists */
dd {
	margin: 0 0 1em 0;
}
ol, ol {
	padding-left: 1.5em;
	margin: 0 0 1em 0;
}
/* Boxes */
div.boxes ul {
	padding: 0;
	height: 88px;
}
div.boxes li {
	display: block;
	width: 16.67%;
	height: 100%;
	margin: 0;
	float:left;
}
div.boxes li a, a.button, a.push {
	border: 2px solid #3DB120;
	margin: 2px;
	text-align:center;
	font-weight: bold;
	color: black;
}
div.boxes li.first a {
	margin-left:0;
}

div.boxes li a, a.push {
	display: block;
	background: url(../images/menubg.png) #C1E2A6 repeat-x left bottom;
}
a.push {
	max-width: 180px;
	padding: 1px;
}
a.push:hover {
	background-image: url(../images/menubgactive.png);
	border-style:outset;
}
a.push:active {
	border-style:inset;
	padding: 2px 0 0 2px;
}
div.boxes li a {
	height: 40px;
	padding-top: 40px;
}
/* arrows */
div.wizard_steps li {
	background: rgba(61,177,32,0.5);
}
div.wizard_steps li.current {
	background: rgba(255,0,0,0.5);
}

#slideshow {
	height: 840px;
}
.grass {
  background: #fff url(../images/grass.png) repeat-x left bottom;
  min-height: 385px;
  padding-bottom: 20px;
}
.grass .wide {
  background: transparent;
}
.fix_floats {
  clear: both;
}
ul.pdf li, li.pdf a, a.pdf {
  background:url(/conf/ext/filesystem/icons/pdficon_small.gif) no-repeat left top;
  padding-left: 21px;
}
ul.pdf {
  list-style-type:none;
}
a.pdf {
	display:block;
}
