﻿/* HTML Selectors */
body 
{
background-image: url(images/siteskin/body_bg_new.gif); background-repeat: repeat-x; background-position: top;
background-color: #0861B3;
} 

table
{
font-family: arial;
font-size: 11px;
color: #646464;
text-align: left;
}

.clsTextPublicDetail
{
font-family: arial;
font-size: 11px;
color: #646464;
text-align: left;
}

.clsTextPublicHeader
{
font-family: arial;
font-size: 12px;
color: #DC0000;
font-weight: bold;
text-align: left;
}

H1 {  font-family: arial; font-size: 14px; font-weight: bold;  color:
#3e76c3; text-decoration: none;}

/* Left Side Column Styles*/
.headerText {font-family: arial; font-size: 13px; color: #C00000; font-weight: bold; text-align: center} 

/* Link Classes */
a {font-family: arial; font-size: 12px; color: #00038C;}
a:hover {font-family: arial; font-size: 12px; color: #C00000; 
text-decoration: underline;}
a.FooterLink {font-family: arial; font-size: 11px; color: #8dc0ee ; 
font-weight: bold;}
a.FooterLink:hover {font-family: arial; font-size: 11px; color: #ffffff; 
text-decoration: underline; font-weight: bold;}

a.LoginLink {font-family: arial; font-size: 11px; color: #00038C;}
a.LoginLink:hover {font-family: arial; font-size: 11px; color: #C00000;} 

.textbox {font-family: verdana; font-size: 10px; color: black;}


/* Partners Styles*/
.partners_companyname {font-weight: bold; font-family: arial;font-size: 11px;color: #646464;text-align: left;}
.partners_offertext {font-family: arial;font-size: 11px;color: #646464;text-align: left;}

/* Menu Styles */

.MenuGroup
{
color: #3145B9;
background-color: #E7E7EF; 
font-family: arial;
font-size: 12px;
font-weight: bold; 
border: solid 1px #E7E7EF; 
cursor: pointer;
}

.MenuItem
{
color: #3145B9;
background-color: #E7E7EF; 
font-family: arial;
font-size: 12px;
font-weight: bold; 
border: solid 1px #E7E7EF; 
cursor: pointer;
}

.MenuItemHover
{
color: #DC0000;
background-color: #E7E7EF; 
font-family: arial;
font-size: 12px;
font-weight: bold; 
border: solid 1px #C8C8C8; 
cursor: pointer;
}

.MenuItemActive
{
background-color: #E7E7E7;
color: #FF4040;
font-family: arial;
font-size: 12px;
font-weight: bold; 
border: solid 1px #C8C8C8;
cursor: pointer;
}

.MenuItemExpanded
{
color: #C00000;
background-color: #E7E7EF; 
font-family: arial;
font-size: 12px;
font-weight: bold; 
border: solid 1px #C8C8C8; 
cursor: pointer;
}

.MenuBreak
{
width:100%;
height:2px;
}

/* Sitemap Styles */

.SiteMap
{
  background-color:white;
  font-family: arial; 
  font-size: 10px;
}

.SiteMapTableCell
{
  padding-left: 5px;
}

.RootNode
{ 
  color: black;
  font-family: arial; 
  font-size: 10px;
  font-weight: bold;
  cursor:default;
} 

.RootNode a
{ 
  color: black;
  text-decoration:none;
   cursor:default;
} 

.RootNode a:hover
{ 
  color: black;
  text-decoration:none;
   cursor:default;
} 

.ParentNode
{ 
  font-family: arial; 
  font-size:10px;  
  padding-left:5px;
} 

.ParentNode a
{ 
  color: black;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: black;
  text-decoration:underline;
} 

.LeafNode
{ 
  color: #808080;
  font-family: arial; 
  font-size:10px;  
  padding-left:5px;
} 

.LeafNode a
{ 
  color: #808080;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #808080;
  text-decoration:underline;
} 


