/*
-----------------------------------------------
Active Value Styles - Mood gruen
Author:   Alexander Pisculla
Version:  12 November 2005
----------------------------------------------- */


/* Headlines
----------------------------------------------- */
#mainpart-left h3, #mainpart-wide h3, #mainpart-right h3 {
	color: #7CA332;
}

#mainpart-left h4, #mainpart-wide h3, #mainpart-right h4, h4 {
	color: #7CA332 !important;
}

#mainpart-left h2, #mainpart-right h2, #mainpart-wide h2 {
	color: #6F6F6F;
}

/* Form styling
----------------------------------------------- */

.standardform th {
	border-left-color: #9c3;
}

.standardform .error {
	border-width: 2px;
}

.standardform .required {
}

.standardform input:focus, .standardform textarea:focus {
	background-color: #eee;
}

.standardform .button2 {
	background-color: #466432;
	color: #eee;
	border-color:#999 #333 #333 #999;
}

.standardform .button {
  background-color: #ab5603;
  color: #fff;
  font-weight:bold;
  border:2px solid #773D02;
  border-color:#FB8815 #773D02 #773D02 #FB8815;
}


/* Link Styling
----------------------------------------------- */

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

a:hover {
	color: #000;
}

a.invisible:link, a.invisible:visited {
	color: #7CA332;	
}

#navigation a:link, #navigation a:visited {
	border: 0;
}

#outerpart a:link, #outerpart a:visited {
	color: #4D4C41;
}

a.continue {
	background-image: url(/i/icon_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 13px;
	border: 0;
}

a.external {
	background-image: url(/i/icon_external.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 13px;
	border: 0;
}

#outerpart a.external {
	background-image: url(/i/icon_external_greygreen.gif);	
}


/* Lists
----------------------------------------------- */
ul.pluslist li {
	list-style-image: url(/i/bullet_plus.gif);
}

/* Other stuff
----------------------------------------------- */
#colorborder {
	background-color: #9c3;
}

#logoimg {
	background-image: url(/i/active_value_logo.gif);
}

.outerref:hover {
	border-color: #4D4C41;
}
