



body {
	margin: 0px;
}

/*
body, address, blockquote, div, 
caption, cite, dfn, dl, dt, 
fieldset, input, label, legend, 
li, ol, option, p, q, 
select, textarea, td, th, ul {
	font-family: Verdana, sans-serif;
	color: #000000;
}
*/

/**********************************************
	Content Elements
**********************************************/


#content {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	font-family: Verdana, sans-serif;
}

#content  p,#content td,#content div,#content th,#content a,#content span,#content li {
	font-family: Verdana, sans-serif;
	font-size: 10px; 
	line-height: 12px;
	letter-spacing: 0;
	color: black;
}	

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	font-family: Arial, sans-serif;
}

#content td, th {
	vertical-align: top;
}
/*
#content td,
#content th*/

#content,
#content table {
	font-size: 11px;
	line-height: 15px;
}

#content p {
	margin: 0.5em 0em 0.5em 0em;
}

#content h1, 
#content h2, 
#content h3 {
	font-weight: bold;
}

#content h1 {
	color: #970000;
	font-size: 140%;
	line-height: 150%;
	padding: 0em;
	margin: 0em 0em 0em 0em;
}

#content h2 {
	font-size: 120%;
	line-height: 150%;
	padding: 0em;
	margin: 0.6em 0em 0em 0em;
}

#content h3 {
	font-size: 110%;
	line-height: 150%;
	padding: 0em;
	margin: 0.5em 0em 0em 0em;
}

#content h4 {
	font-size: 100%;
	line-height: 150%;
	padding: 0em;
	margin: 0.5em 0em 0em 0em;
}

#content select { 
	color: #970000;
	background-color: white;
	margin-top: 2px;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid; 
	border-width: 1px;
	border-color: #f4b597 #fae1d5 #fae1d5 #f4b597;
	font-size: 100%;
	line-height: 110%;
}

#content textarea {
	color: #970000;
	background-color: white;
	margin-top: 3px;
	padding: 0.1em 0.2em 0.1em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #f4b597 #fae1d5 #fae1d5 #f4b597;
	font-size: 100%;
	line-height: 150%;
}

#content input { 
	color: #970000;
	background-color: white;
	margin-top: 2px;
	padding: 0.2em 0.2em 0em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #f4b597 #fae1d5 #fae1d5 #f4b597;
	font-size: 100%;
	line-height: 100%;
}

#content a,
#content a:link { 
	color:#000000;
	text-decoration: underline
}
#content a:visited {
	color:#970000;
	text-decoration: underline
}
#content a:hover {
	color:#970000;
	text-decoration: none
}
#content a:active {
	color:#970000;
	text-decoration: none
}
/*
#content a:link:hover	{
	color:#000000;
	text-decoration: none
}
#content a:visited:hover	{
	color:#970000;
	text-decoration: none
}
#content a:hover:active	{
	color:#e86b2f;
	text-decoration: none
}
*/
#content ul  { 
	
}

#content ol { 
	
}

#content li { 
	
}

#content hr {
	color:#970000;
	background-color:#970000;
	border:1px solid #970000;
	height:1px;
}

#content .contentwrapper {
	margin: 2em 15px 10px 180px;
	/*border:1px solid red;
	width: 600px;
	width:100%;*/
}

#content .singlecontentwrapper {
	margin: 2em 15px 10px 180px;
	width: 480px;
}


/**********************************************
	EditorWindow
**********************************************/

.editorwindow {
	border:1px solid black;
	z-index:300;
	position:absolute;
	background-color: #fff;
}

.editorwindow #windowtitlearea {
	background-color: #e86b2f;
	color: #fdf0eb;
	font-size: 11px;
	line-height: 12px;
}

.editorwindow #windowclientarea {
	overflow:auto;
	font-size: 10px;
	line-height: 14px;
}
.floatRight {
	float:right;
}

#phposeditset {
	
	padding: 5px 0px 5px 10px;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #ed8959;
	border-left: 1px solid #ed8959;
}

#phposeditset div {
	text-indent: -12px;
	padding: 1px 3px 1px 12px;

}
#phposeditset div img {
	margin-right: 2px;
}
/**********************************************
	Editor / Browser Wrapper
**********************************************/

#content .browserwrapper {
	margin: 2.0em 0em  2.0em 0em;
}

#content .editorwrapper {
	margin: 2.0em 0em 2.0em 0em;
}

.browsercheckbox {
	width:15px;
}



/**********************************************
	New Form Styles 
**********************************************/

#content .tabContent .error,
#content .inputerror {
	color: #000000;
	text-indent: -10px;
	padding-bottom: 1px;
	padding-left: 10px
}

#content .tabContent .info {
	color: #000000;
	text-indent: -14px;
	padding-bottom: 0.1em;
	padding-left: 14px;
	margin: 0.2em 0em 0.2em 0em;
}

#content .inputbox  { 
	color: #000000; 
	text-indent: -20px; 
	padding-bottom: 4px; 
	padding-left: 16px; 
	margin: 0px 0px 0px 4px;
}

#content .tabContent label {
	margin: 1.0em 0em 0em 0em;
}

#content .topmargin {
	margin: 1.0em 0em 0em 0em;
}

#content .inputsend  {  
	color: #000000; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 6px; 
	padding-left: 3px; 
	border-left: 1px solid #000000; 
	margin: 3px 3px 3px 0px 
}




/**********************************************
	Footer
**********************************************/



/**********************************************
	Print
**********************************************/

@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

/**********************************************
	Speech
*********************************************

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
*/



/**********************************************
	Embedded Browser Styles for PHP-OS Browser
**********************************************/
	
/* used styles: listtable, tablehead, tableheadsorted, tablebuttonhead, tabletdbright, tabletddark, tabletdline */


#content table.list {
	color: #000000;
	vertical-align: top;
	clear:left;
	margin: 0em 0em 0em 0em;
	border-top: solid 0.1em #bc4001;
	border-left: solid 0.1em #bc4001;
	border-right: solid 0.1em #bc4001; 
	/*width:100%;*/
}
#content div.browserwrapper>table.list {
	width:100%;
}


#content .list td {
	background-color: #fdf0eb;
	vertical-align: top;
	padding: 0.1em 0.5em 0.2em 0.5em;
}

#content .list div.headcontrol {
	margin: 0.2em 0em 0.1em 0em; 
	color: #fdf0eb;
}

#content .list tbody td {
	border-bottom: solid 0.1em #970000;
}

#content .list td.groupcolumn {
	color: #fdf0eb;
	font-weight: bold;
	text-align: left;
	background-color: #e86b2f;
	vertical-align: top;
/*	padding: 0.1em 0.5em 0.2em 0.5em;
	border-bottom: 0.1em solid #970000;*/
}
/*
#content .list td.linedotted {
	background: #f8d3c1 url(/images/backgrounds/bg_dottedline.gif)
}*/

#content .list th,
#content .list tfoot td {
	color: #fdf0eb;
	font-weight: bold;
	text-align: left;
	background-color: #e86b2f;
	vertical-align: top;
	padding: 0.1em 0.5em 0.2em 0.5em;
	border-bottom: 0.1em solid #970000;
}

#content .list th a:link,
#content .list th a:visited,
#content .list th a:hover,
#content .list th a:active,
#content .list th a:link:hover,
#content .list th a:visited:hover,
#content .list th a:hover:active,
#content .list tfoot td a:link,
#content .list tfoot td a:visited,
#content .list tfoot td a:hover,
#content .list tfoot td a:active,
#content .list tfoot td a:link:hover,
#content .list tfoot td a:visited:hover,
#content .list tfoot td a:hover:active {
	color: #fdf0eb;
	text-decoration:none;
}

#content .list td.dark {
	background-color: #f8d3c1;
}

#content .list td.buttons,
#content .list td.dark buttons {
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align:right;
}

/*background-color: #970000; border-bottom: solid 0.1em #970000;*/

#content .list td.line {
	height: 0.1em;
	background-color: #970000;
	padding: 0em;
}

#content .list th.sorted,
#content .list tfoot td.sorted {
/*	color: #fdf0eb;
	font-weight: bold;
	text-align: left;*/
	background-color: #bc4001;
/*	border-bottom: 0.1em solid #970000*/
}

#content .list th img,
#content .list tfoot td img,
#content .list th.sorted img,
#content .list tfoot td.sorted img {
	vertical-align: top;
	padding: 0em;
	margin: 0.2em;
}

#content div.tablenavigation,
#content div.tablenavigationbottom {

}

#content div.tablenavigation {
	margin: 1.0em 0em 0em 0em;
}

#content div.tablenavigationbottom {
	margin: 0em 0px 1em 0px;
}

#content div.tablenavigation div.trigger,
#content div.tablenavigationbottom div.trigger {
	float: left;
	margin: 0.5em 0em 0em 0em;
}

#content div.tablenavigation div.navigation,
#content div.tablenavigationbottom div.navigation {
	margin: 0.5em 0em 0.8em 0em;
	color: #e86b2f;
	text-align: right;
	font-size: 10px;
	line-height: 12px;	
	white-space:nowrap;
}

#content div.tablenavigation div.navigation input,
#content div.tablenavigationbottom div.navigation input,
#content div.tablenavigation div.navigation select,
#content div.tablenavigationbottom div.navigation select {
	font-size: 100%;
	color: #e86b2f;
	background-color: #fdf0eb;
	padding: 0.1em;
	border-style: solid;
	border-width: 0.1em;
	border-color: #f4b597 #fae1d5 #fae1d5 #f4b597	;
}

#content div.tablenavigation div.navigation input:focus,
#content div.tablenavigationbottom div.navigation input:focus,
#content div.tablenavigation div.navigation select:focus,
#content div.tablenavigationbottom div.navigation select:focus {
	background-color: #fae1d5;
}

/**********************************************
	Controls and Editor
**********************************************/

/**/
#content .editorwrapper fieldset {
	color: #000000;
	padding: 1.0em;
	margin: 1.0em 0em 1.0em 0em;
	border: 0.1em solid #bc4001;
}

/*
dotted = gepunktet.
dashed = gestrichelt.
solid = durchgezogen.
double = doppelt durchgezogen.
groove = 3D-Effekt.
ridge = 3D-Effekt.
inset = 3D-Effekt.
outset = 3D-Effekt.
*/

#content .editorwrapper fieldset legend {
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0.1em;
	color: #bc4001;
	padding: 0em;
	margin: 0em 0.2em 0em 0.2em;
}

#content .editorwrapper label {
	font-size:10px;
	line-height:12px;
	color: #000000;
	padding: 0em;
	margin: 1.0em 0em 0.2em 0em;
}

#content .editorwrapper .clickable, 
#content .list .clickable {
	text-decoration: underline;
	cursor:pointer;
}

#content .editorwrapper .clickable:hover,
#content .list .clickable:hover {
	text-decoration: none;
}

#content .editorwrapper .clickable img,
#content .list .clickable img {
	text-decoration: none;
}

#content .editorwrapper input,
#content .editorwrapper select,
#content .editorwrapper textarea {
	color: #000000;
	width:60%;
}


#content .editorwrapper input.readonly,
#content .editorwrapper select.readonly,
#content .editorwrapper textarea.readonly {
	background-color: #fdf0eb;
}


#content .editorwrapper input:focus,
#content .editorwrapper select:focus,
#content .editorwrapper textarea:focus {
	background-color: #fdf0eb;
}


#content .editorwrapper input.radio {
	width:1.2em;
	height:1.2em;
	background-color:transparent;
	border-width:0px;
}

#content .editorwrapper .error {
	color: #bc4001;
	font-size: 80%;
	text-indent: -14px;
	padding-bottom: 0.1em;
	padding-left: 14px;
	margin: 0.4em 0em 1em 0em;
}

#content .editorwrapper div.info {
	color: #000000;
	font-size: 9px;
	line-height: 10px;
	text-indent: -14px;
	padding-bottom: 0.1em;
	padding-left: 14px;
	margin: 0.2em 0em 0.2em 0em;
}

#content .editorwrapper div.info ul  { 
	list-style: circle;
	list-style-position: outside; 
    color: #e86b2f; 
	padding: 0em 0em 0em 0em;
	margin: 5px 0em 0.5em 0em;  
}

#content .editorwrapper div.info li { 
	color: #000000; 
	font-size: 100%; 
	line-height: 100%; 
	text-indent:-0.1em;
	padding: 0em 0em 0em 0.5em;
	margin: 0.2em 0em 0.2em 0em;
}

#content .editorwrapper .insert {
	color: #000000;
	font-size: 80%;
	text-indent: -14px;
	padding-bottom: 0.1em;
	padding-left: 14px;
	margin: 0.2em 0em 0.2em 0em;
}

#content .editorwrapper div.insert * {
	font-size: 100%;
}

#content .mission_message {
	font-size: 90%;
	border: 0.1em solid #bc4001; 
	background: #f8d3c1; 
	text-indent: -25px;
	padding: 0.2em 0.3em 0.2em 0.3em; 
	padding-left: 25px;
	margin: 0.5em 0em 0.5em 0em; 
}

#content .editorwrapper div.recordinfo {
	font-size: 90%;
	display:inline;
	color:#f1a682;
	float:right;
	position:relative;
	top:-5px;
}

#content .editorwrapper div.imageinfo {
	font-size: 90%;
	color:#f1a682;
	margin: 0.2em 0em 0.2em 0em;
	padding:0px;
}


/**********************************************
	ObjectManager Listsearch Styles
**********************************************/

#content .listsearch,
#content .modal_elements {
	border: 1px solid #bc4001;
	padding: 0px;
	margin: 0px 0px 14px 0px;
}

#content .listsearch_head,
#content .modalfields {
	color:#fdf0eb;
	background-color: #e86b2f;
	padding: 3px;
	font-weight:bold;
}
#content .listsearch_head label,
#content .modalfields label {
	font-size: 90%; 
	color:#fdf0eb;
}

#content .listsearch_error {
	padding: 3px;
	color: #000000; 
	font-size: 10px; 
	line-height: 12px; 
}


#content div.listsearch_head input, 
#content div.listsearch_head select,
#content .modalfields input,
#content .modalfields select {
	width: 95%;
}

#content .listframe {
	display:none;
	overflow:auto;
	height: 200px;
	border: 1px solid #bc4001;
	padding: 0px;
	margin: 0px;
}

.listitems, 
#content .listitems {
	overflow:auto;
	height: 200px;
	border-top: 1px solid #bc4001;
}
.listitem, 
#content .listitem {
	border-bottom: 1px solid #bc4001;
	padding: 3px 6px 3px 3px;
	margin: 0px;
}


.listitem a, 
.listitem a:visited, 
#content .listitem a, 
#content .listitem a:visited {
	white-space: nowrap;
	display: block;
	text-decoration: none;
}	

.listitem a:hover, 
#content .listitem a:hover {
	text-decoration: none
}	

#content .listitem a.path {

}	

#content .transferred {
	text-align: center;
	color: #bc4001;
	
}



div.menuBar,
div.menuBar a.menuButton,
div.phposmenu,
div.phposmenu a.menuItem {
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  color: #000000;
}


div.menuBar {
  background-color: #ed8959;
  border: 2px solid;
  border-color: #f1a682 #e86b2f #e86b2f #f1a682;
  padding: 1px 2px 4px 2px;
  text-align: left;
}


div.menuBar table.menuBarTable { 
  margin: 0px 0px 0px 0px;
  /* border: 1px solid black; */
 }


div.menuBar td { 
  margin: 0px; 
  padding: 0px;
  font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  color: #000000;
  vertical-align: bottom;
  }

div.menuBar img.menuButtonImage {
  background-color: transparent;
  border: 1px solid #ed8959;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  left: 5px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  top: 6px;
  z-index: 100;

}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #ed8959;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover,
div.menuBar img.menuButtonImage:hover  {
  background-color: transparent;
  border-color: #f1a682 #e86b2f #e86b2f #f1a682;
}

div.menuBar img.menuButtonImage:hover  {
	top: 6px;
	left: 5px;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover, 
div.menuBar a.menuButtonImageActive, 
div.menuBar a.menuButtonImageActive:hover, 
div.menuBar img.menuButtonImageActive, 
div.menuBar img.menuButtonImageActive:hover {
  background-color: #f1a682;
  border-color: #e86b2f #f1a682 #f1a682 #e86b2f;
  color: #000000;
  left: 1px;
  top: 1px;
}

div.menuBar img.menuButtonImageActive, 
div.menuBar img.menuButtonImageActive:hover {
	left:6px;
	top: 6px;
}

div.phposmenu {
  background-color: #ed8959;
  border: 1px solid;
  border-color: #f1a682 #e86b2f #e86b2f #f1a682;
  font-size: 11px;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.phposmenu a.menuItem {
  font-size: 11px;
  color: #000000;
  cursor: pointer;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

div.phposmenu a.menuItem,
div.phposmenu div.menuItemHdr, 
div.phposmenu div.menuItemInactive, 
div.phposmenu div.menuItemLogin, 
div.phposmenu div.menuItemExtension {
  padding: 3px 1em;
}

div.phposmenu a.menuItem:hover, div.phposmenu a.menuItemHighlight {
  background-color: #f1a682;
  color: #ffffff;
}

div.phposmenu a.menuItem span.menuItemText {}

div.phposmenu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.phposmenu div.menuItemHdr {
  font-weight: bold;
}


div.phposmenu div.menuItemInactive {
  font-size: 10px;
  color: #313131;
  text-decoration: none;
  white-space: nowrap;
}


div.phposmenu div.menuItemSep {
  border-top: 1px solid #e86b2f;
  border-bottom: 1px solid #f1a682;
  margin: 4px 2px;
}

div.phposmenu div.menuItemLogin { 
  color: #000000;
  width: 130px;
  cursor: default;
}

div.phposmenu div.menuItemExtension { 
	 color: #000000;
	width: 130px; 
	cursor: default 
}


.menuExtension { 
	font-weight: normal; 
	font-size: 10px; 
	line-height: 15px; 
	color: #000000;
} 

