body{
    background: #2e5a37 url('bg.png') top left repeat-x;
    font: 80%/1.4em Verdana,sans-serif;
    text-align: center;
    padding: 10px;
}
a:link, a:visited{
    color: #2e5a37;
    
}

a:hover, a:active{
    color: #777777;
}

h2 , h3{
    clear: both;
}

br.c{
    clear: both;
}

a img{
    border: 0;
}

/******************************************************************************/

#wrapper{
    min-width: 500px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    text-align: left;
}

/******************************************************************************/

#header{
    background: #000000 url('header.jpg') center left no-repeat;
    margin: 4px;
    padding: 4px;
    height: 100px;
    color: #ffffff;
}

#header h1{
    margin: 0px;
    padding-top: 10px;
    font-size: 2.2em;
    color: #eeeeee;
    float: left;
}

#header h1  a{
    color: #eeeeee;
    text-decoration: none;
}

/******************************************************************************/

#user{
    float: right;
}

#user a{
    color: #ffffff;
}

/******************************************************************************/

#navigation ul{
    text-align: right;
    padding: 80px 0 0 0;
    margin: 0;
}

#navigation li{
    display: inline;
}

#navigation a{
    color: #ffffff;
}

#navigation a:hover{
    color: #dd0000;
}

/******************************************************************************/

#subnavigation{
    float: right;
}

#subnavigation ul{
    margin: 0;
    padding: 0;
}

#subnavigation li{
    display: inline;
}

/******************************************************************************/

#content{
    padding: 4px;
}

/******************************************************************************/

#footer{
    background-color: #000000;
    margin: 4px;
    text-align: right;
    font-size: 0.8em;
    color: #cccccc;
    padding-right: 2px;
}

#footer #language{
    float: left;
    vertical-align: middle;
}

#footer a{
    color: #ffffff;
}

/******************************************************************************/

.error{
    color: #ff0000;
}

.inactive{
    color: #aaaaaa;
}

textarea{
    width: 100%;
}

table{
    font-size: 1em;
}

table td.r{
    text-align: right;
}

table td.l{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    padding-top: 4px;
}

em.player{
    color: #4444ff;
    cursor: help;
}

/******************************************************************************/

table.overview{
    width: 100%;
}

table.overview th{
    background-color: #444444;
    color: #eeeeee;
    white-space: nowrap;
}

table.overview th.fit{
    width: 1px;
}

table.overview th.main{
    width: 40%;
}

table.overview th a{
    color: #eeeeee;
    display: block;
}

table.overview th a:hover{
    color: #ffffff;
}

table.overview th.sorted-asc{
    background: #444444 url('sort_asc.gif') bottom right no-repeat;
}

table.overview th.sorted-desc{
    background: #444444 url('sort_desc.gif') bottom right no-repeat;
}

table.overview tbody td{
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}

table.overview tfoot  td{
    border-top: 1px solid #dddddd;
}

table.overview td span{
    font-size: 0.8em;
    color: #dddddd;
}

table.overview td.fit{
    width: 1px;
    white-space: nowrap;
}

table.overview tbody tr:hover{
    background-color: #eeeeee;
}

table.overview tr.highlight{
    background-color: #eeeeff;
}

/******************************************************************************/

table.list th{
    text-align: right;
    vertical-align: top;
}

table.list td{
    vertical-align: top;
}

/******************************************************************************/

div.debug{
    text-align: left;
    clear: both;
    border: 1px solid #000000;
    background-color: #00ff00;
    margin: 1px;
}

div.debug div.debug{
    margin: 0 0 0 20px;
    border-right: 0;
    border-bottom: 0;
}

div.debug .time{
    xxfloat: right;
}

/******************************************************************************/

.pagination .current {
    font-weight: bold;
    text-decoration: none;
}

/******************************************************************************/

div#infobox{
    background-color: #000000;
    padding: 2px;
    color: #dddddd;
    display: none;
    max-width: 400px;
    max-height: 400px;
}

div#infobox strong{
    display: block;
    cursor: default;
}

div#infobox a{
    font-size: 0.8em;
    color: #ffffff;
}

div#infobox a.close{
    float: right;
    text-decoration: none;
}

/******************************************************************************/

div.box{
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    padding: 4px;
}

div.box strong.title{
    font-size: 1.4em;
    display: block;
    border-bottom: 1px solid #bbbbbb;
}

/******************************************************************************/

div.button {
    background-color: #2e5a37;
    border: 1px solid #000000;
    margin: 1px;
    padding: 1px 2px;
    width: 300px;
    color: #ffffff;
    float: left;
}

div.button a{
    color: #ffffff;
}

div.button  button{
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
    background-color: transparent;
}

div.button strong{
    display: block;
    font-size: 1.2em;
}

div.button span{
    display: block;
    font-size: 0.8em;
}

/******************************************************************************/

ul.files{
    padding: 0;
    margin: 4px 0 0 0;
    list-style-type: none;
}

div.separator{
    background-color: #444444;
    color: #eeeeee;
}

/******************************************************************************/

ul.path{
    padding: 0;
    margin: 0;
}
ul.path li{
    display: inline;
    padding-left: 8px;
    background: transparent url('navigator_right.gif') left center no-repeat;
}

/******************************************************************************/

div.caption{
   background-color: #eee;
   margin: 0 2px 0 2px;
   padding: 0 4px 0 4px;
}

div.caption h3{
    float: left;
    margin: 0;
}

div.caption span{
    float: right;
    margin-left: 4px;
}

div.caption div.pagination{
    float: left;
    clear: left;
}

table.message{
    border: 1px solid #c0c0c0;
    margin-bottom: 4px;
    width: 100%;
}

table.message.selected{
    border-color: #000000;
}

table.message td{
    vertical-align:top;
}

table.message td.left{
    width: 120px;
}

table.message strong{
    float: left;
}

table.message span{
    float: right;
    clear: right;
}

table.message span.actions{
    font-size: 0.8em;
}

table.message span.actions a{
    margin-left: 4px;
}

table.message p{
    clear: both;
}

p.form-temp{
    display: none;
}

div.captcha{
    border: 1px solid #c0c0c0;
    padding: 2px 4px;
    margin: 2px;
    -moz-border-radius: 8px;
}

div.captcha p{
    margin: 0;
}

div.captcha p.info{
    font-size: 0.8em;
}

div.actions{
    font-size: 0.8em;
    display: inline;
}

/******************************************************************************/

div.canvas{
    width: 400px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
}

div.canvas h1 {
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding: 0;
}

div.canvas button{
    margin-right: 4px;
}

div.canvas.error{
    color: #444444;
}

/******************************************************************************/

