/* 
    Document   : misc
    Created on : 2009-08-31, 22:03:45
    Author     : vinkiel
    Description:
        Purpose of the stylesheet follows.
*/

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

html, body
{
    height: 100%;
}
/* reset */
html, body,
form, legend, fieldset,
img, p, li, ul, div,
h1, h2, h3, h4, h5
{
    margin:  0;
    padding: 0;
    border:  0;
}
a{
    text-decoration: none;
    color: #6f992d;
}
body
{
    text-align: center;
    background: #fbfbfb;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 9pt;
}
input, select, textarea, button{
    font-family: Verdana, Tahoma, Arial, sans-serif;
}


.clr{clear: both;}
.rgt{float: right;}
.lft{float: left;}
.relative{position: relative;}
.absolute{position: absolute;}
.block{display: block !important;}
.none{display: none !important;}
.inline{display: inline !important;}
.align-center{text-align: center;}
.top_sep{height: 1px; overflow: hidden;}/* FF .... */

/* selektory id */

#center
{
    text-align: left;
    width: 778px;
    margin: 0 auto; 
}

#corner_lft, #corner_rgt{width: 8px; height: 133px; background-repeat: no-repeat;}
#corner_lft{background: url(../images/corner_lft.gif) no-repeat;}
#corner_rgt{background: url(../images/corner_rgt.gif) no-repeat;}

#corner_lft_d, #corner_rgt_d{width: 8px; height: 114px; background-repeat: no-repeat; overflow: hidden;}
#corner_lft_d{background: url(../images/corner_lft_d.gif) no-repeat;}
#corner_rgt_d{background: url(../images/corner_rgt_d.gif) no-repeat;}


#header{width: 100%;} /* ie6 ... */

#top
{
    width: 762px;
}
#top_bg
{
    height: 104px;
    background: url(../images/top_bg.jpg) no-repeat;
}
#nomenu{height: 8px; background: #242424; font-size: 0px;}
ul#top_menu
{
    background: #242424;
    height: 29px;
}

ul#top_menu{
     list-style: none;
}

ul#top_menu li{
     display: block;
     float: left;
}
ul#top_menu li.first-child a{
    margin-left: 8px;
}
ul#top_menu a, .hide_menu li a{
     color: #fafad2;
     font-size: 0.9em;
     padding: 0 13px;
     line-height: 28px;
     display: block;
}
ul#top_menu a:hover, .hide_menu li a:hover{
    background-color: #434335;
    color: #fff;
}

ul#top_menu a.no-active{
    color: #72725a;
}

ul#top_menu a.no-active:hover{
    background-color: transparent;
    color: #72725a;
    cursor: default;
}
ul#top_menu li.sep{
    width: 1px;
    margin-top: 7px;
    height: 15px;
    background: #8a8a8a;
}

.hide_menu{
    background:#242424;
    list-style: none;
    display: none;
}

#logo{
    margin-top: 26px;
    padding-left: 20px;
    width: 63%;
    height: 50px;
}

#logo_logo{
    margin-top: 8px;
    margin-right: 20px;
}

#logo_ser{
    margin-top:20px;
    margin-left: 20px;
}

#panel a{color: #e1ef91;}
#panel a:hover{color: #fff;}

#panel{
    height: 100%;
    width: 34%;
    color: #fff;
    font-size: 0.85em;
}
#logged{
    margin-top:5.2ex;
    margin-right: 15px;
    line-height: 1.7em;
    text-align:right;
}

#b{
    margin-top: 4ex;
}


.b_head{
    background: url(../images/body_corner_left.gif) no-repeat;
}
.b_head_2{
    background: url(../images/body_corner_right.gif) right top no-repeat;
}
.b_head_2 h1, .b_head_2 .h1
{
    background: #fff url(../images/body_gradient.gif) 0 5px repeat-x;
    margin: 0 10px;
    height: 60px;
    font-size: 2.1em;
    font-weight: normal;
    line-height: 65px;
    overflow: hidden;
    letter-spacing: -1px;
    padding-left: 18px;
    color: #fff;
    border-top: 1px #bababa solid;
}

.container{
    background: #fff;
    border-left: 1px #bababa solid;
    border-right: 1px #bababa solid;
}

.border{
    background: #242424;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    border-top: 1px #fff solid;
}
.p25{
    padding: 25px;
}
.p5{
    padding: 1px 5px;
}
.p15{
    padding: 15px;
}
.b_bottom
{
    background: url(../images/body_bottom_left.gif) no-repeat;
}
.b_bottom_2{
    background: url(../images/body_bottom_right.gif) right top no-repeat;
}
.b_bottom_3{
    height: 6px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px #bababa solid;
    margin: 0 10px;
}

#footer{
    font-size: 0.8em;
    color: #7e7e7e;
    text-align:center;
    padding: 10px 0;
}

/* Formaulrz */
.f input, .f select, f.textarea{
    font-size: 0.9em;

}
.f fieldset{
    padding: 10px;
    padding-top:0;
}
.f fieldset.actived{
   background: #f8f8d0;
}
.f fieldset .actived{
   border: 1px #645e05 solid !important;
}
.f legend{
    font-size: 1.3em;
    color: #242424;
    font-weight: bold;
}
.f{
    color: #7e7e7e
}
.f small{
    background: #ed1c24;
    color: #fff;
    display: none;
}
.f label{
    display: block;
    margin-bottom: 2px;
    margin-top: 8px;
}
.f .select_single{
    background:  url(../images/input.gif) repeat-x;
    padding: 5px 5px 6px 0px;
    width: 112px;
    border: 1px #a8a8a8 solid;
}
.f .select_multiple{
    background: #fbfbfb;
    border: 1px #a8a8a8 solid;
}
.f .s1{
    width: 325px;
    height: 92px;
}
.f textarea{
    border: 1px #a8a8a8 solid;
    background: #fbfbfb;
    font-size: 0.8em;
    padding: 5px;
}
.f .ta1
{
    width: 345px;
    height: 78px;
}
.f .input, .f .tfull, .f input.browse_field
{
    background:  url(../images/input.gif) repeat-x;
    border: 1px #a8a8a8 solid;
    padding: 6px 5px 7px 5px;
}
.margin-lft{
    margin-left: 11px;
}
/* tu trzeba pamietac ze ie zle intepretuje model pudelkowy w inputach */
.f .w1{
    width: 346px;
}
.f .w2{
    width: 223px;
}
.f .w3{
    width: 99px;
}
.f .tfull{
    width: 714px;
}
.f input.browse_field{
    width: 313px;
}

.f input.disabled, .f select.disabled
{
    background:  url(../images/input_dis.gif) repeat-x !important;
}

.f textarea.disabled2, .f select.disabled2
{
    background:  #ddd !important;
}

.f input.button, .f div.button input, .f button.button, .f2 input.button
{
    width: 98px;
    height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 8.5pt;
    font-weight: bold;
    border: 0;
    background:url(../images/button.gif) repeat-x;
}
.f button.norm{
    font-weight: normal !important;
}
.f input.button_blue
{
    width: 190px;
    height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    background:url(../images/button_blue.gif) repeat-x;
}

.f label span{
    color: #ed1c24;
    font-weight: bold;
}
.f #info_prev
{
    font-size: 0.8em;
    color: #242424;
    height: 4em;
    overflow: hidden;
}
.f div.browse button, .f div.del button, .f div.edit button
{
    margin-left: 4px;
    width: 28px;
    height: 28px;
    border:0;
}

.f div.browse button{background: url(../images/browse.gif) no-repeat;}
.f div.del button{background: url(../images/del.gif) no-repeat;}
.f div.edit button{background: url(../images/edit.gif) no-repeat;}

.f div.browse button.disabled{background: url(../images/browse_dis.gif) no-repeat !important;}
.f div.del button.disabled{background: url(../images/del_dis.gif) no-repeat !important;}
.f div.edit button.disabled{background: url(../images/edit_dis.gif) no-repeat !important;}
.f div.button button.disabled{background: url(../images/button_dis.gif) no-repeat !important;}

.f .ico_sep{margin-bottom: 4px;}

.f button.browse_disabled{
    background: url(../images/browse_dis.gif) no-repeat !important;
}
.f .lh28{
    line-height: 28px;
}
.f .sep{
    height: 10px;
    overflow: hidden;
}
.f .sep3{
    height: 25px;
    overflow: hidden;
}
#prevent{font-weight: normal;}
.f .notes{
    font-size: 0.8em;
    color: #242424;
    margin: 10px 0;
}
.f .notes p{
    margin: 5px 0;
}
.f .w111{width: 111px;}
.f .w235{width: 235px;}
.f .w358{width: 357px;}
.f .err-full{width: 726px;}
.view_details{margin-left: 4px;}
.half{
    border: 1px #bababa solid;
}

.half .input{
    width: 313px;
}


.half label{
    margin:0;
    padding:0;
    margin-bottom: 5px;
}
div.f_half_cont1, div.f_half_cont2{
    border: 5px #fff solid;
    padding: 10px;
}
div.f_half_cont1{
    background: url('../images/f2bg1.gif') repeat-x;
}
div.f_half_cont2{
    background: url('../images/f2bg2.gif') repeat-x;
}
#info_new_trigger {width: 10px;}


.error_center{
  text-align: center;
  margin: 30px 0;
}
.error_globe, .ok_globe{
    padding: 20px;
    width: 75%;
    margin: 0 auto;
    text-align: center;
}
.error_globe{
    background: #ffefef;
    color: #9e0b0f;
    border: 1px #d69494 solid;
}
.ok_globe{
    background: #efffd7;
    color: #005e20;
    border: 1px #88bf67 solid;
}

#login_form form{
    margin-top: 22px;
}
#login_form{
    padding-right: 15px;
}
#login_form .input{
    border: 1px #000 solid;
    background: url('../images/input.gif') center center;
    font-size: 1.15em;
    width: 112px;
    padding: 3px;
}
#login_form .margin-btn{
    margin-top: 5px;
}


ul.listowanie{
  list-style: none;
  margin: 0;
}
ul.listowanie li{
    padding: 5px 15px;
    margin:0;
    display: block;
    font-size: 0.9em;
    line-height: 1.5em;
    background: #fafafa;
    margin-bottom: 1px;
}
ul.listowanie li.red{
    background: #ffcece !important;
}

ul.listowanie li.bgred{
    background: #feb5b5 !important;
}


ul.listowanie li.bg{
    background: #ececec;
}

ul.listowanie p.p1{
    width: 45%;
}
ul.listowanie p.p2{
    width: 35%;
}
ul.listowanie p.p3{
    width: 18%;
}
ul.listowanie a{
    font-weight: bold;
}
ul.listowanie a:hover{
    background: #6f992d;
    color: #fff;
}
/**
* paginacja
*/
ul.paginacja{
    list-style: none;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;

}
ul.paginacja li{
    display: inline-block;
}
ul.paginacja a{
    display: inline-block;
    padding: 2px 5px;
    text-decoration: underline;
    margin: 0 2px;
}
ul.paginacja a.img:hover{
    background: none;
}
ul.paginacja a:hover{
    color: #fff;
    background:#6f992d;
}
ul.paginacja .current{
    color: #aaa;
    text-decoration: none;
}
/**
 *listowanie
 */
 .podp{
     color: #fff;
     font-size: 7.5pt;
     letter-spacing:0;
     padding-right: 15px;
 }
 .podp a{
     padding: 2px;
     background: #242424;
     color:#fafad2;
 }
  .podp a:hover{
     background: #fafad2;
     color:#242424;
 }
.podp a.current{
     background: #fafad2;
     padding-right: 12px;
     color:#242424;
 }
 .podp a.up{
     background: #fafad2 url('../images/arrows.gif') no-repeat right -30px !important;
 }
  .podp a.down{
     background: #fafad2 url('../images/arrows.gif') no-repeat right -18px !important;
 }
 /**
 drugi formularz
 */
 .f2{
   width: 60%; margin: 0 auto;
 }
 .f2 label{
   color: #666;
 }
 .f2 small {
   color: #aaa;
 }
 .f2 label span{
    color: #f30;
 }
.f2 table {font-size: 1em;}
.f2 table td{
  padding: 10px 5px;
 }
  .f2 .w1{width: 100px}
  .f2 .w2{width: 200px}
  .f2 textarea{font-size: 1em;}
  .f2 div.error{font-size: 0.8em; color: #f30;}
  .f2 input.error, .f2 input.textarea, .f2 input.select
  {
    background:#fff0f0;
    border:1px #600 solid;
  }
/**
Top nav
*/
.top_nav{
  margin: 20px 10px;
  margin-top:0;
  border-bottom: 1px #ccc solid;
}
.top_nav ul{
  list-style: none;
}
.top_nav li a{
  display: block;
  font-size: 0.9em;
  padding: 5px 5px 5px 27px;
  margin-right: 10px;
  margin-bottom:7px;
}
.top_nav form{
  margin-bottom:7px;
}
.top_nav .iprint{
  background: url('../images/icon_print.gif') no-repeat;
}
.top_nav form input.single{
  background: url(../images/input.gif) center center repeat-x;
  border: 1px #a8a8a8 solid;
  padding: 2px 3px;
}
.top_nav form input{font-size: 0.9em}
/**
* tooltip
*/
#tooltip {
    display:none;
    background-color:#ffd;
    border:1px  #660 solid;
    padding:3px;
    color: #660;
    padding: 5px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left;
    width:150px;
} 






/*pawel*/
.yellow {background-color: #fafad2;}
.center{width: 100%; text-align: center; padding: 15px 0px;}
.center_center{width: 100%; text-align: center;}
.center_center table {text-align: left}

/**** HAKI *****/

* html ul.paginacja li{display: inline;}
* html ul.listowanie li{width: 100%;}
* html #login_form label{font-size: 0.7em; color: #fff;}
* html #login_form .input{font-size: 0.7em;height: 21px;padding: 3px;}
* html .b_bottom_3{height: 7px;}
* html legend{margin-left: -7px;}
* html .f input{height: 28px;}
* html .f .w1{width: 358px;}
* html .f .w2{width: 235px;}
* html .f .w3{width: 111px;}
* html .f .tfull{width: 726px;}
* html .f input.browse_field{width: 325px;}
* html .f .select_single{height: 50px;line-height: 28px;}
* html .f .ta1{width: 358px; height: 96px;}
* html .f .s1{height: 98px;}
* html .half {width: 46%;}
* html .half .input{width: 100%;}
* html .top_nav form input.single{line-height: 18px;height: 20px;padding:0 3px;}

/** IE 7 **/
*:first-child+html .half {width: 49%;}
*:first-child+html .half .input{width: 96%;}
*:first-child+html ul.paginacja li{display: inline;}