#body{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10pt;
}

h2{
    font-size: 17pt;
    padding-bottom: 3pt;
    margin-bottom: 4pt;
    border-bottom: 6px solid blue;
}
h3{
    font-size: 14pt;
    padding-bottom: 2pt;
}
h4{
    font-size: 9pt;
    font-weight: bold;
    padding-bottom: 2pt;
}
h4 a{
    text-decoration: none;
}
/* ============================ GLOBAL STYLES */

p {
    font-family: Arial;
    font-size: 11pt;
    line-height: 13pt;
    text-align: justify;
    }

table.info{
    width: 100%;
}
table.info thead{
    border-bottom: 2px solid #aaa;
    font-size: 17px;
}
table.info th{
    padding: 3px 10px;
}
table.info td.last{ border-right: none; }
table.info td{
    border-right: 1px solid #aaa;
    padding: 10px;
}
table.info tr.odd td{
    background: #e3edf7;
}
table.info tr.even td{
    background: #fff;
}
.center{
    text-align: center;
}
.date, a.date{
    color: #555;
    text-decoration: none;
}
.autohide{
    color: #888;
}
.pdf {
    background:transparent url(../img/pdf.gif) no-repeat scroll right center;
    padding:3px 20px 3px 0px;
}
a, a:visited{
    color: #447;
}
a.user, a.user:visited{
    color: #559;
    text-decoration: none;
}
/* ============================== COMMON FORMS */
ul.errorlist {
    display: block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ff0000;
    background: #f4c7c7;
    min-width: 200px;
}
 
/* ===============================  HEADER */

#login, #stat, #main_search, #inner_search{
    background-color: #CCC;
    border: 1px solid #555;
    padding: 15px;
}
#login { 
    float: left;
    width: 180px;
    margin-top: 5px;
    font-size: 11px;
    padding: 8px;
    margin-bottom: 30px;
}
#login input[type=text],
#login input[type=password]{
    width: 110px;
}
#logintable td{
    vertical-align: middle;
}

#main_menu { 
    width: 500px;
    margin: 0 0 0 60px;
    float: left;
}
#main_menu li{
    display: block;
    float: left;
}
#main_menu li a{
    display: block;
    font-size: 16pt;
    width: 99px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    border-right: 1px solid #aaa;
}
#main_menu li a:hover{
    background: #eee;
}
#main_menu li a.last{
    border-right: none;
}
#main_menu li a, #main_menu li a.visited{
    color: #111;
}
#search { 
    margin-top: 5px;
    float: right;
    width: 140px;
}
#search input{
    border: 1px solid #aaa;
}
#search input[type=submit]{
    font-size: 11px;
    float: right;
    border: none;
    color: blue;
    background: transparent none;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 0;
}
#search input[type=text]{
    width: 140px;
}
.user-message{
    background:#fafa90 none repeat scroll 0 0;
    border:1px solid #FF9900;
    padding:5px;
    vertical-align:middle;
    margin:0 10px 6px 0;
    font-weight: bold;
    text-align: center;
}
/* ===============================INDEX TOP */
#stat  { 
    float: right;
    margin-top: -42px;
    margin-right: -50px;
    padding: 9px;
    font-size: 13px;
}
#main_logo{
    float: left;
}
.logo{
    width: 170px;
}
#main_search, #inner_search{
    float: left;
    font-size: 14pt;
    margin-left: 5px;
    margin-top: 40px;
}

/* ===============================INDEX MIDDLE */
#main_middle{
    clear: both;
}

#main_blog h2{
    padding-left: 210px;
}
#main_blog{
    width: 610px;
    float: left;
    border-right: 1px solid #AAA;
    padding: 0 10px 0 0;
}
#news_list{
    float: left;
    width: 210px;
}
#news_list li{
    padding: 3px;
    margin: 5px 0;
    cursor: pointer;
}
#news_list li.active{
    background: #ddf;
    cursor: default;
}
#news_cont{
    float: left;
    width: 386px;
    padding: 0 7px;
}

#main_upload{
    float: left;
    width: 340px;
    padding: 0 10px;
}

.audio .flashbutton{
 float:left;
 background-image: url(../img/whitespace.gif);
 width: 21px;
 height: 21px;
 padding:2px;
}
/* ===============================  REGISTRATION FORM */
.register_page {
    padding: 5px;
}
#registration-form legend, .beauty_form legend{
    font-size: 1.2em;
}
#registration-form label, .beauty_form label{
    font-weight: bold;
}
#registration-form fieldset, .beauty_form fieldset{
    border: 1px outset #aaa;
    margin-top: 20px;
    padding: 20px;
    width: 500px;
}
#registration-form input, .beauty_form input,
#registration-form select, .beauty_form select,
#registration-form textarea, .beauty_form textarea
{
    width: 100%;
}
#registration-form .line, .beauty_form .line{
    margin-top: 7px;
}
/* ===============================  FOOTER */
.foot_about { 
    float: left;
    clear: both;
}

.foot_about, .foot_about a {
    font-size: 9pt;
    line-height: 12pt;
}

.foot_design { 
    float: right;
    clear: right;
}
/* ============================== PAGINATION */
.pagination{
    padding: 0 0 0 17px;
    margin-left: 10px;
    list-style: none;
}
.first_in_pagination{
    background: transparent url(../img/pagination.gif) left no-repeat;
    width: 16px;
    height: 36px;
}
.pagination li{
    display: block;
    float: left;
}
.pagination li a, .pagination li span{
    font-size: 9px;
    line-height: 12px;
    display: block;
    border: 1px solid #efefef;
    padding: 0 2px;
    margin: 10px 1px;
    text-decoration: none;
    color: black;
}
.pagination .active span{
    background: #e0dee2;
}
/* =============================== Inner pages */
.inner_left{
    width: 190px;
    float: left;
    margin-left: 5px;
    clear: both;
}
.inner_right{
    width: 790px;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #AAA;
}

#inner_search {
    margin: 0 0 10px 0;
    font-size: 11pt;
    padding: 5px;
}

#inner_search input {
    font-size: 9pt;
}

#inner_search input[type=text] {
    width: 650px;
    }

#user_menu li{
    font-size: 13pt;
    padding: 5px 0;
}
/* ===============================  Blog */
.comments li{
    border-top: 1px solid #aaa;
    padding: 10px;
}
/* =============================== Notes */
p.note, div.note{
    padding-left: 40px;
    min-height: 25px;       /* IE AAAAAAAAA! */
    padding-top: 2px;
    background: url(../img/nota.png) top left no-repeat;
    margin-bottom: 3px;
}

/* ===============================  Tags */
.taglist-detail{
    float: right;
    /*border-left: 1px solid #555;
    border-bottom: 1px solid #555;*/
    width: 100px;
    padding: 10px 30px;
}
.taglist-list, .taglist-list *{
    display: inline;
    color: #575;
}
