/* $Id: alloc.css 1625 2012-04-02 21:59:54Z ivan $ */
/* allocation */
.tblAlloc {
    width: 550px;
}
.tblAlloc .col1 {
    width: 120px;
    font-weight: normal;
    text-align: left;
}
.tblAlloc .col1 span {
    color: #333;
}
.tblAlloc .col2 {
    width: 15px;
    text-align: left;
}
.tblAlloc .col3, .tblAlloc .col4 , .tblAlloc .col5 {
    width: 90px;
    text-align: right;
}
.tblAlloc .col4 div, .tblAlloc .col5 div {
    padding-right: 1.2em;
}
.tblAlloc .col6 {
    width: 95px;
}
.tblAlloc .col7 {
    width: 50px;
    text-align: right;
}
.tblAlloc .col7 div {
    padding-right: 1.5em;
}
.tblAlloc .col1 select {
    font-weight: normal;
}
/* end allocation */
