﻿body {
    color: #40748D;
    background-attachment: fixed;
    background-image: url(images/bg_body.png);
    font-family: Verdana;
    font-size: 9pt;
    margin: 0 0 0 0;
}

a:link {
    color: #1D5A7B;
}

a:visited {
    color: #1D5A7B;
}

.title {
    background-color: #C9DBE6;
    color: #1D5A7B;
    font-size: 8pt;
    font-weight: bold;
    height: 25px;
    padding-left: 10px;
    padding-top: 5px;
}

.wlink {
    color: White;
    font-size: 8pt;
    font-weight: bold;
}

.dwnld { cursor: pointer; }

.error {
    color: Red;
    font-size: 8pt;
    font-weight: bold;
}

.success {
    color: #397e03;
    font-size: 8pt;
    font-weight: bold;
}

td {
    font-family: Verdana;
    font-size: 9pt;
}

file {
    font-family: Verdana;
    font-size: 9pt;
    width: 600px;
}

.btns {
    height: 20px;
    margin-top: 0px;
    padding-top: 0px;
    width: 81px;
}

.Removebtn {
    height: 27px;
    width: 66px;
}

.buttons {
    height: 22px;
    margin-top: 0px;
    width: 81px;
}

.tabhead {
    background-color: #ffb300;
    font-size: 8pt;
}

.tabdata { font-size: 7pt; }


.breadcrumbbg {
    font-weight: bold;
    color: #1D5A7B;
    background-color: #F09E53;
    height: 24px;
    padding: 3px 0px 3px 5px;
}

.breadcrumbbg a:link {
    color: #1D5A7B;
}

.breadcrumbbg a:visited {
    color: #1D5A7B;
}

.invisible { display: none; }

.visible { visibility: visible; }

.edit {
    background-color: transparent;
    background-image: url(images/edit.png);
    border: none;
    height: 20px;
    width: 22px;
}

.boldbrown {
    color: #512401;
    font-size: 11px;
    font-weight: bold;
}