﻿/* HTML Selectors */
body 
{
background-image: url(images/body_bg.jpg); background-repeat: repeat-x;
background-color: #ffffff;
margin: 10px;
} 

table
{
font-family: verdana;
font-size: 11px;
color: #000000;
text-align: left;
}

.PublicDetail
{
font-family: verdana;
font-size: 11px;
color: #000000;
font-weight: normal;
text-align: left;
}

.PublicHeader
{
font-family: verdana;
font-size: 12px;
color: #3B5C8D;
font-weight: bold;
text-align: left;
}

.YellowHeader
{
font-family: verdana;
font-size: 12px;
color: #DF9B1E;
font-weight: bold;
text-align: left;
}

/* Link Styles*/
a {font-family: verdana; font-size: 11px; color: #DF9B1E; font-weight: bold; text-decoration: underline;}
a:hover {font-family: verdana; font-size: 11px; color: #3B5C8D; font-weight: bold; text-decoration: underline;}
a.MenuLink {font-family: verdana; font-size: 10px; color: #3B5C8D; font-weight: bold; text-decoration: underline;}
a.MenuLink:hover {font-family: verdana; font-size: 10px; color: #DF9B1E; text-decoration: underline; font-weight: bold;}
a.FooterLink {font-family: verdana; font-size: 12px; color: #ffffff; text-decoration: underline; font-weight: bold;}
a.FooterLink:hover{font-family: verdana; font-size: 12px; color: #E9B859; text-decoration: underline; font-weight: bold;}

/* Partners Styles*/
.partners_companyname {font-weight: bold; font-family: verdana;font-size: 11px;color: #000000;text-align: left;}
.partners_offertext {font-family: verdana;font-size: 11px;color: #000000;text-align: left;}


/* Sitemap Styles*/
.SiteMap
{
font-family: verdana; 
font-size: 10px;
}

.SiteMapTableCell
{
padding: 5px;
}

.RootNode
{ 
color: black;
font-family: verdana; 
font-size: 10px;
font-weight: bold;
padding-left:5px;
} 

.RootNode a
{ 
color: black;
text-decoration:none;
} 

.RootNode a:hover
{ 
color: black;
text-decoration:underline;
} 

.ParentNode
{ 
font-family: verdana; 
font-size:10px;  
padding-left:5px;
} 

.ParentNode a
{ 
color: black;
text-decoration:none;
} 

.ParentNode a:hover
{ 
color: black;
text-decoration:underline;
} 

.LeafNode
{ 
color: #3B5C8D;
font-family: verdana; 
font-size:10px;  
padding-left:5px;
} 

.LeafNode a
{ 
color: #3B5C8D;
text-decoration:none;
} 

.LeafNode a:hover
{ 
color: #DF9B1E;
text-decoration:underline;
} 

