/**
* Webforms Style Sheet
*
*
*
*
*/


	/**
* Navigation
*/

div#navi {
	/*border-top:solid 1px #7c9974;*/
	/*border-bottom:solid 1px #7c9974;*/
	width:450px;
	padding:0.5em;
	/*background-color:#fff;*/
	margin-bottom:1.5em;
	font-size:0.8em;
}

ul#navigation {
	text-align:center;	
	margin-top:0em;
	margin-bottom:1.5em;
	list-style:none;
	font-size:1.1em;
}

ul#navigation li {
	margin-right:1em;
}

ul#navigation .arrowShape {
   background: url(../images/arrowBG_black.png) no-repeat right 50%;
   padding: 0;
   float: left;
}

ul#navigation .arrowShape a {
   display: block;
   border: 1px solid #000;
   border-right-width: 0;
   padding: .3em .6em .3em .6em;
   margin-right: 1.2em;
   font: bold .7em Arial, Helvetica, sans-serif;
   color: #000;
   text-decoration: none;
   background-color:#e7e7e7;
}

ul#navigation .active {
	background: url(../images/arrowBG_green.png) no-repeat right 50%;
}

ul#navigation .active a {
	border: 1px solid #2f7118;
	border-right-width: 0;
	color:#2f7118;
}

ul#navigation .faded {
	background: url(../images/arrowBG_grey.png) no-repeat right 50%;
}

ul#navigation .faded a {
	border: 1px solid #aaa;
	border-right-width: 0;
	color:#aaa;
}

div#backbutton {
	float:left;
	display:block;
	background: url(../images/arrowBG_red_left.png) no-repeat left 50%; 
	padding:0;  	
	margin-right:2em;
	margin-top:0.3em;
}

div#backbutton a {
	border:1px solid #a53030;
	border-left-width:0;
	padding: .3em .6em .3em .6em;
	margin-left: 1.2em;
	font: bold .7em Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000;
}

/**
* Main
*/

div#webforms {
	/*border:solid 2px #888;*/
	border-top:solid 2px #888;
	/*border-left:solid 3px #2f7118;*/
	width:90%;
	padding:1em;
	/*background-color:#fdfdfd;*/
	/*border-left:1px solid yellow;
	background-color:#f7f7f7;*/
	font-size: 0.8em;
}

/*
div#webforms h2 {
	margin-top:0px;
	color:#000;
	background-color:#faacac;
	padding-left:1em;
	font-size:1.3em;
}
*/

div#webforms form {
	/*background-color:#f5f5f5;*/
}

div#webforms label {
	float:left;
	width:12em;
	display:block;
	text-align:right;
	margin-right:0.8em;
	position:relative;
	top:0.3em;
}

div#webforms input, textarea, select {
	border:1px solid #000;
	background-color:#fff;
	margin:0.1em;
	padding:0.1em;
}

div#webforms input:focus, textarea:focus {
	background-color:#e7f4e4;
}

div#webforms input.button {
	cursor:pointer;
	font-weight:bold;
	font-size:1.1em;
}

div#webforms table.authorList {
	width:100%;
}
div#webforms table.authorList thead {
	background-color:#ccc;
}
div#webforms table.authorList td {
	background-color:#eee;
}

div#webforms .buttonMargin {
	margin-left:7.8em;
}

div#webforms .centered {
	text-align:center;
}

div#webforms .error {
	color:#d00;
	font-weight:bold
}

div#webforms ul.errorlist {
	color:#d00;
}

table#dataTable {
	font-size: 0.9em;
	width:450px;
}

table#dataTable th {
	text-align:right;
}

