﻿
/*** 
   do not delete this dummy class which is
   used to fix some strange problems
***/

.xxx {
}

/* ------------- GENERIC --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
   min-height: 100%;
   height: 100%;
   width: 100%;
}

body {
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #D6E3C9;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   border: 0px dashed blue;
   text-align:center; /* IE Fix to center the siteContainer */
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td{
   font: 10px Arial;
}

p, td, li {
   line-height: 18px;
   font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

/**********************************************************/
img {
   margin: 0;
   padding: 0;
   border: 0px solid red;
   display: block;
}

a img {
   border: 0;
}

p {
   margin: 0 0 1em;
}

ul {
   margin-left: 15px;
}

/* ------------- common styles --------------- */
.clear {
   clear: both;
}

.hrDiv {
   border-top: 1px dashed #599FB9;
}

/**********************************************************/
a:link {
	color: #C64934;
}
a:visited {
	color: #C64934;
}
a:active {
	font-weight: bold;
	color: #1B9E7C;
}
a:hover {
	color: #C64934;
	text-decoration: underline;
}


/****************************************************/
input.text, select {
	z-index : -3;
	font-size: 11px;
   border: 1px solid #ACA5A5;
}

.checkBox {
	z-index : -3;
   border: 0px;
}

.errorText {
	text-align: center;
	width: 100%;
	float: left;
	color: red;
   font-weight: bold;
	font-size: 13px;
}

.inputBox {
   width: 300px;
}

.submit{
   font-family: verdana;
   font-size: 11px;
   font-weight: Bold;
   color: #000;
   background-color: #E9EDEF;
   border: 1px solid #000;
   cursor: pointer;
   cursor: hand;
   padding: 2px;
}
/**********************************************************/
h1, h2, h3, h4, h5, h6 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   font-weight: bold;
   color: #1B9E7C;   
}

h1 {
   font-size: 1.8em;
}

h2 {
   font-size: 1.3em;
   margin-bottom: 0.7em;
}

h3 {
   font-size: 1.3em;
}


/**********************************************************/
#siteContainer {
   width:810px;
   margin: auto;
   border:0px solid blue;
}
/**********************************************************/
#bodyContainer {
   border:0px solid #000;
   background-color: #f6f9f2;
}

#bodyContainer-top {
   height: 16px;
   width:810px;   
   background: #D6E3C9 url('images/panel_horizontal_top.jpg') no-repeat left top;
}

#bodyContainer-bottom {
   height: 16px;
   width:810px;   
   background: url('images/panel_horizontal_bottom.jpg') no-repeat left bottom;
}

#left
{
   float:left;
   width:120px;
   min-height:470px;
   _height:470px; /* Fix for IE */
}

#right
{
   float:left;
   border:0px solid #000;
   width:650px;
   text-align:left;
   padding:0px 0px 0px 10px;
   min-height:470px;
   _height:470px; /* Fix for IE */   
   border-left:1px solid #1B9E7C;    
}

#rightFullWidth
{
   text-align:left;
   min-height:470px;
   _height:470px; /* Fix for IE */
   padding:10px;
}

.imageCaption
{
   font-style:italic;
}

.successText {
   font-weight: bold;
   font-style: italic;
}
/**********************************************************/
