html, body, *{
    color: #000000;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}
.info{

}
.error{

}
/* Logowanie */
.tableOuter{
    margin: auto;
    height: 100%;
}
.loginForm{

}
.inputbox{
    border: 1px solid #000000;
}
.textbox{
    border: 1px solid #000000;
}
.button{
    border: 1px solid #000000;
}
.tableInner{

}
/* SZABLON */
#container{
    width: 100%;
}
#menu{

}
#pasek{
    background: black;
    width: 100%;
    height: 12px;
    font-size: 9px;
    text-align: right
}
#pasek a{
    font-size: 9px;
    color: white;
    text-decoration: none;
}
#module_container{
    padding: 20px;
}
.form{
    width: 100%;
}
.dclientForm{
    float: left;
    width: 35%;
}
.representantForm{
    float: left;
    width: 45%;
    background: #F5F5F5;
}
.clientForm {
    padding: 8px 8px 8px 8px;
    margin: 0px;
    background: #F5F5F5;
}
.clientForm label{
    width: 200px;
    padding: 8px 2px 2px 2px;
    display: block;
}
.clientForm .button{
    margin: 8px 2px 2px 2px;
    display: block;
}
#module_container .info{
    font-size: 15px;
    font-family: Georgia;
    padding: 5px;
    margin-bottom: 0px;
    background: #9CB7E2;
    border: 2px outset #ECE9D8;
}
#module_container .info#h2{
    font-size: 12px;
    font-family: Georgia;
    padding: 2px;
    margin-bottom: 0px;
    background: #ECECEC;
    border: 2px inset #ECE9D8;
    text-align: center;
}
#module_container .info#notice{
    font-size: 11px;
    font-family: Georgia;
    padding: 5px;
    margin: 10px 0px 10px 0px;
    background: #EB7878;
    border: 1px inset #ECE9D8;
}
#module_container .clientForm .inputbox{
    border: 1px solid #000000;
    width: 300px;
}
.zakladki{
    padding-top: 5px;
    padding-bottom: 10px;
}
#module_container .a_button{
    border: 1px outset #ECE9D8;
    width: 100px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    background: #D4D0C8;
    padding: 3px;
}
#representant1{
    margin: 0px 2px 2px 2px;
    background: #E8E8E8;
}
#representant2{
    margin: 0px 2px 2px 2px;
    background: #E8E8E8;
}
#representant3{
    margin: 0px 2px 2px 2px;
    background: #E8E8E8;
}
.representantTable{
    width: 100%;
    border: 1px solid #D4D4D4;
}
.representantTable th{
    background: #D4D4D4;
    font-weight: normal;
    text-align: left;
}
.representantTable td.entry0{
    background: #E8E8E8;
}
.representantTable td.entry1{
    background: #DEDEDE;
}
.bEdit{
    border: 0px solid black;
    width: 10px;
    height: 12px;
    background: transparent url(/templates/miro/images/edit.gif) no-repeat top left;
    margin: 1px;
    font-size: 0px;
}
.bDel{
    border: 0px solid black;
    width: 10px;
    height: 12px;
    background: transparent url(/templates/miro/images/delete.gif) no-repeat top left;
    margin: 1px;
    font-size: 0px;
}
.bSendQuestion{
    border: 0px solid black;
    width: 10px;
    height: 12px;
    background: transparent url(/templates/miro/images/none.gif) no-repeat top left;
    margin: 1px;
    font-size: 0px;
}
.representantAddForm{
    padding: 8px 8px 8px 8px;
    margin: 0px;
    background: #F5F5F5;
}
.representantAddForm label{
    width: 200px;
    padding: 8px 2px 2px 2px;
    display: block;
}
.representantAddForm .inputbox{
    width: 200px;
}
#dhtmltooltip{
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.dspecForm{
    float: left;
    width: 40%;
}
.specList{
    float: left;
    width: 60%;
    background: #F5F5F5;
}
.specForm {
    padding: 8px 8px 8px 8px;
    margin: 0px;
    background: #F5F5F5;
}
.specTable{
    width: 100%;
    border: 1px solid #D4D4D4;
}
.specTable th{
    background: #D4D4D4;
    font-weight: bold;
    text-align: left;
}
.specTable td.entry0{
    background: #E8E8E8;
}
.specTable td.entry1{
    background: #DEDEDE;
}
.specContainer{
    width: 100%;
}
.spec_o{
    background: #F5F5F5;

}
.spec_i{
    background: #F5F5F5;
}
.clientFiles{
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.comment{
    width: 100%;
    margin: 10px 0px 0px 0px;
}
th.sheet{
    background: #D4D0C8;
    border: 1px solid #808080;
    border-left: 0px;
    padding: 2px;
}
th.sheetOver{
    background: #B6BDD2;
    border: 1px solid #808080;
    border-left: 0px;
    padding: 2px;
}
tr.sheet{
    background: #FFFFFF;
}
tr.sheetClick td{
    background: #FFFFDA;
    border: 1px solid #C0C0C0;
    border-left: 0px;
    border-top: 0px;
    padding: 2px;
}
tr.sheet td{
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-left: 0px;
    border-top: 0px;
    padding: 2px;
}
th.corner{
    background: #D4D0C8;
    border: 1px solid #808080;
    padding: 2px;
}
th.rows{
    background: #D4D0C8;
    border: 1px solid #808080;
    border-top: 0px;
    padding: 2px;
}
th.rowsOver{
    background: #B6BDD2;
    border: 1px solid #808080;
    border-top: 0px;
    padding: 2px;
}
.clientFiles_outer{
    background: #F5F5F5;
    height: 500px;
    padding: 10px;
}
.clientFiles_inner{
    background: #F5F5F5;
}
#module_container .clientFiles .inputbox{
    border: 1px solid #000000;
    width: 100px;
}
.clientMenu{
    float: right;
    width: 20%;
    text-align: right;
}
.clientContent{
    float: left;
    width: 80%;
}
.aButton{
    border: 1px outset #ECE9D8;
    width: 150px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    background: #D4D0C8;
    padding: 3px;
    display: block;
}
.aButtonInline{
    border: 1px outset #ECE9D8;
    width: 150px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    background: #D4D0C8;
    padding: 3px;
    display: inline;
}
.clientMenu a.backButton{
    border: 1px outset #ECE9D8;
    width: 150px;
    margin: 4px;
    text-align: center;
    text-decoration: none;
    background: #C0EBB4;
    padding: 3px;
    display: block;
}
.wizytowkaLewa{
    float: right;
    width: 50%;
}
.wizytowkaKlientaOver{
    background: #FFFFEE;
    padding: 3px;
}
.wizytowkaPrawa{
    float: left;
    width: 49%;
}
.wizytowkaKlienta{
    padding: 3px;
}
.entryHead{
    background: #CDCDCD;
    padding: 4px;
}
.entry0{
    background: #EBEBEB;
    padding: 4px;
}
.entry1{
    background: #E1E1E1;
    padding: 4px;
}
tr.sheet td.Tgreen, .sheetClick td.Tgreen{
    background-color: #00AC00;
}
tr.sheet td.Tred, .sheetClick td.Tred{
    background-color: #F20000;
}
tr.sheet td.Tgray, .sheetClick td.Tgray{
    background-color: #E5E5E5;
}
.offers_outer{
    background: #F5F5F5;
    height: 500px;
    min-height: 500px;
    padding: 10px;
}
.offers_inner{
    background: #F5F5F5;
}
.offersContent{
    float: left;
    width: 80%;
}
.offersProductForm{
    padding: 10px;
}
.offersProductForm .textbox{
    width: 100%;
    height: 100px;
    border: 1px solid #000000;
}
.offersProductForm .inputbox{
    width: 70px;
    border: 1px solid #000000;
}
.productList{
    width: 100%;
}
.startButton{
    width: 150px;
    height: 70px;
    border: 1px solid #B9B9B9;
    display: block;
    margin: 5px;
    padding: 5px;
    background: none;
}
.startButtonActive{
    width: 150px;
    height: 70px;
    border: 1px solid #6969EB;
    display: block;
    margin: 5px;
    padding: 5px;
    background: #E1E1EB;
}
