/* Text Styles */

#header {
  position: absolute;
  left: 30px;
  right: 10px;
  top: 5px;
  height: 50px;
  z-index: 998; /* header to front -> menus overlap topic frame */
}

#navbar {
  margin: 70px 0 0 60px;
  z-index: 999;
}

#navbar img {
  border: none;
  margin-right: 10px;
}

#content {
  position: absolute;
  top: 70px;
  right: 10px;
  bottom: 10px;
  left: 260px;
  background: #FFF;
  box-shadow: 0px 4px 12px #777;
}

iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

hr {
  color: #000000
}

html {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #15487F url('../img/background.jpg') top left repeat-x;
}

/* Normal */
body, table, tr, th {
  font-size: 10pt;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

/* Code Example */
span.f_CodeExample {
  font-size: 8pt;
  font-family: 'Courier New';
}

/* Comment */
span.f_Comment {
}

/* Default Paragraph Font */
span.f_DefaultParagraphFont {
  font-size: 12pt;
  font-family: 'Times New Roman';
}

/* Emphasis */
span.f_Emphasis {
  font-size: 12pt;
  font-family: 'Times New Roman';
  font-style: italic;
}

/* Emphasis2 */
span.f_Emphasis2 {
  font-size: 10pt;
  font-weight: bold;
  font-family: 'Verdana';
  color: #039
}

/* heading 1 */
span.f_heading1 {
  font-size: 14pt;
  font-family: 'Times New Roman';
  font-weight: bold;
}

span.f_heading2 /* heading 2 */
 {
  font-size: 12pt;
  font-family: 'Times New Roman';
  font-weight: bold;
}

span.f_Heading1 /* Heading1 */
 {
  font-size: 16pt;
  font-weight: bold;
}

span.f_ImageCaption /* Image Caption */
 {
  font-size: 8pt;
  font-weight: bold;
}

span.f_NormalWeb /* Normal (Web) */
 {
  font-size: 12pt;
  font-family: 'Times New Roman';
}

span.f_Notes /* Notes */
 {
}

span.f_Strong /* Strong */
 {
  font-size: 12pt;
  font-family: 'Times New Roman';
  font-weight: bold;
}

/* Paragraph styles */
p /* Normal */
 {
  text-align: left;
  text-indent: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.p_CodeExample /* Code Example */
 {
  white-space: nowrap;
}

.p_Comment /* Comment */
 {
}

.p_DefaultParagraphFont /* Default Paragraph Font */
 {
}

.p_Emphasis /* Emphasis */
 {
}

.p_heading1 /* heading 1 */
 {
  margin: 13px 0px 7px 0px;
}

.p_heading2 /* heading 2 */
 {
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 13px 0px 7px 0px;
}

.p_Heading1 /* Heading1 */
 {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  text-indent: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.p_ImageCaption /* Image Caption */
 {
}

.p_NormalWeb /* Normal (Web) */
 {
  margin: 7px 0px 7px 0px;
}

.p_Notes /* Notes */
 {
}

.p_Strong /* Strong */
 {
}

#hmpopupdiv /* used for javascript text popups */
 {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #FFFFFF;
  padding: 6px;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888;
}

#hmlightbox /* image lightbox */
 {
  border: none;
  padding: 8px;
  background: #FFF;
  font-size: 110%;
  font-weight: bold;
  color: #777;
  box-shadow: 5px 5px 5px #888;
}
