/*
 * ern-intern-2.0.css
 * Stylesheet for the internal section of the Euroregion Neisse website,
 * version 2.0
 *
 * $Id: $
 *
 * Copyright (c) 2006-2008 AMC World Technologies GmbH
 * Fischerinsel 1, D-10179 Berlin, Deutschland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of AMC World
 * Technologies GmbH ("Confidential Information"). You shall not disclose such
 * Confidential Information and shall use it only in accordance with the terms
 * of the license agreement you entered into with AMC World Technologies GmbH.
 */


/*===============================================
 *
 *
 * General style sheets
 *
 *
 *=============================================*/

@media all {

  /*-----------------------------------
   *
   * General settings
   *
   *---------------------------------*/

  /* default links */
  a {
    color: #90BD00;
  }


  /*-----------------------------------
   *
   * Forms on pages
   *
   *---------------------------------*/

  /* form structure */
  div.form span.required {
    color: #90BD00;
  }


  /*-----------------------------------
   *
   * General page elements
   *
   *---------------------------------*/

  /* main area */
  div#main-area div#main-outer-frame {
    background-image: url("../img/frame-intern-bg.gif");
  }

  /* tab bar */
  div#tab-bar ul#tabs li#tab-intern {
    border-bottom-color: #90BD00;
  }
  div#tab-bar div#tab-spacer {
    background-color: #90BD00;
  }

  /* breadcrumbs */
  div#breadcrumbs-container ul#breadcrumbs li.active {
    color: #90BD00;
  }

  /* submenu */
  div#submenu-container ul#submenu {
    list-style-image: url("../img/list-arrow-intern.gif");
  }
  div#submenu-container ul#submenu li.active a {
    color: #90BD00;
  }
  div#submenu-container ul#submenu li.active ul li.active a {
    color: #90BD00 !important;
  }


  /*-----------------------------------
   *
   * Forms on pages
   *
   *---------------------------------*/

  button:hover, input.flat-button:hover, input.submit:hover {
    color: #90BD00;
  }


  /*-----------------------------------
   *
   * TYPO3 elements
   *
   *---------------------------------*/

  /* frames */
  div.csc-frame-frame2 {
    background-color: #F4F9E5;
    border-color: #90BD00;
  }

  /* tables */
  table.contenttable thead tr th, table.content-table thead tr th {
    background-color: #F4F9E5;
  }


  /*-----------------------------------
   *
   * Special elements
   *
   *---------------------------------*/

  /* organisation structure of the ERN */
  div#ern-structure {
    width: 600px;
  }
  div#ern-structure div.col {
    float: left;
    width: 190px;
  }
  div#ern-structure div#col-de, div#ern-structure div#col-cz {
    margin-right: 15px !important;
  }
  div#ern-structure div.col div.source {
    border: 1px dotted #E8E8E8;
    font-weight: bold;
    height: 60px;
    padding: 10px 10px;
    text-align: center;
  }
  div#ern-structure div.col div.leads-to {
    height: 25px;
    padding: 20px 10px;
    text-align: center;
  }
  div#ern-structure div.col div.leads-to img,
    div#ern-structure div.col div.leads-to span
  {
    padding-left: 10px;
  }
  div#ern-structure div.col div.leads-to img.first-child,
    div#ern-structure div.col div.leads-to span.first-child
  {
    padding-left: 0;
  }
  div#ern-structure div.col div.institution-name {
    background-color: #F3F3F3;
    border: 1px solid #3F3F3F;
    height: 30px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
  }
  div#ern-structure div#col-de div.institution-name {
    background-color: #FAF9CA;
  }
  div#ern-structure div#col-cz div.institution-name {
    background-color: #D8EAF3;
  }
  div#ern-structure div#col-pl div.institution-name {
    background-color: #EACBC2;
  }
  div#ern-structure div.col div.institution {
    border-bottom: 1px solid #3F3F3F;
    border-left: 1px solid #3F3F3F;
    border-right: 1px solid #3F3F3F;
    padding: 10px;
    text-align: center;
  }
  div#ern-structure div.col div.institution div.institution-section {
    border: 1px solid #E8E8E8;
    margin-top: 5px !important;
    padding: 10px 5px;
  }
  div#ern-structure div.col div.institution div.first-child {
    margin-top: 0 !important;
  }
  div#ern-structure div.col div.results-into {
    padding: 20px 10px 0 10px;
    text-align: center;
  }
  div#ern-structure div#organigram {
    padding-top: 20px;
  }
  div#ern-structure a {
    color: #3F3F3F;
    font-weight: inherit;
  }

  /* EUREX expert group members */
  table.eurex-members thead th, table.eurex-members tbody td {
    width: 33%;
  }

  /* statistics */
  table.characteristics-data {
    width: 50%;
  }
  table.characteristics-data tbody tr td.td-1 {
    text-align: center;
    width: 80px;
  }
  table.characteristics-data tbody tr td.td-1 a {
    background-image: url("../../../typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
  }
  table.statistics-data {
    width: 100%;
  }
  table.statistics-data tbody tr td.td-1 {
    width: 80px;
  }
  table.statistics-data tbody tr td h3 {
    font-weight: bold;
    margin: 5px 0;
  }
  table.statistics-data tbody tr td.td-1 a {
    background-image: url("../../../typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
  }
}



/*===============================================
 *
 *
 * Print style sheets
 *
 *
 *=============================================*/

@media print {
}


/* vim:set ts=2 sw=2 sts=2 */

