.searchFieldHeader
{
  line-height: 100%;
}

/**************************************************
    AJAX - styles
**************************************************/
.validatorCalloutHighlight
{
  background-color: #FFFACD; /*lemonchiffon;*/
}
/*Modal Popup*/
.modalBackground
{
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.modalPopup
{
  background-color: White; /*#ffffdd;*/
  border-width: 3px;
  border-style: solid;
  border-color: Gray;
  padding: 3px;
  width: 250px;
}

.modalPopup .help
{
  background-color: Gray;
  color: White;
}

.popUpHandle
{
  background-color: #5D7B9D;
  font-weight: bold;
  color: White;
  border: solid 1px Gray;
  text-align: center;
}
.autoCompleteList
{
  font-size: .9em;
  background-color: White;
  cursor: pointer;
  border: solid 1px black;
  margin: 0px;
  padding: 2px;
  /*height: 100px;*/
  overflow: auto;
}

/**************************************************
    body
**************************************************/
body
{
  margin: 0;
  padding: 0;
  color: #555;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

/**************************************************
    container
**************************************************/
#container
{
  position: relative;
  width: 1000px;
  margin: 0px auto;
  background: #fff url('../images/middle_red_1000.png');
  background-repeat: repeat-y;
  font-size: 0.7em;
  line-height: 2;
  text-align: left;
}

#container:after
{
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  content: '.';
}

/**************************************************
	header
**************************************************/
#header
{
  margin: 0;
  height: 140px;
  background: #fff url('../images/top_red_1000.png');
}

#header h1
{
  margin: 0;
  padding-left: 30px;
  padding-top: 0px;
  color: #444;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 2.2em;
}

/**************************************************
	leftsidebar
**************************************************/
#leftsidebar
{
  float: left;
  width: 180px;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}

#leftsidebar ul
{
  display: block;
  list-style: none;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0;
}

#leftsidebar ul ul
{
  margin-top: 0px;
  margin-left: 15px;
  padding: 0;
  border: 0;
}

#leftsidebar ul li
{
  display: inline;
  padding: 0;
}

#leftsidebar ul li a
{
  background-color: #f4f4f4;
  color: #555;
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-left: 4px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  text-decoration: none;
}

#leftsidebar ul ul li a
{
  font-weight: normal;
}

#leftsidebar ul li a:hover, #leftsidebar ul li a.selected
{
  color: #000;
  background-color: #eaeaea;
  border-left: 4px solid #0c2577;
}

#leftsidebar p.block
{
  background: #f4f4f4;
  display: block;
  font-size: 0.9em;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 5px;
  border: 1px solid #ddd;
  text-align: justify;
}

#leftsidebar p.block a.more
{
  display: block;
  text-align: right;
  color: #384d90;
  font-weight: bold;
  text-decoration: none;
}

#leftsidebar p.block a.more:hover
{
  text-decoration: underline;
}

#leftsidebar img.logo
{
  display: block;
  width: 180px;
  margin-bottom: 0;
  margin-top: 25px;
  border: 0;
}

#leftsidebar img.block
{
  display: block;
  width: 167px;
  border: 1px solid #000;
}

/**************************************************
	rightsidebar
**************************************************/
#rightsidebar
{
  float: right;
  width: 56px;
  padding: 0;
  margin: 0;
}

#rightsidebar #logo1
{
  height: 400px;
}

#rightsidebar #logo2
{
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}

/**************************************************
	footer
**************************************************/
#footer
{
  clear: both;
  height: 10px;
  margin: 0;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff url('../images/bottom_red_1000.png');
}

#footer p
{
  margin: 0;
  padding: 10px;
  color: #555;
  text-align: center;
  font-size: 0.9em;
  line-height: 2em;
}

#footer a
{
  color: #555;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

/**************************************************
	content
**************************************************/
#content
{
  width: 695px;
  margin-left: 230px;
  text-align: justify;
}

#content a
{
  color: #384d90;
  font-weight: bold;
  text-decoration: none;
}

#content a:hover
{
  text-decoration: underline;
}

#content p
{
  margin: 0;
  padding-top: 15px;
}

#content h2
{
  margin: 0;
  padding-left: 0px;
  padding-top: 20px;
  border-bottom: 2px solid #f4f4f4;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.75;
}

#content h3 a
{
  color: #444;
  text-decoration: none;
  font-weight: 400;
}

#content ul, ol
{
  margin: 5px 0 0 0;
  padding: 0;
}

#content ul li
{
  margin: 0 0 0 25px;
  padding: 3px 0 3px 0;
}

#content ol li
{
  margin: 0 0 0 30px;
  padding: 3px 0 3px 0;
}

#content ul.block
{
  margin-top: 15px;
  margin-bottom: 5px;
  list-style: none;
  border: 1px solid red;
  color: red;
  text-align: center;
  font-weight: bold;
}

#content ul.block li
{
  margin-top: 3px;
  margin-bottom: 3px;
}

#content ul.block a
{
  color: red;
  text-decoration: underline;
}

#content table
{
  margin: 0;
  margin-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  border-collapse: collapse;
  line-height: 1.5;
}

#content td, #content th
{
  padding: 4px 7px 4px 7px;
}

#content th
{
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #0c2577;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
}

#content th a
{
  color: #fff;
}

#content tr.row1 td
{
  /*background-color: #fff;*/
  background-color: #F7F6F3;
  color: #333333;
}

#content tr.row2 td
{
  /*  background-color: #f4f4f4;*/
  background-color: White;
  color: #284775;
}

#content th.text
{
  width: 240px;
}

#content th.number
{
  width: 50px;
}

#content td.text
{
  text-align: left;
}

#content td a
{
  color: #555;
  text-decoration: underline;
  font-weight: normal;
}

#content td.number
{
  text-align: right;
}

#content img.border
{
  border: 1px solid #000;
}

#content abbr
{
  cursor: help;
}

#content blockquote
{
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background: #f1f1f1;
  border-left: 2px solid #0c2577;
  color: #444;
}

#content textarea
{
  overflow: auto;
  width: 525px;
  margin-top: 10px;
  margin-left: 10px;
}

#content tt
{
  background: transparent;
  color: #000;
  font: 1.2em Monospace;
}
