﻿/* HTML Selectors */
body 
{
background-color: #ffffff;
margin: 0px;
background-image: url(images/siteskin/secondary_page_bg.png); 
background-repeat: repeat-x;
} 

table
{
font-family: arial;
font-size: 12px;
color: #4F5458;
text-align: left;
}

.MainTitle
{
font-family: arial;
font-size: 16px;
color: #646464;
text-align: left;
padding-left: 10px;
font-weight: bold;
}

.BlueHeader
{
font-family: arial;
font-size: 14px;
color: #4183B5;
font-weight: bold;
}

.RedHeader
{
font-family: arial;
font-size: 14px;
color: #E23F2D;
font-weight: bold;
}

/* Link Styles*/
a {font-family: arial; font-size: 12px; color: #128AE7; text-decoration: underline;}
a:hover {font-family: arial; font-size: 12px; color: #E23F2D; text-decoration: underline;}
a.BlueLink {font-family: arial; font-size: 12px; color: #4183B5; text-decoration: underline;}
a.BlueLink:hover {font-family: arial; font-size: 12px; color: #315F83; text-decoration: underline;}
a.FooterLink {font-family: arial; font-size: 12px; color: #E23F2D; text-decoration: underline; font-weight: bold;}
a.FooterLink:hover {font-family: arial; font-size: 12px; color: #128AE7; text-decoration: underline;  font-weight: bold;}

/*Login Styles*/
.login_textbox {width: 200px;}

/* Button Styles */
.ButtonOut {
background-image: url(images/siteskin/arrow_button_out.jpg); 
height: 25px;
width: 192px;
font-family: arial;
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: arial;
font-size: 11px; 
font-weight: bold; 
color: #505050;
text-decoration: none;
cursor: pointer;
}

/* Partners Styles*/
.partners_companyname {font-weight: bold; font-family: arial;font-size: 12px;color: #646464;text-align: left;}
.partners_offertext {font-family: arial;font-size: 12px;color: #646464;text-align: left;}

/* Menu Styles */
.MenuOut {
font-family: arial;
text-align: center; 
font-size: 16px; 
font-weight: bold; 
color: #5F6569;
text-decoration: none;
cursor: pointer;
border-bottom: 4px solid transparent; 
padding-left: 2px; 
padding-right: 2px;
}

.MenuOver {
font-family: arial;
text-align: center; 
font-size: 16px; 
font-weight: bold; 
color: #000000;
text-decoration: none;
cursor: pointer;
border-bottom: 4px solid #E23F2D; 
padding-left: 2px; 
padding-right: 2px;
}

.MenuOutLogin {
font-family: arial;
text-align: center; 
font-size: 16px; 
font-weight: bold; 
color: #E23F2D;
text-decoration: none;
cursor: pointer;
border-bottom: 4px solid transparent; 
padding-left: 2px; 
padding-right: 2px;
}

.MenuOverLogin {
font-family: arial;
text-align: center; 
font-size: 16px; 
font-weight: bold; 
color: #C00000;
text-decoration: none;
cursor: pointer;
border-bottom: 4px solid #E23F2D; 
padding-left: 2px; 
padding-right: 2px;
}

/* Sitemap Styles*/

.SiteMap
{
font-family: arial; 
font-size: 12px;
}

.SiteMapTableCell
{
padding: 5px;
}

.RootNode
{ 
color: black;
font-family: arial; 
font-size: 12px;
font-weight: bold;
padding-left:5px;
} 

.RootNode a
{ 
color: black;
text-decoration:none;
} 

.RootNode a:hover
{ 
color: black;
text-decoration:underline;
} 

.ParentNode
{ 
font-family: arial; 
font-size:12px;  
padding-left:5px;
} 

.ParentNode a
{ 
color: black;
text-decoration:none;
} 

.ParentNode a:hover
{ 
color: black;
text-decoration:underline;
} 

.LeafNode
{ 
color: #505050;
font-family: arial; 
font-size:12px;  
padding-left:5px;
} 

.LeafNode a
{ 
color: #505050;
text-decoration:none;
} 

.LeafNode a:hover
{ 
color: #BE1238;
text-decoration:underline;
} 


