/*
-----------------------------------------------
Active Value Styles - Mood rosa
Author:   Alexander Pisculla
Version:  17 Jul 2006
----------------------------------------------- */


/* Headlines
----------------------------------------------- */
#mainpart-wide h3 {
	color: #FE45B5;
}

#mainpart-wide h3, h4 {
	color: #FE45B5 !important;
}

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

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

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

.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: #006;
  color: #ccc;
  font-weight: bold;  
  border: 1px outline #ccc;
}

#logo .button {
	color: #ddd;
}


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

a:link, a:visited {
	color: #009;
	text-decoration: none;
	border-bottom: 1px dotted #999;	
}

a:hover {
	color: #FE45B5;
	border-bottom: 1px dotted #009;	
}

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

#navigation a:link, #navigation a:visited {
	color: #4D4C41;
	border: none;	
}

#navigation a:hover, #outerpart a:hover {
	color: #000 !important;
}

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

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);	
}

a.noborder:link, a.noborder:visited, a.noborder:hover {
	border: none !important;
}


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

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

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

.outerref:hover {
	border-color: #FE45B5;
}
