/* 
Created on : 2009-03-17, 09:58:21
Author     : ania
*/
/*-----------------------------------------*/
/* RESET */
/*-----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;}
ol, ul{
  list-style:none;
}
blockquote, q{
  quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after{
  content:'';content:none;
}
/* remember to define focus styles! */
:focus{outline:0;}
/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}
/* for ie: */
.has_layout{
  width:100%
}
/*-----------------------------------------*/
/* FONTY */ /*- do czyszczenia - align, bold... */
/*-----------------------------------------*/
h1{
  font-size: 2em;
  margin: 10px 0 18px 0;
}
h2{
  font-size: 1.5em;
  margin: 10px 0 18px 0;
}
h3{
  margin: 12px 0 12px 0;
}
.h1h3_small{
  float:left;
  font-size:1em;
  margin: 5px 0 0 0;
}
.h1_small{
  font-size: 1.5em;
  margin: 10px 0 18px 0;
}
.bold{
  font-weight: bold;
}
.text_align_right{
  text-align: right;
}
.text_center{
  text-align: center
}
p{
  margin: 0 0 18px 0;
}
/*ostatnia lucida - do wywalenia po sprawdzeniu
i nadaniu nowych klas odwoluje sie tez do niej helper */
.lucida12{
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1em;
} 
/*-----------------------------------------*/
/* LINKI */
/*-----------------------------------------*/
body a:link, a:visited, a:active{
  color: #3461AB;
  text-decoration: none;
}
body a:hover{
  text-decoration: underline;
}
a:link.grey_link, a:visited.grey_link, a:active.grey_link {
  color: #cccccc;
  text-decoration: none;
}
a:hover.grey_link {
  text-decoration: underline;
}
/*-----------------------------------------*/
/* POZOSTAŁE GLOBALNE */
/*-----------------------------------------*/
.round_corner{
  -moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
}
ul, ol, img, p{
  margin: 0;
}
img{
  border: 0;
}
.clear{
  clear: both;
}
.center{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.left{
  float: left
}
.right{
  float: right
}
/* Preformatowany styl, zachowujacy spacje,*/
/* lamiacy entery, dobry do listow */
.pre_wrap{
  white-space: pre-wrap;
}
/* szara pozioma linia */
.grey_hr{
  border-bottom: 1px solid #efefef;
  margin: 0 0 5px 0 ;
  padding: 0
}
/* margines przy szarej poziomej linii */
.margin_top_20{
  margin-top: 20px
}
hr{
  color: #cccccc;
}
.ulxx{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ulxx li{
  float: left;
  position: relative;
}
label{
  height: 18px;
  line-height: 18px;
}
.small9{
  font-size: 0.75em;
}
.small{
  font-size: 0.75em;
}
.grey_text {
  color: gray;
}
.red{
  color: #d96655;
}
.green{
  color: #669900;
}

/* style stworzone na specjalnie, zeby wywalic pozostalosci inline'owych styli z html - do przejrzenia */
.width_60{
  width: 60px;}
.width_150{
  width: 150px}
.margin_left_40{
  margin-left: 40px}
.upload_frame_style{
  width: 1px;
  height: 1px;
  border: 0}
.height_15{
  height: 15px}
.display_inline{
  display: inline}
.padding_top_4{
  padding-top: 4px}
/*-----------------------------------------*/
/* PODSTAWOWA STRUKTURA */
/*-----------------------------------------*/
body{
  background-color: white;
  color: #222222;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 18px;
  margin: 0;
}
#main{
  background-color: white;
  clear: both;
  margin: 5px auto;
  padding: 5px;
  width: 975px;
}
#bg{
  background: url(/images/bg_repeat.png) repeat-x;
  margin-top: 2px;
}
#left_container{
  border-right: 1px solid #D1D1D1;
  float: left;
  margin: 10px 10px 10px 0;
  padding-right: 15px;
  width: 690px;
}
#right_container{
  float: right;
  padding-left: 15px;
  width: 238px;
}
/*-----------------------------------------*/
/* HEADER */
/*-----------------------------------------*/
#header_container{
  border-bottom: 1px solid #f6f6f6;
  height: 62px;
}
#header{
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
#logo{
  margin-left: 4px;
  width: 199px;
}
#header h1 {
  overflow:hidden;
  position:absolute;
  text-indent:-9999px;
  width:200px
}
#login_logout{
  font-size: 0.917em;
  font-weight: normal;
  height: 12px;
  line-height: 12px;
  margin: 4px 10px 0 0;
  text-align: right;
}
#breadcrumbs{
  border-bottom: 1px solid #D1D1D1;
  font-size: 0.917em;
  margin-top: -10px;
  padding: 10px 0 10px 5px;
}
/*-----------------------------------------*/
/* FOOTER */
/*-----------------------------------------*/
#footer{
  border-top: 1px solid #eee;
  clear: both;
  color: gray;
  font-size: 11px;
  line-height: 15px;
  margin: 30px auto 0 auto;
  padding-top: 6px;
  text-decoration: none;
  text-align: center;
}
#footer a{
  font-size: 11px;
  color: gray;
  text-decoration: none;
  text-align: center;
}
#footer a:hover{
  text-decoration: underline;
}
/*-----------------------------------------*/
/* HELP */
/*-----------------------------------------*/
.help_icon{
  float: right;
  margin: 8px 0;
}
/*-----------------------------------------*/
/* LOADING... */
/*-----------------------------------------*/
#loading_box{
  background-color: #dfdfdf;
  border: 1px solid #bfbfbf;
  height: 48px;
  left: 0;
  position: fixed;
  top: 300px;
  width: 48px;
  z-index: 9005;
}
.loading_image{
  margin-top: 12px;
}
/*-----------------------------------------*/
/* PRZYCISKI */
/*-----------------------------------------*/
.submit_button{
  clear: both;
  margin-left: 150px
}
/*** ***/
a.button_nar, a.button_nar_g, a:visited.button_nar,
a:active.button_nar, a:hover.button_nar, a:link.button_nar,
a:visited.button_nar_g, a:active.button_nar_g, a:hover.button_nar_g,
a:link.button_nar_g{
  color: white;
}
.button_nar, .button_nar_g{
  padding-top: 2px;
  height: 27px;
  width: 79px;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
}
.button_nar{
  background: #3D8ECE url(/images/buttons/button_nar01.gif);
}
.button_nar:hover{
  text-decoration: none;
  background-image: url(/images/buttons/button_nar02.gif);
}
.button_nar_g{
  background-image: url(/images/buttons/button_nar01g.gif);
  color: white;
}
.button_nar_g:hover{
  background-image: url(/images/buttons/button_nar02g.gif);
}
.button_wid, .button_wid_g{
  background-repeat: no-repeat;
  display: block;
  font-weight: bold;
  height: 29px;
  padding-top: 2px;
  text-align: center;
  text-decoration: none;
  width: 120px;
}
.button_wid{
  background-image: url(/images/buttons/button_wid01.gif);
  color: white;
}
.button_wid:hover{
  background-image: url(/images/buttons/button_wid02.gif);
}
.button_wid_g{
  background-image: url(/images/buttons/button_wid01g.gif);
  color: white;
}
.button_wid_g:hover{
  background-image: url(/images/buttons/button_wid02g.gif);
}
/*-----------------------------------------*/
/*niebieski button-obrazek jako background do linka */
/*-----------------------------------------*/
.button{
  float: left;
  margin: 10px 3px 3px 10px;
}
.left_button_part{
  background: url(/images/buttons/button_left.gif) no-repeat;
  float: left;
  padding: 30px 7px 0 0;
}
.right_button_part{
  background: url(/images/buttons/button_right.gif) no-repeat;
  float: left;
  padding: 30px 0 0 8px;
}
.button_bg{
  background: #1C77AD url(/images/buttons/button_middle.gif) repeat-x;
  color: white;
  font-weight: bold;
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 14px 0;
  white-space: nowrap;
}
.button_bg a:link, .button_bg a:visited{
  color: white;
  font-weight: bold;
}
/*-----------------------------------------*/
/* komentarz obok buttona */
/*-----------------------------------------*/
.button_bg_comment{
  float: left;
  font-weight: bold;
  margin: 10px 0 0 10px;
}
/*-----------------------------------------*/
/* input jako niebieski button */
/*-----------------------------------------*/
.button_bg input{
  background:none;
  border: none;
  color: white;
  float: left;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 9pt;
  outline: none;
  margin: 2px 0 -1px 0;
  padding: 0 0 0 0;
}
/*-----------------------------------------*/
/* szary - nieaktywny button */
/*-----------------------------------------*/
.left_button_part_bw{
  background: url(/images/buttons/button_left_bw.gif) no-repeat;
  float: left;
  padding: 30px 8px 0 0;
}
.right_button_part_bw{
  background: url(/images/buttons/button_right_bw.gif) no-repeat;
  float: left;
  padding: 30px 0 0 8px;
}
.button_bg_bw{
  background: #bfbfbf url(/images/buttons/button_middle_bw.gif) repeat-x;
  color: white;
  float: left;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em;
  margin: 0 0 0 0;
  padding: 0 2px 10px 2px;
  /* padding: 0 0 14px 0; */
  white-space: nowrap;
}
/*-----------------------------------------*/
/* WYSZUKIWARKA */
/*-----------------------------------------*/
div#search_box{
  font-size: 11px;
  margin-left: 8px;
}
/*-----------------------------------------*/
/* FORMULARZE */
/*-----------------------------------------*/
.main_form{
  background-color: #f6f6f6;
  border: 1px solid #e1e1e1;
  padding: 10px 0 40px 10px;
}
.main_form .formItem, .main_form .formItem input, .main_form .formItem label, .formItem textarea{
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
.main_form .formItem{
  clear: both;
  margin-bottom: 12px;
}
.main_form .formItem input{
  font-size: 10pt;
  line-height: 18px;
  margin: 0 0 3px 0;
  padding: 3px;
}
.main_form .formItem label{
  display: block;
  float: left;
  font-weight: bold;
  line-height: 14px;
  margin: 2px 6px 0 0;
  padding-top: 2px;
  text-align: right;
  width: 125px;
}
.formItem textarea{
  overflow: auto;
  padding: 1px;
}
/*.main_form .formItem label.long{text-align:left; width:250px;}*/
/* errors */
.main_form .formItem .fieldWithErrors{
  float: left;
}
.formItem .fieldWithErrors input{
  border: 1px solid #b11b25;
}
.main_form .formItem .formError{
  clear: both;
  color: #b11b25;
  font-size: 1em;
  height: 18px;
  margin-left: 131px;
  margin-right: 83px;
}
.standard_form p{
  margin: 0;
  padding: 0;
}
.standard_form fieldset{
  border: none;
  margin-bottom: 10px;
}
/*-----------------------------------------*/
/* "bialy formularz" */
/*-----------------------------------------*/
.main_form_cumul{
  background-color: white;
  border: none;
  padding: 0;
}
.main_form_cumul > div.formItem{
  background-color: white;
}
.main_form_cumul .formItem{
  clear: both;
  display: inline;
  float: left;
  margin: 0 0 12px 0;
  padding: 10px;
  width: 99%
}
.main_form_cumul .formItem .submit_button{
width:99%
}
.main_form_cumul .formItem label{
  display: block;
  float: left;
  line-height: 14px;
  margin: 0 6px 0 10px;
  padding-top: 2px;
  text-align: right;
  width: 125px;
}
/*-----------------------------------------*/
/* BŁĘDY - komunikaty */
/*-----------------------------------------*/
.signup_err{
  background-color: #FFAFA8;
  border-color: #B11B25;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #5F1712;
  margin: 10px auto;
  padding: 8px;
  text-align: center;
  width: 500px;
}
.err{
  background-color: #FFAFA8;
  border-color: #b11b25;
  border-bottom: solid 1px;
  border-top: solid 1px;
  color: #5F1712;
  margin: 10px auto;
  text-align: center;
  padding: 8px;
  width: 500px;
}
.notice{
  background-color: #E2F9E3;
  border-color: #99c999;
  border-bottom: solid 1px;
  border-top: solid 1px;
  color: #3a6a06;
  margin: 10px auto;
  padding: 8px;
  text-align: center;
  width: 500px;
}
/*-----------------------------------------*/
/* MAPA */
/*-----------------------------------------*/
#sitemap li{
  font-weight: bold;
  list-style:none;
}
#sitemap li ul li{
  font-weight: normal;
}

.deleted {
  text-decoration: line-through;
}

.thumb {
	max-width: 54px;
	max-height: 54px;
}

.normal {
	max-width: 300px;
	max-height: 300px;	
}

.small {
	max-width:30px;
	max-height:30px;
}