﻿.grouptab {
    background:url(../images/grouptaboff.gif) no-repeat;
    width:94px;
    height:17px;
    display:block;
    text-align:center;
    color: #000000;
    padding:2px 0px 0px 0px;
    float:left;
    overflow: hidden;
}
.grouptabdisabled {
    background:url(../images/grouptabdisabled.gif) no-repeat;
    width:94px;
    height:17px;
    display:block;
    text-align:center;
    color: #999999;
    padding:2px 0px 0px 0px;
    float:left;
}
.grouptabName {
    margin-left:194px;
    width:197px;
    display:block;
    text-align:center;
    padding:2px 0px 0px 0px;
    height:13px;
    font-size:11px;
    overflow:hidden;
}
.groupButtonareaoff {
    height:34px;
}
.groupButtonarea {
    background:url(../images/grouptabname.gif) no-repeat;
    height:34px;
}
.searchButtonarea {
    height:19px;
}
.grouptab:hover {
    background:url(../images/grouptabon.gif) no-repeat;
    color:#FFFFFF;
}
.grouptabon {
    background:url(../images/grouptabon.gif) no-repeat;
    width:94px;
    height:17px;
    display:block;
    color: #FFFFFF;
    text-align:center;
    padding:2px 0px 0px 0px;
    float:left;
    overflow: hidden;
}
.grouptabon:hover {
    color:#FFFFFF;
}
.depttab {
    background:url(../images/grouptaboff.gif) no-repeat;
    height:17px;
    display:block;
    text-align:center;
    padding:2px 5px 0px 5px;
    float:left;
    margin:0px;
}
.depttab:hover {
    background:url(../images/grouptabon.gif) no-repeat;
}
.depttabon {
    background:url(../images/grouptabon.gif) no-repeat;
    height:17px;
    display:block;
    text-align:center;
    padding:2px 5px 0px 5px;
    float:left;
    margin:0px;
}

input[type="button"] {
    border:1px solid #cccccc;
    font-size:12px;
    height:20px;
    margin:0px 0px 0px 0px;
    padding:2px 16px 0px 16px;
    color: #000000;
    background:url(../images/selectionbg.gif) repeat-x;
}
input[type="button"]:hover {
    background-image:none;
    background-color:#00bff3;
    color:#FFFFFF;
}
input[type="submit"] {
    background:url(../images/selectionbg.gif) repeat-x;
    border:1px solid #cccccc;
    font-size:12px;
    height:20px;
}
input[type="submit"]:hover {
    background-image:none;
    background-color:#00bff3;
    color:#FFFFFF;
}
