﻿/* Form Control Classes & Selectors */
select {font-family: verdana; font-size: 10px; color: black;}
.button {font-family: verdana; font-size: 10px; color: black; font-weight: normal;}
.textbox {font-family: verdana; font-size: 10px; color: black;}
a {font-family: arial; font-size: 11px; color: #204D8F; text-decoration: underline;}
a:hover {font-family: arial; font-size: 11px; color: #CFA04A; text-decoration: underline;}

/* SiteSkin Classes & Selectors */
table {font-family: arial; font-size: 12px; color: #808080;}
a.orange_link {font-family: arial; font-size: 12px; color: #CFA04A; text-decoration: underline;}
a.orange_link:hover {font-family: arial; font-size: 12px; color: #204D8F; text-decoration: underline;}
.orange_text {font-family: arial; font-size: 10px; color: #CFA04A;}
a.blue_link {font-family: arial; font-size: 12px; color: #204D8F; text-decoration: underline;}
a.blue_link:hover {font-family: arial; font-size: 12px; color: #CFA04A; text-decoration: underline;}
.body_bg {background: url(images/siteskin/body_bg.png); background-repeat: repeat-x; background-color: #FCFCFC; margin: 0px; margin-bottom: 10px;}
.footer_text {font-family: arial; font-size: 11px; font-weight: bold; color: #204D8F;}
a.footer_link {font-family: arial; font-size: 11px; font-weight: bold; color: #204D8F; text-decoration: none;}
a.footer_link:hover {font-family: arial; font-size: 11px; font-weight: bold; color: #CFA04A; text-decoration: none;}

/* SEO Page Classes */
.PublicSeoHeader {font-family: arial; font-size: 13px; color: #204D8F; font-weight: bold; margin: 0px;}
.PublicSeoText {font-family: arial; font-size: 12px; color: #808080; font-weight: normal;}

/* Fictonal Entity Page Classes */
.entity_h1 {font-family: verdana; font-size: 13px; color: #204D8F; font-weight: bold; margin: 0px}
.entity_label {font-family: verdana; font-size: 11px; color: #808080; font-weight: normal;}
.entity_property {font-family: verdana; font-size: 11px; color: #222222; font-weight: normal;} 
.entity_property_bold {font-family: verdana; font-size: 10px; color: #222222; font-weight: bold;} 
a.entity_link {font-family: verdana; font-size: 10px; color: #204D8F; text-decoration: underline;}
a.entity_link:hover {font-family: verdana; font-size: 10px; color: #CFA04A; text-decoration: underline;}

/* Entity Search Classes */
.entitysearch_column_header {background-color: #E4F1F7; color: black; background: url(images/entitysearch/header_bg.gif); font-family: tahoma; font-size: 11px; cursor: default; height: 20px;}
.entitysearch_cell {font-family: tahoma; font-size: 11px; cursor: pointer; height: 20px; color: black; border-bottom: 1px solid #EAE9E1;}
.entitysearch_cell_hover {font-family: tahoma; font-size: 11px; cursor: pointer; height: 20px; color: black; background-color: #BFD7EF; border-bottom: 1px solid #EAE9E1;}

/* Sitemap Classes*/
.sitemap {background-color: white; font-family: verdana; font-size: 10px;}
.sitemap_cell {padding: 5px;}
.sitemap_rootnode {color: black; font-family: verdana; font-size: 10px; font-weight: bold; padding-left: 5px;}
.sitemap_rootnode a {color: black; text-decoration: none;}
.sitemap_rootnode a:hover {color: black; text-decoration: underline;}
.sitemap_parentnode {font-family: verdana; font-size: 8px; font-weight: bold; padding-left: 5px;}
.sitemap_parentnode a {font-weight: bold; color: #808080; text-decoration: none;}
.sitemap_parentnode a:hover {font-weight: bold; color: #808080; text-decoration: underline;}
.sitemap_leafnode {color: #94C6DD; font-family: verdana; font-size: 8px; font-weight: normal; padding-left: 5px;}
.sitemap_leafnode a {color: #204D8F; font-weight: normal; text-decoration: none;}
.sitemap_leafnode a:hover {color: #CFA04A; font-weight: normal; text-decoration: underline;} 

