﻿.SiteMap
{
  border: 0px solid #C0C0C0; 
  background-color: #FFFFFF;
}

.ContentBackground
{
  background-color: #F1F1F1;
}
.ContentContainer
{
  background-color: #F1F1F1;
  width: 370px;
  /* border-top: solid 1px #C0C0C0; */
  border-bottom: solid 1px #C0C0C0;
  border-left: solid 1px #C0C0C0;
  border-right: solid 1px #C0C0C0;
}
.ContentContainerEmpty
{
  background-color: #FFFFFF;
  width: 370px;
  /* border-top: solid 1px #C0C0C0; */
  border-bottom: solid 1px #C0C0C0;
  border-left: solid 1px #C0C0C0;
  border-right: solid 1px #C0C0C0;
}

.HeaderCell
{
  font-family: Trebuchet MS;
  font-size: 13px;
  font-weight: bold; 
  color: #3F77B2; 
  background-color: #FFFFFF;
  border-top: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  /* background-image: url(../images/sitemap/header_bg.gif); */
  padding: 6px 0px 6px 4px;
  width: 370px; /* 168px; */
  text-decoration: none;
}
.HeaderCell a
{
  color: #3F77B2; text-decoration: none;
  background-color: #FFFFFF;
}
.HeaderCell a:hover
{
  color: #E2001A;  text-decoration: none;
  background-color: #FFFFFF;
}

.ContentCell
{
  color: #FFFFFF; 
  background-color: #FFFFFF;
  /* background-image: url(../images/sitemap/group_bg.gif); */
  width: 168px;
}

.NodeText
{
  font-family: Arial; 
  font-size: 12px;
  color: #555555;
  text-decoration: none;  
}
.NodeText a
{
  color: #555555;  text-decoration: none;   
}
.NodeText a:hover
{
  color: #E2001A;  text-decoration: none; 
}
.NodeTextBold
{
  font-family: Arial; 
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;  
}
.NodeTextBold a
{
  color: #555555;  text-decoration: none;   
}
.NodeTextBold a:hover
{
  color: #E2001A;  text-decoration: none; 
}
.NodeTextSmall
{
  font-family: Arial; 
  font-size: 11px;
  color: #555555;
  text-decoration: none;  
}
.NodeTextSmall a
{
  color: #555555;  text-decoration: none;   
}
.NodeTextSmall a:hover
{
  color: #E2001A;  text-decoration: none; 
}

.NodeDescription
{
  font-family: Arial; 
  font-size: 11px;
  color: #ACACAC; 
}
.NodeBullet
{
  color: Red;
}

.SiteMapBreadcrumb
{
  font-family: Arial; 
  font-size: 12px;
  color: #555555;
  border-bottom: solid 0px #C0C0C0;
}

.BreadcrumbsNode
{
  font-family: Arial; 
  font-size: 10px;
  color: #555555;
} 
.BreadcrumbsNode a
{ 
  color: #555555;
  text-decoration: none;
} 
.BreadcrumbsNode a:hover
{ 
  color: #555555;
  text-decoration: underline;
} 

.BreadcrumbsNodeSelected
{
  font-family: Arial; 
  font-size: 10px;
  font-weight: bold;
  color: #555555;
} 
.BreadcrumbsNodeSelected a
{ 
  color: #555555;
  text-decoration: none;
} 
.BreadcrumbsNodeSelected a:hover
{ 
  color: #555555;
  text-decoration: none;
} 

.BreadcrumbsNodeNoSelection
{
  font-family: Arial; 
  font-size: 10px;
  color: #555555;
  text-decoration: none;
  cursor: default;
} 
.BreadcrumbsNodeNoSelection:link { color: #555555; text-decoration: none;}
.BreadcrumbsNodeNoSelection:active { color: #555555; text-decoration: none;}
.BreadcrumbsNodeNoSelection:hover { color: #555555; text-decoration: none; }
.BreadcrumbsNodeNoSelection:visited { color: #555555; text-decoration: none;}

