﻿/* HTML Selectors */
body 
{
background-color: #212121;
margin: 10px;
} 

table
{
font-family: verdana;
font-size: 11px;
color: #646464;
text-align: left;
}

.MainTitle
{
font-family: arial;
font-size: 16px;
color: #646464;
text-align: left;
padding-left: 10px;
}

.BlueHeader
{
font-family: verdana;
font-size: 12px;
color: #4183B5;
font-weight: bold;
text-align: left;
}

.RedHeader
{
font-family: verdana;
font-size: 12px;
color: #C00000;
font-weight: bold;
text-align: left;
}

/* Link Styles*/
a {font-family: verdana; font-size: 11px; color: #C00000; text-decoration: underline;}
a:hover {font-family: verdana; font-size: 11px; color: #FF0000; text-decoration: underline;}
a.BlueLink {font-family: verdana; font-size: 11px; color: #4183B5; text-decoration: underline;}
a.BlueLink:hover {font-family: verdana; font-size: 11px; color: #315F83; text-decoration: underline;}
a.FooterLink {font-family: verdana; font-size: 10px; color: #A5D4FF; text-decoration: underline;}
a.FooterLink:hover {font-family: verdana; font-size: 10px; color: #ffffff; text-decoration: underline;}

/* Button Styles */
.ButtonOut {
background-image: url(images/siteskin/arrow_button_out.jpg); 
height: 25px;
width: 192px;
font-family: verdana;
font-size: 11px; 
font-weight: bold; 
color: #646464;
text-decoration: none;
cursor: pointer;
}

.ButtonOver {
background-image: url(images/siteskin/arrow_button_over.jpg); 
height: 25px;
width: 192px;
font-family: verdana;
font-size: 11px; 
font-weight: bold; 
color: #505050;
text-decoration: none;
cursor: pointer;
}

/* 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;}

/* Menu Styles */
.MenuOut {
background-image: url(images/header/menu_out1.gif); 
height: 25px;
width: 91px;
font-family: verdana;
text-align: center; 
font-size: 10px; 
font-weight: bold; 
color: white;
text-decoration: none;
cursor: pointer;
}

.MenuOver {
background-image: url(images/header/menu_over1.gif); 
height: 25px;
width: 91px;
font-family: verdana;
text-align: center; 
font-size: 10px; 
font-weight: bold; 
color: white;
text-decoration: none;
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: #BE1238;
text-decoration:underline;
} 

