﻿/* HTML Selectors */
body 
{
background-image: url(/images/site_bg.jpg); background-repeat: repeat-x;
background-color: #4071B1;
margin: 10px;
} 

table
{
font-family: arial;
font-size: 11px;
color: #646464;
text-align: left;
}

.RedHeader
{
font-family: verdana;
font-size: 12px;
color: #BE1238;
font-weight: bold;
text-align: left;
}

.PublicHeader
{
font-family: verdana;
font-size: 12px;
color: #507DB9;
font-weight: bold;
text-align: left;
} 

/* Link Styles*/
a {font-family: arial; font-size: 11px; color: #808080; text-decoration: underline;}
a:hover {font-family: arial; font-size: 11px; color: #507DB9; text-decoration: underline;}
a.Footer {font-family: arial; font-size: 11px; color: #507DB9; font-weight: bold; text-decoration: none;}
a.Footer:hover {font-family: arial; font-size: 11px; color: #C00000; font-weight: bold; text-decoration: none;}

/* Partners Styles*/
.partners_companyname {font-weight: bold; font-family: verdana;font-size: 11px;color: #646464;text-align: left;}
.partners_offertext {font-family: verdana;font-size: 11px;color: #646464;text-align: left;}

.MenuSeparator
{
width: 15px;
text-align: center;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #52729E;
}

.MenuOut
{
font-family: tahoma;
text-align: center;
font-size: 9px;
font-weight: bold;
color: #52729E;
cursor: pointer;
}

.MenuOver
{
font-family: tahoma;
text-align: center;
font-size: 9px;
font-weight: bold;
color: #C00000;
cursor: pointer;
}


/* 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: #505050;
font-family: verdana; 
font-size:10px;  
padding-left:5px;
} 

.LeafNode a
{ 
color: #505050;
text-decoration:none;
} 

.LeafNode a:hover
{ 
color: #507DB9;
text-decoration:underline;
} 

