﻿.Standard
{
 text-decoration: none;
 font-family: Verdana,Tahoma,Arial,Helvetica;
 font-size: 10pt;
 color: #000000;
 background-color: #FFFFFF;
 text-align: left;
}

h1{}
h2
{
 font-size: large;
 color: #26367A;
 font-weight: lighter;
}
h3{}
h4
{
 font-size: medium;
 font-weight: normal;
 text-align: center;
}

.Small {
	font-family: Verdana,Tahoma,Arial,Helvetica;
	font-size: 8pt;
	color: #000000;
}

.GridSmall
{
 font-family: Verdana,Tahoma,Arial,Helvetica;
 font-size: 8pt;
 color: #000000;
 vertical-align: middle;
}

.Smaller {
	text-decoration: none;
	font-family: Verdana,Tahoma,Arial,Helvetica;
	font-size: 7pt;
	color: #000000;
}

.Smallest
{
 text-decoration: none;
 font-family: Verdana,Tahoma,Arial,Helvetica;
 font-size: 6pt;
 color: #000000;
}

A:link
{
 text-decoration: none;
 color: #0061AE;
}

A:visited
{
 text-decoration: none;
 color: #0061AE;
}

A:hover
{
 text-decoration: none;
 color: #666666;
}

A:active {
	text-decoration: none;
	color: #666666;
}

.SearchBarTop
{
 padding: 5px 5px 5px 20px;
 background-color: #999999;
 color: #666666;
 border-top-style: solid;
 border-bottom-style: dotted;
 border-bottom-color: #666666;
 border-top-color: #FFFF99;
 font-weight: bold;
 border-top-width: thin;
 border-bottom-width: thin;
 margin-left: 10px;
 margin-right: 10px;
}

.SearchBarBottom
{
 padding: 5px 5px 5px 20px;
 border-width: thin;
 background-color: #CCCCCC;
 color: #000000;
 margin-right: 10px;
 margin-left: 10px;
}

.PageTitle
{
 font-size: large;
 color: #0061AE;
 font-weight: bold;
 margin-left: 10px;
 margin-top: 10px;
}

/* ~~ Edit Text Boxes ~~ */

.EditTextLeft
{
 font-family: Verdana,Tahoma,Arial,Helvetica;
 font-size: 10pt;
 color: #000000;
 text-align: left;
}
.EditTextRight
{
 font-family: Verdana,Tahoma,Arial,Helvetica;
 font-size: 10pt;
 color: #000000;
 text-align: right;
}
.EditTextCentre
{
 font-family: Verdana,Tahoma,Arial,Helvetica;
 font-size: 10pt;
 color: #000000;
 text-align: center;
}

.Panels legend
{
 color: #666666;
}