body, table, tr, td, pre
{
  font-family: Garamond, "Times New Roman", Serif;
  font-size: small;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-collapse: collapse;
}

h1, h2, h3, h4
{
  font-family: Verdana, Sans-Serif, Arial, "MS Sans Serif";
  color: rgb(0,36,112);
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
h1
{
  font-size: large;
  margin-bottom: 1Em;
  margin-top: 8px;
}
h2
{
  font-size: medium;
  margin-top: 0.8em;
}
h3
{
  font-size: x-small;
  margin-top: 0.5Em;
}

 p
{
  margin-top: 0.1em;
  margin-bottom: 0.5em;
}

a:link
{
  color: rgb(0,36,112);
}

label
{
  font-family: Verdana;
  font-size: xx-small;
  font-weight: bold;
}

ul
{
  margin-top: 0px;
}
address
{
  display: inline;
  clear: none;
  unicode-bidi:embed;
}

image
{
  margin: 0px;
  padding: 0px;
}

/*****************************************************************************/

.yellow
{
  color: rgb(251,204,46);
}
.blue
{
  color: rgb(0,36,112);
}
.white
{
  color: white;
}
.yellow-bg
{
  background-color: rgb(251,204,46);
}
.blue-bg
{
  background-color: rgb(0,36,112);
}
.lightblue-bg
{
  background-color: rgb(30,63,130);
}
.red
{
  color: Red;
}

.error
{
  color: Red;
}
.errors
{
  font-size: larger;
  font-weight: bolder;
}
.error-label
{
  color: Red;
  font-family: Verdana;
  font-size: x-small;
}

.centered
{
  text-align: center;
}

.bold
{
  font-weight: bold;
}

.address
{
  font-style: normal;
}

.tooltip
{
  font-family: Verdana;
  font-size: x-small;
  background-color: rgb(251,204,46);
  color: rgb(0,36,112);
  z-index: 100 !important;
  position: absolute;
  border: solid 1px black;
}
.no-wrap
{
  white-space: nowrap;
}

/********************************************************************/

#pagelayout-table
{
  width: 100%; 
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin:  0px 0px 0px 0px;
  border: none;
  border-collapse: collapse;
}
#pagelayout-table td
{
}

#header-row
{
  height: 106px;
}

#separator-row1
{
  height: 3px;
  background-color: White;
}

#station-row
{
  height: 2Em;
}

#separator-row2
{
  height: 2px;
  background-color: White;
}

#content-row
{
  height: 100%;
}

#main-content
{
  vertical-align: top;
  padding-left: 2Em;
  padding-right: 2Em;
}
#startpage-main
{
  font-family: Verdana;
  width: 100%;
  height: 100%;
  background-image: url(images/startpage_main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(0,36,112);
  text-align: center;
}
#startpage-main *
{
  color: White
}
#startpage-main p
{
  text-align: left;
  width: 20Em;
  text-shadow: 0px 0px 5px white;
  /*color: rgb(0,36,112); rgb(251,204,46);*/
}

#sidebar-cell
{
  width: 13Em;
  padding-right: 8px;
  margin-right: 0px;
}

#banner
{
  padding: 0;
  margin: 0;
  border: solid 1px black;
  border-bottom: solid 2px black;
  border-right: solid 2px black;
}

/******************************************************************************/

.stationbar
{
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 2Em; /* same as main content area (see below) */
  background-color: rgb(30,63,130);
  color: White;
}
.stationbar A,.stationbar A:hover
{
  text-decoration: none;
  color: White;
}
.stationbar A:hover
{
  text-decoration: underline;
  color: White;
}

#menu-cell
{
  width: 175px;
  vertical-align: top;
}
.menu, .menu TD
{
  font-family: Verdana;
  font-size: small;
  font-weight: bold;
  vertical-align: middle;
  background-color: rgb(251,204,46);
  color: rgb(0,36,112);
  padding-left: 0px;
}
td.menu-item, tr.menu-item td
{
  padding: 2px 2px 2px 1Em;
}
.menu-item .image
{
  height: 58px; /* images are 41px-44px */
}

.menu A
{
  text-decoration: none;
  color: rgb(0,36,112);
}
.menu A:hover
{
  text-decoration: underline;
}
.menu A:visit:hover
{
  text-decoration: underline;
  color: rgb(0,36,112);
}
TR.submenu TD
{
  padding-left: 2em;
}

.selected a,.selected a:hover
{
  color: rgb(154,182,242);
}

/********************************************************************/

.sidebar
{
  vertical-align: top;
  background-color: rgb(205,211,225);
  padding-left: 8px;
}
.sidebar h2
{
  font-size: small;
}

.sidebar div.link
{
  margin-top: 0.4Em;
  margin-bottom: 0.4Em;
}
.sidebar A
{
  font-family: verdana;
  font-size: x-small;
}

.sidebar div.indent
{
  margin-left: 3Em;
}

/********************************************************************/

H2.news-title, .news-title A
{
  margin-top: 0px;
  font-size: medium;
}
.news-heading
{
  font-weight: bold;
  font-size: x-small;
  font-family: Verdana, Sans-Serif, Arial, MS Sans Serif;
}
.news-image
{
}
.news-text
{
  font-weight: normal;
  font-family: Garamond, Times New Roman;
  font-size: 90%;
}

/********************************************************************/

.main-nomargin
{
  padding: 0px 0px 0px 0px;
  margin-left: -2Em;  /* has to match #main-content above */
  margin-right: -2Em; /* has to match #main-content above */
  background-color: green;
}

.faq-qa
{
}
.faq-q
{
  font-family: Verdana;
  font-size: x-small;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:15px;
}

.faq-a
{
	margin-bottom:5px;
	margin-top:3px;
  margin-left: 3em;
}

/****************************************************************/

.datatable 
{
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.datatable tr
{
}
.datatable td
{
  border-top: 1px solid white;
  padding: 1px 5px 1px 5px;
  font-size: 90%;
  background-color: rgb(0,36,112);
  color: White;
}
.datatable th, .datatable .header td
{
  font-family: Verdana;
  font-weight: bold;
  font-size: x-small;
  color: rgb(251,204,46);
  background-color: rgb(0,36,112);
  text-align: center;
  padding: 1px 5px 1px 5px; 
}
.datatable .footer *
{
  font-family: Verdana;
  font-weight: bold;
  font-size: x-small;
  color: rgb(251,204,46);
}
.datatable A
{
  color: rgb(251,204,46);
}

/****************************************************************/

.inputtable
{
}

.inputtable label
{
  white-space: nowrap;
}

.inputtable td, .inputtable th
{
  font-family: Verdana;
  text-align: left;
  font-size: x-small;
  vertical-align: top;
}

.inputtable td, .inputtable th
{
  padding: 1px 5px 1px 0px; 
}

.inputtable th
{
  font-weight: bold;
  font-size: small;
}

.mandatory
{
  font-size: xx-small;
  color: Red;
  font-weight: normal;
}

/****************************************************************/

.product-nameprice
{
  text-align: center;
  vertical-align: middle;
  background-color: rgb(44,50,121);
  width: 100%;
}

.product-nameprice td
{
  border-top: solid 2px white;
}

.productname
{
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
	text-align: left;
  color: rgb(239,231,190);
  color: rgb(239,231,190);
}

.productprice
{
	font-family: Verdana;
	font-weight: bold;
	font-size: large;
	text-align: right;
  color: rgb(251,204,46);
}


/****************************************************************/

.calendar {}
.calendarNextPrev {}
