﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #000000;
	font-size: 12pt;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}


A:link
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}

A:visited
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}

A:active
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}

A:hover
{
	font-size: 10pt;
	color: black;
	text-decoration: underline;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.App
{
	width: 100%;
	height: 100%;
}
.Leftnav
{
	border-right: solid 1px #07214C;
	font-size: 12pt;
	width: 140px;
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	background-color: #EFF2FB;
}
.Leftnav TD
{
	height: 100%;
	width: 185px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
.Leftnav TD A:Link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.Leftnav TD A:Visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.Leftnav TD A:Hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.Leftnav TD A
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.Content
{
	width: 100%;
}
.Content TD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
.Header
{
    width: 100%;
    height: 65px;
    border-bottom: solid 1px #07214C;
    text-align: left;
    color: black;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
}
.Footer
{
	width: 100%;
	height: 47px;
	border-top: solid 1px #07214C;
	text-align: center;
}
.DGHeader
{
	background-color: #07214C;
	font-weight: bold;
	color: White;
	font-size: 12pt;
	height: 27px;
}
.DGRow TR 
{
height: 27px;
}
.DGRow TD
{
	background-color: White;
	font-size: 8pt;
	height: 27px;
}
.DGRow A
{
	font-size: 8pt;
	color: blue;
}
.DGRow A:Link
{
	font-size: 8pt;
	color: blue;
}
.DGRow A:Hover
{
	font-size: 8pt;
	color: blue;
}
.DGRow A:Visited
{
	font-size: 8pt;
	color: blue;
}
.DGAlt TD
{
	background-color: #EBEEF4;
	font-size: 8pt;
}
.DGAlt A
{
	font-size: 8pt;
	color: blue;
}
.DGAlt A:Link
{
	font-size: 8pt;
	color: blue;
}
.DGAlt A:Hover
{
	color: #D44D4E;
	font-size: 8pt;
}
.DGAlt A:Visited
{
	font-size: 8pt;
	color: blue;
}
.DGPager TD
{
	background-color: #D44D4E;
}
.Pager TD
{
	background-color: #CED9EA;
}
.DGFooter TD
{
	background-color: #fefefe;
}
.Hidden
{
	display: none;
	visibility: hidden;
}

