﻿.AjaxBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
}

.AjaxProcessing
{
	background-color:White;
	border: solid 2px #333333;
	bottom: 50%;
	color:Black;
	left: 45%;
	padding: 3px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 250px;
    z-index: 0;
}

body {
    background-color: #C8C8C8; 
    font-family:  Verdana, Tahoma, Arial, Helvetica, Trebuchet MS;
    font-size: 8pt;
    font-weight: normal;
    margin: 5px;
    text-align: left;
}

h1 {
    color: #79271B;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px 7px;
}

h2 {
    color: #614B30;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px -5px;
}

h3 {
    color: #666666;
    font-family:  Verdana, Tahoma, Arial, Helvetica, Trebuchet MS;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1em;
    margin: 0px 0px -5px;
}

a:link {
    color: #79271B;
    text-decoration: none;
}

a:active {
    color: #79271B;
    text-decoration: none;
}

a:visited {
    color: #79271B;
    text-decoration: none;
}

a:hover {
    color: #79271B;
    text-decoration: underline;
}

div#MasterContainer {
    background-color: white; 
    text-align: left;
    width: 760px;
}

div#FooterContainer {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 7.5pt;
    padding-bottom: 15px;
    text-align: center;
}

div.NavLineSeparator {
    background-image: url(image/nav-line-separator.gif);
    background-repeat: repeat-x;
    height: 8px;
    width: 100%;
}

img {
    border-width: 0px;
}

table {
    
}

td {
    vertical-align: top;
}

td#LeftMarginContainer {
    background-color: #959595; 
    color: #EAEAEA;
    height: 100%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

td#BodyContainer {
    background-color: #D4D4D4; 
    color: black;
    height: 100%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
}

p {
    margin: 7px 0px;
}

p.AddedSpacing 
{
    line-height: 12pt;
    margin: 7px 0px 15px;
}

ul {
    color: #333333;
    line-height: 1.4em;
    list-style-image: url(image/list-bullet.gif);
    margin-left: 20px;
    margin-bottom: 10px;
}

.Normal8pt {
    font-size: 8pt;
}

.Bold8pt {
    font-weight: bold;
    font-size: 8pt;
}
   
.Bold10pt {
    font-weight: bold;
    font-size: 10pt;
}   

.Normal10pt {
    font-size: 10pt;
} 

.Normal12pt {
    font-size: 12pt;
} 

.Normal14pt {
    font-size: 14pt;
} 

.TextColor1 {
    color: #001755;
}

.TextColor2 {
    color: #CE5201;
}

.TextColor3 {
    color: #666666;
}

.TextColor4 {
    color: #EAEAEA;
}
