body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    background-color: #a1bec2;
    background-image: url('../images/tlo.gif');
    background-repeat: repeat-y;
    background-position: top center;
}

img {
    border: none;
}

div#container {
    padding: 0;
    padding-bottom: 10px;
    width: 884px;
    overflow: auto;
    margin: 5px auto;
    border: none;
    background-color: #586868;
    background-image: url('../images/tlo_z_ramka.gif');
    background-repeat: repeat-y;
}

div#top {
    height: 170px;
    padding: 0;
    margin: 0;
    background-image: url( '../images/top.jpg' );
    background-repeat: no-repeat;
    text-align: right;
    border: none;
    border-top: 1px solid #000;
}

div#top ul {
    margin: 0;
    padding: 0;
    margin-right: 11px;
    margin-top: 9px;
}

div#top ul img {
    border: none;
    margin: 0;
    padding: 0;
}

div#top li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

div#top li a {
    margin: 0;
    padding: 0;
}

div#content {
    min-height: 600px;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
}

div#leftNav {
    float: left;
    width: 614px;
    margin: 0;
    margin-left: 10px;
    padding: 0;
    background-image: url('../images/srodek_tlo.gif');
    background-repeat: repeat-y;
    clear: both;
}

div#leftNav div#leftTop {
    background-image: url('../images/srodek_top.gif');
    background-repeat: no-repeat;
}

div#leftNav div#leftBottom {
    background-image: url('../images/srodek_dol.gif');
    background-repeat: no-repeat;
    height: 10px;
}


div#rightNav {
    margin: 0;
    margin-left: 630px;
    padding: 0;
    width: 245px;
}

div.rightBlock {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    background-image: url('../images/prawo_tlo.gif');
    background-position: top right;
    background-repeat: repeat-y;
}

div.rightBlock li {
    margin-bottom: 3px;
}

div.rightBlockTop {
    background-image: url('../images/prawo_top.gif');
    background-repeat: no-repeat;
    height: 10px;
}

div.rightBlockDol {
    background-image: url('../images/prawo_dol.gif');
    background-repeat: no-repeat;
    height: 10px;
}

div.rightBlock li span {
    font-size: 90%;
    color: #626262;
}


div#footer {
    clear: both;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 120%;
}

div#footer a {
    color: #fff;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

div#new_paper {
    text-align: center;
}

div#new_paper img {
    border: none;
}

div#new_paper a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

div#rightNav h1 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #7F7F7F;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

div#rightNav ul {
    margin: 0;
    margin-left: 25px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    padding: 1px;
    border: 1px solid #000;
}


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
    input.LV_valid_field:hover,
    input.LV_valid_field:active,
    textarea.LV_valid_field:hover,
    textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field,
    input.LV_invalid_field:hover,
    input.LV_invalid_field:active,
    textarea.LV_invalid_field:hover,
    textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


div.errors {
    width: 450px;
    border: 1px solid red;
}

div.form_error {
    color: red;
}

table.data {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

table.data th, table.data td {
    text-align: left;
    padding: .5em;
    border: 1px solid #fff;
    vertical-align: top;
}

table.data th {
    background-color: #328aa4;
    color: #fff;
}

table.data th a {
    color: #fff;
}

table.data td {
    background: #e5f1f4;
}

fieldset {
    margin-left: 25px;
    width: 400px;

}

legend {
    font-size: 130%;
    font-weight: bold;
}

.navlist {
    padding: 0;
    padding-bottom: 2px;
    margin: 10px;
    margin-top: 1px;
    border-bottom: 1px solid #7F7F7F;
    font-size: 13px;
}

.navlist li {
    list-style: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    display: inline;
}

.navlist li a {
    padding: 4px;
    padding-bottom: 2px;
    margin: 0;
    border: 1px solid #7F7F7F;
    border-bottom: none;
    background-image: url('../images/nieaktywny_tlo.gif');
    background-repeat: repeat-x;
    text-decoration: none;
    color: #000;
}

.navlist li a:hover {
}

.navlist li.selected a {
    border-bottom: 1px solid #fff;
    background-image: url('../images/aktywny_tlo.gif');
    background-repeat: repeat-x;
}


div.paper {
    float: left;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 0;
    height: 137px;
    width: 280px;
}

div.paper div.image {
    float: left;
    width: 110px;
    margin-left: 15px;
}

div.paper div.image img {
    border: none;
}

div.paper div.desc {
    margin-left: 130px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7F7F7F;
}

div.paper div.desc strong {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
}

div.paper div.desc span {
    color: #343434;
    font-weight: bold;
}

div.paper div.desc strong a {
    text-decoration: none;
    color: #000;
}

div.game {
    width: 250px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding: 5px;
}


div.pagination {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 110%
}

div.pagination a {
    color: #343434;
    text-decoration: none;
}

div.pagination a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}

table.tab_pag {
    width: 100%;
}

hr.hr {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0;
    background-color: #7F7F7F;
    clear: both;
    height: 1px;
    border: none;
}

div.clear {
    clear: both;
}

table.showPaper {
    margin-left: 35px;
}

table.showPaper h1 {
    font-size: 120%;
}

table.reviews_list {
    width: 90%;
    margin-left: 30px;
    padding: 10px;
    border-top: 1px solid #7F7F7F;
    text-align: left;
}

table.reviews_list td, table.reviews_list th {
    border-bottom: 1px solid #7F7F7F;
}

table.reviews_list .ar {
    text-align: right;
}

table.reviews_list tbody {
    padding: 10px;
}

.blackpagination div.pagination a {
    color: black;
}


div#about_page {
    margin-left: 20px;
    color: #1E2424;
}

div#about_page span {
    font-size: 90%;
    color: #626262;
}

div#about_page a {
    text-decoration: none;
    color: #000;
}

div#about_page span a {
    text-decoration: none;
    font-size: 90%;
    color: #626262;
}

div#about_page a:hover {
    text-decoration: underline;
}
