/***********************************************************
* Filename:    base.css
* Date:        2006.06.14
* Description: Standard stylesheet
************************************************************/

A,
A:visited,
A:hover,
A:active {
  text-decoration: none;
}

A:hover,
A:active {
  text-decoration: underline;
}

BODY {
  font-family: Verdana, Arial;
  background-color: #DDD;
  cursor: default;
}

BODY div#BackgroundImage {
  width: 100%;
  height: 90px;
  position: absolute;
  background-image: url('/graphics/page_background_image.gif');
  repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  top: -20px;
}

DIV.HR {
  margin: 40px 20px;
  font-size: 1px;
  border: 0px;
  height: 2px;
}

#BodyWrapperDv {
  width: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
}

#MainDiv {
  width: 710px;
  padding: 15px;
  margin: 20px auto;
  border: 1px solid;
  background-color: white;
  position: relative;
}

#Content {
  margin-left: 130px;
  width: 570px;
  position: relative;
}

#Sidebar {
  position: relative;
  float: left;
  clear: left;
  width: 120px;
  padding: 20px 5px 10px;
  display: inline;
}

#MainDiv:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden; 
}

H1 {
  border: 0px;
  margin: 0px;
  text-align: right;
  font-size: 8pt;
  font-weight: bold;
  font-style: italic;
}

H2 {
  margin: 0px 0px 0px;
  padding: 0px;
  font-size: 16pt;
  font-weight: bold;
  clear: both;
}

H5 {
  margin: 10px 0px;
  font-size: 10pt;
  font-weight: bold;
}

H6 {
  margin: 10px 0px;
  font-size: 10pt;
  font-weight: normal;
}

P {
  margin: 10px 0px;
  padding: 0px;
  font-size: 10pt;
  text-align: justify;
}

LI {
  font-size: 10pt;
  text-align: justify;
}

#SelectCSS {
  float: left;
  font-size: 8pt;
  margin-bottom: 20px;
}

#Navigation {
  position: absolute;
  display: block;
  text-align: center;
  width: 700px;
  top: -20px;
}

input.TextInput {
  font: 10pt Verdana, Arial;
  padding: 2px;
  border: 1px solid #000;
  color: #CCC;
  background-color: #666;
}

FORM {
  margin: 0px;
  font: 10pt Verdana, Arial;
  color: #666;
}

input.Button {
  font: 10pt Verdana, Arial;
  border: 1px solid #000;
  color: #FFF;
  background-color: #333;
  padding: 4px 8px;
}

select {
  font: 10pt Verdana, Arial;
  border: 1px solid #333;
  background-color: #CCC;
  color: #666;
}

#HelpLink,
#TagsLink {
  padding: 4px 0px;
  width: 60px;
  text-align: center;
  display: inline-block;
  background-color: #CCC;
  border: 1px solid #555;
  text-decoration: none;
}

#HelpLink:hover,
#TagsLink:hover {
  background-color: #DFF;
  border: 1px solid #9CC;
}