﻿/* General CSS Styles in alphabetical order */
/* For site layout see Layout.css */

a
{
    color: #004e7c;
    text-decoration: underline;
    font-weight: bold;
}

.button
{
    font-family: Verdana, Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    background-color: #004e7c;
    color: white;
    border: solid 1px black;
}

body, html
{
    font-family: Verdana, Tahoma;
    font-size: 11.5px;
    color: #0C0C0C;
    padding: 0;
    margin: 0;
    background-color: #a3d0e5;
    scrollbar-face-color: #004e7c;
    scrollbar-arrow-color: #ffffff;
}


/* AJAX Toolkit Calendar Styles */
.calendar
{
    padding: 0px;
    margin: 0px;
}

.calendar .ajax__calendar_body
{
    background: url(  'images/cal_bg.png' );
    background-repeat: repeat-x;
    border-right: solid 1px #065fac;
    border-left: solid 1px #065fac;
    padding: 0px;
}

.ajax__calendar_body td
{
    padding: 1px;
}

.calendar .ajax__calendar_header
{
    background-color: #d2e8fb;
    border-right: solid 1px #065fac;
    border-left: solid 1px #065fac;
    border-top: solid 1px #065fac;
    vertical-align: middle;
}

.calendar .ajax__calendar_footer
{
    background-color: #91b8db;
    border-right: solid 1px #065fac;
    border-left: solid 1px #065fac;
    border-bottom: solid 1px #065fac;
    font-weight: bold;
    width: 100%;
    padding-top: 10px;
}
/* END AJAX Toolkit Calendar Styles */

.content
{
    vertical-align: top;
    width: 726px;
    background-color: White;
}

.contenttext
{
    padding: 10px 10px 20px 16px;
}

.copyright
{
    background: url('images/footer.jpg');
    background-repeat: no-repeat;
    width: 980px;
    height: 82px;
    vertical-align: bottom;
    padding: 0px 10px 14px 0px;
    color: White;
    font-weight: bold;
    font-size: 10px;
}

.dropdown
{
    font-family: Verdana, Tahoma;
    font-size: 12px;
    height: 20px;
    background: url(    'images/bg_textbox.gif' );
    background-repeat: repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
    margin-right: 5px;
}

.header
{
    background: url('images/header.jpg');
    background-repeat: no-repeat;
    width: 980px;
    height: 163px;
    font-family:Verdana, Tahoma;
    vertical-align: top;
}

.hr
{
    margin: 4px 0px 4px 0px;
    border: double 1px #16599c;
}

img
{
    border: 0;
    margin: 0;
    padding: 0;
}

.menu
{
    background: url('images/menu_bg.jpg');
    background-repeat: repeat-y;
    vertical-align: top;
    width: 254px;
    height: 500px;
}

.menulink
{
    color: White;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 52px;
    line-height: 20px;
    text-decoration: none;
}

.middleheader
{
    background: url('images/header_middle.jpg');
    background-repeat: no-repeat;
    width: 980px;
    height: 46px;
}

.modalProgressGreyBackground
{
    background-color: Gray;
    filter: alpha(opacity=70); /* this is opacity */
    opacity: 0.70;
    margin: auto;
    padding: 0;
    overflow: hidden;
    width: 980px;
}

.modalPopup
{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid 1px #000000;
    background-color: White;
    width: 300px;
    height: 100px;
    z-index: 1000;
}

.search
{
    background: url('images/header_top.jpg');
    background-repeat: no-repeat;
    width: 980px;
    height: 29px;
    vertical-align: top;
}

.table
{
    margin-bottom: 4px;
    border: solid 1px #b9c9d6;
}

textarea
{
    font-family: Verdana, Tahoma;
    font-size: 11px;
    height: 16px;
    background: url(    'images/bg_textbox.gif' );
    background-repeat: repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
    overflow: auto;
}

.textBox
{
    font-family: Verdana, Tahoma;
    height: 16px;
    background: url(    'images/bg_textbox.gif' );
    background-repeat: repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
}

.tdbold
{
    font-weight: bold;
    padding-bottom: 8px;
}

.tdheading
{
    color: White;
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 1px 0px 5px 8px;
    
    background: url(    'images/bg_button.jpg' );
    background-repeat: repeat-x;
}

.title
{
    padding: 12px 6px 0px 290px;
    color: #004e7c;
    font-size: 14px;
    font-weight: bold;
}

.valsummary
{
    padding-bottom: 14px;
}

.watermark
{
    color: Silver;
    font-style: italic;
    font-family: Verdana, Tahoma;
    height: 16px;
    background: url(    'images/bg_textbox.gif' );
    background-repeat: repeat-x;
    border: solid 1px #acabab;
    padding: 2px;
}

