/*
 *  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: 20px;
  background-color: #2c2c39;
  color: #9598a5;
  overflow: auto
 }

a:active, a:visited, a:link
 {
  background-color: inherit;
  color: #ea860b;
  text-decoration: none
 }

a:hover
 {
  background-color: inherit;
  color: #ffa332;
  text-decoration: none
 }

td
 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  background-color: inherit;
  color: #9598a5
 }

acronym
 {
  cursor: help
 }

select
 {
  color: #fffff0;
  font-size: 10px;
  background-color: #1d1d28;
  border: 1px solid #9598a5
 }

.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
 }

.box_bgcolor
 {
  background-color: #1d1d28;
  color: inherit
 }

.box_header_fill
 {
  background-image: url(../graphics/box/box-header-fill.png)
 }

.box_footer_fill
 {
  background-image: url(../graphics/box/box-footer-fill.png)
 }

.box_left_fill
 {
  background-image: url(../graphics/box/box-body-left-fill.png)
 }

.box_right_fill
 {
  background-image: url(../graphics/box/box-body-right-fill.png)
 }

.box_line
 {
  background-image: url(../graphics/box/box-line.png)
 }
