body
{
  background: #e7e7e7; 
  margin: 10px 0 10px 0;
}

table, tr, td, p {
  font-family: tahoma;
  font-size: 11px;
  line-height: 1.4em;
}

td.topTD {
  background: url(bg_top.jpg) no-repeat top center;
  height: 311px;
  text-align: right;
  padding: 42px 65px 0 48px;
  font-size: 11px;
}

td.middleTD {
  background: url(bg_table_main.jpg) center repeat-y;
  padding: 10px 85px 0 0;
  font-size: 11px;
}

td.bottomTD {
  background: url(bg_footer.jpg) no-repeat bottom center;
  height: 120px;
  padding: 0 65px 0px 100px;
  color: #333;
  text-align: right;
  font-size: 11px;
}
td.bottomTD a img {
  border:0;
}

/* Quotes */
blockquote {
 border : 2px solid #000;
 width: 200px;
 float: right;
 margin: 0px;
 padding: 10px;
 background-color: #ccc;
 quotes: "\201C" "\201D";
}
 blockquote:before { 
  content: open-quote;
  font-weight: bold; 
}
 blockquote:after {
  content: close-quote;
  font-weight: bold; 
}

/* Navigation Bar */
#NavigationArea ul
{
  text-align: left;
  padding: 0;
  margin: 0;
}

#NavigationArea ul li
{
  display: inline;
  font-family: Tahoma, Helvetica;
  color:white;
  margin:0;
  padding:0;
}
#NavigationArea ul li a
{
  color: #ccc;
  float: left;
  margin:0 6px; 
  padding: 12px 3px 5px 3px; 
  text-decoration: none; 
  font-size: 1.2em;
  border-bottom: 2px solid #444; 
}
#NavigationArea ul li a:hover
{
  color: white;
  border-bottom: 2px solid #ccaa00;
  padding-bottom: 5px;
}
#NavigationArea ul li.selected a
{
  color: white;
  border-bottom: 2px solid #aa0000;
  padding-bottom: 5px;
}

/* Form Styles */
.Form
{
  margin: 5px 5px 5px 15px;
  background-color: #e5e5e5;
  width: 500px;
  padding-top: 10px;
  border: 1px solid #888;
}
form dl
{  
}
form dt
{
  float:left;
  width:140px;
  padding:3px 0;
  background-color: #e5e5e5;
  text-align: right;
  font-size: 1.1em;
}
form dd
{
  margin-left:144px;
  margin-bottom:5px;
  font-size: 1em;

}
.FormValidation
{
  color: Red;
  padding: 3px 7px 3px 7px;
  margin-left: 5px;
  white-space: nowrap;
}
.FormValidation.Invalid
{
  border: 1px solid Orange;
  background-color: LemonChiffon;
}
.FormResult
{
  text-align: center;
  padding: 10px;
  width: 480px;
  margin-left: 15px;
}
.FormResult.Success
{
  background-color: #cce5cc;
  border: dotted 1px #88aa88;
}
.FormResult.Failure
{
  background-color: #e5cccc;
  border: dotted 1px #aa8888;
}

.FormFooter
{
  text-align: right;
  font-size: 1.1em;
  padding: 5px;
}
.FormFooter input
{
  font-size: 1em;
  padding: 5px 20px 5px 20px;
  margin-right: 50px;
}
.Form Fieldset
{
  padding: 0px;
  margin: 5px;
  border: 1px dotted #a0a0a0;
}
.Form .Empty
{
  border: 1px solid transparent;
}
.Form Legend
{
  margin-left: 10px;
  padding: 0px 5px 0px 5px;
  background-color: #e5e5e5;
  color: #666;
}
/* Side bar form */
.LeftPane .Form
{
  margin:0px !important;
  padding:5px 10px;
  width:200px;
}

.LeftPane form dt
{
  width:auto;
  float:none;
  padding:3px 0;
  background-color: #e5e5e5;
  text-align:left;
  font-size: 1.1em;
}
.LeftPane form dd
{
  margin-left:4px;
  margin-bottom:5px;
  font-size: 1em;
}
.LeftPane .FormResult
{
  width:auto;
  margin-left:0;
}




/* Table Styles */
table {
  padding: 0;
}

select, input {
  font-family: tahoma;
  font-size: 11px;
  color: #333;
}

h1 {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #f6f6f6;
  padding: 2px 0 1px 7px;
  background-color: #888;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}


h3 {
  font-family: tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  padding: 2px 0 1px 7px;
  background: #AAA;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h4 {
  font-size: 10px;
  font-weight: bold;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

a:link, a:visited {
  color: #444444;
  font-family: tahoma;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}

a:hover {
  color: #2c2c2c;
  font-family: tahoma;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}
/* Element Themes */
.ElementCustomerLoginStatus {
  text-align: center;
  font-size: 1.1em;
}