/*
Description: Project specific style sheet for the
             e-style-guide v2.1 implementation project.

Author: Peter Lauko (peter.lauko@ahbrt.hu)
Version: %version%
*/


/* Overrides context specific BODY attributes */
BODY
{
    background-position: 162px 0px;
}

/* cell geometry tester */
TD.test
{
    background-color: 6F7DA5;
}

/* Definitions for extra Navigation bar */
DIV.NavBar2
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    color: green;
    padding-bottom : 7px;
}

/* Class for the multi select buttons */
.multiSelecButtons
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;    
    font-size: 10px;
    font-weight: bold;
    width:30px;
    margin:3px;
    background-color: #8A91A2;
    color: white;
    cursor: pointer;
    cursor: hand;
}

/* Class for the multi select buttons */
.multiSelecButtonsDisable
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;    
    font-size: 10px;
    font-weight: bold;
    width:30px;
    margin:3px;
    color: #8A91A2;
    background-color: #DEE0E2;    
    cursor: default;
}
