
/* ============ Main Settings, for colours -> sitesettings.inc.php - last modified Tue, 31 Jul 2018 19:33:28 */

body {
  background-color: #99ffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-variant: normal;
  font-size: 12px;
  border: 0px;
  margin: 0px;
}

.smallText {
  font-size: 10px;

}

.nounderline {
   text-decoration: none;
}

a, a:visited {
  color: #9966cd;
  text-decoration: none;
}

a:hover {
/*  text-decoration: none;  */
  color: #FF9900;
}

.linkadmin, .linkadmin:visited {
  color: #5C4033;
}

table {
/*  table-layout: fixed; */
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0;
/*  border: 1px solid black; */
/*  cellspacing="10"  */
  cell-padding: 0px;
}

th {
  text-align: left;
}

td {
  font-size: 12px;
}

.label {
  font-size: 12px;
}

.field, .value {
  font-size: 12px;
  color: #000000;

}


.valueHeavy {
  font-weight: bold;
}

.input {
  font-size: 12px;
  color: #000000;

}

/* ------------ datatable setting (the grid, zebra effect .. 11.03.2003---  */

.datatable, .treetable {
  border= 0;
  cellspacing= 0;
}

.datatableHeader, treetableHeader {
  font-size:12px;
  font-weight:normal;
  color: #000000;
  padding-left: 5px;

}

.datatableRow, treetableRow {
  height:25px;
  padding-left: 10px;
}

.datatableRowAlternate, treetableRowAlternate {
  background-color: #e4e4e4;
  height:25px;
  padding-left: 10px;
}

.datatableEntry {
  padding-left: 5px;
  padding-right: 5px;
}

.datatableEntry_right {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right;
}


.valueFake {
  color: #ff0000;
}

.message {
  color: #ff0000;
}

.messageerror {
  color: #ff0000;
}


.picture, .picture:visited {
  color: #99ffff;
  vertical-align:middle;
  text-decoration: none;
}

.picture:hover {
/*  text-decoration: none;  */
  color: #99ffff;
}

/* ------------ grid(table) setting (.. 25.1.2004 ---  */

td.grid {
  padding-left: 2px;
  padding-right: 4px;
}

td.picture {
  vertical-align:middle;
}


/* ------------ treetable setting (mainly the images .. 13.9.2003---  */

.treeline {
  background-image:url(./media/tree/treeline.gif);
  background-repeat:repeat-y;

}

.treeselected {
  background-color: #d0d0d0;

}


/* ------------ panel box (frame) setting ---  */
th.panel {
  background-color: #d0d0d0;
  font-size: 12px;
  font-weight: normal;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 9px solid #99ffff;
/*  border-left: 1px solid #d0d0d0; */ /* need for mozilla */

}

.panelHeader {
  background-color: #d0d0d0;
  padding-left: 0.3em;
  padding-right: 0.3em;

/* this is needed for the new way - in another table - with "[edit][view][?]" alinged right */
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;

  float: left;
  text-align: left;
  font-size:14px;

}

.panelHeaderRight {
/*  padding-left: 0.3em; */
/*  padding-right: 0.3em; */

  float: right;
  text-align: right;

}

td.panelT {
  border-top: 1px solid #d0d0d0;
}

td.panelB {
  border-bottom: 1px solid #d0d0d0;
}

td.panelL {
  border-left: 1px solid #d0d0d0;
}

td.panelR {
  border-right: 1px solid #d0d0d0;
}

td.panelTB {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

td.panelTL {
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

td.panelTR {
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

td.panelTBL {
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

td.panelTBR {
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

td.panelTLR {
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

td.panelTBLR {
  border: 1px solid #d0d0d0;
}


td.panelLR {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

td.panelBL {
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

td.panelBR {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

td.panelBLR {
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
}

/* ------------ further panel settings ---  */

.navbuttoninfo{
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}

/* ============ Text button setting 'section" === */
.textButton {
  font-size: 12px;
}

a.textButton {
  color: #000000;
  text-decoration: none;
}
a.textButton:hover, a.textButton:visited:hover {
  color: #000000;
  text-decoration: none;
  background-color: #d0d0d0;
}

/*
a.textButtonActive {
  color: #ffffff;
  text-decoration: none;
}
*/


/* ============ The communications "section" === */
.articleHeader {
  font-size: 18px;
  font-weight: heavy;
}

td.infoAbstract {
  font-size: 14px;
}

td.infoBody {
  font-size: 14px;
}

td.detail {
  text-align:right;
}

td.infoDate {
  text-aling:right;
}


/* ============ The language setting "section" === */
.languageSelection, .languageSelectionActive {
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-size: 12px;
}

a.languageSelection, a.languageSelection:visited, a.languageSelectionActive, a.languageSelectionActive:visited {
  color: #5C4033;
  text-decoration: none;
  font-size: 12px;
}
a.languageSelection:hover, a.languageSelection:visited:hover {
  color: #5C4033;
  background-color: #d0d0d0;
  font-size: 12px;
}


/* ============ The search zone (screen header)" === */

.topline {
/*  vertical-align:baseline; */
  /* padding:10px; */
  font-size:8pt;
}

.search_zone {
  width:100%;
  vertical-align:bottom;
  padding:0px;
  font-size:8pt;
  background-image:url(./media/logo/olh_headerline.gif);
  background-position:bottom;
  background-repeat:repeat-x;
}

.search_field {
  vertical-align:baseline;
  padding:0px;
  font-size:8pt;
  border:  1px solid;
}

.search_button {
  /* vertical-align:baseline; */
  padding:1px;
  font-size:7pt;
  background-color: ;
  border: #c0c0c0 1px solid;
}

.applicationTable {
  font-size: 12px;
  border:    1px solid #b0b0b0;
}

.applicationTable2 {
  font-size: 12px;
  border:    none;
}

.applicationRow {
  background-color: #000000;
}

.applicationRowActive {
  background-color: #ffffff;

}

a.linkapplication {
  color: #5C4033;
  /* padding: 2px; */

  /*
  border-top:    1px solid #b0b0b0;
  border-left:   1px solid #b0b0b0;
  border-right:  1px solid #b0b0b0;
  border-bottom: 1px solid #ffffff;
  */
}

a.linkapplication:hover, a.linkapplication:visited:hover {
  color: #5C4033;
  background-color: #d0d0d0;
}

a.linkapplicationActive {
  color: #000000;
  /*padding: 2px; */

  /*
  border-top:    1px solid #b0b0b0;
  border-left:   1px solid #b0b0b0;
  border-right:  1px solid #b0b0b0;
  border-bottom: 1px solid #ffffff;
  */
}

/* ============ the Main menu ===  */

 td.menu_cell {
/*  background-color: #9966cd; */
/*border-bottom: 1px solid */
  background-color: #9966cd;
}

 table.menu {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #99ffff;
  background-color: #9966cd;
}

 td.menu {
  font-size: 14px;
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

td.menuActive {
  font-size: 14px;
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

a.menu, a.menu:visited{
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: #9966cd;
}

a.menu:hover, a.menu:visited:hover, a.menuActive, a.menuActive:visited {
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #FF9900;
  background-color: #9966cd;
}

a.menu_button, a.menu_button:visited{
  text-decoration: none;
  text-align: bottom;
  // padding-top:3px;
  width: 100%;
  height: 100%;
  color: #9966cd;
  background-color: #9966cd;
}

a.menu_button:hover, a.menu_button:visited:hover{
  text-decoration: none;
  // padding-top:3px;
  width: 100%;
  height: 100%;
  color: #FF9900;
  background-color: #9966cd;
}

 td.ireason {
  /* font-size: 11px; */
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

td.ireasonActive {
  /* font-size: 11px; */
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

a.ireason, a.ireason:visited{
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: #9966cd;
}

a.ireason:hover, a.ireason:visited:hover, a.ireasonActive, a.ireasonActive:visited {
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: #9966cd;
}

 tr.a_link_spacer, td.a_link_spacer {
  font-size: 14px;
/*  height: 21px; */
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

 td.a_link {
  /* font-size: 11px; */
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

td.a_linkActive {
  font-size: 14px;
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid #9966cd;
}

a.a_link, a.a_link:visited{
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: #9966cd;
}

a.a_link:hover, a.a_link:visited:hover, a.a_linkActive, a.a_linkActive:visited {
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: #9966cd;
}

// status_spacer is most likely not used
tr.status_spacer, td.status_spacer {
  /* font-size: 11px;*/
/*  height: 21px; */
  color: #99ffff;
  background-color: ;
  border-bottom: 1px solid ;
}

tr.status {
  /* font-size: 11px; */
  height: 21px;
  color: #99ffff;
  background-color: ;
/*  border-right: 5px solid #9966cd; */
  border-right: 5px solid red;
  border-bottom: 1px solid ;
}

td.status {
  /* font-size: 11px; */
  height: 21px;
  color: #99ffff;
  background-color: ;
/*  border-right: 5px solid red;
  border-bottom: 1px solid ;
*/
}

td.statusActive {
  /* font-size: 11px; */
  height: 21px;
  color: #99ffff;
  background-color: #9966cd;
  border-bottom: 1px solid ;
}

a.status, a.status:visited{
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: ;
}

a.status:hover, a.status:visited:hover, a.statusActive, a.statusActive:visited {
  text-decoration: none;
  padding-top:3px;
  width: 100%;
  height: 100%;
  color: #99ffff;
  background-color: #9966cd;
}



/* ============ the dropdown menu ===  */

table.dropdown {
/*	width: 120px; */
	background-color: #d0d0d0;
	border:1px solid #e0e0e0;
/*    border-top: 1px solid #e0e0e0; */
/*    border-right: 1px solid #e0e0e0; */
/*    border-bottom: 1px solid #e0e0e0; */

    font-size: 12px;

/*  layer-background-color: #9966cd;  */
  position: absolute;
  visibility:hidden;
/*  display:block; */
}

td.dropitem {
	    height: 22px;
/*		width: 100%; */
		color: #99ffff;
/*        border-bottom: 1px solid #e0e0e0;  */

}

a.dropitem, a.dropitem:visited  {
    color:#99ffff;
		padding-left:5px;
        padding-top:3px;
        vertical-align:middle;
		text-decoration: none;
        /* font-size: 11px; */
		width: 100%;
		height: 100%;
}

.menu_entry {
  float:left;
}

.submenu_present {
/*  padding-left: 0.3em; */
/*  padding-right: 0.3em; */

  float: right;
  text-align: right;

}

a.dropitem:hover, a.dropitem:visited:hover {
    /* "should" be the same as a.menuactive */
    color: #99ffff;
    background-color: #9966cd;
}
