/* CSS Document */
#elButton 
{
        
}
#elButton td
{
        background-color:#FFFFFF;
        padding:0;
        height:70px;
}
#elButton a {
        color: #FFFFFF;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-decoration: none;
        border:3px outset #c7e7fd;
        background-color:#0C0C0C;
        display: block;
        /*  width: 136px; */
        width: 110px;
        padding: 3px;
        margin: 0;
        height: 100%;
        vertical-align: middle;
}

#elButton a:hover {
        /* background-color: #ffffff; */
        color:#000000;
        border:3px inset #c00000;
        margin: 0;
        padding: 3px;
        width: 110px;
        height: 100%;
        vertical-align: middle;
}

.elButton_active {
        background-color: #ffffff;
        color:#000000;
        border:3px outset #c7e7fd;
        margin: 0;
        padding: 3px;
        width: 110px;
        height: 100%;
        vertical-align: middle;
                display:block;
}


.button_small a {
        color: #FFFFFF;
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-decoration: none;
        border:2px outset #c7e7fd;
        background-color:#0C0C0C;
        /* display: block;  */
        /*  width: 136px; */
        width: 50px;
        padding: 3px;
        /* margin: auto;  */
        /* height: auto;  */
        text-align: center;
        /* position: relative;  */
        right: 230px;

}
.button_small a:hover {
        background-color: #ffffff;
        color:#000000;
        border:2px inset #c00000;
        text-decoration: none;
        margin: auto;
        padding: 3px;
        width: 50px;
        height: auto;
        text-align: center;
        /* position: relative; */
        right: 230px;
}

/*          border:3px outset #c7e7fd;   */
.button_small_admin a {
        color: #ffffff;
        font-size:10px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-decoration: none;
        border:3px outset #c7e7fd;
        background-color:#c0c0c0;
        /* display: block;  */
        /*  width: 136px; */
        width: 50px;
        padding: 3px;
        /* margin: auto;  */
        /* height: auto;  */
        text-align: center;
        /* position: relative;  */
        right: 230px;

}
.button_small_admin a:hover {
        color:#000000;
        background-color: #ffffff;
        border:2px inset #c00000;
        text-decoration: none;
        margin: auto;
        padding: 3px;
        width: 50px;
        height: auto;
        text-align: center;
        /* position: relative; */
        right: 230px;
}


