
.footer {
    background-color: #2D2D2D;
    color: #fff;
    height: 240px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.fmaindiv {
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    padding: 0 0;
}

.footertab {
    width: 100%;
    position: relative;
    top: 10px;
    color: #999;
    font-size: 11px;
}

.footertab div {
    font-size: 11px;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    text-align: left;
    margin-left: 0px;
    font-weight: normal;
    color: rgba(255,255,255,0.3);
    margin-bottom: 15px;
}

.footertab td,.footertab .col-md {
    text-align: left;
}

.footertab .org {
    color: #EF7F1A;
}

.footertab .flink {
    color: #EF7F1A;
    border-bottom: 1px dashed;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}

.footertab .flink:hover {
    border-color: transparent;
}

.footertab .flinkdiv:before {
    content: "› ";
}

.prjstatus {
    font-family: PT Sans Narrow, Arial, Helvetica, sans-serif;
    font-size: 75%;
    border-radius: 2px;
    margin-left: 3px;
    padding: 1px 5px;
}

.status_active {
    background-color: #55ff55;
    color: #999!important;
}

.status_temp {
    background-color: #a6a6a6;
    color: #fff!important;
}

.status_old {
    background-color: #968ed5;
    color: #fff!important;
}

.status_send {
    background-color: #ffe25a;
}

.status_bad {
    background-color: #ff3000;
}

.status_templ {
    background-color: darkblue;
    color: #fff!important;
}