@charset "utf-8";

/* CSS Document */
/* MODULE & UNDERLAY STYLES */
    
td.modHeader {
    height: 33px;
    background-image: url(../img/module/modulebackground.png);
    background-repeat: repeat-x;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0.1em 0.1em 0.2em #000000; }

.modButtonSM a {
    display:block;
    width: 86px;
    height: 15px;
    padding:5px 2px 2px 0px;
    font: bold 10px sans-serif;
    text-align: center;
    color:#FFFFFF;
    background: url("../img/module/btnSmall.png") 0 0 no-repeat;
    text-decoration: none; }

.modButtonSM a:hover { 
    background-position: 0 -21px;
    color: #f58220;
    text-decoration: underline; }

.modButtonSM a:active {
    background-position: 0 0px;
    color:#fff; }