﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Segoe UI';
    vertical-align: baseline;
}

:focus
{
    outline: 0;
}

ol, ul
{
    list-style: none;
}

table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

body
{
    padding: 0px;
    margin: 0px;
    background-color: #404563;
}

.center
{
    text-align: center;
}

.groupBorder
{
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border: solid #999999 1px;
    border-radius: 5px;
}

.header
{
    width: 100%;
    height: 60px;
    background-color: #404563;
    margin: 0px;
    padding: 0px;
    border-top: solid #E9E9E9 1px;
    line-height: 20px;
}

    .header h1
    {
        color: #414850;
        font-family: 'Segoe UI';
        font-size: 20px;
        margin: 20px 10px 0px 30px;
        text-transform: uppercase;
        display: block;
    }

#SiteHeader a:link
{
    text-decoration: none;
    color: #ffffff;
}

#SiteHeader a:visited
{
    text-decoration: none;
    color: #ffffff;
}

#wraper
{
    width: 100%;
    background-color: #F2F2F2;
    margin: 0px;
    float: left;
    clear: both;
    margin-bottom: 10px;
}

    #wraper .mainNav
    {
        margin: 0px;
        padding: 0px;
        width: 210px;
        height: 100%;
        background-color: #606060;
        float: left;
    }

        #wraper .mainNav h1
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #CCCCCC;
            margin: 10px 5px 8px 7px;
            text-transform: uppercase;
        }

        #wraper .mainNav h2
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #CCCCCC;
            background-color: #606060;
            margin: 2px;
            padding: 5px;
            text-align: left;
            text-transform: uppercase;
        }

        #wraper .mainNav p
        {
            color: #FFFFFF;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin: 5px;
        }

        #wraper .mainNav .navLinks
        {
            margin: 2px;
            background-color: #dbeaf9;
            padding: 1px;
        }

            #wraper .mainNav .navLinks li a
            {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 10px;
                text-transform: uppercase;
                width: 96%;
                color: #000000;
                text-decoration: none;
                display: block;
                padding: 4px;
                height: 14px;
                line-height: 14px;
            }

                #wraper .mainNav .navLinks li a:hover
                {
                    background-color: #DBCCE2;
                }

    #wraper .mainContent
    {
        margin: 0px;
        padding: 0px;
        margin-left: 220px;
        margin-right: 10px;
    }

        #wraper .mainContent h1
        {
            /*background-color: #D8E3B8;*/
            background-color: #DBCCE2;
            padding: 10px;
            font-size: 18px;
            font-weight: bold;
        }

        #wraper .mainContent h2, #wraper .mainContent h3, #wraper .mainContent h4
        {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #333333;
            margin: 20px 0px 10px 0px;
        }

.mainContent h2
{
    font-size: 16px;
}

.mainContent h3
{
    font-size: 12px;
}

.mainContent h4
{
    font-size: 10px;
}

#wraper .mainContent p
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size: 12px;
    margin: 10px 10px 10px 0px;
    padding: 0px;
}

#wraper .groupBorder h2
{
    background-color: #CCCCCC;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 0px 0px 10px 0px;
}

#wraper .mainNav, #wraper .mainContent
{
    padding-bottom: 1000em;
    margin-bottom: -1000em;
}

#wraper
{
    overflow: hidden;
}

.footer
{
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    background-color: #404563;
    clear: both;
}

    .footer h1
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        color: #CCCCCC;
    }

    .footer p
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
    }

    .footer a:link
    {
        text-decoration: none;
        color: #66cbdd;
    }

    .footer a:visited
    {
        text-decoration: none;
        color: #66cbdd;
    }

.formBlock
{
    padding: 0px;
}

    .formBlock fieldset
    {
        border: 1px solid #CCCCCC;
        margin: 20px 0px 10px 0px;
        padding: 13px;
        border-radius: 6px;
    }

    .formBlock legend
    {
        width: auto;
        font-size: 12px;
        color: #666666;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        background-color: #FFFFFF;
        margin-left: 10px;
        padding: 5px 10px;
        border-radius: 6px;
    }

    .formBlock .row
    {
        padding: 1px 0px;
        margin: 10px 0px 0px 15px;
        float: left;
        width: 100%;
    }

    .formBlock .clsdmsg
    {
        padding: 1px 0px;
        margin: 10px 0px 0px 15px;
        float: left;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight:bold;
    }   

    .formBlock label
    {
        width: 120px;
        float: left;
        padding: 0px;
        margin: 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

        .formBlock label.checkList
        {
            font-size: 11px;
            float: none;
            margin-right: 8px;
            width: auto;
        }

    .formBlock .error, .formBlock .text, .formBlock label, .formBlock .row input[type="checkbox"], .formBlock input[type="text"], .formBlock .row input[type="radio"]
    {
        display: inline-block;
    }

.submitButton
{
    background-color: #404563;
    color: #ffffff;
    font-weight: bold;
    width: auto;
    padding: 6px 20px 6px 20px;
    border: 0px;
    border-radius: 6px;
    margin-left: 10px;
}

/*put a style for controlling non-submit buttons */
.regButton
{
    width: auto;
    font-weight: bold;
	font-size: 11px;
	width: auto;
    padding: 6px 20px 6px 20px;
    border: 0px solid #000000;
    border-radius: 6px;
    margin-left: 10px;  
    background-color: #DBCCE2;    
}
.deleteButton
{
    width: auto;
    font-weight: bold;
	font-size: 11px;
	width: auto;
    padding: 6px 20px 6px 20px;
    border: 0px solid #000000;
    border-radius: 6px;
    margin-left: 10px;  
    background-color: #FF0000;    
}

input[type=file]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 6px;
    padding: 4px;
}

input[type=text]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 300px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}
input[type=password]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 300px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}
input[type=checkbox]
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}

.formBlock .text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 300px;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px;
}

.formBlock select
{
    border: 1px solid #CCCC33;
    padding: 0px;
    margin-left: 10px;
}

.formBlock .buttons
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #333333;
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 6px 10px;
    border-radius: 6px;
}

.formBlock .error
{
    background-color: #CC0033;
    color: #FFFFFF;    
    margin: 0px 0px 0px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 4px;
}

.login_bar
{
    text-align: right;
    margin-right: 30px;
    position: absolute;
    float: right;
    top: 0px;
    right: 10px;
    line-height: 60px;
    height: 60px;
    color: #ffffff;
}

.login_bar a:link
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}

.login_bar a:visited
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}


table.search_results td, th
{
	padding: 2px;
    border: 1px solid #ffffff;
}
.search_results
{
	border: solid 2px #ffffff;
    border-radius: 13px 14px;
    margin-top:10px;
    margin-bottom: 10px;
}
.search_results_header
{
	background-color: #404563;
    color: #ffffff;
}

.search_results_header a
{
	color: #ffffff;
}

.search_results_item
{
	background-color: White;
}

.search_results_alt_item
{
	background-color: #dbeaf9;
}

.hidden_field
{
	display: none;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}

.pager
{
    margin-top: 4px;
    margin-bottom: 4px;
}
.archiveButton
{
	background-color: #3F1C24;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
    border: 0px;
    width: auto;
    padding: 6px 20px 6px 20px;
    border-radius: 6px;
    margin-left: 10px;
}

.recent_deposits{
    float: right;
    overflow-y: auto;
    height: 400px;
    width: 500px;
    top: 140px;
    position:absolute;
    right:50px;
    z-index:10;
    background-color:#ffffff;
    padding:10px;
    border: solid 1px #606060;
    border-radius: 6px;
}

.confirmation_message
{
    background-color: #404563;
    color: #FFFFFF;    
    margin: 0px 0px 0px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px;
    padding: 10px;
}

    .confirmation_message a
    {
        color: #ffffff;
        font-weight: bold;
    }

.confirmation_message_main
{
    color: #404563;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20%; padding-right: 20%; padding-top: 20%;
    text-align: center;
}
.readonlyfield
{
    border: 1px dashed #64A8D1;
    cursor: default;
}

.green_head
{
    display: block;
    width: 96%;
    background-color: #DBCCE2;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.normBulls
{
    list-style-type: square;
    margin-left: 20px;
    font-size: small;
}