@import "../../wtcnet_client/styles/global.css";
@import "../../wtcnet_client/styles/table_borders.css";
@import "../../wtcnet_client/styles/scheme_redgray.css";
BODY {
    background : #FFFFFF;
    font : 11px Verdana, Arial, sans-serif;
    margin : 10px;
    padding : 0px;
}

TEXTAREA, INPUT, SELECT {
    font : 11px Verdana, Arial, sans-serif;
}

td, th {
    font-size : 11px;
}

H1 {
    color : #000000;
}

.h3 {
    background : url('../../images/nadpis.gif') no-repeat left bottom;
    height : 24px;
    padding : 4px 0px 0px 20px;
}

hr{
    color : #000000;
    height : 1px;
}

.highlight {
    background : #FFFF00;
    font-weight : bolder;
}

.CegedimHeader{
    background : #DF002B;
    font-size : 12px;
    width : 100%;
}

.CegedimLoggedBox{
    background : #CCCCCC;
    font-size : 12px;
    text-align : right;
    vertical-align : middle;
}

