﻿/********************************************************************
* Font Styles														*
********************************************************************/
.Normal
{
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.Label
{
	font-weight: bold;
	color: #3FB0DF;
}

.Highlight
{
	color: #404040;
	font-weight: bold;
}

.BulletTitle
{
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}

a.Normal, a.Normal:link, a.Normal:active, a.Normal:visited
{
	color: #575757;
	text-decoration: none;
}

a.Normal:hover
{
	color: #575757;
	text-decoration: underline;
}

.Normal a, .Normal a:link, .Normal a:active, .Normal a:visited
{
	color: #F3820B;
	text-decoration: none;
}

.Normal a:hover
{
	color: #F3820B;
	text-decoration: underline;
}

.StatusText
{
	color: #000099;
	font-weight: bold;
}

.SuccessText
{
	color: #006600;
	font-weight: bold;
}

.ErrorText
{
	color: Red;
	font-weight: bold;
}

.BottomPaneText
{
	color: Black;
	font-size: 10px;
	font-weight: bold;
}

.FooterText
{
	color: #404040;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica Neue, Sans-Serif;
}

.FooterText a, .FooterText a:active, .FooterText a:link, .FooterText a:visited, .FooterText a:hover
{
	color: #404040;
	font-weight: bold;
}

.dateText
{
	color: #575757;
	font-size: 10px;
	font-weight: bold;
}

h1
{
	color: #D71B11;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
}

h2
{
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

h3
{
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}

.h1
{
	color: #D71B11;
	font-size: 16px;
	font-weight: bold;
}

.h2
{
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}

.h3
{
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}

.MouseTrailCharacter
{
	position: absolute;
	visibility: visible;
	left: -50px;
	top: -50px;
	font-size: 10px;
	font-family: Verdana;
    font-weight: bold;
	color: #CC6600;
}
/********************************************************************
* Elements															*
********************************************************************/
html, body, img
{
	margin: 0px;
	padding: 0px;
	border: none 0px transparent;
}

body
{
	background-image: url(Images/BodyBackground.gif);
	background-position: left top;
	background-repeat: repeat;
}

p
{
	text-align: justify;
}

hr
{
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #A5AEC5;
	border-bottom: none 0px transparent;
	border-left: none 0px transparent;
	border-right: none 0px transparent;
	height: 0px;
}

/********************************************************************
* Bullets															*
********************************************************************/
ul
{
	margin-top: 10px;
}

ul.Type1
{
	list-style-image: url(Images/Bullet95.gif);
}

ul.Type2
{
	list-style-image: url(Images/Bullet96.gif);
}

ul.Type3
{
	list-style-image: url(Images/Bullet4.gif);
}

ul.Type4
{
	list-style-image: url(Images/Bullet33.gif);
}

li
{
	margin-left: -10px;
	padding: 0px 2px 4px 4px;
	vertical-align: middle;
}

ol.Level1
{
	list-style-type: decimal;
}

ol.Level2
{
	list-style-type: upper-alpha;
}

ol.Level3
{
	list-style-type: upper-roman;
}

ol.Level4
{
	list-style-type: lower-alpha;
}

ol.Level5
{
	list-style-type: lower-roman;
}

/********************************************************************
* Controls															*
********************************************************************/
.TextBox
{
	padding: 1px;
	border: solid 1px Gray;
	color: #575757;
}

.FileUpload
{
	color: #575757;
}

.DropDownList
{
	padding: 1px;
	border: solid 1px Gray;
	color: #575757;
}

.LinkButton, a.LinkButton, a.LinkButton:active, a.LinkButton:link, a.LinkButton:visited, a.LinkButton:hover
{
	font-weight: bold;
}

/********************************************************************
* Main Menu															*
********************************************************************/
.MainMenu
{
	font-size: 13px;
	font-weight: bold;
}

.MainMenuItemCell
{
	padding: 0px;
	margin: 0px;
	border: none 0px transparent;
	white-space: nowrap;
}

span.MainMenuItem, a.MainMenuItem, a.MainMenuItem:link, a.MainMenuItem:visited, a.MainMenuItem:active
{
	color: White;
	display: block;
	width: 120px;
	padding-top: 10px;
	text-decoration: none;
}

a.MainMenuItem:hover
{
	color: #C5601B;
	text-decoration: none;
}

a.MainMenuSelectedItem, a.MainMenuSelectedItem:link, a.MainMenuSelectedItem:visited, a.MainMenuSelectedItem:active
{
	color: #C5601B;
	display: block;
	width: 120px;
	padding-top: 10px;
	text-decoration: none;
}

a.MainMenuSelectedItem:hover
{
	color: White;
	text-decoration: none;
}

a.LinkInsideH3, a.LinkInsideH3:link, a.LinkInsideH3:visited, a.LinkInsideH3:active
{
	color: #D71B11;
}
a.LinkInsideH3:hover
{
	color: #D71B11;
}

/********************************************************************
* Side Bar															*
********************************************************************/
.SideBar
{
	text-align: left;
	background-image: url(Images/SideBarTitleBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.SideBarTitle
{
	padding: 5px 4px 4px 8px;
	font-size: 12px;
	font-weight: bold;
}

.SideBarTitle span
{
	color: White;
}

.SideBarTitle a, .SideBarTitle a:link, .SideBarTitle a:active, .SideBarTitle a:visited
{
	color: White;
	text-decoration: none;
}

.SideBarTitle a:hover
{
	text-decoration: underline;
}

.SideBarContent
{
	font-weight: bold;
}

a.SiteMapSideBarLink, a.SiteMapSideBarLink:link, a.SiteMapSideBarLink:active, a.SiteMapSideBarLink:visited
{
	color: #575757;
	text-decoration: none;
}

a.SiteMapSideBarLink:hover
{
	text-decoration: underline;
}

/********************************************************************
* Site Map															*
********************************************************************/
.SiteMapRootNode
{
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}

a.SiteMapRootNode, a.SiteMapRootNode:link, a.SiteMapRootNode:visited, a.SiteMapRootNode:active
{
	color: #C45A10;
	text-decoration: none;
}

a.SiteMapRootNode:hover
{
	text-decoration: underline;
}

.SiteMapParentNode
{
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
}

a.SiteMapParentNode, a.SiteMapParentNode:link, a.SiteMapParentNode:visited, a.SiteMapParentNode:active
{
	color: #3fb0df;
	text-decoration: none;
}

a.SiteMapParentNode:hover
{
	text-decoration: underline;
}

.SiteMapLeafNode
{
	font-size: 11px;
	padding: 4px 0px 4px 0px;
}

a.SiteMapLeafNode, a.SiteMapLeafNode:link, a.SiteMapLeafNode:visited, a.SiteMapLeafNode:active
{
	color: #727272;
	text-decoration: none;
}

a.SiteMapLeafNode:hover
{
	text-decoration: underline;
}