﻿/* Default CSS Stylesheet for a new Web Application project */

BODY 
{
	font-family: Verdana, Helvetica;
	font-size: 10px;
	background-image: url('../../images/bkgd_tile3.jpg');
	background-repeat:repeat;
}

BODY.Admin
{
	font-family: Verdana, Helvetica;
	font-size: 10px;
	background-image: url('../../images/bkgd_tile_content.jpg');
	background-repeat:repeat-x;
	color: White;
}

TD
{
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

DIV
{
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

A 
{
	text-decoration: none;
	color: white;
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

A:link
{
	text-decoration: none;
	color: white;
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

A:visited
{
	text-decoration: none;
	color: white;
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

A:active
{
	text-decoration: none;
	color: white;
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

A:hover
{
	text-decoration: underline;
	color: white;
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}

.TreeView
{
	cursor: pointer;
}

A.HoverTreeNode	{	
	text-decoration:	none;
	color:	white;
	}	
	
A.HoverTreeNode:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.HoverTreeNode:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.HoverTreeNode:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.HoverTreeNode:hover	{	
	text-decoration:	underline;
	color:	white;
	}
	

	
.SelectedNode 
{
	background-color: #E0E0E0;	
	color: Black;
}

A.SelectedNode	{	
	text-decoration:	none;
	color:	Black;
	}	
	
A.SelectedNode:link	{	
	text-decoration:	none;
	color:	Black;
	}	
		
A.SelectedNode:visited	{	
	text-decoration:	none;
	color:	Black;
	}	
		
A.SelectedNode:active	{	
	text-decoration:	none;
	color:	Black;
	}	
		
A.SelectedNode:hover	{	
	text-decoration:	underline;
	color:	Black;
	}

.Header1
{
	color:#334D9A;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;		
}

.HeaderGreen
{
	color:#666733;
	font-family: Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;		
}

.NormalText
{
	color: #6B6B6B;
	font-family: Verdana, Helvetica;
	font-size: 10px;	
}
	
TD.HomeMainWindow
{
	background-image: url('../../images/home_main_window.gif');
	background-repeat: no-repeat;
	height:99px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}

TD.HomeMainWindowIE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/home_main_window.png',sizingMethod='scale');	
	background-repeat: no-repeat;
	height:99px;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}


TD.Footer
{
	 background-image: url('../../images/footertop.gif'); 
	background-repeat: no-repeat;
	height:45px;
	width:704px;
	text-align: center;
	vertical-align:top;
	font-size: 10px;
}

A.HomePageLink
{
	text-decoration: underline;
	color: #4C4836;
	font-size: 10px;
}

A.HomePageLink:link
{
	text-decoration: underline;
	color: #4C4836;
	font-size: 10px;
}

A.HomePageLink:visited
{
	text-decoration: underline;
	color: #4C4836;	
	font-size: 10px;
}

A.HomePageLink:active
{
	text-decoration: underline;
	color: #4C4836;	
	font-size: 10px;
}

A.HomePageLink:hover
{
	text-decoration: none;
	color: #4C4836;
	font-size: 10px;
}

A.FooterLink
{
	text-decoration: none;
	color: #8B6441;
	font-size: 10px;
	font-weight: bold;
}

A.FooterLink:link
{
	text-decoration: none;
	color: #8B6441;
	font-size: 10px;
	font-weight: bold;
}

A.FooterLink:visited
{
	text-decoration: none;
	color: #8B6441;	
	font-size: 10px;
	font-weight: bold;
}

A.FooterLink:active
{
	text-decoration: none;
	color: #8B6441;	
	font-size: 10px;
	font-weight: bold;
}

A.FooterLink:hover
{
	text-decoration: underline;
	color: #8B6441;
	font-size: 10px;
	font-weight: bold;
}

TD.SideWindow1
{
	background-image: url('../../images/window1.gif');
	background-repeat: no-repeat;
	height:113px;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

TD.SideWindow1Div
{
	background-image: url('../../images/window2.gif');	
	background-repeat: no-repeat;
	height:5px;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
}

TD.SideWindow2
{
	background-image: url('../../images/window2.gif');	
	background-repeat: repeat-y;
	height:120px;
	vertical-align: top;
	padding: 2px 10px 0px 10px;
}

TD.SideWindow3
{
	background-image: url('../../images/window3.gif');
	background-repeat: repeat-y;
	height:90px;
	vertical-align: top;
	padding: 2px 10px 0px 10px;
}


TD.SideWindow4
{
	background-image: url('../../images/window4.gif');
	background-repeat:repeat-y;
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	height:0px;
}


.SidebarText
{
	color: #EBE2CB;
	font-family: Verdana, Helvetica;
	font-size: 9px;
	font-weight: bold;	
}

.SidebarTextContent
{
	color: #EDC990;
	font-family: Verdana, Helvetica;
	font-size: 10px;
}

.MenuItem
{
	color: #403528;
	font-family: Verdana, Helvetica;
	font-size: 13px;
	padding: 4px 3px 5px 3px;
	text-decoration: none;
	font-weight: bold;
}

.MenuItemHover
{
	color: white;
	font-family: Verdana, Helvetica;
	font-size: 13px;
	padding: 4px 3px 5px 3px;
	text-decoration: underline;
	font-weight: bold;
}

A.SideBarLink
{
	text-decoration: none;
	color: #A69D7E;
	font-size: 10px;
}

A.SideBarLink:link
{
	text-decoration: none;
	color: #A69D7E;
	font-size: 10px;
}

A.SideBarLink:visited
{
	text-decoration: none;
	color: #A69D7E;	
	font-size: 10px;
}

A.SideBarLink:active
{
	text-decoration: none;
	color: #A69D7E;	
	font-size: 10px;
}

A.SideBarLink:hover
{
	text-decoration: underline;
	color: #A69D7E;
	font-size: 10px;
}

A.SideBarContentLink
{
	text-decoration: none;
	color: #EDC990;
	font-size: 10px;
}

A.SideBarContentLink:link
{
	text-decoration: none;
	color: #EDC990;
	font-size: 10px;
}

A.SideBarContentLink:visited
{
	text-decoration: none;
	color: #EDC990;	
	font-size: 10px;
}

A.SideBarContentLink:active
{
	text-decoration: none;
	color: #EDC990;	
	font-size: 10px;
}

A.SideBarContentLink:hover
{
	text-decoration: underline;
	color: #EDC990;
	font-size: 10px;
}

TD.ContentCell
{
	background-image: url('../../images/content_bkgd.gif');
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 2px 0px 0px 4px;
	width: 505px;
}

TD.SideWindowContent
{
	background-repeat: repeat-y;
	vertical-align: top;	
	text-align: left;
	width:192px;
	z-index: 1;
}

.GuideColor
{
	color: #646A2F;
	border-collapse: collapse;
	border-bottom: solid 1px #646A2F;
}

TD.SideBarDivider
{
	border-top: dashed 1px #EDC990;	
}

DIV.SitemapLink A
{
	text-decoration: underline;
	color: #4C4836;
	font-size: 10px;
}

DIV.SitemapLink A:link
{
	text-decoration: underline;
	color: #4C4836;
	font-size: 10px;
}

DIV.SitemapLink A:visited
{
	text-decoration: underline;
	color: #4C4836;	
	font-size: 10px;
}

DIV.SitemapLink A:active
{
	text-decoration: underline;
	color: #4C4836;	
	font-size: 10px;
}

DIV.SitemapLink A:hover
{
	text-decoration: none;
	color: #4C4836;
	font-size: 10px;
}

.HomePageWelcomeMessage
{
	font-family: Verdana;
	font-size: 10px;
	color: #22190E;
	text-align:left;
	padding:8px 8px 8px 8px;
}

.HighlightText
{
	color: #EEE1C0;
	font-family: Verdana;
	font-size: 10px;
}

A.CatalogLink
{
	color: #F7D06D;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

A.CatalogLink:link
{
	color: #F7D06D;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

A.CatalogLink:visited
{
	color: #F7D06D;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

A.CatalogLink:active
{
	color: #F7D06D;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
}

A.CatalogLink:hover
{
	color: #F7D06D;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

