/* 
    Document   : aboutAs
    Created on : 2010-08-09, 11:51:59
    Author     : jarek
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    background-color: #f4f9fd;
    margin: 0;
    font-family: tahoma;
}

a{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

#site-content{
    background-color: #FFFFFF;
}

#wraper{
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#wraper-top-header{
    background:none repeat scroll 0 0 white;
    padding-top:10px;
}

#top-header{
     width: 940px;
     background-color: #84a6c2;
     height: 20px;
     border-bottom: 3px solid #bcdbeb;
     margin-left: auto;
    margin-right: auto;
}

#top-header div{
    height: 16px;
    float:right;
    text-align: center;
    background-color: #789ab5;
    width: 80px;
    font-size: 10px;
    padding: 2px;
}

#top-header div a{
    text-decoration: underline;
    color: #E4EBF0;
    font-size: 8pt;
}

#top-menu-wraper{
    background-color: white;
    padding-top:20px;
}

#logo{
    margin: 0 0 5px 20px;
    padding-top: 5px;
}

#logo img{
    margin-right:700px;
}

#main-menu{
    border-bottom: solid medium #94acc4;
}

#main-menu table{
   padding-left:360px;
   margin-bottom: -2px;
}

#main-menu a{
    color: #99a6a8;
    font-weight: normal;
}

#main-menu tr{
    
}

#main-menu td{
    width: 100px;
    height: 25px;
    text-align: center;
}

#main-menu td:hover{
    background-color: #8CADBE;
    border-top: 3px solid #BCDBEB;
}

#main-menu td:hover a{
    color: white;
}

#bottom-header{
    border-top: 4px solid #D8DEE7;

    margin-left: 50px;
    margin-right: 150px;
}

#bottom-header table{
    margin-top: -2px;
}

.additional-menu{
    float: left;
    border-right: 1px solid #c9d2db;
    vertical-align: top;
    width: 30px;
    height: 150px;
    max-height: 150px;
}

.additional-menu tr:hover{
    min-width:150px;
}
.right{
    width: 10px
}

.additional-menu a{
    font-size: 10px
}

.main-content {
    float: left;
    text-align: left;
}

.additional-menu td{
    height: 20px;
}

.additional-menu td:hover{
    background-color: #8cadbe;
    color: white;
    min-width:145px;
}

.additional-menu td a{
    height: 20px;
    color: #568096;
    padding-left:7px;
}

.additional-menu td:hover a{
    color: white;
}

.additional-menu table{
    margin-top: 5px;
    margin-right: -3px;
    margin-left:-118px;
}

.main-content{
    margin: 0;
    width:480px;
    
}

.data{
    padding: 10px 0 20px 0;
    margin-left: 10px;
    border-bottom: 1px solid #ebeff5;
}


.data img{
    border:4px double #E7EBEA;
}

.text{
    color:#6A727D;
    font-size:14px;
    margin: 5px 0 0 5px;
    width: 70%;
}

.person{
    color:#97A4B5;
    font-weight: bold;
    display: block;
}

.content span{
    display:block;
    margin-top:10px;
}

.title{
    font-weight: normal;
}

.content{
    font-weight: normal;
    color: #97989a;
    margin-top: 5px;
    font-size: 11.5px;
}

.photo{
    vertical-align: top;
    text-align: center;
}

.odd{
    background-color: #f9fbfc;
}

#fotter{
    width: 940px;
    min-height: 70px;
    margin-left: auto;
    margin-right: auto;
}

#fotter span{
    margin-top: 15px;
}

#politics{
    margin-left: 30px;
    color: #8cb5d6;
    float: left;
    font-size: 11px;
    font-weight: 400
}

#politics a{
    color: #8cb5d6;
    font-size: 10px;
    font-weight: 400
}

#copyright{
    float: right;
    font-size: 11px;
    color: #bcdbeb;
    margin-right: 30px;
}

#o_nas{
    min-height: 80px;
}

#o_nas span{
    color: #C9D2DB;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    left: 85px;
    top: 60px;
    margin-right:700px;
    float: left;
}

#wraper div.Mpage{
    margin-bottom: -2px;
}

#main-menu  td.selected{
    background-color: #8CADBE;
    border-top: 3px solid #BCDBEB;
}

#main-menu a.selected{
    color: white;
}

.additional-menu td.selected{
    background-color: #8cadbe;
    min-width:145px;
}

.additional-menu a.selected{
    color: white;
}

.last{
    border: none;
}

/*Strona Główna*/
#table{
    margin-top: 20px;
}

#table th{
    padding-bottom: 15px;
    vertical-align: bottom;
    text-align: left;
    font-size: 12px;
}

#table table{
    margin-bottom: 50px;
    width: 90%;
}

th.col-first{
    width: 10%;
}
th.col-fourth{
    width: 10%;
}

th.col-second{
    color: #97a4b5;
    border-bottom: 4px solid  #97a4b5;
    width: 40%;
}

th.col-third{
     color: #97a4b5;
     width: 40%;
     border-bottom: 4px solid  #97a4b5;
}
#table td{
    font-size: 11px;
    color: #97a4b5;
    vertical-align: top;
}

.link{
    display: block;
    margin-top:15px;
}
.link a{
    text-decoration:underline;
    color: #398cce;
    font-size: 10px;
}
a img{
    border: 0px;
}
/* Strona Członkowie */
.player-page div{
    height: 40px;
    width: 90%;
    border-bottom: 4px solid #d8dee7;
}

#players{
    float: left;
}

#join{
    float: right;
    margin-right: 15px;
}

.player-page div span{
    color: #d8dee7;
    padding-top: 10px;
}

.player-page .additional-menu table{
    margin-left: 5px;
}

.player-page .additional-menu{

    width: 15.5%;
}

.player-page .right{
    width: 0px;
}

.player-page .main-content{
    width: 70%;
}

.player-page .player-data{
    height: auto;
    width: 95%;
    margin: 0 20px;
    padding: 0;
    border: none;
}

.player-data .text span{
    font-size: 12px;
    color: #97A4B5;
    padding-top: 5px;
}

.player-data .text span.player-title{
    font-size: 12px;
    font-weight: bold;
}

.player-data .text span.player-title .title{
    font-size: 14px;
    font-weight: bold;
}

.photo img{
   
}

.player-page .photoBox{
    width: 128px;
    height: 100px;
    background-color: #FFFFFF;
    border: 2px solid #E7EBEA;
    margin-left: 15px;
}

#table .player-data table{
    padding-bottom: 10px;
    width: 100%;
    border-bottom:1px solid #EBEFF5;
    margin-bottom: 0px;
}

.player.page .link{
    margin-top: 10px;
}
#table .player-data .photo{
    padding-top: 25px;
}

#table .player-data + .player-data .text{
     padding-top: 25px;
}

.player-page .additional-menu td:hover{
    min-width: 119px;
}

#table .player-page-menu td{
    vertical-align: middle;
}

.player-page .additional-menu td.selected{
    min-width: 119px;
}

/*Strona Pakiet świadczeń*/
.pakiet .subtitle{
    color:#97A4B5;
    display:block;
    font-size:14px;
    font-weight:bold;
    padding-top: 8px;
    height: auto;
    margin-top:10px;
    border: none;
    margin-left: 20px;
}
.pakiet .content{
    height: auto;
    border: none;
    width: auto;
    padding-top: 1px;
}

.pakiet .content li{
    margin-bottom: 10px;
}
/*Strona Deklaracja członkowska*/
.player-data .text .declaration{
    border:none;
    color:#97A4B5;
    display:block;
    font-size:15px;
    font-weight:bold;
    height:auto;
}
.decl{
    margin-top: 10px;
}
/*Strona Słowo od Zarządu ; Kierunek działalności ; Statut ; Komisja Rewizyjna*/
.word-page .main-content{
    margin: 0;
    width: 575px;
}

.word-page .subtitle{
    color: #97A4B5;
    display:block;
    font-size:14px;
    margin-bottom:15px;
    margin-top:18px;
    font-weight:bold;
}

.word-page #content{
    margin-left: 20px;
}

.word-page .content{
    font-size: 11.5px;
    text-align: justify;
    color:#97A4B5;
}

.word-page .content li{
    margin-bottom: 10px;
}

.word-page .additional-menu table{
    margin-left: -35px;
}

.word-page .additional-menu{
    width: 112px;
}

.word-page .precontent{
    font-size: 11px;
    font-weight: bold;
    color: #97A4B5;
    display: block;
    margin-bottom: 10px;
}

.word-page .part{
   display: block;
   font-size: 12px;
   color:#97A4B5;
}

.word-page .part-title{
    font-size: 11px;
    font-weight: bold;
    display: block;
    color:#97A4B5;
}

.word-page .paragraph{
    display: block;
}

#content table{
    width: 100%;
}

#content table td{
    width: 33%;
    font-size: 11px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

#content table td span{
    display: block;
    color: #97A4B5;
}

#content h4{
    color:#97A4B5;
    font-size: 14px;
}
/*Strona kontakt*/
.kontakt .content{
    height: auto;
    border: none;
    margin-left: 40px;
}

.kontakt div + div{
    border: none;
    height: auto;
}

#ulica{
    border: none;
    height: auto;
}

#miasto{
    margin-bottom: 12px;
}

.telefon{
    margin-bottom: 4px;
}

#email{
    margin-top: 20px;
    margin-bottom: 15px;
}
.kontakt .regon{
    color: #97989A;
    font-size: 11.5px;
    margin-left: 40px
}

.kontakt .nip{
    color: #97989A;
    font-size: 11.5px;
    margin-left: 10px;
}

#bank{
    margin-left: 40px;
    border: none;
    margin-top: 10px;
}

table#kontakt{
    margin-bottom: 20px;
}
/*Strona Aktualności*/
div.aktualnosci{
    border-bottom: none;
    margin-top: 15px;
}

.news-page td.left{
    text-align: left;
}

.news-page .player-data{
    margin: 0 5px;
}

.player-data div{
    border-bottom: none;
}

.player-data img#kongres{
    width: 275px;
}

#logo-psml{
    width:275px;
    margin: 0 auto;
}

#documentBox{
    height: 150px;
    width: 100%
}

.news-page .player-data{
    width: 100%;
    height: auto;
}

.news-page .player-data .title{
    color:#97989A;
    font-size:14px;
    text-align:justify;
    height: auto;
}

.news-page .player-data .sec{
    color:#97989A;
    font-size:11.5px;
    font-weight: bold;
    text-align:justify;
    height: auto;
    padding: 15px 15px 0;
}

.news-page .player-data .subtitle{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.news-page .player-data .data{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.news-page .content{
    margin-top: 15px;
    font-size: 12px;
    color: #97989A;
    height: auto;
    width: 100%;
}



.news-page .player-data .content .title{
    text-align: left;
}
.news-page .contact{
    font-size: 14px;
    color: #97989A;
}

.news-page .daneKontakt{
    display: block;
    color: #97989A;
    font-size: 12px;
}

.news-page .prezes{
    color: #97989A;
    margin-left: 300px;
}

.news-page .content img{
    width: 150px
}

.news-page .sponsor{
    display: block;
    text-align: center;
}

.news-page .sponsor .title{
    display: inline;
    color: #97989A;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    bottom: 50px;
}

.news-page .sponsor .sponsor-logo{
     display: inline;
     position: relative;
     left: 100px;
}
.news-page .sponsor .patron1{
    position: relative;
    bottom: 10px;
}

.news-page .sponsor .patron2{
    margin-left: 30px;
}

.news-page .sponsor .patroni{
    position: relative;
    bottom: 20px;
    left: 87px
}

.news-page .stopka{
    font-size: 14px
}

.news-page .right #first, .news-page .right #third{
    font-size:14px;
    padding-left:15px;
}
.news-page .right #second{
    padding-left:15px;
}

.news-page .right #fourth, .news-page .right #fifth{
}

.player-data div.kongres{
    color:#97A4B5;
    font-size:11px;
    height: auto;
    font-weight: bold;
    padding-left: 20px;
}

.content .odd{
    height: 100%
}

.content div.content{
    color: #97989A;
    font-size: 12px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.news-page .player-data li .title{
    font-size: 12px;
    font-weight: bold;
}
.bold{
    font-weight: bold;
    margin: 5px 0;
}

#second, #first, #third, #fourth, #fifth{
}
#sponsor-logo{
    position: relative;
    bottom: 3px;
    height: auto;
    height:75px;
    border: none;
    width: 50%;
    display: inline;
}
.first-logo{
    margin: 0 20px;
}
.second-logo{
    margin: 0 20px;
}
.player-title span.subtitle{
    color:#97A4B5;
    display:block;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
}
.onas_page{
    height: 40px;
    width: 90%;
}
.onas_page div{
    color:#D8DEE7;
    padding-top:10px;
}
.onas_page_top{
    float:left;
}
#sponsor{
    font-weight: bold;
    font-size: 14px;
    height: auto;
    border: none;
    text-align: left;
    margin: 5px 0;
}
#czlonek-text{
    min-height: 50px;
}

#email a{
    color: #97989A;
    font-weight: bold;
}
#nazwa-biura{
    font-size: 14px;
    color: #97989A;
    margin-top: 0;
    padding-bottom: 10px;
}
.patroni-sponsorzy td.odd:hover{
    background-color: #f9fbfc;
}
.patroni-sponsorzy td:hover{
    background-color: #FFFFFF;
}
.patroni-sponsorzy td a{
    padding-left: 6px;
}
#table .form{
    background-color: #8CADBE;
    vertical-align: middle;
}
#table td.form:hover{
    min-width: 30px;
}
td.form a{
    color: white;
}
td.form a:hover{
    text-decoration: underline;
}
.player-page span.linkToProgram{
    text-align: right;
    padding-top: 0;
    margin-right: 80px;
}
#table .program td{
    font-size: 12px;
    color:#97989A;
}
#table .program table{
    border-bottom: none;
}
.news-page .program img{
    width: 25px;
}
.news-page .program .progTd1{
    width:50px;
    text-align: center;
}
.news-page .program .progTd2{
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    text-align: center;
}
.player-page .info{
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}
.player-page div.termin{
    text-align:left;
    height:auto;
    font-weight:bold;
    margin-bottom: 5px;
    font-size: 14px;
    margin-left: 5px;
    color: #97A4B5;
}
.page-gallery #table .player-data table{
    border: none;
    margin-top: 40px;
}
.page-gallery #table .player-data table td{
    text-align:center;
    width:90px;
    height:80px;
    vertical-align:middle;
}
.page-gallery #table #table-gallery img{
    padding: 5px;
    border: solid 2px #D8DEE7
}
.page-priv-gallery .dwnldGal{
    position: relative;
    top: 25px;
    color: #568096;
    font-size: 10px
}
#page-photo #table .player-data table{
    border: none;
}
#page-photo #table .player-data td{
    text-align: left;
    padding-left: 15px;
}
#page-photo #table .player-data a{
    color:#568096;
    font-size: 12px;
}
#page-photo #photo span{
    color:red;
}
#page-photo #photo img{
    cursor: pointer;
    width: 500px;
}
#page-photo #desc span{
    color:#568096;
    font-size: 12px;
}
#user-info{
    text-align: center;
    font-size: 12px;
    height: auto;
}
.page-priv-gallery #table .player-data table{
    border: none;
    margin-top: 15px;
}
.page-priv-gallery #table .player-data table td{
    text-align:center;
    vertical-align:middle;
}
.page-priv-gallery #table .player-data table#linki td{
    text-align: left;
}
.page-priv-gallery #table #table-gallery img{
    padding: 2px;
    border: solid 2px #D8DEE7
}
#page-photo #text, .page-priv-gallery #text{
    font-size: 14px;
    text-align: left;
    height: auto;
    color: #568096;
    margin: 10px;
}
#spotkanie-page .player-data span{
    color: black;
}
#bottom-header td.main-content a{
    color: #97989A;
    font-size: 11.5px;
}
