﻿
/* Body and tag styles */
*
{
  margin: 0;
  padding: 0;
}
body
{
  font: 76% Verdana,Tahoma,Arial,sans-serif;
  line-height: 1.4em;
  text-align: center;
  color: #303030;
  background: #e8eaec;
}
hr
{
  height: 1px;
  margin-bottom: 10px;
}
a
{
  color: #467aa7;
  font-weight: bold;
  text-decoration: none;
  background-color: inherit;
}
a:hover
{
  color: #2a5a8a;
  text-decoration: none;
  background-color: inherit;
}
a img
{
  border: none;
}
p
{
  padding: 0 0 1.6em 0;
  text-align: justify;
}
.TextLeft
{
  text-align: left;
}
.TextCenter
{
  text-align: center;
}
.TextRight
{
  text-align: right;
}
.Blue
{
  color: #467aa7;
}
.Red
{
  color: red;
}
.Bold
{
  font-weight: bold;
}
.Italic
{
  font-style: italic;
}
img.Left, img.Center, img.Right
{
  /*   padding: 4px;   border: 1px solid #a0a0a0; */
}
img.Left
{
  float: left;
  margin: 0 12px 5px 0;
}
img.Center
{
  display: block;
  margin: 0 auto 5px auto;
}
img.Right
{
  float: right;
  margin: 0 0 5px 12px;
}

/* Header and navigation styles */
#Container
{
  width: 800px;
  margin: 20px auto;
  padding: 1px 0;
  text-align: left;
  background: #ffffff;
  color: #303030;
  border: 2px solid #a0a0a0;
}
#Header
{
  height: 113px;
  width: 798px;
  margin: 0 1px 1px 1px;
  background: #467aa7;
  color: #ffffff;
  background: url(Images/header.png) repeat-x;
}
#Header h1
{
  padding: 35px 0 0 20px;
  font-size: 2.4em;
  background-color: inherit;
  color: #ffffff;
  letter-spacing: -2px;
  font-weight: normal;
}
#Header h2
{
  color: #f0f2f4;
  margin: 40px 0 0 50px;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  line-height: 2em;
  background-color: inherit;
}
#Navigation
{
  height: 2.2em;
  line-height: 2.2em;
  width: 798px;
  margin: 0 1px;
  background: #578bb8;
  color: #ffffff;
  clear: both;
}
#Navigation li
{
  float: left;
  list-style-type: none;
  border-right: 1px solid #ffffff;
  white-space: nowrap;
}
#Navigation li a
{
  display: block;
  padding: 0 10px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  background-color: inherit;
  color: #ffffff;
}
* html #Navigation a
{
  width: 1%;
}
#Navigation .Selected, #Navigation a:hover
{
  color: #ffffff;
  background: #80b0da;
  text-decoration: none;
}
#Navigation a:hover
{
  color: #505050;
  background: #dddddd;
  text-decoration: none;
}

/* Content styles */
.ContentTop
{
  height: 30px;
  margin-bottom: 15px;
  border-bottom: solid 1px silver;
}
#ContentLeft, #ContentRight
{
  margin-bottom: 40px;
}
#ContentLeft
{
  float: left;
  width: 570px;
  font-size: 0.9em;
  padding: 20px 0 0 20px;
}
#ContentLeft h2
{
  color: #505050;
  display: block;
  margin: 0 0 16px 0;
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: -1px;
  background-color: inherit;
}
#ContentLeft h2 a
{
  font-weight: normal;
}
#ContentLeft h3
{
  margin: 0 0 5px 0;
  font-size: 1.4em;
  letter-spacing: -1px;
}
#ContentLeft .ContentImage
{
  text-align: center;
  margin-bottom: 20px;
}
#ContentLeft a:hover, #ContentRight a:hover, #SubContent a:hover
{
  text-decoration: underline;
}
#ContentLeft ul, #ContentLeft ol
{
  margin: 0 5px 16px 35px;
}
#ContentLeft ol p, #ContentLeft ul p
{
  font-weight: normal;
}
#ContentLeft dl
{
  margin: 0 5px 10px 25px;
}
#ContentLeft dt
{
  font-weight: bold;
  margin-bottom: 5px;
}
#ContentLeft dd
{
  text-align: justify;
  margin: 0 0 10px 15px;
}

/* Sidebar styles */
#ContentRight
{
  float: right;
  width: 170px;
  padding: 20px 20px 10px 0;
  line-height: 1.4em;
}
#ContentRight h2
{
  display: block;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  font-weight: normal;
  text-align: left;
  letter-spacing: -1px;
  color: #505050;
  background-color: inherit;
}
#ContentRight p
{
  margin: 0 0 16px 0;
  font-size: 0.9em;
}
#ContentRight a .Important:hover
{
  text-decoration: none;
  border-bottom: solid 1px red;
}

/* Menublock styles */
.MenuBlock
{
  margin: 0 0 20px 8px;
  font-size: 0.9em;
}
.MenuBlock li
{
  list-style: none;
  display: block;
  padding: 2px;
  margin-bottom: 2px;
}
.MenuBlock li a
{
  font-weight: bold;
  text-decoration: none;
}
.MenuBlock li a:hover
{
  text-decoration: none;
}
.MenuBlock li ul
{
  margin: 3px 0 3px 15px;
  font-size: 1em;
  font-weight: normal;
}
.MenuBlock li ul li
{
  margin-bottom: 0;
}
.MenuBlock li ul a
{
  font-weight: normal;
}

/* Searchbar styles */
#SearchBar
{
  margin: 0 0 20px 0;
}
#SearchBar form fieldset
{
  margin-left: 10px;
  border: 0 solid;
}
#SearchBar #s
{
  height: 1.2em;
  width: 110px;
  margin: 0 5px 0 0;
  border: 1px solid #a0a0a0;
}
#SearchBar #SearchButton
{
  width: auto;
  padding: 0 1px;
  border: 1px solid #808080;
  font-size: 0.9em;
  text-align: center;
}

/* Footer styles */
#Footer
{
  clear: both;
  width: 798px;
  padding: 5px 0;
  margin: 0 1px;
  font-size: 0.9em;
  color: #f0f0f0;
  background: #467aa7;
}
#Footer p
{
  padding: 0;
  margin: 0;
  text-align: center;
}
#Footer a
{
  color: #f0f0f0;
  background-color: inherit;
  font-weight: bold;
}
#Footer a:hover
{
  color: #ffffff;
  background-color: inherit;
  text-decoration: underline;
}

/* Misc classes and styles */
.SplitContentLeft
{
  float: left;
  width: 48%;
}
.SplitContentRight
{
  float: right;
  width: 48%;
}
.Clear
{
  clear: both;
}
.Small
{
  font-size: 0.8em;
}
.Normal
{
  font-weight: normal;
}
.Hide
{
  display: none;
}
.Important
{
  color: #f02025;
  background-color: inherit;
  font-weight: bold;
}
.Box
{
  margin: 0 0 10px 0;
  padding: 20px 10px 10px 10px;
  border: 1px solid #c0c0c0;
  background-color: #fafbfc;
  color: #505050;
  line-height: 1.5em;
}
div.Link
{
  margin-bottom: 5px;
}
table#List
{
  width: 100%;
  border: medium none;
  border-collapse: collapse;
  background-color: #dddddd;
}

table#List td
{
  width: 25%;
  color: navy;
  padding: 3px;
  text-align: center;
}

table#List td.Light
{
  /*  background-color: #578bb8; */
  background-color: #F2F2F2;
}

table#List td.Dark
{
  /*  background-color: #0c6896; */
  background-color: #E6E6E6;
}

table#List td.TL
{
  border: 2pt double gray;
}

table#List td.TR
{
  border-left: medium none;
  border-top: 2pt double gray;
  border-right: 2pt double gray;
  border-bottom: 2pt double gray;
}

table#List td.BL
{
  border-left: 2pt double gray;
  border-top: medium none;
  border-right: 2pt double gray;
  border-bottom: 2pt double gray;
}

table#List td.BR
{
  border-left: medium none;
  border-top: 2pt double gray;
  border-right: 2pt double gray;
  border-bottom: 2pt double gray;
}
table.Data
{
  margin-left: 20px;
  border-collapse: collapse;
}
table.Data thead
{
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
}
table.Data td
{
  padding: 2px;
  vertical-align: top;
  white-space: nowrap;
}
table.Data td.Numeric
{
  text-align: right;
}
table#Evergreen
{
  border: solid 1px white;
}
table#Evergreen tr.Type td
{
  font-weight: bold;
}
table#Evergreen tr.Image td
{
  border: solid 1px #ece9d8;
}
table#Evergreen tr.Text td
{
  text-align: center;
  vertical-align: top;
  padding-bottom: 20px;
}
