//Copyright (C) 2003-2004 Richard Schmid, Infolox GmbH. All rights reserved.
/*	Farben:
	dunkelgrau - Text, Navigationsbegrenzung und Headerhintergrund: 39515A
	hellgrau (Hintergrund) - E7E7E7
	hellgrau (Begrenzung) - DEDEDE
	orange - F78221
*/
html {
	margin:0;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
}
body.sfix {
	background-color: transparent;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	
	color: #586797;	
}

div.selektofix {
	background-color: transparent;
	padding: 0px;
	border: 0px;
}

/* common to all SF-Buttons */
#selektofix button, #fulltextsearch button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	outline-style: none;
	border-style: none;
	margin: 0px;
}

#selektofix p.SFVal, #settings p.SFVal {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	outline-style: none;
	border-style: none;
	margin: 0px;
}
#settings p.SFVal {
	color:#fff;
}
/* all labels should be fine with these settings ;-) */
#selektofix label {
	cursor: pointer;
	vertical-align: middle;
}
input.SFCB {
	vertical-align: middle;
}

/* Selected */
div.SFSel {
	cursor: default;
	height: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background:#586797;
	color:#fff;
}

/* default */
#selektofix div.SFDef,
#settings div.SFDef {
	cursor: pointer;
	behavior:url('/css/csshover.htc');
	height: 100%;
	padding-left: 3px;
	padding-right: 3px;
	color:#586797;
}
#selektofix div.SFDef:hover, #selektofix div.SFDefHover,
#settings div.SFDef:hover, #settings div.SFDefHover {
	cursor:pointer;
	background:#586797;
	color:#fff;
}

div.SFInv {
	cursor: default;
	height: 100%;
	padding-left: 3px;
	padding-right: 3px;
	background:#fff;
	color:#bbb;
	text-decoration:line-through;
}

input.SFText {
	behavior:url('/css/csshover.htc');
	background:#eee;
	border:1px solid #ccc;
	border-color:#aaa #ccc #ccc #aaa;
	color:#4A535A;
	margin:1px;
	vertical-align:middle;
	font-size:90%;
}
#selektofix input.SFText {
	width: 50px;
}
#fulltextsearch input.SFText {
	width: auto;
}
#selektofix input.SFText:hover, #selektofix input.SFTextHover,
#fulltextsearch input.SFText:hover, #fulltextsearch input.SFTextHover {
	background:#fff;
}
#selektofix button.SFTextGo,
#fulltextsearch button.SFTextGo {
	cursor: pointer;
	display: inline;
	behavior:url('/css/csshover.htc');
	background:#ACB4CC;
	color:#fff;
	padding:0px;
	margin:1px;
	width:auto;
	vertical-align:middle;
	font-size:90%;
	outline-style: none;
	/*border-style: none;*/
	border:1px solid #ccc;
	border-color:#aaa #ccc #ccc #aaa;
}
#selektofix button.SFTextGo {
	height:18px;
}
#fulltextsearch button.SFTextGo {
	height:20px;
}
#selektofix button.SFTextGo:hover, #selektofix button.SFTextGoHover,
#fulltextsearch button.SFTextGo:hover, #fulltextsearch button.SFTextGoHover {
	background:#586797;
}

table.SFDefns {
	background-color: transparent;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	/*
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d2876;
	*/
}

table.SFCombinedDefn {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #D5D9E5;
}

table.SFDefn {
	width: 80px;
	background-color: transparent;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D9E5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D9E5;
}

th.SFDefnName, th.SFDefnHeader {
	white-space: nowrap;
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	cursor: default;
	color:#fff;
	line-height: 14pt;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	background-color: #ACB4CC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D9E5;
}

th.SFDefnName {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D9E5;
}

td.SFDefnValue, td.SFDefnInput, td.SFDefnCBValue {
	white-space: nowrap;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	line-height: 12.5pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D9E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D9E5;
}
td.SFDefnRemark {
	width: 150px;
	text-align: left;
	vertical-align: middle;
	line-height: 12.5pt;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D9E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D5D9E5;
	font-size:90%;
}
td.SFDefnValue {
	cursor: pointer;
}
td.SFDefnInput {
	padding: 3px;
}
td.SFDefnCBValue {
	text-align: left;
}

#settings td {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
}

table.SFProducts {
	position:relative;
	left:0px;
	top:20px;
	background-color: transparent;
	width: 980px;
	margin-top: 10px;
	padding-top: 5px;	
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
}

td.SFPDataHeader,
td.SFPDataName {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;	
	margin: 0px;
	text-align: left;
	cursor: default;
	color:#fff;
	line-height: 16pt;
	font-size: 12px;
	font-weight: bold;	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #828DB1;
	border-bottom-style: solid;	
	border-bottom-width: 1px;
	border-bottom-color: #828DB1;
	background-color: #ACB4CC;
}

td.SFPData,
td.SFFulltextErrMsg {
	white-space: nowrap;
	vertical-align: top;
	color: #586797;
	padding:2px 6px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5D9E5;
}
td.SF_errMsg {
	width:550px;
	font-weight:bold;
	color:#586797;
}
td.SF_jsErrMsg {
	width:550px;
	font-size:120%;
	font-weight:bold;
	color:#CE0000;
}
span.emph {
	font-weight:bold;
}
span#SF_errMsg {
	font-weight:bold;
}

#selektofix a:link, a:visited {
	text-decoration:none;
	color:#39515A;
}

#selektofix a:hover, a:active {
	text-decoration:underline;
	color:#39515A;
}

/* ==================   Bernhard ====================== */
table.SFSettings {
	width:100%;
	vertical-align:middle;
	background-color: transparent;
}

td.SFSetting {
	white-space: nowrap;
	height: 100%;
	padding: 0px;
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
	line-height: 15pt;
	border:1px solid #828DB1;
	background-color:#ACB4CC;
}

td.SFMatchcount {
	white-space: nowrap;
	text-align: right;
	vertical-align:middle;
	cursor: default;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 15pt;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #586797;
	border:none;
}

td.SF_space {
	width: 5px;
	border:none;
}

