body{
    margin: 5px;
    font-family: verdana;
    font-size: 11px;
    /*height: 100%;*/
    padding: 0px 10px;
}
#mainContainer{
    /*height:100%;
	min-height:100%;
	max-height:100%;
	margin-bottom: 10px;
	position:relative;*/
}

/** Menu **/
div.Menu{
    font-size: 11pt;
    margin: 10px 0px 15px;
    background: #EFEFEF;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

div.subMenu{
    display: block;
    margin: 5px 0px;
    margin-left: 10px;
}

div.subMenu_h{
    display: none;
    margin: 5px 0px;
    margin-left: 10px;
}

span.MenuButton{
    padding: 1px;
    cursor: pointer;
    background: #FAFAFA;
    border: 1px solid #DDDDDC;
}

span.MenuButton_a{
    padding: 1px;
    color: #CE7724;
    cursor: pointer;
    font-weight: bold;
    background: #FAFAFA;
    border: 1px solid #CE7724;
}
span.MenuButton_o{
    padding: 1px;
    cursor: pointer;
    background: #FAFAFA;
    border: 1px solid #CE7724;
}

/* STOPKA */
div#footer {
    height: 15px;
    margin-top: 10px;
    /*margin-bottom: 25px;*/
    border: 1px solid #272727;
    background: transparent;
    font-size: 8pt;
    text-align: center;
    color: #272727;
}
div#w3c {
    float: left;
    display: inline;
}


h2{
    width: 95%;
    margin-top: 0px;
    color: #CE7724;
    border-bottom: 1px solid #DDDDDC;
}

h1.orderNo{
    margin: 5px;
}

td.tabOrders{
    text-align: center;
    border: 1px solid #DDDDDE;
}

td.names{
    text-align: right;
}

td.values{
    padding: 4px 15px;
    font-weight: bold;
    vertical-align: top;
}

td.orderDet{
    font-size: 1.2em;
    padding: 4px 15px;
    font-weight: bold;
    vertical-align: top;
    background: #F7F2EB;
    border: 1px solid #aaa;
}

input.btnRow{
    width: 18px;
    height: 18px;
    font-size: 0.9em;
    padding: 0px;
}

img.imgThumb{
    float: left;
    width: 100px;
    height: 80px;
    margin-right: 8px;
    border: 1px solid #000;
}

a {
    text-decoration: none;
    color: #214181;
}
a:hover {
    color: blue;
    background: #FbFbFb;
    /* font-weight: bold; */
}

.setAfter:after{
    clear: both;
    height: 0px;
    content: "";
    display: block;
    overflow: hidden;
}

/** hinty **/
div.hint{
    padding: 2px;
    z-index: 1500;
    max-width: 150px;
    font-size: 1em;
    position: absolute;
    background: #FEFCC2;
    border: 1px solid #000;
}

/** podglad obrazkow **/
div.imgGallery{
    /*top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;  */
    display: none;
    position: fixed;
    z-index: 999;
    border: 3px ridge #bbb;
    background: #fff;
    /*background: url('../img/bg_transparent.png');*/
}
div.imgViewer
{
    width:640px;
    min-height:480px;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    text-align: center;
}
img.imgView{
    width: 640px;
    height: 480px;
    clear: both;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    border: 1px solid #000;
}
img.imgThumb{
    width: 100px;
    height: 80px;
    border: 1px solid #000;
}
div.thumbBar{
    padding: 2px;
    margin-top: 4px;
    max-height: 90px;
    /*overflow: hidden;*/
    background: #F0F0F0;
    border: 1px solid #aaa;
}
img.imgThumbSmall{
    width: 80px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #000;
}
.btnDelImg{
    width: 15px;
    height: 15px;
    font-size: 8pt;
    position: relative;
}

span.anhor{
    color: #214181;
    cursor: pointer;
}
span.noanhor{
    color: #000;
}

div.loaderContainer{
    display: none;
    padding: 4px;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
}

div.folderCont{
    float: left;
    height: 100%;
    width: 250px;
    background: #f0f0f0;
    border: 1px solid #000;
    overflow: auto;
}

div.folderTitle{
    height: 20px;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    background: #a0a0a0;
}

div.positionsCont{
    height: 100%;
    margin-left: 258px;
    background: #F0F0F0;
    border: solid 1px #000;
    overflow: auto;
}

div.positionCont{
    padding: 5px;
    border-bottom: 1px solid #000;
}

div.orderData{
    float: right;
    margin: 0px 5px;
    padding: 0px 5px;
    width: 130px;
    text-align: center;
    border-left: 1px solid #000;
}

div.orderInfo{
    overflow: hidden;
    text-align: justify;
}

div.section{
    padding: 5px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid #000;
}
h3.sectionTitle{
    margin:  5px;
}

div.infoPanel{
    margin-top: 10px;
    margin-bottom: 10px;
}

input.invoice{
    height: 12px;
    border: none;
    background: transparent;
}
input.invoiceEdit{
    height: 14px;
}

td.filterCell{
    padding-right: 4px;
    border-right: 1px solid #aaa;
}

textarea.clsDetComment{
    border: 2px groove #ddd;
    background: #fff;
    overflow: auto;
}