﻿
body {
}

/* **************** LINKS **************** */
A.footerlink:link     { color: #000000; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.footerlink:visited 	{ color: #000000; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.footerlink:active 	{ color: #ff0000;  cursor:pointer; text-decoration:none; font-family: arial; font-size: 11px; font-weight:normal; }
A.footerlink:hover 	{ color: #ff0000;  cursor:pointer; text-decoration:underline; font-family: arial; font-size: 11px; font-weight:normal; }



/* **************** CONTAINERS **************** */

.mainPanel
{
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    border-right: black 1px solid;
    border-left: black 1px solid;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

.master_PageFrame
{
    border: 0px;
    padding: 0px;
    margin: 0px; 
    height: 100%;
    width: 100%;
    min-height: 100%;
    border-collapse: collapse;    
}

.master_PageHeader
{
    height: 100px; 
    background-color: #ffffff;
    font-size: 14pt;
    font-weight: bold; 
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.master_PageFooter
{
    height: 75px; 
    background-color: #cccccc;
    font-size: 12px;
    font-weight: bold; 
    color: #000000;
    padding: 10px;
    margin: 0px;
}

.master_ContentPane
{
    width: 100%;
    height: 100%;
    min-height: 100%; 
    background-color: transparent;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    text-align: center;
}

.master_PageDivider
{
    border-top: solid 1px black; 
    border-bottom: solid 1px black; 
    border-left: solid 1px black; 
    border-right: solid 1px black; 
    height: 3px; 
    background-color: #800000; 
    padding: 0px;
    margin: 0px; 
    border-collapse: collapse;
    font-size: 0pt; 
}

.master_PageNavLeft
{
    width: 150px; 
    height: 100%;
    min-height: 100%;
    background-color: #006400;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
    padding: 0px;
    text-align: center;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-bottom: black 1px solid; 
    border-left: black 1px solid; 
}



/* **************** FONTS **************** */

.arial1 {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.arial1white {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
}
.arial1red {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #990000;
}
.arial1blue {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #000099;
}


.arial1bold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
.arial1whitebold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.arial1bluebold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #000099;
}
.arial1redbold {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
}

.arial2bold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.arial2whitebold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.arial2bluebold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000099;
}
.arial2redbold {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

.arial3bold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.arial3whitebold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}
.arial3bluebold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #000099;
}
.arial3redbold {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}


/* **************** FORMS **************** */

.formBox
{
    color : #000000;
    background : #FFFFFF;
    border-color : #000000;
    border-top : 1px solid;
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
	font-weight: normal;
}

.formSubmit
{
    color: #00006A;
    background-color : #ffffff;
    border-color : #000000;
    border-top : 1px solid;
    border-bottom : 1px solid;
    border-left : 1px solid;
    border-right : 1px solid;
    font-family : arial,tahoma,verdana;
    font-size : 11px;
    font-weight: bold;
    cursor: pointer;
}


