﻿html, body, form {
    margin: 0px;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-family: Calibri;
    height: 100%;
}

.header {
    background: #fff none repeat scroll 0 0;
    color: white;
    min-height: 25px;
    padding-left: 10px;
    background-color: #015991;
    line-height: 35px;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}

.pagetitle {
    background-color: #8FA6BB;
    font-weight: bold;
    padding: 5px;
}

.RadTreeView, .RadTreeView a.rtIn, .RadTreeView .rtEdit .rtIn input {
    font-size: 16px !important;
}

.rtIn {
    display: inline-block !important;
    width: 312px;
}

fieldset {
    width: 620px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

legend {
    font-size: small;
    font-weight: bold;
    padding: 0px 6px 0px 6px;
}

.ctp {
    margin: 0 10px;
}

.tbl {
    border-collapse: collapse;
    margin: 0px auto;
    /*height: 80%;*/
}

table.tbl td {
    padding: 0px 0px 20px 20px;
    vertical-align: top;
}

.docNode {
    border-color: #2ebf00 !important;
    color: #000000;
    background-color: #a2ea8b;
    background-image: linear-gradient(#d2f8c5, #a2ea8b);
}

.catNode {
    border-color: #002d96 !important;
    color: #000000;
    background-color: #97b8e8;
    background-image: linear-gradient(#dceafc, #97b8e8);
}

.border {
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    padding-top: 20px !important;
}

.borderh {
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    margin-top: 10px;
    vertical-align: middle !important;
    padding: 6px 0px 6px 0px !important;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    background-color: #5a82ad;
    color: white;
}

.popuptb tr:first-child td {
    padding-top: 20px;
}

.popuptb tr td:first-child {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 10px;
}
