/* drop-shadow */
.btn {
    background-color: #828487;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff !important;
    border: none;
}

.btn:hover {
    background-color: #000000;
}

/* Link Classes */
a.mini:link, a.mini:visited, a.mini:active {
    color: black;
    text-decoration: underline;
    font-size: x-small;
}

a.mini:hover {
    color: #33CCFF;
    text-decoration: underline;
    font-size: x-small;
}

a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a.mid:link, a.mid:visited, a.mid:active {
    color: #7F5601;
    font-weight: bold;
    text-decoration: none;
}

a.mid:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.top:link, a.top:visited, a.top:active {
    color: black;
    text-decoration: none;
    padding: 5px;
}

a.top:hover {
    color: #000000;
    text-decoration: underline;
}

a.selected:link, a.selected:visited, a.selected:active {
    color: black;
    background: ;
    font-weight: bold;
    text-decoration: underline;
}

a.selected:hover {
    color: black;
    background: ;
    text-decoration: underline;
    font-weight: bold;
}

body {
    background-color: #efefef;
    background-repeat: repeat-x;
    background-image: url('');
    background-position: top;
    background-attachment: fixed;
    font: 14px arial;
    margin: 0px 0px 0px 0px;
}

input, textarea, select {
    border: solid 1px black;
    font: 14px arial;
    color: black;
    background-color: #efefef;
    padding: 3px;
}

table {
    border: 1px solid black;
    padding: 5px;
    background-color: #CFB283;
}

select {
    width: 150px;
    font-size: 12px;
    font-family: Arial;
    background-color: #efefef;
    color: black;
}

select.profile {
    width: 200px;
}

select.listbox {
    font-size: 10px;
    font-family: arial;
    width: 400px;
    height: 130px;
    background-color: #efefef;
    color: black;
}

input.button {
    border-style: outset;
}

/* hr */
.color {
    background-color: #000000;
    height: 2px;
}

/* P hover tags */
#dom p:hover {
    background: transparent;
    padding: 1px;
}

.on {
    background: #efefef;
    height: 1%;
    /* Holly Hack */
}

.off {
    background: transparent;
}