﻿/*
CC0001 - Red
5C0001 - Dark Red
013366 - Dark Blue
346699 - Medium Blue
545342 - Brown
D0CF9F - Tan
FFA602 - Orange
FF7906 - Dark Orange
D97901 - Alt Dark Orange
6F9A04 - Green
*/

body 
{
	background-color: white;
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px;
}
A:active2 
{
	font-family: Arial;
	text-decoration: none;
	color: #333399;
}	
A:hover2 {	
	text-decoration: none;
	color:	#3333cc;
}
A:link2
{
	color: #333399;
	text-decoration: underline;
}
A:visited2
{
	color: #333399;
}
.LineBottom
{
	border-bottom: #e0e0e0 1px solid;
}
.LineRightBottom
{
    border-right: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
}
.LineRight
{
    border-right: #e0e0e0 1px solid;
}
.panel
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid; 
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
.SmallText
{
    font-size: 14px;
    font-family: Arial;
    color: black;
}
.SmallTextBold
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: black;
    font-weight: bold;
}
.MediumText
{
    font-size: 16px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: black;
}
.LargeText
{
    font-size: 18px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: black;
}
.XLargeText
{
    font-size: 20px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: black;
}
.SmallAlert
{
	font-size: 14px;
	font-family: Arial;
	color: #B00000;
}
.MediumAlert
{
	font-size: 16px;
	font-family: 'Microsoft Sans Serif' , Arial;
	color: #B00000;
}
.LargeAlert
{
    font-size: 18px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: #B00000;
}
.XLargeAlert
{
    font-size: 20px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: #B00000;
}
.SmallHeading
{
	font-size: 14px;
	font-family: Arial;
	color: #013366;
	font-weight: bold;
}
.MediumHeading
{
	font-size: 16px;
	font-family: Arial;
	color: #013366;
	font-weight: bold;
}
.LargeHeading
{
	font-size: 18px;
	font-family: Arial;
	color: #013366;
	font-weight: bold;
}
.XLargeHeading
{
	font-size: 20px;
	font-family: Arial;
	color: #013366;
	font-weight: bold;
}
.LinkOff
{
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
	color: #346699;
}
A.LinkOff:link
{	
	color: #346699;
}
A.LinkOff:hover
{	
	color: #D90000;
}
.LargeLinkOff
{
    font-size: 16px;
    font-family: Arial;
    text-decoration: underline;
    color: #346699;
}
A.LargeLinkOff:link
{	
    color: #346699;
}
A.LargeLinkOff:hover
{	
    color: #D90000;
}
.PageTitle
{
    font-size: 20px;
    font-family: Arial;
    color: #9A0009;
    font-weight: bold;
}
.CellSmallText
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    font-size: 14px;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    font-family: 'Microsoft Sans Serif' , Arial;
    background-color: #f5f5f5;
}
.CellSmallTextTan
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	font-size: 14px;
	font-family: Arial;
	background-color: #F8F8E6;
}
.CellNoBorders
{
	font-size: 14px;
	font-family: Arial;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #f5f5f5;
}
.CellNoBordersTransparent
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif' , Arial;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.CellNoBordersTan
{
	font-size: 14px;
	font-family: Arial;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #F8F8E6;
}
.SmallInputBox
{
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    font-size: 10px;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    font-family: 'Microsoft Sans Serif' , Arial;
}
.SuccessText
{
    font-size: 14px;
    font-family: 'Microsoft Sans Serif' , Arial;
    color: #006400;
}
.menuWrapper
{
	position:absolute; 
	width:162px; 
	background-color:#339966; 
	visibility:hidden; 
	border-style:none; 
	display:block;
	padding:3px; 
}
.menuItem    {
              cursor:pointer; 
              font-size:12px; 
              font-family:Arial, Helvetica, sans-serif; 
              padding-left:10px; 
              color:black; 
              background-color:#99ccff; 
              text-decoration:none; 
              position:absolute; 
              left:0px; 
              width:159px; 
              height:18px;
              display:block;
              line-height:1.4em
             }
.menuItemOn  {
              cursor:pointer; 
              font-size:12px; 
              font-family:Arial, Helvetica, sans-serif; 
              padding-left:10px; 
              color:#000000; 
              background-color:#0099ff; 
              text-decoration:underline; 
              position:absolute; 
              left:0px; 
              width:159px; 
              height:18px;
              display:block;
              line-height:1.4em
             }

/* ---- Menu Styles ---- */
.MenuLink
{
   	text-decoration: none;
   	color: white;
}
.MainMenu
{
   	background-color: #19244A;
   	color: White;
   	font-family: Arial;
   	text-align: left;
   	font-size: 14px;
}
.MainMenuSelected
{
   	background-color: #1426DD;
   	font-family: Arial;
   	text-align: left;
   	font-size: 14px;
   	border-style:none;
}
.SubMenu
{
   	background-color: #1426DD;
   	color: White;
   	font-family: Arial;
   	text-align: left;
   	font-size: 14px;
}
.SubMenuSelected
{
/*
   	background-color: #B2B2B2;
   	color: White;
*/
   	background-color: White;
   	color: #19244A;
   	font-family: Arial;
   	text-align: left;
   	font-size: 14px;
   	border-style:none;
}

/* ---- Footer Styles ---- */
.FooterText
{
	font-size: 12px;
	font-family: Arial;
	color: #696969;
	text-decoration: none;
}
A.FooterText:link
{
	color: #696969;
}
A.FooterText:hover
{
	color: #D90000;
}

