/* 
    Document   : common css
    Created on : 26.10.2009, 22:28:34
    Author     : kha
    Description: Common styles independent on subapplication
*/

/*
tabs according to sub applications
e.g. - switching app in offline CD exporter
*/
.tabbar {
    background-color:#EBEAEB;
}
.tab {
    background-color:#EBEAEB;
    border-bottom:1px solid #8C8C8C;
    font-family:arial,sans-serif;
    font-size:83%;
    font-weight:bold;
    padding:0 1.3em;
    white-space:nowrap;
}
.active {
    background-color:#FFFFFF;
    border-color:#8C8C8C #8C8C8C #FFFFFF;
    border-style:solid;
    border-width:1px;
    color:#000000;
}
.tab_footer {
    border-top:1px solid #CCCCCC;
    padding-top:1em;
    width:98%;
}

/*
tabs for tools
e.g. - switching edit resolution, setting rights
*/
.tabSubApp {
    background-color:#EBEAEB;
    border-bottom:2px solid #8C8C8C;
    font-family:arial,sans-serif;
    font-size:80%;
    font-weight:bold;
    padding:0 1.3em;
    white-space:nowrap;
}
.activeTabSubApp {
    border-bottom:0px;
    font-size:100%;
}
/* common div
*/
.commonSpacing{
    padding: 4px;
    text-align: left;
}
.commonSpacingLeftTop{
    padding-left: 4px;
    /*padding-top: 2px;*/
    text-align: left;
}