/*
 * Globales css
 *
 *
 */

* {
  margin: 0 auto;
}

body {
  background-color: #000000;
  background-image: url(/img/wood.jpg);
  font-family: Verdana,Arial;
  font-size: small;
}

h1 {
  margin: 2px 0px 5px 0px;
  font-size: x-large; 
  border-bottom: 1px solid #666666;
  color: #aa0000;
  text-align: left;
}

h2 {
  margin: 2px 0px 5px 0px;
  font-size: large; 
  padding-top: 2px;
  border-bottom: 1px dashed #666666;
  color: #aa0000;
  text-align: left;
}

h3 {
  margin: 2px 0px 5px 0px;
  font-size: medium; 
  padding-top: 2px;
  text-align: left;
}

a {
  color: #ee431b;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

#flash_error {
    border: 2px solid red;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    background-color: #f0f0f0;
}

#flash_notice {
    border: 2px solid green;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
    background-color: #f0f0f0;
}

table {
  width: 100%;
}

th,td {
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

tbody th {
  background-color: #cccccc;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #333333;
}

/*****************************
 * Page
 */
#page {
  position: absolute;
  top: 5px;
  width: 780px;
  left: 50%;
  margin-left: -390px;
}

#header {
  top: 0px;
  height: 100px;
  background-image: url('/img/logo.png')
}

#main {
  float: left;
  width: 780px;
  margin-top: -7px;
  background-color: #dddddd;
  border: 1px solid #666666;
  border-top: 2px solid #666666;
  padding: 5px;
}


/*****************************
 * Menu links
 */
#menu
{
  margin-top: 5px;
  margin-bottom: 0px;
  height: 25px;
  font-size: small;
}

#menu ul {
  width: 700px;
  margin-left: -10px;
  color: #ffffff;
  text-align: center;
}

#menu li {
  display: inline;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  background-color: #333333;
}
#menu a {
  color: #dddddd;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
}

#menu a:hover {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
}

/*****************************
 * Left Menu links
 */
#left_menu
{
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: small;
}

#left_menu label {
  text-align: left;
  text-decoration: underline;
  font-weight: bold;
}

#left_menu ul {
  width: 140px;
  height: 100%;
  text-align: left;
}

#left_menu li {
  background-image: url('/img/bullet.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  text-align: left;
  height: 18px;
  padding-right: 15px;
  padding-left: 12px;
}

#left_menu a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-size: small;
}

#left_menu a:hover {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
}

/*****************************
 * Top right header_menu
 */
#header_menu
{
  padding-top: 10px;
  height: 25px;
  width: 650px;
  text-align: right;
  font-size: x-small;
  color: #dddddd;
}

#header_menu a {
  color: #dddddd;
  text-decoration: none;
}

#header_menu a:hover {
  color: #000000;
  text-decoration: none;
}


/*****************************
 * Login
 */
#login {
  text-align: center;
  height: 200px;
}

#login login_line{
  display: block;  
}

/*****************************
 * Page LEFT
 */
#page_left_back {
  float: left;
  height: 300px;
  width: 20%;
  border-right: 1px dotted #666666;
}

#page_left {
  text-align: center;
  padding-bottom: 20px;
}

#page_left ul {
  text-align: center;
  padding-top: 10px;
  padding-left: 0px;
}

#page_left li {
  list-style-type: none;
}
/*****************************
 * Page RIGHT
 */
#page_right {
  margin-left: 21%;
  width: 79%;
  padding-bottom: 20px;
}

#table_list {
  width: 100%;
  padding-top: 10px;
}

#table_list .list th {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #a5acb2;
  border-bottom-color: #a5acb2;
}

#table_list .list td {
  vertical-align: top;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #a5acb2;
  border-bottom-color: #a5acb2;
}

.list table {
    width: 100%;
    border: 1px solid #a5acb2;
}

.list td {
    vertical-align: top;
    border: 1px solid #a5acb2;
}

.list th {
    border: 1px solid #a5acb2;
}

.date {
    border: 1px solid #a5acb2;
    text-align: center;
    width: 80px;
}

.cat {
    border: 1px solid #a5acb2;
    text-align: center;
    width: 120px;
}

.title {
    width: 350px;
}

/*****************************
 * Page RIGHT
 */
#content h1 {
  margin: 2px 0px 2px 0px;
  font-size: x-large; 
  color: #666666;
  text-align: left;
}

#content h2 {
  width: 100%;
  margin: 0px;
  font-size: large; 
  border-bottom: 1px solid;
  padding-top: 2px;
  color: #666666;
  text-align: left;
}

#bulllist table {
  width: 100%;
  margin-left: 5px;
  padding-left: 5px;
}

.bulldescr {
  padding-top: 10px;
  width: 100%;
  vertical-align: top;
}

.bullimage {
  width: 100px;
}

.bullinfo {
  padding-left: 0px;
  width: 80px;
  text-align: right;
}
