/*
 *  Copyright (c) 2007 Efstathios Xatzikiriakidis (lafs@ixthis.gr)
 *
 *  Permission is granted to copy, distribute and/or modify this document
 *  under the terms of the GNU Free Documentation License, Version 1.2 or
 *  any later version published by the Free Software Foundation; with no
 *  Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
 *  copy of the license is included in the section entitled "GNU Free
 *  Documentation License".
 */

body
 {
  margin: 0px;
  background-color: #1d1d28;
  color: #9598a5
 }

a:active, a:visited, a:link
 {
  background-color: inherit;
  color: #ea860b;
  text-decoration: none
 }

a:hover
 {
  background-color: inherit;
  color: #ffa332;
  text-decoration: none
 }

div.parent-navigation
 {
  margin: 0px;
  bottom: 0px;
  position: fixed
 }

td
 {
  font-family: "palatino linotype", verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  background-color: inherit;
  color: #9598a5
 }

fieldset
 {
  position:relative;
  margin-left: 12px;
  padding: 10px;
  border: 1px solid #000000;
  background-color: #2d2d28;
  color: inherit
 }

legend
 {
  position:relative;
  padding: 2px 6px;
  margin-bottom: 0px;
  top: -21px;
  background-color: #4c4c49;
  border: 1px solid #000000;
  color: #ffffff
 }

acronym
 {
  border-bottom: #9598a5 1px dotted;
  cursor: help
 }

input
 {
  color: #fffff0;
  margin-left: 15px;
  background-color: #3c3c49;
  border: 1px solid #000000
 }

textarea
 {
  color: #fffff0;
  margin-left: 15px;
  padding: 5px;
  background-color: #3c3c49;
  border: 1px solid #000000
 }

select
 {
  color: #fffff0;
  margin-left: 15px;
  background-color: #3c3c49;
  font-size: 12px;
  border: 1px solid #9598a5
 }

img
 {
  padding: 1px;
  border-color: #ea860b
 }

.hundred_persent
 {
  height : 100%;
  width  : 100%
 }

.height_hundred_persent
 {
  height: 100%
 }

.width_hundred_persent
 {
  width: 100%
 }

.bg_graphic
 {
  background-image: url(../graphics/bg-graphic-main.png);
  background-repeat: no-repeat;
  background-position: center center;
  height : 100%
 }
 
.orange_text
 {
  font-size: 9px;
  font-family: verdana, arial, helvetica, sans-serif;
  background-color: inherit;
  color: #ea860b
 }
 
#print-top, #print-bottom
 {
  display: none
 }

.print-other
 {
  display: none
 }
