/**********************************************************************************************

	Title: Netfirma
	Date: February 2009
	Author: Wojciech Zając
        * - modified by Netfirma
***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Accessibility navigation
			1.3 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Login
			2.4 Footer
		        * 2.5 Autocompleter

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	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;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

/* 1.2	Accessibility
-----------------------------------------------------------------------------------------------*/	

	#header ul,
	#global-nav strong,
	#footer strong {
		position: absolute;
		left: -1000em;
		text-align: left;
	}


/* 1.3	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #f4f4f4 url(../images/bg_overall.png) repeat-x;
		/* font: 62.5%/1.4 Helvetica, Arial, sans-serif; */ /* http://meiert.com/en/blog/20080220/helvetica-arial/ */
        font: 65%/1.4 Helvetica, Arial, sans-serif;
		text-align: center;
		color: #6b7277;
		}
		
		#popup {
		  background: #fafafa;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
	
	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}

	a {
		color: #025fa5;
		text-decoration: none;
	}
	
	a:hover, 
	a:active {
		text-decoration: underline;
	}
	

/* 1.4	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	#user-info {
	  clear: both;
	  background: url(../images/bg_main_top.png) no-repeat 0% 100%;
	  overflow: hidden;
	  float: left;
	  width: 980px;
	  padding: 15px 0 30px;
	}
	  #user-info p {
	    float: left;
	    padding: 0 10px 0 10px;
	  }

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	#container {
		width: 980px;
		margin: 0 auto;
		text-align: left;
		font-size: 1.1em;
		padding: 17px 0 0;
	}
	
	#popup #container {
	  margin: 10px auto;
	  width: 770px;
	}
	
	
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

  #header {
    float: left;
    padding: 0 0 0 17px;
  }
  #header h1 {
    float: left;
  }
    #header h1 a {
      float: left;
      position: relative;
      top: 0;
      left: 0;
      width: 160px;
      height: 52px;
    }
      #header h1 a span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/logo.png) no-repeat 0 0;
      }


/* 2.2	Navigation
-----------------------------------------------------------------------------------------------*/	

  #global-nav {
    float: right;
    margin: -7px 0 0;
  }
    #global-nav li,
    #global-nav li a {
      float: left;
      position: relative;
      height: 78px;
    }
      #global-nav li span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url(../images/nav_tabs.png) repeat 0 0;
      }
      
      #global-nav .kalendarz a {
        width: 100px;
      }
        #global-nav .kalendarz a:hover span,
        body#kalendarz .kalendarz a span {
          background-position: 0 -78px;
        }
        
      #global-nav .klienci a {
        width: 76px;
      }
        #global-nav .klienci a span {
          background-position: -100px 0;
        }
        #global-nav .klienci a:hover span,
        body#klienci .klienci a span {
          background-position: -100px -78px;
        }
      
      #global-nav .zamowienia a {
        width: 113px;
      }
        #global-nav .zamowienia a span {
          background-position: -176px 0;
        }
        #global-nav .zamowienia a:hover span,
        body#zamowienia .zamowienia a span {
          background-position: -176px -78px;
        }
      
      #global-nav .zlecenia a {
        width: 87px;
      }
        #global-nav .zlecenia a span {
          background-position: -289px 0;
        }
        #global-nav .zlecenia a:hover span,
        body#zlecenia .zlecenia a span {
          background-position: -289px -78px;
        }
      
      #global-nav .finanse a {
        width: 82px;
      }
        #global-nav .finanse a span {
          background-position: -376px 0;
        }
        #global-nav .finanse a:hover span,
        body#finanse .finanse a span {
          background-position: -376px -78px;
        }
        
      #global-nav .statystyka a {
        width: 104px;
      }
        #global-nav .statystyka a span {
          background-position: -458px 0;
        }
        #global-nav .statystyka a:hover span,
        body#statystyka .statystyka a span {
          background-position: -458px -78px;
        }
      
      #global-nav .administracja a {
        width: 128px;
      }
        #global-nav .administracja a span {
          background-position: -562px 0;
        }
        #global-nav .administracja a:hover span,
        body#administracja .administracja a span {
          background-position: -562px -78px;
        }
      
      #global-nav .wyjscie a {
        width: 81px;
      }
        #global-nav .wyjscie a span {
          background-position: -690px 0;
        }
        #global-nav .wyjscie a:hover span,
        body#wyjscie .wyjscie a span {
          background-position: -690px -78px;
        }


/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	


  #content {
    background: #fafafa url(../images/bg_main_middle.png) repeat-y 0 0;
    padding: 0 6px 0;
    float: left;
  }
  
  #popup #content {
	  background-image: none;
	}
	

    #content .header {
      margin: -10px 0 0;
      background: url(../images/brd_section_header.png) no-repeat 0% 100%;
      padding: 0 0 5px;
      float: left;
      position: relative;
      width: 968px;
      font-size: 1.091em;
    }
      #popup #content .header {
        width: 758px;
      }
      #content .header h2 {
        float: left;
        font-weight: normal;
        background: #054e8b url(../images/bg_section_header.png) no-repeat 100% 0%;
        padding: 0 10px 0 0;
      }
        #content .header h2 span {
          float: left;
          color: #fff;
          background: #054e8b url(../images/bg_section_header.png) no-repeat 0 0;
          padding: 12px 10px 12px 20px;
        }
        #content .header h2.padded span {
          padding: 12px 150px 12px 20px;
        }
      #content .header h2.only {
        font-weight: bold;
      }
        
        #content .header span.desc {
          float: left;
          display: inline;
          margin: 12px 20px;
        }
      
      #content .extended {
        float: left;
        background: #054e8b url(../images/bg_section_header.png) no-repeat 100% 0%;
        padding: 0 10px 0 0;
      }
        #content .wrapper {
          float: left;
          background: #054e8b url(../images/bg_section_header.png) no-repeat 0 0;
          padding: 12px 0 8px 20px;
        }
          #content .extended .add,
          #content .extended .time {
            font-size: .917em;
            float: left;
          }
            #content .extended .add li,
            #content .extended .time li {
              float: left;
              padding: 0 10px 0 0;
            }
              #content .extended .add li a {
                float: left;
                background: url(../images/btn_add.png) no-repeat 100% 0%;
                padding: 0 13px 0 0;
                color: #fff;
              }
                #content .extended .add li a span {
                  float: left;
                  background: url(../images/btn_add.png) no-repeat 0 0;
                  height: 2.455em;
                  line-height: 2.455;
                  padding: 0 7px;
                }
              #content .extended .time li a {
                float: left;
                background: url(../images/btn_prevnext.png) no-repeat 100% 100%;
                padding: 0 10px 0 0;
                color: #fff;
              }
                #content .extended .time li a span {
                  float: left;
                  background: url(../images/btn_prevnext.png) no-repeat 0 100%;
                  height: 2.455em;
                  line-height: 2.455;
                  padding: 0 7px;
                }
              #content .extended .time li.prev a {
                background-position: 0 0;
                padding: 0 0 0 10px;
              }
                #content .extended .time li.prev a span {
                  background-position: 100% 0;
                }
        #content .extended strong {
          color: #fff;
          float: left;
          display: inline;
          line-height: 2.25;
          margin: 0 40px 0 0;
        }
        #popup #content .extended strong {
          margin: 0 20px 0 0;
        }
        #popup #content .extended .time li {
          padding: 0;
          margin-left: 5px;
          display: inline;
        }
      
      
      #content .client-info {
        float: left;
        padding: 0 20px;
      }
        #content .client-info dl {
          float: left;
          display: inline;
          padding: 8px 20px 6px 0;
          margin: 0 20px 0 0;
          border-right: 1px solid #bbb;
          font-weight: normal;
        }
          #content .client-info dl dt {
            float: left;
            display: inline;
            font-weight: bold;
            margin: 0 20px 0 0;
          }
          #content .client-info dl dd {
            float: left;
            color: #dc1717;
          }
        #content .client-info a.edit {
          float: right;
          padding: 0 4px 0 0;
          margin: 3px 0 0;
          color: #189ecb;
          background: #fff url(../images/btn_light.png) no-repeat 100% 0%;
        }
          #content .client-info a.edit span {
            float: left;
            height: 23px;
            line-height: 23px;
            padding: 0 2px 0 6px;
            background: #fff url(../images/btn_light.png) no-repeat 0 0;
          }
      
      
      #content .search {
        float: right;
        display: inline;
        margin: 9px 15px 0;
        text-align: right;
      }
        #content .search label {
          color: #025fa5;
          font-weight: bold;
        }
        #content .search input {
          vertical-align: middle;
          margin: 0 0 0 5px;
        }
        #content .search .text {
          width: auto !important;
          min-width: 158px;
          width: 158px; /* min-width fix */
          height: 17px;
          font-size: 1em;
          color: #6b7277;
          padding: 5px;
          border: none;
          background: url(../images/bg_search.png) no-repeat 0 0;
        }
      
      #content .calendar-filter {
        display: block;
        margin: 16px 15px 0 0;
      }
      #popup .calendar-filter {
        margin-top: 5px;
      }
        #content .calendar-filter strong {
          float: left;
          display: inline;
          margin: 2px 5px 0 20px;
        }
        #content .calendar-filter .type {
          float: left;
          margin: 2px 0 0;
          line-height: 1.0;
        }
        #popup #content .calendar-filter .type {
          display: inline;
          margin: 0 0 0 5px;
        }
        #popup #content .calendar-filter strong {
          float: none;
          margin-left: 10px;
        }
          #content .calendar-filter .type li {
            display: inline;
          }
            #content .calendar-filter .type li input {
              vertical-align: middle;
            }
          #content .calendar-filter .type li.active {
            font-weight: bold;
            color: #025fa5;
          }
        
        #content .calendar-filter .category {
          float: right;
        }
        #popup #content .calendar-filter .category {
          margin-top: -5px;
        }
          #content .calendar-filter .category li {
            float: left;
            display: inline;
            margin: 0 0 0 2px;
          }
            #content .calendar-filter .category li.kuchni a {
              background:  url(../images/bg_cat_orange.png) no-repeat 100% 0%;
            }
              #content .calendar-filter .category li.kuchni a span {
                background:  url(../images/bg_cat_orange.png) no-repeat 0 0;
              }
            #content .calendar-filter .category li.szaf a {
              background: #ce1854 url(../images/bg_cat_pink.png) no-repeat 100% 0%;
            }
              #content .calendar-filter .category li.szaf a span {
                background: #ce1854 url(../images/bg_cat_pink.png) no-repeat 0 0;
              }
            #content .calendar-filter .category li.sprzetu a {
              background: #7dad09 url(../images/bg_cat_green.png) no-repeat 100% 0%;
            }
              #content .calendar-filter .category li.sprzetu a span {
                background: #7dad09 url(../images/bg_cat_green.png) no-repeat 0 0;
              }
            #content .calendar-filter .category li.dodatkow a {
              background: #12a3b0 url(../images/bg_cat_blue.png) no-repeat 100% 0%;
            }
              #content .calendar-filter .category li.dodatkow a span {
                background: #12a3b0 url(../images/bg_cat_blue.png) no-repeat 0 0;
              }
            #content .calendar-filter .category li.spotkan a {
              background: #ce1854 url(../images/bg_cat_orange.png) no-repeat 100% 0%;
            }
              #content .calendar-filter .category li.spotkan a span {
                background: #ce1854 url(../images/bg_cat_orange.png) no-repeat 0 0;
              }
            #content .calendar-filter .category li.pomiarow a {
              background: #7dad09 url(../images/bg_cat_green.png) no-repeat 100% 0%;
            }
              #content .calendar-filter .category li.pomiarow a span {
                background: #7dad09 url(../images/bg_cat_green.png) no-repeat 0 0;
              }

              
              #content .calendar-filter .category li a {
                float: left;
                color: #fff;
                height: 21px;
                line-height: 21px;
                font-weight: bold;
                padding: 0 3px 0 0;
              }
                #content .calendar-filter .category li a span {
                  float: left;
                  padding: 0 3px 0 6px;
                }
    
    .nav, .bar {
      overflow: hidden;
      clear: both;
      background: url(../images/bg_section_nav.png) repeat-x 0% 100%;
      padding: 8px 20px 6px;
      float: left;
      width: 928px;
      font-size: 1.091em;
      font-weight: bold;
    }
    h2.bar.only,
    h3.bar {
      color: #025fa5;
    }
    
    .nav {
      text-align: center;
    }
      .nav li {
        display: inline;
        padding: 0 3px 0 8px;
        background: url(../images/ico_bull.png) no-repeat 0% 40%;
      }
      .nav li.first {
        background: none;
        padding-left: 3px;
      }
    
    .letter-index ul {
      display: inline;
    }
      .letter-index li {
        display: inline;
        padding: 0 0 0 10px;
      }
    
    .tabs {
      border-bottom: 1px solid #bbb;
      float: left;
      width: 928px;
      padding: 7px 20px;
    }
      .tabs ul {
        float: left;
      }
        .tabs li {
          float: left;
          display: inline;
          margin: 0 4px 0 0;
        }
          .tabs li a,
          a.show {
            float: left;
            color: #fff;
            font-weight: bold;
            background: #36b3e2 url(../images/btn_tabs.png) no-repeat 100% 0%;
            padding: 0 4px 0 0;
          }
            .tabs li a span,
            a.show span {
              float: left;
              height: auto !important;
              min-height: 27px;
              height: 27px;
              line-height: 27px;
              padding: 0 2px 0 6px;
              background: url(../images/btn_tabs.png) no-repeat 0 0;
            }
          .tabs li.current a,
          .tabs li a:hover,
          a.show:hover {
            background-position: 100% 100%;
            background-color: #035494;
            text-decoration: none;
          }
            .tabs li.current a span,
            .tabs li a:hover span,
            a.show:hover span {
              background-position: 0% 100%;
            }
    
      .order {
        float: left;
        padding: 0;
        width: 968px;
        background: #fff url(../images/bg_shade.png) repeat-x 0% 100%;
      }
        .order .gr {
          float: left;
          border-right: 1px solid #bbb;
          width: 230px;
          padding: 0 0 6px 20px;
        }
          .order .gr h3 {
            color: #025fa5;
            padding: 0 0 10px;
            margin: 10px 0 0;
          }
          .order .gr input.text {
            width: 90px;
            margin: 0 5px;
            height: 17px;
            font-size: 1em;
            color: #6b7277;
            padding: 7px 5px 3px;
            border: none;
            background: url(../images/bg_input.png) no-repeat 0 0;
          }
        .order .gr div {
          margin: 0 0 5px;
          font-weight: normal;
        }
          .order .gr div img {
            vertical-align: middle;
            margin: 5px;
          }
        .order div.sel {
          border: none;
          width: 440px;
        }
          .order div.sel strong {
            float: left;
            width: 6em;
            padding: 3px 0;
          }
          .order div.sel select {
            font-size: 1em;
            padding: 3px;
            width: 165px;
          }
          .order .show {
            float: right;
            margin-top: -2.8em;
            font-size: .917em;
          }
        
        .order div.s2 {
          width: 695px;
          padding-top: 3.3em;
        }
        .order div.s2 .l1 {
          float: left;
        }
        .order div.s2 strong {
          width: 8em;
        }
        .order div.s2 .l2 {
          float: left;
          display: inline;
          margin: 0 0 0 10px;
        }
        .order div.s2 .l2 strong {
          width: 9em;
        }
        .order div.s2 .show {
          margin-top: 3em;
        }
    
    
    #content .main {
      clear: both;
      float: left;
      width: 928px;
      margin: 10px 0;
      padding: 0 20px;
    }
    
    #content .main-2 {
      clear: both;
      float: left;
      font-size: 1.091em;
      width: 968px;
      padding: 0 0 100px;
    }
      #content .main-2 .c1,
      #content .main-2 .c2 {
        float: left;
        padding: 15px 0;
        width: 463px;
      }
      #content .main-2 .c1 {
        border-right: 1px solid #bbb;
        padding: 15px 20px;
      }
      #content .main-2 .c2 {
        width: 464px;
      }
      
      #content .add-contact li {
        margin: 10px 0 15px;
        overflow: hidden;
        width: 400px;
        clear: left;
        float: left;
      }
        #content .add-contact li strong {
          float: left;
          font-weight: normal;
          color: #025fa5;
          line-height: 2.3;
          width: 7em;
        }
        #content .add-contact li div {
          float: left;
          display: inline;

        }
        #content .add-contact li input.text {
          width: auto !important;
          min-width: 158px;
          width: 158px; /* min-width fix */
          height: 17px;
          font-size: 1em;
          color: #6b7277;
          padding: 5px;
          border: none;
          background: url(../images/bg_search.png) no-repeat 0 0;
        }
        #content .add-contact li .req {
          float: left;
          display: inline;
          clear: left;
          color: #888d91;
          font-size: .917em;
          margin: 0 0 0 5px;
        }
        #content a.save {
          float: left;
          clear: both;
          display: inline;
          margin: 0 0 0 7em;
          height: 23px;
          line-height: 23px;
          padding: 0 4px 0 0;
          background: url(../images/btn_light2.png) no-repeat 100% 0%;
          font-weight: bold;
          color: #189ECB;
        }
          #content a.save span {
            float: left;
            padding: 0 2px 0 6px;
            background: url(../images/btn_light2.png) no-repeat 0;
          }
        #content a.edit,
        #content a.delete {
          float: left;
          display: inline;
          margin: 0 5px 2px 0;
          height: auto !important;
          min-height: 23px;
          height: 23px;
          line-height: 23px;
          padding: 0 4px 0 0;
          background: url(../images/btn_light2.png) no-repeat 100% 0%;
          font-weight: bold;
          color: #189ecb;
        }
          #content a.edit span,
          #content a.delete span {
            float: left;
            padding: 0 2px 0 6px;
            background: url(../images/btn_light2.png) no-repeat 0;
          }
        #content a.delete {
          color: #dc1717;
        }
      
      
      table.contacts {
        border-top: 1px solid #bbb;
        width: 100%;
      }
        table.contacts caption {
          text-align: left;
          font-weight: bold;
          padding: 0 20px 10px;
        }
        table.contacts th,
        table.contacts td {
          border: 1px solid #bbb;
          border-width: 0 1px 1px 0;
          padding: 10px 20px;
        }
        table.contacts th {
          font-weight: normal;
          background: url(../images/bg_section_nav.png) repeat-x 0 100%;
          border-bottom: none;
        }
        table.contacts th.typ {
          width: 50px;
        }
        table.contacts th.akcja {
          width: 100px;
        }
        table.contacts td {
          font-weight: bold;
          vertical-align: middle;
        }
        table.contacts .akcja {
          border-right: none;
        }
        table.contacts td.akcja {
          padding: 8px 20px;
        }
      
      
      table.search-results {
        width: 968px;
        margin: 0 0 3em;
        font-size: 1.091em;
        clear: both;
      }
        table.search-results th,
        table.search-results td {
          border: 1px solid #bbb;
          border-width: 0 1px 1px 0;
          padding: 5px 10px;
        }
        table.search-results th {
          font-weight: normal;
          background: url(../images/bg_section_nav.png) repeat-x 0 100%;
          vertical-align: middle;
          border-bottom: none;
        }
        table.search-results .nazwa {
          padding: 5px 20px;
          width: 235px;
        }
        table.search-results .umowa {
          padding: 5px 10px 5px 20px;
        }
        table.search-results .akcje {
          border-right: none;
        }
        table.search-results th.ilosc {
          width: 32px;
        }
        table.search-results th.wysl {
          width: 78px;
        }
        table.search-results th.odbior {
          width: 70px;
        }
        table.search-results th.fakt {
          width: 55px;
        }
        table.search-results td {
          vertical-align: top;
        }
        table.search-results td.nazwa {
          font-weight: bold;
          color: #025fa5;
        }
        table.search-results td.c {
          text-align: center;
        }
        table.search-results td.akcje {
          padding: 0 10px;
        }
          table.search-results td em {
            font-weight: bold;
            color: #025FA5;
            font-style: normal;
          }
        table.search-results.cent td {
          vertical-align: middle;
        }
        
        #popup .search-results th {
          font-weight: bold;
        }
        #popup .search-results td {
          vertical-align: middle;
        }
        .search-results .opcje {
          border-right: none;
        }
        
        
  
    #content .last-added {
      background: url(../images/brd_gray.png) repeat-y top center;
      float: left;
      padding: 0 0 40px;
      margin-bottom: -26px;
    }
      #content .last-added dl {
        float: left;
        width: 484px;
        font-size: 1.091em;
        font-weight: bold;
      }
        #content .last-added dt {
          border: 1px solid #bbb;
          border-width: 0 0 1px;
          padding: 8px 20px 6px;
          color: #025fa5;
        }
        #content .last-added dd {
          padding: 5px 20px;
        }
          #content .last-added dd li {
            padding: .4em 0;
          }
    
    #content .context-menu {
      background: url(../images/bg_context_menu_1.png) no-repeat 0 0;
      float: left;
      width: 968px;
    }
      #content .context-menu ul {
        margin: 0 0 0 26px;
        float: left;
        background: url(../images/bg_context_menu_2.png) no-repeat 100% 0%;
      }
        #content .context-menu ul li {
          color: #8d9295;
          float: left;
          padding: 1px 5px 2px 0;
        }
          #content .context-menu ul li a {
            color: #75a307;
            font-weight: bold;
          }
    
    
    #calendar {
      width: 968px;
    }
      #calendar th {
        text-align: center;
        background: #f3f4f4 url(../images/bg_th.png) repeat-x 0 100%;
        padding: 8px 0 6px;
        font-size: 1.091em;
      }
      #calendar th,
      #calendar td {
        width: 140px;
        border: 1px solid #cacaca;
        border-width: 1px 1px 0 0;
      }
      #calendar .last {
        border-right-width: 0;
      }
      #calendar td {
        text-align: center;
        padding: 10px 0 0;
      }
      #calendar td a {
        text-align: center;
        font: 2.727em/1.0 Verdana, Helvetica, Arial, sans-serif;
        color: #6b7277;
      }
      #calendar td a:hover {
        text-decoration: none;
      }
      #calendar td ul {
        width: 72px;
        margin: 5px auto 10px;
        overflow: hidden;
      }
        #calendar td li {
          float: left;
          display: inline;
          margin: 0 1px 0 0;
          line-height: 1.0;
          color: #fff;
          width: 17px;
          text-align: center;
          height: 18px;
          line-height: 18px;
        }
          #calendar td li em {
            position: absolute;
            left: -9999px;
          }
          #calendar td li.kuchni {
            background: #ec710d url(../images/sprite.png) no-repeat 0 0;
          }
          #calendar td li.szaf {
            background: #ce1854 url(../images/sprite.png) no-repeat -18px 0;
          }
          #calendar td li.sprzetu {
            background: #7dad09 url(../images/sprite.png) no-repeat -36px 0;
          }
          #calendar td li.dodatkow {
            background: #12a3b0 url(../images/sprite.png) no-repeat -54px 0;
          }
          #calendar td li.spotkan {
            background: #ec710d url(../images/sprite.png) no-repeat 0 0;
          }
          #calendar td li.pomiarow {
            background: #7dad09 url(../images/sprite.png) no-repeat -36px 0;
          }

        #calendar td.today {
          background: #e8e8e8;
        }
          #calendar td.today strong {
            font-weight: bold;
          }


/* 2.3	Login
-----------------------------------------------------------------------------------------------*/	

  #login {
    background-image: url(../images/bg_overall_2.png);
  }
  #login #header {
    float: none;
    display: block;
    width: 312px;
    padding: 0;
    margin: 80px auto 30px;
    overflow: hidden;
  }

  
  #login-box {
    text-align: left;
    background: url(../images/bg_loginbox.png) no-repeat 0% 100%;
    width: 356px;
    margin: 0 auto;
    clear: both;
    padding: 0 0 20px;
    font-size: 1.2em;
  }
    #login-box form {
      width: 300px;
      padding: 24px 26px 0;
      background: #064982 url(../images/bg_loginbox.png) 0 0;
      height: auto !important;
      min-height: 160px;
      height: 160px;
    }
      #login-box h2 {
        width: 92px;
        height: 13px;
        position: relative;
        margin: 0 0 30px;
        overflow: hidden;
      }
        #login-box h2 span {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: url(../images/txt_logowanie.png) no-repeat 0 0;
        }
      #login-box div {
        margin: 0 0 10px;
      }
        #login-box div strong {
          float: left;
          padding: 9px 0 0;
          width: 110px;
          color: #fff;
        }
        #login-box div input {
          background: url(../images/bg_login.png) no-repeat 0 0;
          border: none;
          width: 165px;
          height: 25px;
          padding: 7px 7px 0;
          color: #323b43;
          font: 1em Verdana, Helvetica, Arial, sans-serif;
        }
      #login-box .submit {
        margin-left: 112px;
      }
    
  #login #forgot-pass {
    text-align: left;
    width: 300px;
    font-size: 1.1em;
    margin: 10px auto;
  }
    #login #forgot-pass a {
      color: #6b7277;
      background: url(../images/ico_more.png) no-repeat center right;
      padding: 0 7px 0 0;
    }
  
  #login #footer {
    background: none;
    width: auto;
    font-size: 1.1em;
    color: #afb3b5;
    text-align: center;
  }
    #login #footer p {
      float: none;
    }

/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	

  #footer {
    background: url(../images/bg_main_bottom.png) no-repeat 0 0;
    padding: 40px 10px 0;
    overflow: hidden;
    clear: both;
  }
    #footer p {
      float: left;
    }
    #footer ul {
      float: right;
    }
      #footer ul li {
        float: left;
        padding: 0 0 0 20px;
      }
        #footer ul li a {
          color: #9ba2a5;
        }

/* 2.5 Autocompleter
------------------------------------------------------------------------------------------------*/
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}

/*------------------------------------------------------------------------------*/
/* dodane przeze mnie - Lukasz */

#klienci_all table {
    margin: 20px;
    float: left;
}

#klienci_all label {
	padding-right: 20px;
}

#klienci_all caption {
	font-weight: bold;	
}

#klienci_all input {
          width: auto !important;
          min-width: 158px;
          width: 158px; /* min-width fix */
          height: 17px;
          font-size: 1em;
          color: #000000;
          padding: 5px;
          /*border: 0;*/
          background: url(../images/bg_search.png) no-repeat 0 0;
}

.usun_forme {
	float: right;
}

#zapisz-btn input {
	width: 100%;
	height: 100%;
	background: none;	
}

.errorlist {
	color: red;
}

#klienci_dodaj_popraw {
	margin-top: 40px;
	padding: 20px;
	width: 968px;
	float: left;
}

#klienci_dodaj_popraw table {
	padding: 20px;
	float: left;
	margin: 20px;
}

#klienci_pokaz_form input {
          width: auto !important;
          min-width: 158px;
          width: 158px; /* min-width fix */
          height: 17px;
          font-size: 1em;
          color: #000000;
          padding: 5px;
          border: none;
          background: url(../images/bg_search.png) no-repeat 0 0;
}

.klient_nazwa {
	text-decoration: none;
	color: white;
}

.menuselected {
	background-color: #CFCFCF;
}

.required {
    border: #6b7277 2px solid;
}

.kwota {
    text-align: right;
}

table.contacts2 {
        border-top: 1px solid #bbb;
        width: 100%;
      }
        table.contacts2 caption {
          text-align: left;
          font-weight: normal;
          padding: 0 20px 10px;
        }
        table.contacts2 th,
        table.contacts2 td {
          border: 1px solid #bbb;
          border-width: 0 1px 1px 0;
          padding: 10px 20px;
        }
        table.contacts2 th {
            font-size: 15px;
            font-weight: 900;
            color: #025fa5;
          
          background: url(../images/bg_section_nav.png) repeat-x 0 100%;
          border-bottom: none;
        }
        table.contacts2 th.typ {
          width: 50px;
        }
        table.contacts2 th.akcja {
          width: 100px;
        }
        table.contacts2 td {
          font-weight: normal;
          vertical-align: middle;
        }
        table.contacts2 .akcja {
          border-right: none;
        }
        table.contacts2 td.akcja {
          padding: 8px 20px;
        }
        
    .btn_usun_margin
    {
        margin-bottom: -8px;
    }

 #info {
	width: 970px;
}

 #info p {
	padding: 10px;
	margin-right: 60px;	
}
