/*
 * $Id: style.css,v 1.107 2006/01/31 01:11:11 ferz Exp $
 *
 * Default style sheet for screen presentation
 *
 * This file is part of GRIPS, a resource information and planning system
 * Copyright 2005 GRIPS development team <dev@grips.cc>
 * More information: http://grips.cc/
 *
 * See the enclosed file LICENSE for license information (GPL). If you
 * did not receive this file, see http://www.gnu.org/copyleft/gpl.html.
 *
 * http://aktuell.de.selfhtml.org/tippstricks/css/footer/index.htm
 *
 */
@import url("extended.css");

/*a.linkName:link, a.linkName:visited, a.linkName:active{*/
a.linkName{
    color: #336699;
    text-decoration: none;
}
a.linkName:hover {
    color: #336699;
    text-decoration: underline;
}
td.topnav{
	text-align: left;
	vertical-align: middle;
	background-image: url('../../img/templates/fck/fck/hbar.gif');
	background-repeat:repeat-x;
	color:#dd6900;
	white-space:nowrap;
	height:25px;
    width: 100%;
}
td.topnav a:link, td.topnav a:active, td.topnav a:visited, td.topnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #555555;
	font-style: normal:
}
#blockTitle {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
}
.blockTitle2 {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	background-image: url('../../img/templates/fck/fck/tile_back_small_m.gif');
	background-repeat: repeat-x;
	border: 0px solid #98aab1;
	height: 15px;
	vertical-align: middle;
	width: 98%;
}

td.mainmenu div {
	display: block;
	margin: 0px;
	padding: 4px;
	color: #555555;
}
td.mainmenu div:hover {}
td.mainmenu div.menuTop {padding-left: 3px; font-weight: bold;}
td.mainmenu div.menuMain {
	padding-left: 3px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid silver;
}
td.mainmenu div.menuSub {
	padding-left: 9px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid silver;
}

.mainmenu a {
	text-align:left;
	display: block;
	margin: 0px;
	padding: 4px;
	color:grey;
}
.mainmenu a.menuTop {padding-left: 3px;}
.mainmenu a.menuMain {padding-left: 3px;}
.mainmenu a.menuSub {padding-left: 9px;}

.mainmenu a:link, .mainmenu a:active, .mainmenu a:visited, .mainmenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #555555;
	font-style: normal;
}
.mainmenu a:hover {
	color: #6699FF;
}

.blockContent {
	background-image: url('../../img/templates/fck/fck/back1.gif');
	padding: 2px;
	line-height:133%;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	border: 1px solid #0056a7;
	width: 100%;
}

.mainmenu a.menuTop2 {
	padding-left: 3px;
	padding-right: 0px;
	font-size: 10px;
	font-weight: bold;
}

/* ************************************************************************************ */

/* General definitions */
  body
  {
    margin: 0;
    padding: 0;
    font: 75% verdana, arial, helvetica, sans-serif;
    /*background-color: #EEEEEC;*/
    /*background-color: #F7FBFF;*/
  }

  form
  {
	margin: 0px;
  }

  img
  {
    behavior: url("css/default/pngbehavior.htc");
    border:none;
  }

  html, body {height: 100%;}

  table, input
  {
    font: 100% verdana, arial, helvetica, sans-serif;
  }

  table
  {
    text-align: left;
  }

  a:link { color: #336699; }
  a:visited { color: #336699; }

  a:hover, a:active
  {
    color: #b3c5ef;
    text-decoration: underline;
  }

  img {
    background-color: none;
  }

  h2
  {
    //color: #B52C07;
    color: #DD6900;
    font: 120% verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    //margin: 0 0 2px 0;
    padding-bottom: 10px;
  }

  h2 a { text-decoration: none; }

  h3
  {
    color: #5B5E0E;
    font: 106% verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    margin-top: 0;
  }

  pre
  {
    font: 90% Lucida Console, Courier New, Courier, monospace;
  }

/* Main site container */
  #container
  {
    width: 100%;
    min-height: 100%;
    text-align: left;
    /*background-color: #EEEEEC;*/
    background-color: #F7FBFF;
  }

/* Header bar */
  #header
  {/*
    height: 50px;
    background-color: #204A87;
    border-bottom: 2px solid #fff;
    padding: 5px;*/
    height: 59px;
    /*background-color: #204A87;*/
    border-bottom: 2px solid #fff;
    padding: 0px;
    background-image: url('../../img/templates/fck/fck/tile.gif');
  }

  #header h1
  {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin: 0;
    margin-left: 55px;
    padding: 0;
  }

  #header h2
  {
    font-size: 12px;
    text-align: left;
    color: #fff;
    margin: 0;
    margin-left: 55px;
    margin-top: 5px;
    padding: 0;
  }

  #header img
  {
    float: left;
  }

  /* the toolbox */
  #toolbox
  {
    position: absolute;
    right: 9px;
	top: 30px;
  }

  #toolbox img
  {
    padding-left: 8px;
  }

/* Primary navigation */
  #primarynav1
  {
    /*background-color: #729FCF;*/
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #primarynav1 ul
  {
    margin: 0 0 0 0px;
    margin-left: 200px;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #eee;
  }

  #primarynav1 li
  {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #eee;
  }
  #primarynav
  {
    /*background-color: #729FCF;*/
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #primarynav ul
  {
    margin: 0 0 0 0px;
    margin-left: 170px;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #eee;
  }

  #primarynav li
  {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #eee;
  }

  #primarynav li a
  {
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
  }

  #primarynav li a:hover
  {
    text-decoration: none;
    color: #fff;
    background: #b3c5ef;
  }

  #primarynav li a.highlighted
  {
    background: #204A87;
    font-weight: bold;

  }

/* Secondary navigation */
  #secondarynav
  {
    float: left;
    width: 160px;
    height: 100%;
  }

  #secondarynav ul
  {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 2px;
    list-style-type: none;
    line-height: 165%;
  }

  #secondarynav li a
  {
	border-bottom: solid 1px #dddddd;
	padding: 1px 5px 2px;
	text-decoration: none;
	display: block;
	color: #000;
  }

  #secondarynav li a:hover
  {
    text-decoration: none;
    color: #000;
    background: #b3c5ef;
  }

  #secondarynav li a.highlighted
  {
    background: #729fcf;
    color: #fff;
    font-weight: bold;
  }

/* Content area */
  #content
  {
    height: 100%;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
    margin-left: 200px;
    margin-right: 40px;
    margin-top: 10px;
    text-align: justify;
    padding-bottom: 3em;
    border: solid 1px #006699;
    /*background: #CEDCEC;*/
    /*background: #D8E1EA;*/
    /*background: #EAEDF4;*/
	background: #E2E9F1;
  }

  #content ul {
    line-height: 150%;
    color: #000000;
    list-style-position: outside;
    list-style-type: square;
  }

/* Messagebox for system messages */
  #messagebox
  {
    border:1px solid #aaa;
    border-left:4px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 650px;
  }

  #messageicon
  {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  #messagetext
  {
    margin-left: 60px;
  }

  .info
  {
    background: #D1FFD4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .warning
  {
    background: #FFFED1;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .error
  {
    background: #FFD1D1;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .monospaced
  {
    font: 95% Lucida Console, Courier New, Courier, monospace;
    text-align: left;
  }

  #content tr.thead {
    background-color: #729fcf;
    color: white;
  }

  #content td.thead {
    background-color: #729fcf;
    color: white;
    font-weight: bold;
  }

/* Space bar */
  #space
  {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 25px;
  }

/* Footer bar */
  #footer
  {
    position: fixed;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: #ffffff;
    background-color: #729FCF;
    text-align: center;
    font-size: 90%;
  }

  #footer a
  {
    text-decoration: none;
    color: #fff;
  }