/* 
    Document   : layout
    Created on : 2012-04-10, 19:44:50
    Author     : Konrad
    Description:
        Purpose of the stylesheet follows.
*/

html{
    height: 100%;
}

body{
    width: 98%;
    
}

div{
/*    width: 100%;*/
}

.login{
    height: 30px;
}
.login table{
    background-color: lightgray;
    border-collapse: collapse;
    height: 30px;
}
.login td{
    width: 40px
}
.login .t{
    width: 60px
}
.login .left{
    width: 10px;
    background-image: url("../../common/css/images/ll.jpg");
    background-repeat: no-repeat;
    background-color: lightgray;
}
.login .right{
    width: 10px;
    background-image: url("../../common/css/images/lr.jpg");
    background-repeat: no-repeat;
    background-color: lightgray;
}
.login button{
    height: 22px;
}

.bar{
    width: 507px;
}

.toolbar{
    background-color: blue;
}

.adv{
    background-color: green;
}

.content{
/*    background-color: yellow;*/
}
.content .data, .content .detailsView{
    width: 100%;
    background-color: white;
    border-color: lightgray;
    border-width: 5px;
    border-style: solid;
}
.content .detailsView{
    padding-left: 10px;
}
.content .data .dataTd{
    border-color: lightgray;
    border-width: 2px;
    border-style: solid;
}
.content .rowTab{
    width: 100%;
/*    table-layout:fixed;*/
}
.content .rowTab .t{
    width: 30%;
    vertical-align: top;
}

.content .title{
    font-weight: bold;
    font-size: 18px;
}
.content .searchError{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}
.content .dTitle{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}
.content .dNrRef{
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.content .detailsView .t{
    width: 15%;
    vertical-align: top;
    font-weight: bold;
    background-color: #e6e6e6;
}
.content .detailsView .tc{
    text-align: center;
}
.content .detailsView .d{
    width: 35%;
}


.content .link{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.content .pad{
    padding: 10px;
}
.content input[type="text"], .content textarea{
    width: 100%
}
td.c1{
    background-color: #e6e6e6;
}
td.currentRow{
    background-color: #eeeeee;
}
.oddRow{
    background-color: #e6e6e6;
}

form{
    margin: 0;
    padding: 0;
}

div.confirmDialog{
    display: none;
}