/* 
 *   Document   : portCommon
 *   Created on : 2010-03-10, 11:55:47
 *   Author     : Tomasz Głowiński
 */

/* STYLE OGOLNE ***************************************************************/
body
{
    width: 100%;
    min-width: 1023px;
    margin: 0;
    color: #333333;
    font-family: verdana, tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background: url('../../images/portal/tlo-strona.jpg') no-repeat top center fixed;/**/
}

#page_container
{
    width: 1023px;
    height: auto;
    margin: 0 auto;
    background: white url('../../images/portal/tlo-strona-tresc.jpg') no-repeat top center;/**/
    /*background: white;/**/
}

/* panel glowny (podwojny) */
div.core,
div.core-alt
{
    width: 758px;
    margin: 0 20px 0 0px;
    float: right;
}
div.core-alt
{
    margin: 0 0px 0 20px;
    float: left;
}

/* panel boczny */
div.side
{
    width: 208px;
    margin: 0 17px 0 20px;
    float: left;
}

div.side-alt
{
    width: 208px;
    margin: 0 20px 0 17px;
    float: right;
}

/* wieksza zawartosc panelu glownego */
div.content-main
{
    width: 533px;
    margin: 0px 17px 0px 0px;
    float: left;
}

.wide
{ width: 758px !important; }

/* poboczna zawartosc panelu glownego */
div.content-side
{
    float: right;
    width: 208px;
}

/* trzy panele dolne w mapie i informatorze */
.panel-centered
{
    width: 983px;
    margin: 0 20px;
}

.panel-extra
{
    width: 321px;
    height: 200px;
    float: left;
}

a
{
    color: #333333;
    text-decoration: none;
}

a:hover
{
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* KOLORY CZCIONEK ************************************************************/
.niebieski,
.niebieski a,
.niebieski .line-hr
{ color: #0073bc !important; border-color: #0073bc !important; }

.jasno-niebieski,
.jasno-niebieski a,
.jasno-niebieski .line-hr
{ color: #c7d5ef !important; border-color: #c7d5ef !important; }

.czerwony,
.czerwony a,
.czerwony .line-hr
{ color: #ed1c22 !important; border-color: #ed1c22 !important; }

.zielony,
.zielony a,
.zielony .line-hr
{ color: #a1bc00 !important; border-color: #a1bc00 !important; }

.zolty,
.zolty a,
.zolty .line-hr
{ color: #eba801 !important; border-color: #eba801 !important; }

.jasno-szary,
.jasno-szary a,
.jasno-szary .line-hr
{ color: #d1d2d4 !important; border-color: #d1d2d4 !important; }

.szary,
.szary a,
.szary .line-hr
{ color: #838287 !important; border-color: #838287 !important; }

.czarny,
.czarny a,
.czarny .line-hr
{ color: #000 !important; border-color: #000 !important; }

/* NAVIGATOR ******************************************************************/
div.navigator
{
    width: 759px;
    height: 14px;
    padding: 0 0 0 20px;
    line-height: 14px;
    font-family: tahoma, verdana, sans-serif;
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 0px;
    white-space: nowrap;
    overflow: hidden;
    color: #231f20;
}

div.navigator b
{
    text-transform: uppercase;
    font-weight: normal;
    padding-right: 6px;
    color: #838287;
}

div.navigator a,
div.navigator .puncted
{
    padding-left: 15px;
    margin-right: 6px;
    background: transparent url('../../images/portal/selektor-nawigator.png') no-repeat left center;
    color: #231f20;
    display: inline;
}

/* WYSZUKIWARKA ***************************************************************/
div.wyszukiwarka
{ width: 100%; }

div.wyszukiwarka div.belka-wyszukiwarka
{
    width: 100%;
    height: 33px;
    background: url('../../images/portal/tlo-wyszukiwarka.png') no-repeat right top;
}

div.wyszukiwarka div.belka-wyszukiwarka .title
{
    width: auto;
    padding: 0 0 0 34px;
    background: none;
    color: black;
    font-size: 13px;
    font-family: verdana, tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 33px;
    float: left;
}

div.wyszukiwarka .roll,
div.wyszukiwarka .roll:hover,
div.wyszukiwarka .roll_sel,
div.wyszukiwarka .roll_sel:hover
{
    width: 23px;
    height: 33px;
    float: right;
    cursor: pointer;
}

div.wyszukiwarka .roll
{ background: transparent url('../../images/portal/tlo-roller.png') no-repeat scroll 0px 0px; }

div.wyszukiwarka .roll:hover
{ background: transparent url('../../images/portal/tlo-roller-sel.png') no-repeat scroll 0px 0px; }

div.wyszukiwarka .roll_sel
{ background: transparent url('../../images/portal/tlo-roller.png') no-repeat scroll -24px 0px; }

div.wyszukiwarka .roll_sel:hover
{ background: transparent url('../../images/portal/tlo-roller-sel.png') no-repeat scroll -24px 0px; }

div.wyszukiwarka .search_box
{
    width: 100%;
    padding: 0px 0 0px 0;
    margin: 0;
    border: none;
}

div.wyszukiwarka #search_query
{
    width: 170px;
    height: 20px;
    padding: 3px 7px 0 8px;
    border: none;
    margin: 0;
    float: left;
    background: url('../../images/portal/tlo-wyszukiwarka-tekst.png') no-repeat left top;
    color: black;
}

div.wyszukiwarka .srch_btn,
div.wyszukiwarka .srch_btn:hover
{
    width: 23px;
    height: 23px;
    color: white;
    float: right;
}

div.wyszukiwarka .srch_btn
{ background: transparent url('../../images/portal/tlo-wyszukiwarka-przycisk.png') no-repeat scroll 0 0;  }

div.wyszukiwarka .srch_btn:hover
{ background: transparent url('../../images/portal/tlo-wyszukiwarka-przycisk.png') no-repeat scroll -24px 0; }

div.wyszukiwarka div.search_menu
{
    width: 100%;
    text-align: center;
    color: #a8a9ad;
}

div.wyszukiwarka div.search_menu span
{
    padding: 2px 2px;
    font-size: 11px;
    color: black;
    cursor: pointer;
}
div.wyszukiwarka div.search_menu span.item_sel
{ font-weight: bold; }

div.wyszukiwarka div.search_menu span.item:hover,
div.wyszukiwarka div.search_menu span.item_sel:hover
{ color: #a1bc00; }

#adv_form
{
    width: 100%;
    float: left;
}

#adv_form #search_data_od, 
#adv_form #search_data_do,
#adv_form #search_data_rozpoczecia, 
#adv_form #search_data_zakonczenia,
#adv_form #search_od, 
#adv_form #search_do,
#adv_form #search_wiek,
#adv_form #search_stopien,
#adv_form #search_przyczyna
{
	border: 1px solid silver;
	float: right;
}

#adv_form label
{
	cursor: pointer;
	line-height: 150%;
}

/* BELKI **********************************************************************/
div.belka
{
    width: 100%;
    height: 34px;
    color: #0072b9;
    background: url('../../images/portal/tlo-belka-prawo.png') no-repeat right top;
    font-size: 13px;
    font-family: tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

div.belka a,
div.belka .title
{
    display: block;
    background: url('../../images/portal/tlo-belka-lewo.png') no-repeat left center;
    padding: 0 0 0 42px;
}

div.belka a
{
    display: block;
    cursor: pointer;
    color: #0072b9;
    text-decoration: none;
}

div.belka a:hover
{ text-decoration: underline; }

div.belka-kalendarium
{ background: url('../../images/portal/belka-kalendarium.gif') no-repeat top left }

div.belka-alt
{
    width: 100%;
    height: 39px;
    background: url('../../images/portal/tlo-archiwum.png') no-repeat top left;
}

div.belka-alt div
{
    height: auto;
    margin: 8px 0 0 24px;
    line-height: 150%;
    float: left;
}

div.belka-alt div a,
div.belka-alt div a:hover
{ background: none; }

/* BOXY ***********************************************************************/
div.box
{
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    color: #231f20;
    background: #fff;
}

div.padded
{ padding: 10px; }

/* boxy (forboxy) wyswietlane na stronie glownej i/lub w bocznych panelach */
div.box-front
{
    width: 208px;
}

div.box-toggled
{
    width: auto;
    padding: 17px 0 17px 50px;
}
div.box-toggled > div.box-front
{
    margin: 0 17px 0 0;
    float: left;
}

/* ZAJAWKI ********************************************************************/
.zajawka-title
{ font-size: 24px; /* to musi byc osobno, zeby dzialal resize_font */ }
.zajawka-title,
.zajawka-title a
{
    min-height: 30px;
    color: #0073bc;
    font-family: verdana, tahoma, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
}

.zajawka-title-small
{ font-size: 13px; /* to musi byc osobno, zeby dzialal resize_font */ }
.zajawka-title-small,
.zajawka-title-small a
{
    height: 18px;
    color: #0073bc;
    font-family: verdana, tahoma, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    overflow: hidden;
}

.zajawka-gfx,
.zajawka-gfx-small
{
    width: 175px;
    height: 131px;
    float: left;
    text-align: center;
}

.zajawka-gfx-small
{ width: 208px; text-align: center; }

.zajawka-gfx img,
.zajawka-gfx-small img
{ border: none; max-width: 175px; max-height: 131px; }

.margined
{ margin: 0 10px 10px 0; }

.zajawka-content,
.zajawka-content-small
{ font-size: 12px; /* to musi byc osobno, zeby dzialal resize_font */ }
.zajawka-content,
.zajawka-content-small,
.zajawka-content a,
.zajawka-content-small a
{
    height: 70px;
    overflow: hidden;
    color: #211f20;
    line-height: 17px;
    display: block;
}

.justify
{ text-align: justify; }

.zajawka-content p,
.zajawka-content-small p
{ margin: 0; }

.zajawka-content,
.zajawka-content a
{ width: 100%; height: auto; line-height: 150%; }

.zajawka-content a:hover,
.zajawka-content-small a:hover
{ color: #a1bc00; }

.zajawka-title-small a:hover,
.zajawka-title a:hover
{ text-decoration: underline; }

.zajawka-info,
.zajawka-info a
{
    color: #838287;
    font-size: 11px !important;
    line-height: 150%;
}

.zajawka-info .legend
{
    width: 125px;
    margin: 0 15px 5px 0;
    font-weight: bold;
    text-align: right;
    display: block;
    float: left;
}

.zajawka-zalaczniki
{
    width: 200px;
    margin: 0 15px 10px 0;
    float: left;
}

.zajawka-zalaczniki .gfx,
.zajawka-zalaczniki .gfx a
{ width: 100%; height: auto; text-align: center; }

.zajawka-zalaczniki .gfx img
{ margin-bottom: 10px; }

.zajawka-zalaczniki .desc
{
    color: #838287;
    font-size: 11px;
    line-height: 150%;
}

/* ZAKLADKI *******************************************************************/
div.box-tabs
{
    width: auto;
    height: 26px;
}

div.box-tabs ul.tabs
{
    padding: 0;
    margin: 0;
    border: none;
    list-style-type: none;
}

div.box-tabs ul.tabs li,
div.box-tabs ul.tabs li.sel
{
    height: 24px;
    padding: 0px 20px 0 0;
    color: black;
    text-align: left;
    text-transform: lowercase;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
    float: left;
    cursor: pointer;
    letter-spacing: -1px;
}

div.box-tabs ul.tabs li span
{ height: 100%; display: block; margin-top: 2px; text-align: center; }

div.box-tabs ul.tabs li.sel span,
div.box-tabs ul.tabs li:hover span
{ font-weight: bold; border-top-width: 2px; border-top-style: solid; border-top-color: black; margin-top: 0; }

div.box-tabs .rss
{
    width: 28px;
    height: 28px;
    background: url('../../images/portal/rss.png') no-repeat center center;
    float: right;
    cursor: pointer;
}

/* LINK MORE ******************************************************************/
.link-more,
.link-more-alt
{
    display: block;
    float: right;
}

.link-more a,
.link-more-alt a,
.link-more a:hover,
.link-more-alt a:hover
{
    color: #0073bc;
    font-family: tahoma, verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 15px;
    background: url('../../images/portal/selektor-link.png') no-repeat center right;
}

.link-more-alt a,
.link-more a:hover
{
    background: url('../../images/portal/selektor-link-alt.png') no-repeat center right;
    color: #ed1c22;
}

.link-more a:hover,
.link-more-alt a:hover
{ text-decoration: underline; }

/* PRZESKAKUJACE BOXY *********************************************************/
div.bounce_box
{
    width: 100%;
    height: auto;
    padding: 0 0 10px;
}

div.nums
{
    width: 25px;
    max-height: 130px;
    margin: 2px 0 0 0;
    display: block;
    float: right;
}

div.nums > div
{
    width: 25px;
    height: 25px;
    margin: 1px 0 0;
    line-height: 25px;
    text-align: center;
    color: #000;
    cursor: pointer;
    background: url('../../images/portal/tlo-nums.png')  no-repeat center center;
}

div.nums > div.sel,
div.nums > div:hover
{ background: url('../../images/portal/tlo-nums-sel.png')  no-repeat center center; }

div.bounce_box .gfx
{
    width: 170px;
    height: 125px;
    float: left;
    overflow: hidden;
    border-top: 1px solid white;
}

div.bounce_box .gfx img
{
    width: 170px;
    height: auto;
}

div.bounce_box .content
{
    width: 100%;
    height: 160px;
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
    overflow: hidden;
}

div.bounce_box .content a
{
    display: block;
}

.box_footer
{
    width: auto;
    height: auto;
    max-width: 300px;
    line-height: 150%;
    font-size: 9px;
    text-align: left;
    float: left;
    padding: 10px 0 0;
}

/* STATYSTYKI *****************************************************************/
div.stats
{
    width: auto;
    height: auto;
    padding: 15px;
    border: 1px solid #d8bd6c;
    color: black;
    background: #f0d27a;
    font-size: 12px;
}

div.stats .title
{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 0 0 5px 0;
}

/* NEWSY **********************************************************************/
div#news_box
{
    width: 100%;
    height: auto;
    clear: both;
}

div.news_item
{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    clear: both;
    text-align: justify;
}

div.news_gfx
{
    width: 170px;
    height: 125px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
    overflow: hidden;
}

div.news_gfx a,
div.news_gfx img
{
    width: 170px;
    height: 125px;
    display: block;
    float: left;
    overflow: hidden;
}

div.news_content
{
    width: auto;
    height: 110px;
    text-align: justify;
    line-height: 150%;
}

/* BOXY W 2 KOLUMNACH *********************************************************/
div.box-coupled
{
    width: 100%;
    height: auto;
}

div.box-left,
div.box-right
{
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    float: left;
}

div.box_right
{ float: right; }

div.box-left > div,
div.box-right > div
{
    width: auto;
    height: auto;
    text-align: justify;
}

div.box-left a,
div.box-right a
{
    text-align: justify;
    text-decoration: none;
}

div.box-left > div
{    
    margin: 10px 10px 10px 0;
    border-right: 1px solid #c7d5ef;
    padding-right: 10px;
}

div.box-right > div
{ margin: 10px 0 10px 10px; }

div.box-right > img
{
    width: 90%;
    margin: 0 5%;
    display: block;
}

div.right-part
{
    width: 570px;
    float: right;
}

div.right-part-small
{
    width: 348px;
    float: right;
}

div.box-left div.right-part
{ width: 173px; }

div.box-right div.right-part
{ width: 183px; }
div.right-part .czarny a:hover,
div.right-part-small .czarny a:hover
{ text-decoration: underline; }
/* ANKIETY ********************************************************************/
.ankieta
{
    width: auto;
    height: auto;
    padding: 10px;
    color: black;
    background: #95cae9 url('../../images/portal/tlo-ankieta.jpg') no-repeat top center;
}

.ankieta_title
{
    font-weight: bold;
}

.ankieta_question_box
{
    padding: 10px;
}

.ankieta_question_box input[type='submit']
{
    width: 85px;
    background: transparent url('../../images/portal/przycisk-glosuj.png') no-repeat center center;
    float: left;
}

.ankieta_question_box div.button_link input[type='button']
{
    border: none;
    padding: 0;
    margin: 0;
    color: white;
    background: none;
    float: right;
}

/* STRONA *********************************************************************/
.page_content,
.page_content a
{
    width: auto;
    height: auto;
    line-height: 150%;
    text-align: justify;
}

div.page_content a
{
    color: #333333;
    text-decoration: none;
}

/* ROZWIJACZE *****************************************************************/
.roll_side,
.roll_side_sel
{
    width: 23px;
    height: 33px;
    background: transparent url('../../images/portal/tlo-roller.png') no-repeat scroll -72px 0;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.roll_side:hover
{ background: transparent url('../../images/portal/tlo-roller-sel.png') no-repeat scroll -72px 0; }

.roll_side_sel
{ background: transparent url('../../images/portal/tlo-roller.png') no-repeat scroll -48px 0; }

.roll_side_sel:hover
{ background: transparent url('../../images/portal/tlo-roller-sel.png') no-repeat scroll -48px 0; }

/* GALERIE ********************************************************************/
.gallery_box
{
    width: 200px;
    height: auto;
    border: none;
    float: left;
    margin: 10px 0 10px 30px;
}

.gallery_box_title,
.galbox_title
{
    height: 24px;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 6px;
    overflow: hidden;
}

.gallery_box_tresc,
.galbox_tresc
{
    height: 90px;
    line-height: 150%;
    overflow: hidden;
    text-align: justify;
}

/* ODSTĘPY, PRZERYWNIKI *******************************************************/
div.cl,
div.clear
{
    width: 100%;
    height: 0px;
    clear: both;
}

div.line-hr,
div.line-hr
{ border-bottom: 1px solid #9d9d9d; }

div.clr
{
    width: 100%;
    height: 12px;
    clear: both;
}

div.clr-half
{
    width: 100%;
    height: 6px;
    clear: both;
}

.left
{
    width: 180px;
    height: auto;
    margin-right: 10px;
    float: left;
}

.left .opis
{
    clear: both;
    border-bottom: 1px solid silver;
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    text-align: justify;
    cursor: default;
}

/* STOPKA *********************************************************************/
div.page_footer,
div.page_footer_additional
{
    width: 1023px;
    height: 82px;
    padding: 20px 0px 0 0px;
    font-size: 10px;
    background: transparent url('../../images/portal/tlo-stopka.png') no-repeat top center;
    clear: both;
}
div.page_footer_additional
{
    height: auto;
    text-align: center;
    padding-bottom: 20px;
}


div.page_footer a
{
    padding: 0px 2px;
    color: #595758;
    text-decoration: none;
    text-transform: lowercase;
}

div.page_footer .niebieski a
{ color: #0073bc; }

div.page_footer .uppercase a
{ text-transform: uppercase; }

div.page_footer a:hover
{ text-decoration: underline; color: #000; }

div.footer_left,
div.footer_right
{
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 150%;
    letter-spacing: 0px;
    color: #595758;
}

div.footer_left
{
    width: 430px;
    margin: 0 0 0 20px;
    float: left;
}

div.footer_right
{ 
    width: 533px;
    margin: 0 20px 0 0;
    float: right;
    text-align: left;
}

/* BLOCK MENU *****************************************************************/
.block_menu_upper
{
    width: 100%;
    height: auto;
    background: red;
}

.block_menu_lower
{
    width: 100%;
    height: auto;
    background: red;
}

/* STRONA 404 *****************************************************************/
#error404
{
	width: 983px;
        height: 460px !important;
        margin: 0 auto;
	background: transparent url('../../images/404.jpg') no-repeat;
        display: block;
	clear:both;
	float:left;
}

/* GALERIE ********************************************************************/

#bigPhoto
{
	margin: 0px 0px 6px 0px;
	text-align: center;
	clear: both;
}
#bigPhoto .grafika
{ clear: both; }
#bigPhoto .grafika img
{
	/*border: 1px solid silver;*/
}
