/**
* Webfriend CSS
*
* type: screen, default; 
* date: 2005-01-20
*
* @author Carsten Becker <carsten.becker@fluct.de>
*/

/**
* @section browser reset
*
*/

body {
	margin: 0; 
	padding: 0;
	height:100%;
	min-width: 800px;
}
html {
	margin: 0; 
	padding: 0; 
}
a {
	margin: 0; 
	padding: 0; 
}
a:hover, a:active, a:focus { 
	outline: 0; 
}
fieldset, img { 
	border:0 solid; 
}
option { 
	padding-left: 0.4em; 
}

/** 
 * @section	generic
 *
 */


fieldset, img { 
	border:0 solid;
}
a:link {
	color: #0973CB;
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover { 
	text-decoration: underline;
}
a:visited {
	color: #0973CB;
}

a img {
	border:0;
}

h1 { 
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2em;
}
h2 { 
	font-size: 1.1em;
	font-weight: bold;
}
h3 { 
	font-size: 1em;  
}
h4 { 
	font-size: 0.9em; 
}
h5 { 
	font-size: 0.8em; 
}
pre {
	font-size: 1.2em;
	margin-left: 2em;
}
code {
	font-size: 1.2em;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
	empty-cells: show;
}
table td {
	padding: 0;
	vertical-align: top;
}
form {
	margin:0; 
	padding: 0;
}
input {
	margin: 0;
	padding: 0;
}
textarea,
input[type="text"],
input[type="password"] {
	font: 13px "Courier New", Monospace, Courier, Monaco, mono;
	border: 1px solid #E5E7DF;
	padding: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
}
textarea {
	line-height: 17px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #b7b7a6;
	outline: 0;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border-color: #b7b7a6;
	outline: 0;
}
select {
	font: 11px Verdana;
	margin: 0;
	padding: 0;
}
option {}
label {
	display: block;
}

/**
 * @section	common classes
 *
 */
.clear {
	clear: both;
}
.right {
	float:right;
}
.hidden,
.wf_backend_hidden {
	display: none;
}
.warning {
	font-weight: bold;
	color: #f00;
}
.alert {
	color: red;
}
.strong {
	font-weight: bold !important;
}
.lang-ar {
	font-size: 1.3em;
	font-family: 'Simplified Arabic';
}
.nowrap {
    white-space:nowrap;
}

/**
* 	@section button
*	
*/
.button {
	border: 0;
	border: 1px solid #004044;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #004044 url('/site/img/button_backgr_blue_gradient_sprite.png') 0 0 repeat-x;
	color: #f2feff;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	padding: 2px 12px;
	cursor: pointer;
}
.button:hover {
	background: #057781 url('/site/img/button_backgr_blue_gradient_sprite.png') 0 -46px repeat-x;
	text-decoration: none;
}
.firefox .button {
	padding-bottom: 1px;
}

/** 
 * @section	page layout
 *
 */
#wfwrap {
	min-height: 100%;
	position: relative;
}
#header {}
#wfcontent {
	padding-bottom: 60px;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#col1, #col2 {
	float: left;
	position: relative;
}
#col1{
	width: 20%;
	right: 79%;
	overflow:hidden;
	word-wrap: break-word;
}
#col2 {
	left: 20%;	 
	width: 79%;
	overflow: hidden;
	position:relative; /* IE6 overflow/position:relative-bug */
	text-align: left;
}
#col12 {
	margin-left: .3em;
	width:98.2%;
	overflow: hidden;
	position:relative; /* IE6 overflow/position:relative-bug */
	text-align: left;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}


@media print {
	#col1{
		display:none;
	}
	#col2{
		position: relative;
		width:100%;
		left: 0;
		clear:both;
	}
	#footer {}
}

/** 
 * @section	header
 *
 */

#header {
    color: #000;
    font-size: .70em;
}

.wfHeader {}
.wfHeader {
    background-color: #f3f3e7;
    border-bottom: .1em solid #d5d4c5;
    height: 27px;
    padding-top: .8em;
}
@media print {
    .wfHeader {
        background-color: #fff;
    }
}
.wfUser {
    color: #5C5F4A;
    float: left;
    margin-top: 6px;
    left: 20%;
    position: relative;
}
.wfUser .logout {
    margin-left: 1.2em;
}
.wfUser #user_switching_toggle {
    background: url(/wf/img/arrow_down.png) right 3px no-repeat;
    cursor: pointer;
    padding-right: 1.16em;
}
#user_switching {
    background-color: #f3f3e7;
    border: 1px solid #d5d4c5 !important;
    font-size: 1.2em;
    position: absolute;
    top: 3.1em;
    left: 17.8%;
    padding: .95em 2.2% 2.65em 2.2%;
    width: 28.35em;
    z-index: 501;
}
#user_switching .close {
    color: #0973cb;
    cursor: pointer;
    position: absolute;
    top: 0.8em;
    right: 1.2em;
}
#user_switching h1 {
    color: #5C5F4A;
    margin-top: 0;
    font-size: 1.5em;
    font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#user_switching p {
    font-size: 11px;
    margin: 1.8em 0 1.6em 0;
}
#user_switching .field {
    display: block;
    float: left;
    margin: .7em 20px 0 0;
}
#user_switching label {
	color: #000;
    display: block;
    margin-bottom: 6px;
    font: 11px Verdana;
}
#user_switching input.button {
    margin-left: 1.55em;
    float: left;
}
#user_switching input[type='password'] {
	color: #333;
	font: 11px Verdana;
	padding: 1px 2px 2px 2px;
	margin-left: 0;
	float: left;
	width: 70px;
    border-color: #D5D4C5 !important;
}
.wfHelp {
    float: right;
    margin-top: 6px;
    width: 11.2%;
}
.wfLanguages {
    float: right;
    margin-top: 6px;
    margin-right: 3.2%;
}
.wfLanguages ul {
    list-style: none;
    margin: 0;
}
.wfLanguages ul li {
    color: #909090;
    display: inline;
    margin-right: .8em;
}
.wfLogoBox {
    float: right;
    position: relative;
    margin-right: 3.5em;
    top: 2px;
}
.clientHeader {
    height: 6.1em;
    text-align: left;
    background-color: transparent;
}
.clientHeader .clientBrand {
    width: 20%;
}
.clientHeader .clientBrand img {
    margin: 1.65em 0 0 1em;
}



/** 
 * @section	navigation column
 *
 */
#col1 .navContainer {
	width: 100%;
	margin:0; 
	padding:0;
	font-size: 11px;
	letter-spacing: 0.1px;
}
#col1 ul {
	list-style-type: none;
	margin:0; 
	padding:0;
}
#col1 li {
	margin:0; 
	padding:0;
}
#col1 ul li { 
	margin: .42em 0;
	padding: 0 .4em 0 .87em;
}
#col1 li.separator {
	margin-bottom: 1.4em;
}
#col1 ul li ul {
	margin-bottom: .7em;
	padding-left:0em; 
}
#col1 ul li.selected { 
	background-image: url(/wf/img/arrow_right.png);
	background-repeat: no-repeat;
	background-position: .2em .5em;
}
#col1 a {
	color: #15778C;
}
#col1 a.selectedFolder { 
	color: #5C5F4A;
	font-weight: bold;
}
#col1 a.selected { 
	color: #539900;
	font-weight: bold;
}



/** 
 * @section	center column
 *
 */
#content {
	font-size: .8em;
}
@media print {
	/* experimental */
	#content {
		font-size: .7em;
		margin-top: 2.5em;
	}
}
#content h1.contentTitle {
	color: #539900;
	font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	display: inline; 
}
#col12 #content h1.contentTitle {
	margin-left: .3em;
}
@media print {
    #content h1.contentTitle {
        color: #000;
        margin-bottom: 1.9em !important;
    }
}
#content div.breadcrumb {
	font-size: .85em;
	margin: .1em 0 .7em .7em ;
	padding-bottom: .1em;
}
#col2 #content div.breadcrumb {
    margin-left:0;
}
#content p.description {
	font-size: 11px;
	margin: 8px 0;
	max-width: 500px;
}
#content p.descriptionWfNews{
	font-size: 11px;
	margin: 40px 0 10px 0;
	max-width: 500px;
}
#content div.alertBox { 
	color: #f00;
	font-size: 11px;
	margin: 8px 0;
	max-width: 500px;
}
#content div.alertBox:before {
	/* content: url(/wf/img/attention.png) " "; */
}

#col12 h1{
	margin-left: .2em;
}
#col12 div.language,
#col12 p.description {
	margin-left: .6em;
}
#col12 p.breadcrumbs {
    font-size: .85em;
    margin-left: .9em;
}
@media print {
    .breadcrumbs {
        display: none;
    }
}

/** 
 * @section	path box
 *
 */
.pathBox { 
	width: 98%;
	font-size: 10px;
	padding: 1em .6em 8px 0;
	margin: 0;
	margin-bottom: 10px;
	color: #333;
	display: inline-block;
}
.pathBox a, 
.pathBox b {
	display: block;
	padding: 6px 8px;
	border: 1px solid #e9e9e9;
	background-color: #f6f6f6;
	margin-right: 4px;
	margin-bottom: 14px;
	float: left;
}
.pathBox .separator, .breadcrumb .separator {
	color: #444;
	font-weight: bold;
}
.pathBox .separator {
	display: block;
	padding: 6px 2px;
	margin-right: 4px;
	float: left;
}


/** 
 * @section	login
 * 
 * (en) login form on welcome page
 *
 */

body.login {
	margin: 0;
	background: #e1e1db url('/site/img/login_bg.jpg') center top no-repeat;
}
div.login {
	font-size: 11px;
	width: 564px;
	height: 570px;
	margin: auto;
	border: 0;
}
div.login h1 {
	margin-top: 0;
	margin-left: 16px;
}
img.login_webfriend_logo {
	margin-top: 99px;
}
.login p.tagline {
	margin-top: 24px;
	margin-bottom: 22px;
	margin-left: 16px;
	font-size: 16px;
	color: #838383;
	text-shadow: 0 1px 0px #fff;
}
.loginbox {
	margin: 0;
	margin-top: 16px;
	padding-top: 13px;
	width: 564px;
	height: 244px;
	background: transparent url('/site/img/login_client_input_bg.png') left top no-repeat;
}
.loginbox .inputbox {
	padding-top: 10px;
	padding-left: 43px;
	float: left;
	width: 289px;
	height: 217px;
}
.loginbox .clientbox {
	width: 217px;
	height: 217px;
	float: left;
}
.loginbox .clientbox table {
	width: 100%;
	height: 100%;
}
.loginbox .clientbox table td {
	text-align: center;
	vertical-align: middle;
}
.loginbox .clientbox img {
	padding-bottom: 18px;
}
.login input[type="text"],
.login input[type="password"] {
	color: #444;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
.login label {
	font-size: 14px;
	font-weight: normal;
	color: #b8b8af;
	display: block;
	padding-top: 10px;
	margin-bottom: 8px;			
	text-shadow: 0 1px 0px #fff;
}
.login .button {
	height: 30px;
	margin-top: 20px;
	display: block;
}
.login .footer {
	padding-left: 16px;
}
.login .footer span.separator {
	display: inline-block;
	padding-left: 4px;
}
.login .footer, 
.login .footer a,
.login .footer a:hover {
	color: #aeaea0;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
}
.login .messageBox {
	margin: 6px 0 6px 16px;
	width: 532px;
	background: transparent;
	border: 0;
	line-height: 18px;
}
.login .messageBox .warning {
	border: 0 !important;
	padding: 0;
	color: #f00;
}
.login .messageBox .feedback {
	border: 0 !important;
	padding: 0;
	color: #3f7402;
}
.login .messageBox h3 {
	font: 16px Verdana;
	margin-bottom: 2px;
}
.login .messageBox .warning p {
	font-size: 11px;
	color: #f00 !important;
}
.login .messageBox .feedback p {
	font-size: 11px;
	color: #3f7402 !important;
}
.login .messageHuge {
	margin: 90px 0 6px 16px;
	width: 532px;
	background: transparent;
	border: 0;
	line-height: 29px;
	color: #838383;
	text-shadow: 0 1px 0px #fff;
}
.login .messageHuge h3 {
	font-size: 25px;
	margin-bottom: 8px;
	font-weight: normal;
}
.login .messageHuge p {
	margin-top: 4px;
	margin-bottom: 22px;
	font-size: 16px;
}

/** 
 * @section	search
 *
 */
.searchBox {
	font-size: 10px;
	padding: 4px 0;
	margin: 0 0 8px 0;
}
#col12 .searchBox {
	margin-left: .5em;
}
.searchBox div.field {
	color: #444;
	margin-right: 24px;
	height: 60px;
	float: left;
	margin-bottom: 10px;
	*border: 1px solid transparent; /*ie only, for ie7 */
}
.searchBox .fieldContent {
	display: inline;
	float: left;
	overflow: hidden;
}
.searchBox .field h3 {
	margin-top: 0;
	margin-bottom: .6em;
}
.searchBox select {
	padding-top: 1px;
}
.searchBox input[type="text"] {
	/* see: table.fieldDate */
	color: #333;
	font: 11px Verdana;
	padding: 1px 2px 2px 2px;
	border-color: #bbb;
	margin-left: 0;
	float: left;
}
.searchBox label {
	font: 10px Arial, Helvetica, sans-serif; 
	color: #bbb !important;
	clear: both;
	padding-top: 3px;
}
.searchBox .link {
	font-weight: normal; 
	margin-left: 1em;
	margin-top: 22px;
	float: left;
}
.searchBox .button {
	float: left;
	margin: 19px 0 30px 0;
}

/** 
 * @section	language tabs
 *
 */
div.language {
	font-size: 10px;
	padding-left: 0;
}
ul#language {
	margin:0; 
	padding: 0;
	line-height: 1.9em;
}
ul#language li {
	position: relative;
	color: #686a5a;
	display: inline;
	font-weight: normal;
	margin-right: .3em;
	padding: .4em 8px;
	border-top: 	1px solid #F0F0F0;
	border-right: 	1px solid #F0F0F0;
	border-left: 	1px solid #F0F0F0;
	background-color: #F7F7F7;
}
ul#language li.active {
	position: relative; 
	z-index: 20;
	font-weight: bold;
	margin-right: .3em;
	border-right: 	1px solid #d9d8cb;
	border-left: 	1px solid #d9d8cb;
	border-top: 	1px solid #d9d8cb;
	border-bottom: 	1px solid #F0F1EC;
	background-color: #F0F1EC; /* #F7F7F0; */
}
ul#language li a {
	position: relative;  /* car::20060116 */ 
	color: #91A2AE;
}
ul#language li a:hover {
	color: #000;
}


/** 
 * @section	set
 *
 */
.setBox {
	margin-top: 16px;
}
.set, .setEdit, .setDetail {
	position: relative; 
	z-index: 10;
	margin-bottom: 1em;
}
.setDetail 	{
	background-color: #fff;
}
.setEdit 	{
	background-color: #F5F6F2;
}
.setSubLevel {
	width: 98%;
	margin-left: .4em;
	padding: .8em .3em 1.2em .3em;
	border-top: .1em solid #E5E7DF;
	border-bottom: .1em solid #E5E7DF;
	background-color: #F5F6F2;
}
#col12 .set, /* for select_table */
#col12 .setEdit, 
#col12 .setDetail {
	border-left: .5em solid transparent;
}
#col12 .setSubLevel .set, /* for select_table */
#col12 .setSubLevel .setEdit, 
#col12 .setSubLevel .setDetail {
	border-left: .5em solid transparent; /* for default clearance state */
}
#col12 .setCheck {}

.setEdit .setTitleBox,
.setDetail .setTitleBox,
.setEdit .setFooterBox,
.setDetail .setFooterBox {
	padding: 8px;
	margin: 0;
	border: 1px solid #D9D8CB; 
	background-color: #F0F1EC;
	display: inline-box;
	overflow: hidden;
}
.setEdit .setFooterBox,
.setDetail .setFooterBox {
	border-top: 0;
}
.setTitleBox h2.setTitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.3em;
	color: #4f523d;
	float: left;
	clear: none;
	margin: 0;
	margin-right: 15px;
}
.setEdit .setTitleBox h2.setTitle,
.setDetail .setTitleBox h2.setTitle { 
	width: 19%;
}
/* 20070516_dan: neu: .setDetailBox und .setDetailNavigation + img */
.setDetailBox {
	background-color: #f9f9f7;
	border-left: .1em solid #C9C8B6;
	border-right: .1em solid #C9C8B6;
}
.setNavigation {
	float: left;
	margin-top: 2px;
}
.setDetailNavigation {
	padding: .8em 1.4em;
	border-bottom: .1em solid #E5E7DF;
}
.setNavigation a {
	display: inline-block;
}
.setNavigation img,
.setDetailNavigation img {
	margin-right: 11px;
}
.setNavigation input {
	margin-right: .5em;
}
.setInfo {
	font-size: 11px;
	font-weight: normal;
	color: #4f523d;
	margin-top: 6px;
	margin-bottom: 4px;
	clear: both;
	float: left;
}
.setInfo b {
	color: #686a5a;
}
.setInfo .setInfoItem {
	padding-right: 10px;
	white-space: nowrap;
}
.setInfo .setInfoItem .setInfoItemResultsAll {
	margin-left: 8px;
}

dl.setInfoSearchWordsAnnotation {
	font-size: .85em;
	font-weight: normal;
}
dl.setInfoSearchWordsAnnotation dt {
	width: 1.3em;
	float: left;
}
.setInfoSearchWordsAnnotation dd {
	margin-left:0;
}
.setFooter {
	color: #5C5F4A;
	border: .1em solid #d9d8cb;
	height: 1em;
}
.setFooterNaviResult {
	padding: .8em 0;
}
.setFooterNaviResult a {
	font-weight: normal;
	padding: 2px 6px;
	margin: 0;
}
.setFooterNaviResult a.active,
.setFooterNaviResult a:hover {
	color: #5C5F4A;
	font-weight: normal;
	background-color: #fff;
	text-decoration: underline;
}

ul.annotation {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #999;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
}
ul.annotation li {
	float: left;
	list-style: none;
	margin-right: 20px;

}
span.annotation {
	font-size: 10px;
	margin-left: 1px;
	margin-right: 1px;
}
#col12 .clearanceReleased { /* id='set' (#set) just for clearance at the moment */
	border-left: .5em solid #fff;
}
#col12 .clearanceEdit {
	border-left: .5em solid #ff9542;
}
#col12 .clearanceForRelease {
	border-left: .5em solid yellow;
}
option.clearanceEdit {
	border-left: 0;
}
option.clearanceForRelease {
	border-left: 0;
}

/** 
 * @section	set consolidated
 * 
 * (en) listing tables
 * (de) Listenansicht
 *
 */

table.setConsolidated th h2 {
	font-size: 1.3em;
	margin-top: .5em;
	margin-bottom: .5em;
}
.setConsolidated th.th1 {
	padding: 8px .4em .5em 8px;
	border-top: 	.1em solid #d9d8cb; 
	border-right: 	.1em  solid #d9d8cb; 
	border-left: 	.1em  solid #d9d8cb;
}
.setConsolidated th.th1noCaption {
	padding: 8px;
	border-top: 	.1em solid #d9d8cb; 
	border-right: 	.1em  solid #d9d8cb;
	border-bottom: 	.1em solid #d9d8cb; 
	border-left: 	.1em  solid #d9d8cb;
}
.setConsolidated tr.columnTitle th {
	color: #94968c;
	font-weight: normal;
	font-size: 10px;
	padding: .2em 8px;
	border-bottom: .1em  solid #d9d8cb;
	white-space:nowrap;
}
/* dies sollte nur fuer set consolidated (Listenansicht definiert werden, 
wenn wir es sonst nicht mehr brauchen, siehe unten (border:0; ...) */
.setConsolidated tr.columnTitle th.columnLeft {
	border-left: 1px solid #d9d8cb;
}
.setConsolidated tr.columnTitle th.columnRight {
	border-right: 1px solid #d9d8cb; 
}
table.setConsolidated table.setConsolidated tr.columnTitle th.columnLeft { 
	border: 0;
}
table.setConsolidated table.setConsolidated tr.columnTitle th.columnRight {
	border: 0;
}
.setDetail table.setConsolidated th {
	background-color: transparent;
}
.setDetail	table.setConsolidated th h2, 
.setEdit	table.setConsolidated th h2 {
	font-size: 1em;
	color: #5C5F4A;
	margin-top: 0;
	margin-bottom: 0;
}
.setDetail .setConsolidated tr.columnTitle th.columnLeft {
	border: 0; 
}
.setDetail .setConsolidated tr.columnTitle th.columnRight {
	border: 0; 
}
table.setConsolidated table.setConsolidated th h2 {
	font-size: 1.2em;
	/* font-weight: normal; */ 	
	margin-top: 0;
}
.setEdit table.setConsolidated, 
.setDetail table.setConsolidated {
	border-top: 1px solid #e5e7df;
}
.setDetail table.setConsolidated td,
.setEdit table.setConsolidated td {}

table.setConsolidated table.setConsolidated {
	border:0;
	width:;
	margin-left: 0;
	margin-bottom: .4em;
}
table.setConsolidated th, 
table.setConsolidated tfoot td {
	font: 1em;
	font-weight: bold;
	padding: .1em .8em .3em .8em;
	vertical-align: top;
	text-align: left;
	background-color: #F0F1EC; 
}
table.setConsolidated td {
	line-height: 1.4em;
	font-size: 11px;
	padding: 1em .8em 1.2em .8em;
	vertical-align: top;
	letter-spacing: 0.1px;

	background-color: #fff;
}
table.setConsolidated table.setConsolidated td,
table.setConsolidated table.setConsolidated th {
	border: 0;
	padding: 0 1.8em .1em 0;
	background-color: transparent;
	/*border-bottom: 1px dotted #ccc;*/
}
table.setConsolidated table.setConsolidated th {
	font-size: x-small;
	font-weight: normal; 
	background-color: #F0F1EC;
}


/* test  Plaetzchendarstellung fuer Mediathek 

table.setConsolidated thead tr.columnTitle {
	display: none;
}

table.setConsolidated tbody tr {
	display: inline-block;
	width: 250px;
	float: left;
	height: 420px;
	overflow: hidden;
	margin-right: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #E5E7DF;
}
table.setConsolidated tbody tr td {
	display: block;
	float: none;
	border: 0 !important;
}
table.setConsolidated tbody tr td.textright {
	text-align: center;
	vertical-align: bottom;
	height: 200px;
}
table.setConsolidated tbody tr td.textright a {
	display: inline-block;
}
table.setConsolidated tbody tr td table.subset {
	width: 240px;
}

table.setConsolidated tbody tr td table.subset tr {
	float: none;
	display: table-row;
	width: auto;
	height: auto;
	border: 0;
}
table.setConsolidated tbody tr td table.subset tr td {
	display: table-cell;
	border: 0;
}

table.setConsolidated tbody tr td.navi * {display: none;}

  end test */

table.setConsolidated tr.one td {
	border-bottom: 1px solid #e5e7df;
}
table.setConsolidated tr.two td {
	border-bottom: 1px solid #e5e7df;
}
table.setConsolidated tr:hover td {
	background-color: #f9f9f7;	
}
table.setConsolidated tr:hover td.setFooter {
	background-color: #F0F1EC;
}
.setEdit table.setConsolidated tr:hover td {
	background-color: #F0F1EC;
}
.setDetail table.setConsolidated tr:hover td {
	background-color: #fff;
}
table.setConsolidated td.clearanceEdit { /*IE6: no td:first-child*/
	background-image: url(/wf/img/pixel_orange.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-left: 0;
}
table.setConsolidated td.clearanceForRelease {
	background-image: url(/wf/img/pixel_yellow.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-left: 0;
}

@media print {
	table.setConsolidated td.clearanceEdit {
		border-left: .2em solid #000;
	}
	table.setConsolidated td.clearanceForRelease {
		border-left: .2em dotted #000;
	}
}
table.setConsolidated table.setConsolidated tr.one td {
	border: 0;
}
tr.substitute-lang td{
	color: #999;
}
tr.substitute-lang a{
	color: #65ABE6
}

table.setConsolidated td.textright {
	text-align: right;
	padding-right: .8em;
}
td.setText {
	/* marks feedback, warning, etc. */
	padding-left: 8px !important;
}
td.setText p {
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
table.setConsolidated td.setText {
	min-width: 500px;
}
table.setConsolidated tr:hover td.setText {
	background-color: #fff;
}
table.setConsolidated td.setText ul {}
table.setConsolidated .navi a {
	margin: 0;
	padding: 0;
}
table.setConsolidated .navi img, 
table.setConsolidated input,
table.setConsolidated img.pseudoinput /* img that look like inputs, and have no function */ {
	margin-left: 4px;
}
table.setConsolidated .setFeedback {
	padding: .5em;
	padding-right: 2em;
	border-top: 0;
	border-bottom: 1px solid #ccc;
}

/** 
 * @section	set consolidated simple
 * 
 * (en) simple listing tables
 * (de) einfache Listenansicht
 *
 */
table.setConsolidatedSimple {
	margin-top: .8em;
}
table.setConsolidatedSimple h2.setTitle {
	/*color: #539900;
	border-bottom: .1em solid #530000; */
}
table.setConsolidatedSimple th h2 {
	font-size: 1.3em;
	margin-top: .5em;
	margin-bottom: .5em;
}
.setConsolidatedSimple th.th1 {
	padding: .4em 0;
	border:none;
}
.setConsolidatedSimple th.th1noCaption {
	padding: .4em 0;
}
.setConsolidatedSimple tr.columnTitle th {
	color: #5C5F4A;
	font-weight: bold;
	font-size: .85em;
	padding: .1em .6em .2em .6em;
	/* padding: .1em 1em .2em 0; */
	border-bottom: .1em solid #ADAC99;
}
.setConsolidatedSimple tr.columnTitle th.columnLeft {
	border-left:none;
}
.setConsolidatedSimple tr.columnTitle th.columnRight {
	border-right:none; 
}
table.setConsolidatedSimple th, 
table.setConsolidatedSimple tfoot td {
	font: 1em;
	font-weight: bold;
	padding: .1em .8em .3em .8em;
	vertical-align: top;
	text-align: left;
	background-color: transparent; 
}
table.setConsolidatedSimple td {
	padding: 1em .8em 1.2em .8em;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}
table.setConsolidatedSimple td.setFooter {
	border-top: .1em solid #ADAC99;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
table.setConsolidatedSimple tr.one td {
	border-bottom: 1px solid #E5E7DF; 
}
table.setConsolidatedSimple tr.two td {
	border-bottom: 1px solid #E5E7DF;
}
table.setConsolidatedSimple td.clearanceEdit { /*IE6: no td:first-child*/
	background-image: url(/wf/img/pixel_orange.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-left: 0;
}
table.setConsolidatedSimple td.clearanceForRelease {
	background-image: url(/wf/img/pixel_yellow.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-left: 0;
}
@media print {
	table.setConsolidatedSimple td.clearanceEdit {
		border-left: .2em solid #000;
	}
	table.setConsolidatedSimple td.clearanceForRelease {
		border-left: .2em dotted #000;
	}
}
table.setConsolidatedSimple td.textright {
	text-align: right;
	padding-right: .3em;
}
table.setConsolidatedSimple img { 
	margin-left: 0.4em;
	height: 1.3em;
}
table.setConsolidatedSimple input {
	margin: 0.1em;
	height: 1.22em;
}

/** 
 * @section	set subset
 * 
 * (en) nested set
 * (de) geschachteltes Set
 *
 */
table.setConsolidated table.subset {
	border-collapse: collapse; 
	border-spacing: 0;
	width: auto;
}
table.setConsolidated table.subset td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
table.setConsolidated table.subset td.fieldTitle {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	width: auto;
	font-style: italic;
}
table.setConsolidated table.subset td.fieldContent {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	float: none;
	width: auto;
}
table.setConsolidated div.subsetField {}

/** 
 * @section	set error
 * 
 * (en) error messages
 * (de) Fehlermeldungen
 *
 */
.setError {
	color: #f00;
}
.setErrorImgBig {
	height: 2.2em;
	margin: .4em .4em;
}
.setErrorHeader { 
	font-weight: bold; 
	vertical-align: super;
}
.setError ul {
	margin-top: .2em; 
	margin-left: 1.55em; 
	padding: .2em 1em;
}
.setError li {
	margin-top: .2em; 
	margin-left: 0em;
}
.setErrorField {
	color: #000;
}
.setErrorDescription {}


/** 
 * @section	field
 *
 */
.setEdit 	.field,  
.setDetail 	.field {
	padding: 12px 8px 20px;
	border-bottom: .1em solid #E5E7DF;
	display: block;
	overflow: hidden;
	background-color: #f9f9f7;
}
.setEdit 	.field	.field,  /* subset */
.setDetail 	.field 	.field {
	margin: 0 0 .4em 0em; 
	padding-bottom: 1em; 
	border: 0;
}
.setEdit 	.field	.fieldTitle,
.setDetail	.field	.fieldTitle {
 	float:left; 
	width: 19%;
	padding-top: .1em;
	padding-bottom: .6em; /* margin corrupts float in ie */
	padding-right: 15px;
	overflow: hidden;
}
.setEdit 	.field	.fieldTitle h4,
.setDetail	.field	.fieldTitle h4 {
	font-size: 12px;
	color: #444;
	margin: 0;
	padding: 0;
}
.setEdit 	.field	.field	.fieldTitle, /* subset */
.setDetail	.field	.field	.fieldTitle {
	position: static;
	color: #444;
	float: none;
	width: 100%;
	padding-bottom: .6em; /* do we need that? */
}
.setEdit 	.field	.fieldComment,
.setDetail	.field	.fieldComment {
	font-size: 11px;
	padding-right: 1em;
	color: #444;
}
.setEdit 	.field	.fieldContent   .fieldComment,
.setDetail	.field	.fieldContent   .fieldComment {
    display: inline-block;
    margin: 3px 0;
}
.setEdit 	.field 	.fieldContent, 
.setDetail 	.field 	.fieldContent { 
	float: left;
	width: 77%;
	font-weight: normal;
	overflow: hidden;
}
.setEdit 	.field 	.fieldContent .field, 
.setDetail 	.field 	.fieldContent .field { 
	padding-top: 0;
	padding-left: 0;
}
.setEdit 	.field 	.fieldContent dl, 
.setDetail 	.field 	.fieldContent dl {
	margin:0;
}
.setEdit 	.field 	.fieldContent dt, 
.setDetail 	.field 	.fieldContent dt {
	font-weight: bold;
	padding:0;
	margin-right: .4em;
	float:left;
}
.setEdit 	.field 	.fieldContent dd, 
.setDetail 	.field 	.fieldContent dd {
	padding:0;
	margin-left:10em;
}
.setEdit .field .fieldContent span.copyright {
	margin-top: 1em;
	display: block;
}
.setEdit .fieldContent label {
	font-size: 10px;
	color: #888;
	margin-top: 4px;
}
/* 
.setEdit .fieldContent input[type="text"] { 
	width: 97%;
} */
.setEdit 	.field 	.field	.fieldContent,  /* subset */
.setDetail 	.field 	.field	.fieldContent { 
	margin-left: 0;
	/* padding-left: 3%;
	width: 97%;*/
	width: 100%;
}

p.fieldError {
	color: #f00;
}
span.fieldErrorText {
	padding-left: .4em;
}
p.fieldWarning {}
span.fieldWarningText {}	
span.mandatory {
	color: #f00;
}
input.mandatory, select.mandatory, textarea.mandatory{}
select.mandatory {}
.trans_language {
	background-color: transparent;
}
span.trans_language {
	color: #666;
}
.textcounter {
	margin: .4em 0 0 0;
}
.textcounter div.number {
 	padding: .06em .4em; 
 	margin: 0 .5em 0 0; 
	float: left; 
	text-align: right; 
	width: 4.2em; 
	background-color: #fff;
}

table.fieldDate {}
table.fieldDate td {
	height: 40px;
}
table.fieldDate td select,
table.fieldDate td input[type="text"] {
	float: left;
}
table.fieldDate td input[type="text"] {
	color: #333;
	font: 11px Verdana;
	padding: 1px 2px 2px 2px;
	border-color: #bbb;
	margin-left: 0;
}
table.fieldDate td.dateSeparator {
	color: #666;
	font: 11px Verdana;
	padding: 2px 9px;
}
td.fieldDateDay input[type="text"] {
	margin-right: 1.2em;
}
td.fieldDateMonth input[type="text"] {
	margin-right: 1.8em;
}
td.fieldDateDay select, 
td.fieldDateMonth select {
	margin-right: .6em;
}
table.fieldDate td label {
	font-family: Arial, Helvetica, sans-serifs; 
	clear: both;
	float: left;
}


/** 
 * @section field file (upload)
 *
 */
.autoimage, .autoimage_substitute {
    border: 1px solid #ccc;
    margin-left: 0;
    margin-bottom: 3px;
    padding: 1px;
    background-color: #fff;
}
.autoimage_substitute {
	border: 1px solid #999;
    opacity: 0.3;
    filter: alpha(opacity = 30); /* for ie */
}
div.fieldFileDefaultPreview, div.fieldFileDefaultPreviewNoFile {
    font-size: 12px;
    margin-left: 3px;
    margin-bottom: 3px;
}
td.textright div.fieldFileDefaultPreview, div.fieldFileDefaultPreviewNoFile {
	float: right;
}
.fieldFileDefaultPreview {
    color: #c6c6c6;
    background-image: url(/wf/img/field_file_default_small.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 6.22em;
    text-align:center;
    height: 87px;
    width: 66px;
}
.fieldFileDefaultPreviewNoFile {
    background: #fdfdfd;
    border: 1px solid #ccc;
    height: 6.08em;
    width: 4.605em;
}
.fieldFileInfo {
    background: #eeeee9 url(/wf/img/field_file_bg.gif) repeat-x;
    border: 1px solid #d9d9d9;
    margin-top: 1.7em;
    float: left;
    position: relative;
}
.fieldFileAvailable {
    height: 100%;
    width: 100%;
}
.fieldFileProgress {
    margin-top: 1.05em;
    margin-left: 1.05em;
    margin-right: 1.05em;
}
.fieldFileProgress p.filename,
.fieldFileProgress p.filesize {
    margin: .55em 0;
    color: #4b4b4b;
    font-size: .85em;
    line-height: 1.25em;
}
.fieldFileProgress p.filename {
    margin-top: 0.85em;
}
.fieldFileProgress .upload_progress {
    background: #fff;
    border: 1px solid #cdcdcd;
    height: 11px;
    float: left;
    margin-right: 1em;
    padding: 1px;
    width: 211px;
}
.fieldFileProgress .upload_progress_bar {
    background: #c0e7ff;
    background-image:url('/wf/img/progressbar_zebra_blue.gif');
    background-repeat:repeat-x;
    height: 11px;
    width: 1%;
}
.fieldFileProgress a {
    color: #0973CB;
    cursor: pointer;
    font-size: .85em;
}
span.fieldFileDocument {
    position: relative;
    float: left;
}
td.fieldFileDocumentEdit {
	padding-top: 10px;
    padding-left: .85em;
}
.fieldFileDocument img {
    background: #fff;
    padding: 1px;
    border: 1px solid #ccc;
    cursor: pointer;
}
td.fieldFileDocument img,
td.fieldFileDocument .mediaplayer,
td.fieldFileDocumentEdit img, 
td.fieldFileDocumentEdit .mediaplayer {
    margin-bottom: .7em;
}
.fieldFileDocumentEdit span,
.fieldFileDocumentEdit a {
	float: left;
	cursor: pointer;
}
.fieldFileDocument img.defaultImage,
.fieldFileDocumentEdit img.defaultImage {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.fieldFileDocumentInfo {
    color: #444;
    font-size: .85em;
    padding-top: 40px;
    padding-bottom: .7em;
    padding-left: .8em;
    padding-right: .8em;
    vertical-align: bottom;
}
.fieldFileDocument .fieldFileOverlay,
.fieldFileDocumentEdit .fieldFileOverlay {
    color: #bfbfbf;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    text-align: center;
}
.fieldFileDocument .fieldFileOverlay {
    left: 0;
    top: 70px;
    width: 6.51em;
}
.fieldFileDocumentEdit .fieldFileOverlay {
    left: 0;
    top: 78px;
    width: 7.51em;
}
.fieldFileInfo .fieldFileActions {
    list-style: none;
    position: absolute;
    right: .85em;
    top: .85em;
    margin: 0;
}
.fieldFileInfo .fieldFileActions li {
    float: left;
    margin-left: .35em;
}
.fieldFileInfo .fieldFileActions a {
    cursor: pointer;
}
.fieldFilePreview:hover {
    text-decoration: none;
}



.fieldSetAddSetItem {
	margin-bottom: .4em;
}
.fieldSetAddSetItem span {
	vertical-align: middle;
}
.fieldSetAddSetItem span img, 
.fieldSetAddSetItem span input {
	margin-left: .4em;
}

a.editConfLink {
	font-size: 8px;
	font-family: arial, sans-serif;
	display: inline-block; 
	background-color: #539900; 
	color: #fff; 
	padding: 0px 2px; 
	font-weight: bold; 
	text-shadow: 0 1px 0px #004044; 
	box-shadow: inset 0 1px 0px #004044; 
	border-radius: .3em;
	margin-top: 2px;
	margin-right: 6px;
	line-height: 9px;
}


/** 
 * @section field map
 * 
 * (en) integration for maps (google maps)
 * 
 */
.map {
	width: 474px; 
	float: left; 
	overflow: hidden;
}
.map .fieldTitle {
	width: auto  !important;
	float: left  !important; 
}
.map .map_checkbox {
	float: right;
}
.map .map_checkbox span {
	display: inline-block;
	margin-left: 8px;
}
#map_canvas, #map_pseudo_canvas {
	width: 472px; 
	height: 244px; 
	clear: left;
	background: #F0F1EC url(/wf/img/field_map_bg.jpg) repeat-x;
    border: 1px solid #d9d9d9;
    text-align: center;
}
.map .map_opacity {
	opacity:0.4;
    filter:alpha(opacity=40);
}
#map_pseudo_canvas .map_error_message {
	position: relative;
	top: 70px;
	width: 260px;
	margin: auto;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

/** 
 * @section	webfriend modules
 * 
 * (en) moduls
 * (de) Module
 *
 */
 
/* wf_news */
dl.wf_news {
	margin: 30px 20px 20px 0;
	max-width: 500px;
}
dl.wf_news dt {
	margin-top: 25px;
}
dl.wf_news dt span.topline {
	font-size: 10px; 
	font-weight: normal;
	display: block;
}
dl.wf_news dt b.title {
	font: 16px 'Trebuchet MS';
	line-height: 21px;
	color: #333;
	margin: 4px 0;
	display: block;
}
dl.wf_news dd.description {
	font-size: 13px; 
	margin: 2px 0 8px 0; 
}

/* wf_help */
#col2 ul.sitetree {
	list-style-type: none;
	margin:0; 
	padding:0;
}
#col2 ul.sitetree li {
	padding-bottom: .3em;
}


/** 
 * @section wiki, html
 * 
 * (en) formatting content with wiki or html
 */
.wikitabelletext {
	color: #555555; 
	font-size: 10px; 
	padding: 4px 0px 
}
table.inline_image {
	margin-right: 10px;
}
.infobox {
	padding: 2px 10px;
	font-size: 11px;
	background-color: #f1f1f1;
}


/** 
 * @section .messageBox
 * 
 */
.messageBox {
	color: #000;
	width: 64%;
	background-color: #eee;
	margin-top: 1em;
	margin-bottom: 2.4em;
}
#col12 .messageBox {
	margin-left: .5em;
}
.messageBox .warning {
	border: 1px solid #f00 !important;
	padding: 1em;
}
.messageBox .feedback {
	border: 1px solid #e0e0e0 !important;
	padding: 1em;
}
.messageBox h3 {
	font-size: 107%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.messageBox .warning h3 {
	color: #f00;
}
.messageBox .feedback h3 {}
.messageBox p {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
.messageBox .warning p {
	color: #000 !important;
}


/** 
 * @section	footer
 * 
 *
 */
#footer {
	margin-left: 10px;
	margin-right: 1.8%;
	padding-top: 7px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd; 
	color: #999;
	font-size: 11px;
}
#footer .copyright {}
#footer .version {
	float: right;
}
@media print {
    #footer .copyright {
        color: #eee;
    }
}


/** 
 * @section hacks
 * 
 */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */