﻿/* HTML Selectors */
body 
{
background-image: url(images/siteskin/body_bg.jpg); background-repeat: repeat-x;
background-color: #ffffff;
margin: 0px;
} 

table {font-family: verdana;font-size: 11px;color: #646464;text-align: left;}

.PublicDetail {font-family: verdana;font-size: 11px;color: #646464;}
.PublicHeader {font-family: verdana;font-size: 12px;color: #94C6DD;font-weight: bold;}
.WhiteHeader {font-family: verdana;font-size: 11px;color: #ffffff;font-weight: bold;padding-top: 7px; padding-left: 45px;}
.GreenHeader {font-family: verdana;font-size: 11px;color: #A2C42C;font-weight: bold;}

/* Order Button Classes*/
.OrderButtonOut {padding-top: 10px; padding-left: 55px; color: #ffffff; font-family: arial; font-size: 14px; font-weight: bold; text-decoration: none; cursor: pointer;}

/* Link Classes */
a {font-family: verdana; font-size: 11px; color: #808080; font-weight: bold; text-decoration: underline;}
a:hover {font-family: verdana; font-size: 11px; color: #A9C93B; text-decoration: underline; font-weight: bold;}
a.MenuLink {font-family: verdana; font-size: 10px; color: #808080; font-weight: bold; text-decoration: underline;}
a.MenuLink:hover {font-family: verdana; font-size: 10px; color: #A9C93B; text-decoration: underline; font-weight: bold;}
a.GreenLink {font-family: verdana; font-size: 11px; color: #A9C93B; font-weight: bold; text-decoration: underline;}
a.GreenLink:hover {font-family: verdana; font-size: 11px; color: #808080; font-weight: bold; text-decoration: underline;}

/* 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*/

.MenuOutFirst {
background-image: url(images/siteskin/first_menu_out.jpg); 
width: 75px;
height: 32px;
font-family: verdana;
text-align: right; 
font-size: 10px; 
font-weight: bold; 
color: white;
text-decoration: none;
cursor: pointer;
}

.MenuOverFirst {
background-image: url(images/siteskin/first_menu_over.jpg); 
width: 75px;
height: 32px;
font-family: verdana;
text-align: right; 
font-size: 10px; 
font-weight: bold; 
color: white;
text-decoration: none;
cursor: pointer;
}

.MenuOut {
background-image: url(images/siteskin/menu_out_bg.jpg); 
height: 32px;
font-family: verdana;
text-align: center; 
font-size: 10px; 
font-weight: bold; 
color: white;
text-decoration: none;
cursor: pointer;
}

.MenuOver {
background-image: url(images/siteskin/menu_over_bg.jpg); 
height: 32px;
font-family: verdana;
text-align: center; 
font-size: 10px; 
font-weight: bold; 
color: white;
text-decoration: none;
cursor: pointer;
}

/* Sitemap Syles*/

.SiteMap
{
background-color:white;
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: 8px; 
font-weight: bold; 
padding-left: 5px;
} 

.ParentNode a
{ 
font-weight: bold; 
color: #808080;
text-decoration:none;
} 

.ParentNode a:hover
{ 
font-weight: bold; 
color: #808080;
text-decoration:underline;
} 

.LeafNode
{ 
color: #94C6DD;
font-family: verdana; 
font-size: 8px; 
font-weight: normal;  
padding-left: 5px;
} 

.LeafNode a
{ 
color: #94C6DD;
font-weight: normal; 
text-decoration:none;
} 

.LeafNode a:hover
{ 
color: #A9C93B;
font-weight: normal; 
text-decoration:underline;
} 

