* {
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 11pt;
}

body {
    margin: 0;
    padding: 0;
    background-color: #EFECE5;
    height: 100%;
    width: 100%;

}

#main {
    position: relative;
    min-height: 100%;
    z-index: 2;
}

#left_col {
    margin: 20px 0 0 1%;
    float: left;
    line-height: 30pt;
    width: 13%
}

#content {
    padding: 20px 2% 20px 2%;
    float: left;
    width: 82%;
}


* html #main {
  height: 100%;
}


#footer {
    height: 30px;
    padding-top: 5px;
    position: relative;
    clear:both;
    background:#CCC8C0;
    z-index:1;
    
}


#logo-line:after {
    background-color:#FFFFFF;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 15px;
}
 
#logo-line {
    width: 100%;
    background-color:#FFFFFF;
    display: inline-block;
}
.logo a{
    text-decoration: none;
}
.logo a:hover{
    text-decoration: none;
    background-color: #FFFFFF;
}

a{
    color: #555555;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    background-color: #d9eeff;
}

.spisok {
    list-style: none;
    display:block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.spisok li {
    line-height: 20pt;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #b3b3b3;
    color: black;
    width: 100%;
}
.spisok li:hover {
    background-color: #d9eeff;
}
.spisok .contact tr:hover {
    background-color: white;
}
.left_content {
    padding-left: 1%;
    float: left;
    width: 40%;
}
.right_content {
    float: left;
    width: 59%;
}
#contact_container{
    padding-left: 4%;  
}


.service {
    padding-left: 1%;
    float: left;
    width: 22%;
    min-height: 1px;
}
.name {
    float: left;
    width: 12%;
    min-height: 1px;
}
.address {
    float: left;
    width: 15%;
    min-height: 1px;
}
.tarif {
    float: left;
    width: 30%;
    min-height: 1px;
}
.abon {
    float: left;
    width: 10%;
    min-height: 1px;
}
.status {
    float: left;
    width: 10%;
    min-height: 1px;
}


.date_stat{
    float: left;
    width: 14%;
    min-height: 1px;
    padding-left: 1%;    
}
.type_stat{
    float: left;
    width: 25%;
    min-height: 1px;
}
.summa_stat{
    float: left;
    width: 10%;
    min-height: 1px;
}
.comment_stat{
    float: left;
    width: 40%;
    min-height: 1px;
}
.comment2_stat{
    float: left;
    width: 25%;
    min-height: 1px;
}
.podrobno_stat{
    float: left;
    width: 14%;
    margin-left: 1%;
}
.serviceName_stat{
    float: left;
    width: 10%;
    min-height: 1px;
}


.detail{
    list-style: none;
    padding: 2px;
    margin-top: 0px;
    display:block;
}
.detail li {
    line-height: 15pt;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed #b3b3b3;
    color: black;
    width: 100%;
}
.detail li:hover{
    background-color: #d9eeff;
}
.date_detail{
    float: left;
    width: 27%;
    min-height: 1px;
    margin-left: 2px;    
}
.summa_detail{
    float: left;
    width: 5%;
    min-height: 1px;
    margin-left: 2px;    
}
.time_detail{
    float: left;
    width: 8%;
    min-height: 1px;
    margin-left: 2px;    
}
.trafic_detail{
    float: left;
    width: 11%;
    min-height: 1px;
    margin-left: 2px;    
}
.comment_detail{
    float: left;
    width: 29%;
    min-height: 1px;
    margin-left: 2px;    
}
.disccause_detail{
    float: left;
    width: 15%;
    min-height: 1px;
    margin-left: 2px;    
}
.popup{
    background-color: #505050;
    opacity:0.95;
    color: white;
    position:absolute;
    display:none;
    padding: 8px;
}

