/* Page defaults */

body,
a,
select,
 {
  color: white;

  font-family: Arial;
  font-size: 8pt;
 }

h3
 {
  line-height: 1px;
 }

td
 {
  font-weight: none;

  font-family: Arial, Verdana;
  font-size: 9pt;

  color: white;
 }

body
 {
  background-color: #bfc4c8; /* FireFox (which has normally is a hell be does something right this time) */
  /*background-color: #b8bec2; /* IE (which processes the gamma on the .PNG format wrongfully) */

  background-image: url(graphics/background.png);
  background-position: center top;
  background-repeat: repeat-x;
  /*background-attachment: fixed;*/

  /*cursor: url('graphics/black.cur');*/
 }

body,
select,
textarea
 {
  scrollbar-base-color: #b8bec2;

  scrollbar-arrow-color: black;

  scrollbar-3dlight-color: #9ea3a9;
  scrollbar-highlight-color: #b8bec2;

  scrollbar-shadow-color: #b8bec2;
  scrollbar-darkshadow-color: #9ea3a9;
 }

div
 {
  float: left;

  margin: 5px;
	 padding: 0px;
 }

table,
td
 {
  border: 0px solid transparent;
 }

hr
 {
  height: 7px;

  position: relative;

  top: -8px;

  color: white;
 }

body,
form
 {
  margin: 0px 0px 0px 0px;
 }

A:link,
A:active,
A:visited
 {
  color: #99AA99;

  text-decoration: none;
 }

A:hover
 {
  color: #FFFFFF;

  text-decoration: none;
 }


/* Page specific */

.content_title
 {
 	font-weight: bold;
 	font-family: Arial;
 	font-size : 14px;
 }

.content_body
 {  
  font-family: Arial;
  font-size : 12px;
 }

.page_menu_title
 {
  font-size: 13px;
  font-weight: bold;
 }


.page_border_left
 {
  background-image: url(graphics/page_border_left_top.png);
  background-position: right top;
  background-repeat: no-repeat;
 }

.page_border_right
 {
  background-image: url(graphics/page_border_right_top.png);
  background-position: left top;
  background-repeat: no-repeat;
 }


.introduction_background_title
 {
  background-color: #e2e2e1;

  background-image: url(graphics/introduction_background_title.jpg);
  background-position: left top;
  background-repeat: no-repeat;
 }

.page_section_detail_title
 {
  color: white;
  font-size: 12px;
 }

.page_section_background_title
 {
  background-color: #e2e2e1;

  background-image: url(graphics/page_section_backgound_title.jpg);
  background-position: left top;
  background-repeat: no-repeat;

  cursor: pointer;
  color: white;
  
  font-family: Verdana;
  font-size: 15pt;
 }

.page_block
 {
  padding: 0px;
  
  margin: 0px;

  border-bottom: 1px solid white;
  border-top: 8px solid white;

  background-color: #737373;
 }

.page_scroller
 {
  position: absolute;

  display: none;

  background-color: white;

  color: white;

  height: 1px;
  width: 1px;

  z-index: 999;
 }

.introduction_background_content
 {
  background-color: #8f8f8f;

  background-image: url(graphics/introduction_background_content.jpg);
  background-position: left top;
  background-repeat: repeat-y;
 }


.page_section_details_background
 {
  background-color: #5c5c5c;

  background-image: url(graphics/page_section_details_background.jpg);
  background-position: left top;
  background-repeat: repeat-y;
 }

.page_section_background_content
 {
  background-color: #223e99;
  
  background-image: url(graphics/page_section_background_content.jpg);
  background-position: left top;
  background-repeat: repeat-y;
 }


.page_section_background_content_article b
 {
  font-family: Arial;
  font-size: 11pt;
 }

.page_section_background_content_article
 {
  padding: 10px;

  font-family: Arial;
  font-weight: bold;
  font-size: 8pt;

  background-color: #224194;
 }

.page_section_background_content_article_image
 {
  background-color: #224194;
 }

.page_section_background_content_truelogic
 {
  background-color: #6c7fbe;

  background-position: left top;
  background-repeat: repeat-y;
 }

.page_section_background_content_bactiv
 {
  background-color: #b2d135;

  background-position: left top;
  background-repeat: repeat-y;
 }

/* Some classes that might be handy */

.negative
 {
  color: #CC4444;
 }

.positive
 {
  color: #44CC44;
 }

.gray
 {
  background-color: #d8d8d8;
 }

.light_gray
 {
  background-color: #444444;
 }

.green
 {
  background-color: #336633;
 }

.orange
 {
  background-color: #996633;
 }

.red
 {
  background-color: #663333;
 }

.blue
 {
  background-color: #333366;
 }