/*
 * AUDAO styles
 * (C) Copyright 2009 Spolecne s.r.o.
 */

body {
  text-align: center;
  margin-top:32px;
  margin-bottom:30px;
  font-family: "Verdana CE",Verdana,"Arial CE","Lucida Grande CE","Helvetica CE",Arial,lucida,sans-serif;
  font-size: 9pt;
  background: #bcbcf2 url('../images/body-background.png') repeat-x;
  color:#333333;
}

a {
    color: #0d467b;
    text-decoration: none;
}

a:active {
    color: #ff0000;
    text-decoration: underline;
}

a:hover {
    color: #bb0000;
    text-decoration: underline;
}

#page_wrapper {
  background: #fff;
  margin-left: auto; 
  margin-right: auto;
  width: 992px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 72px;
  position: relative;
}

#page_header img {
  border: none;
}

#logo {
  position: absolute;
  bottom: 0;
}

#version {
  position: absolute;
  bottom: 8px;
  left: 160px;
  margin: 0px;
  color: #4169e1;
  font-size: 24px;
  font-weight: bold;
}

#stamp {
  position: absolute;
  bottom: 0px;
  left: 250px;
}

#searchbox {
  position: absolute;
  bottom: 6px;
  left: 250px;
}

#title {
  position: absolute;
  bottom: 4px;
  right: 0px;
  margin: 0px;
  margin-right: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
}

#user {
  position: absolute;
  top: 4px;
  right: 0px;
  margin: 0px;
  margin-right: 5px;
  color: #555555;
}

#user a.logout {
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  background: #bb1111;
  color: #fff;
}

#user a.logout:hover {
  text-decoration: none;
}


#menu {
  background: #ddf;
  color: #aaa;
  padding: 2px 10px;
}

#page_content {
  color: #333333;
}

#page_content a {
  color: #00f;
  border-bottom: dotted 1px;
  text-decoration: none;
}

#page_content a:active {
  color: #aa1111;
  border-bottom: solid 1px;
}

#page_content a:hover {
  color: #11aaaa;
  border-bottom: solid 1px;
}

#gwt {
}

#gwt h1 {
  text-align: center;
  margin-top: 5px;
  color: #555;
  font-size: 180%;
}

#article {
    margin: 10px 10px;
}

#page_footer {
  font-size: 75%;
  background: #ddf;
}

