﻿/*

  red: #E2001A

*/


*
{
  margin: 0px;
  padding: 0px;
  color: #000000;
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  font-size: 9pt;
  text-align: left;
}

html
{
}

body
{
  margin: 20px;
  background-color: #ffffff;
}

p, h1, h2, h3, li
{
  margin-bottom: 10px;
}

img
{
  border: none;
}

ul
{
  list-style: none;
}

a
{
  text-decoration: none;
}

input, select, select *, textarea
{
  color: #000000;
}

/* png fixer */

img, div, input
{
  behavior: url(/_styles/iepngfix.htc);
}

/* headings */

h1 
{
  font-size: 12pt;
  margin-bottom: 5px;
}

h2
{
  color: #000000;
  margin-bottom: 20px;
}

/* page elements */

#frame
{
  position: static;
  margin: 0px;
  padding: 0px;
  width: 100%;
  left: 0px;
  top: 0px;
}

#page
{
  position: static;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: none;
  left: 0px;
  top: 0px;
}

#map
{
  display: none;
}

.mapButton
{
  display: none;
}

#contentLeft
{
  font-weight: bold;
  position: static;
  margin: 0px;
  padding: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  height: auto;
}

#contentLeftInner
{
  height: auto; 
}

#contentFlash
{
  display: none;
}

#contentRight
{
  position: static;
  margin: 0px;
  padding: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  float: none;
  height: auto;
}

#contentRight li
{
  margin-left: 20px;
  list-style: disc;
}

#contentRight a 
{
  font-weight: bold;
}

#contentRightInner
{
  padding: 20px;
  position: relative;
  height: auto;
}

#menu
{
  display: none;
}

#footer
{
  display: none;
}

#footer li
{
  display: inline;
}

#footerLinksLeft
{
  float: left;
}

#footerLinksLeft li
{
  padding-left: 12px;
  background: transparent url(/_images/bullet-red-square.jpg) no-repeat 0px 4px;
  padding-right: 12px;
}

#footerLinksRight
{
  float: right;
}

#footerLinksRight li
{
  padding-left: 12px;
}

#apriliaLink a
{
  color: #E2001A;
  font-weight: bold;
}

#logo
{
  display: none;
}

/* scroller */

#contentWindow
{
  position: static;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  clear: both;
  overflow: visible;
}

#scrollbar
{
  display: none;
}

#scrollbarKnob
{
  display: none;
}

/* forms */

.formSection
{
  clear: both;
  padding: 10px 0px 20px 0px;
}

.formSection th
{
  font-weight: normal;
  width: 140px;
}

.formColumn
{
  width: 400px;
  float: left;
  padding-top: 10px;
}

* html body .formColumn
{
  /* ie 6 fiddle */
  width: 450px;
}

.formColumn label
{
  display: block;
  line-height: 25px;
}

.formColumn input
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 200px;
  height: 15px;
  margin: -25px 50px 5px 0px;
  background-color: #000000;
  border: solid 1px #aaaaaa;
  color: #ffffff;
}

.formColumn textarea
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 200px;
  height: 50px;
  margin: -25px 50px 5px 0px;
  background-color: #000000;
  border: solid 1px #aaaaaa;
  color: #ffffff;
}

.formColumn select
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 204px; /* fiddled for ie */
  height: 20px; /* fiddled for ie */
  margin: -25px 50px 5px 0px;
  background-color: #000000;
  border: solid 1px #aaaaaa;
  color: #ffffff;
}

.formColumn select option 
{
  color: #ffffff;
  border: none;
}

.formColumn .checkbox
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  margin: -25px 235px 5px 0px;
}

.formButtons
{
  width: 350px;
  clear: both;
  padding: 10px 0px 10px 0px;
  margin-top: 40px;
}

.formButtons input
{
  width: 100px;
  border: solid 2px #E2001A;
  background-color: #E2001A;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.fieldGroup
{
  display: block;
  float: right;
  clear: both;
  top: 0px;
  width: 200px;  
  margin: -25px 54px 5px 0px;
  border-collapse: collapse;
}

.fieldGroup td
{
  padding: 0px; 
  margin: 0px;
}

.fieldGroup input, .fieldGroup select
{
  float: none;
  margin: 0px;
}

.button
{
  display: block;
  border: none;
  background-color: #E2001A;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  text-align: center;
  padding: 4px 2px 4px 2px;
}

.error
{
  background: transparent url(/_images/exclamation.png) no-repeat top left;
  width: 100px;
  height: 20px;
  text-indent: 20px;
  display: block;
  position: absolute;
  margin-top: -25px;
  margin-left: 360px;
}

.errorMessage
{
  background: transparent url(/_images/exclamation.png) no-repeat top left;
  padding-left: 20px;
  color: #E2001A;
}

.red
{
  color: #E2001A;
}

.black
{
  color: #000000;
}