﻿body
{
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e1e9f2;
	margin: 0px 0px 0px 0px;
	height: 100%;
	color : Black;
	
}

H1
{
	font-size: small;
	font-weight: bold;
	color: #ff6600;
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

H2
{
	font-size:  small;
	color: #ff6600;
	font-weight:  normal;
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

UL
{
	margin-top: 0px;
	margin-bottom: 6px;
}
li
{
}

A 
{
 text-decoration: none;	
 color:Black;
}


HR
{
	color:#c8defd;
	height:1px;
}
/*In sitemap.aspx */
.Sitemap_nodes A 
{
	color: #ff6600;
	
}


/*In main.master */
.panel_menu
{
	background-color: #ff6600;
	border-left: #ff6600 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px; 
}

.panel_sitemap_navigator
{
	border-bottom: #ff6600 1px dotted;
	font-size: x-small;
	color: #000000;
	border-left: #ff6600 1px solid;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px  0px 10px;
	border-right: #ff6600 1px solid;
	height: 25px;
	
	background-color: #ffffff;
	
}

.panel_sitemap_navigator A
{
	font-size:x-small;
	color:#ff6600;
	text-decoration:underline;
	cursor:hand;
}

.MenuBar
{
	color: white;
}

.MenuItemHover
{
	color: black;
	text-decoration:underline;
	cursor:hand;
}

.MenuItem
{
	color: white;
	font-size: x-small;
	font-weight:bolder;
	cursor: hand;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.MenuItemDynamic
{
	color:Black;
	padding-bottom: 3px;
	padding-top: 3px;
	cursor:hand;
}

.MenuItemDynamicHover
{
	text-decoration:underline;
	padding-bottom: 3px;
	padding-top: 3px;
	cursor:hand;
}

.MenuDynamic
{
	border: solid 1px #ff6600;
	font-size: x-small;
	padding-right: 6px;
	padding-left: 6px;
	cursor:hand;
}

/*In Newsletters.aspx */
.warning
{
	color: Red;
	border: solid 1px, red;
	padding: 2px 0px 0px 2px;
}



