﻿
/* ===== HTML ELEMENTS ===== */
* 
{
    font-family: Calibri, Candara, Segoe UI, Tahoma, MS Sans Serif;
    font-size: 9pt;
}

body {
    margin: 0px 0px 0px 0px;
    background: url(../images/rootbg.png) top left repeat;
}

input[type=text], input[type=password], textarea { border: solid 1px #5e5e5e; border-radius: 3px; }

input[type=button], input[type=submit], .button { font-size: 8pt !important; }

dd { margin: 3px 0px 3px 10px; }

a img { border: none 0px Transparent; }

/* ===== RAW CLASSES ===== */
.hdrtxt 
{
    font-weight: bold;
    font-size: 12pt;
}
.error {
    color: #f00;
    font-weight: bold;
}
.scoresfilter 
{
    margin-bottom: 10px;
}
.scoresfilter .rmRootGroup 
{
    padding: 2px 10px 3px 10px;
}
.scoresfilter .filterpanel div.minihdr 
{
    white-space: nowrap;
}
.scoresfilter .filterpanel div.minihdr + div
{
    text-align: center;
    height: 22px;
    line-height: 22px;
}

.infopanel { border: solid 1px orange; background: lightyellow; }
.infopanel > div { margin: 5px 5px 5px 5px; }

.hidden { display: none; }
.nowrap { white-space: nowrap; }
.footnote { font-size: 8pt; }
.noborder { border: none 0px transparent !important; }
.border { border: solid 1px black !important; }
.block { display: block; }
.b { font-weight: bold; }

.hleft { text-align: left !important;  }
.hcenter { text-align: center !important; }
.hright { text-align: right !important; }
table.hcenter td { text-align: center !important; }
.mcenter { margin-left: auto; margin-right: auto; }

.vtop { vertical-align: top !important;  }
.vcenter { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }

.round5 { border-radius: 5px; }

.mt10 { margin-top: 10px; }
.mb10 { margin-bottom: 10px; }
.mt5 { margin-top: 5px; }
.mb5 { margin-bottom: 5px; }
.ml10 { margin-left: 10px; }
.mr10 { margin-right: 10px; }

.p5 { padding: 5px 5px 5px 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.p10 { padding: 10px 10px 10px 10px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }

.w100 { width: 100% !important; }
.w50 { width: 50% !important; }

.bls { border-left: solid 1px silver !important; }

.floatr { float: right; }
.floatl { float: left; }
.clear { clear: both; }

/* ===== HEADER STYLES ===== */
div#divHeader 
{
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
div#divHeader div.host
{
    width: 100%;
    height: 85px;
    text-align: left;
    background: url(../images/hdrbgrpt.png) top left repeat-x;
    border-bottom: solid 1px black;
}
div#divHeader div.host img.logo 
{
    float: left; 
    margin: 10px 10px 0px 15px; 
    position: relative;
    top: 0;
    left: 0;
}
div#divHeader div.host div#divSupervisors
{
    margin: 5px 0px 0px 10px;
}
div#divHeader div.host div#divSupervisors span
{
    display: block;
}
div#divHeader div.host div#divSupervisors,
div#divHeader div.host div#divSupervisors *
{
    color: White;
    font-weight: bold;
    font-size: 12pt;
}
div#divHeader div.host span.siteTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: Yellow;
    position: absolute;
    top: 5px; 
    right: 10px;
}

div#divHeader div.host .RadMenu 
{
    position: absolute;
    top: 60px;
    right: 10px;
}
/* ===== BODY STYLES ===== */
div#divBody
{
    padding-top: 100px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
div#divBody div.host
{
    margin-top: 0px;
    margin-right: 10px;
    text-align: left;
    padding-left: 10px;
}
div.minihdr
{
    background: url(../images/minihdrbgrpt.png) top left repeat-x;
    line-height: 20px;
    font-size: 9pt;
    font-weight: bold; 
    color: White;
    padding: 0px 5px 0px 5px;
}
div.minihdr + div 
{
    border: solid 1px black;
    background: #fff; 
    margin-top: 3px; 
    margin-bottom: 5px;
    padding: 0px 2px 0px 2px;
    text-transform: capitalize;
}

/* ===== FOOTER STYLES ===== */
div#divFooter 
{
    margin: 15px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background: #494949;
    color: #D7D7D7;
    border: solid 1px black;
    font-size: 9pt;
}

/* ===== TELERIK STYLES ===== */
.RadMenu *
{
    text-align: left !important;
}
.RadGrid_Black .rgRow
{
    background: #686868 !important;	
}
.RadGrid_Black .rgSelectedRow {
    background: #BCC7D8 !important;
    color: #000 !important;
}
.RadGrid_Black .rgRow:hover, 
.RadGrid_Black .rgAltRow:hover
{
    background: #CBCDD0 !important;
    color: #000000;
}
.RadGrid_Black .rgRow td td,
.RadGrid_Black .rgAltRow td td
{
    padding: 0px 0px 0px 0px;
    border: none;
}
.RadGrid_Black .rgRow td td+td,
.RadGrid_Black .rgAltRow td td+td
{
    padding: 0px 0px 0px 2px;
}
.RadGrid_Black th.scoresepcol,
.RadGrid_Black th.scoresepcol
{
    width: 5px;
    padding: 0px 0px 0px 0px;
}
.RadGrid_Black .rgRow td.scoresepcol,
.RadGrid_Black .rgAltRow td.scoresepcol
{
    width: 5px;
    padding: 0px 0px 0px 0px;
    border-right: solid 1px silver;
}
.rgFilterRow td {text-align: center;}
.rgFilterRow td input[type=text]{width: 75%;}
.rgNoRecords td {padding: 5px 5px 5px 5px;}

.nocollapse input.rgCollapse { display: none !important; }

@media print {
    .noprint { display: none; }

    div#divHeader 
    {
        position: absolute;
        top: 0px;
        left: 0px;
    }
}
