.filter
{
  width: 100%;
  border: 1px solid black;  
}

.linkPatch
{
  border: 1px solid red;
  color: red;
}


/* =============== tabs ========================================================= */

/* tabs div */

#catTabs 
{
  padding-top: 1em;
}


#catTabs #tabsFoot
{
  height: 1em;
  width: 100%;
  clear: both;
  background-color:RGB(96,112,68);
}

/* tabs table */
#catTabsTable
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: separate;
}

#catTabsTable td 
{
  cursor: pointer;
  font-size: 70%;
}

#catTabsTable td.tabItem
{
  border-bottom: none;
  padding: 0.2em 1em 0.5em;
}

#catTabsTable td.tabItem:hover
{
  background-color: RGB(138,160,97);
}

#catTabsTable td.tabSpace
{
  width: 0.7em;
}

#catTabsTable td.tabHere
{
  border-bottom: none;
  padding: 0.2em 1em 0.5em;
  background-color: RGB(169,185,139);
}

/* ==== box for items ==== */
#catItemsPanel
{
  clear: both;
  height: 100%;
  width: 100%;
/*   background-color: green; */
}

/* ==== catalog item box ==== */

.catItemBoxN
{
  width: 12.6em;
  height: 19em;
  float:left; 
  margin: 0 0 4px 4px;  
  padding: 0.5em 0.5em 0.5em 0.5em; 
  overflow: hidden;
}

.catItemBoxN div
{
  overflow: hidden;
  cursor: pointer;
}

div.contentN
{
  height: 100%;
}

.creationDateBoxN
{
  margin: 0 0 0.5em 0;
  overflow: hidden; 
}

.itemNameN
{
  margin: 0 0 0.5em 0;
  font-weight: bold;
  overflow: hidden;
}

.imageBoxN
{
  margin: 0 0 0.5em 0;
}

.itemImg
{
  border-style: none;
}

.themeNameN
{
  margin: 0 0 0.5em 0;
}

.infoHead
{
  font-weight: bold;
}


/*
=================================================================================
*/


/* situation */
div.statSituationBox
{
  margin: 0 0 0.5em 0.25em;
  font-weight: bold;
  font-size: 110%;  
}

/* statistics box */
div.leftStatBox,div.catTypesStatPanel,div.catSeriesStatPanel,div.catAddedPanel,div.catLimitsPanel,div.catUserMenu, div.catFavouritesMenu
{
  padding-bottom: 0.75em;
  margin: 0 0.25em 0 0.25em;
}

div.catFavourites, div.catGotoOwn
{
  padding-bottom: 0.25em;
  margin: 0 0.25em 0 0.25em;
}


div.catThemesStatPanel
{
  padding-bottom: 0.5em;
  margin: 0 0.25em 0 0.25em;
}



/* ==== statistics for types ==== */

.divStatHeader
{
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25em;
  text-align: left;
  
}

.divStatContent
{
  padding: 0 0 0 1em;
  margin: 0;
  text-align: center;
}

table.catStatTable
{
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.catStatTable tr td
{
  border-spacing: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table.catStatTable tr td.quantity
{
  padding-left: 0.5em;
}

table.catStatTable tr td.quantityRight
{
  padding-left: 0.5em;
  text-align: right;
  white-space: nowrap;
}


table.catStatTable caption
{
  font-size: 70%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25em;
  text-align: left;
}

table.catStatTable tr.p td
{
  padding-top: 0.25em;
}

/* div for view series rights on pages "add item" and "edit item" */
#sInfoDiv
{
  white-space: nowrap;
}

/* view switcher for 'select item' dialog */
div.catViewSwitcherPanel
{
  margin: 1.2em 0.5em 0 0.5em;
}

span.swCurrentView
{
  font-weight: bold;
}

/* styles for references on items in article text */
span.brokenLink
{
  border: 1px solid red;
}

span.inacLink
{
  border: 1px solid green;
}

/* ==== path string ==== */
#catPathString
{ 
  font-family: arial, sans-serif; 
}

#catPathString .pathUnit
{
  font-weight: bold;
}
#catPathString .pathCurrentUnit
{
  font-weight: normal;
}

/* text for links on actions */
.catalogActionLink
{
  font-weight: bold;
}

/* div for link 'add object' on catalog page */
.divAddObject
{
  margin-top: 1em;
}

/* turn off all panels (for nice page loading) */
#seriesPanel,#typeimagePanel,#typelinkPanel,#typearticlePanel,#typeorgPanel
{
  visibility: hidden;
  display: none;
}



