/* style.css */


/* -------------- */
/*  basic styles  */
/* -------------- */

/* body */
body {
  color: black;
  background-color: #0066CC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  border: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

/* page wrapper box */
#wrapper {
  text-align: left;
  width: 900px;
  background-color: white;
  padding-left: 1px;  /* fix a:focus frame */
  padding: 10px 10px 10px 10px;
  margin: 0 auto 0 auto;
}

/* horizontal line */
hr {
  color: #0066CC;
  background-color: #0066CC;
  height: 3px;
  padding: 0;
  margin: 0;
}


/* --------- */
/*  anchors  */
/* --------- */

/* unvisited */
a:link { 
  text-decoration: none;
  color: #0066CC;
}

/* visited already */
a:visited { 
  text-decoration: none;
  color: #0066CC;
}

/* mouse over */
a:hover {
  text-decoration: underline;
  color: #000000;
}

/* just clicked */
a:active {
  text-decoration: none;
  color: #000000;
}


/* ----------- */
/*  headlines  */
/* ----------- */

h1 {
  font-size: 18pt;
  color: #0066CC;
  background-color: #DDDDEE;
  margin: 0;
}

h2 {
  color: #0066CC;
  background-color: #DDDDEE;
}

h3 {
  color: #0066CC;
}

h4 {
  color: #0066CC;
}


/* -------- */
/*  tables  */
/* -------- */

/* address tab */
.address_tab {
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
  margin-top: 10px;
}

/* data for address_tab */
.address_tab td {
  vertical-align: top;
}

/* protocol tab */
.protocol_tab {
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}

/* data for protocol_tab */
.protocol_tab td {
  border: 1px solid #888888;
  background-color: #DDDDEE;
  padding: 0.2em 0.7em 0.2em 0.7em;
}

/* standards tab */
.standards_tab {
  text-align: left;
  vertical-align: top;
}

/* header for standards_tab */
.standards_tab th {
  background-color: #DDDDEE;
  padding-left: 0.7em;
  padding-right: 0.7em;
}

/* data for standards_tab */
.standards_tab td {
  vertical-align: top;
  border-bottom: 1px solid #888888;
  padding-left: 0.7em;
  padding-right: 0.7em;
}


/* ------- */
/*  lists  */
/* ------- */

/* list items */
li {
  color: #555555;
}


/* ---------- */
/*  top area  */
/* ---------- */

/* banner box */
#banner {
  margin: 10px 0 0 0;
  padding: 0;
  min-height: 74px;
  clear: both;
  float: none;
}

/* box for logo */
#logo {
  float: left;
}

/* image inside logo */
#logo img {
  border: none;
}

/* box for topnews */
#topnews {
  text-align: left;
  color: #555555;
  font-size: 10pt;
  font-weight: bold;
  margin-left: 2em;
  float: left;
}

/* box for sitetools */
#sitetools {
  float: right;
  margin-right: 1px;
}


/* ---------------- */
/*  sitetools menu  */
/* ---------------- */

/* user list */
#sitetools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* list items */
#sitetools li {
}

/* nav anchors */
#sitetools a {
  display: block;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066CC;
  border: 1px solid #0066CC;
  padding: 0 0.2em 0.2em 0.2em;
  margin: 0;
}

/* nav anchors: hover */
#sitetools a:hover {
  color: #AAAAAA;
}

/* nav anchor: you are here */
#sitetools a.active {
  color: #0066CC;
  background-color: #FFFFFF;
  border: 1px solid #0066CC;
}

/* nav anchor hover: you are here */
#sitetools a.active:hover {
  color: #0066CC;
}


/* ----------- */
/*  main menu  */
/* ----------- */

/* main menu box */
#main_menu {
  padding: 0;
  margin: 0;
  clear: both;
}

/* user list */
#main_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  float: left;
}

/* list items */
#main_menu li {
  float: left;
}

/* nav anchors */
#main_menu a {
  display: block;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0066CC;
  border: 1px solid #0066CC;
  width: 8em;
  padding: 0.2em 0.3em 0.3em 0.3em;
  margin-right: 0.3em;
}

/* nav anchors: hover */
#main_menu a:hover {
  color: #AAAAAA;
}

/* nav anchor: you are here */
#main_menu a.active {
  color: #0066CC;
  background-color: #FFFFFF;
  border: 1px solid #0066CC;
}

/* nav anchor hover: you are here */
#main_menu a.active:hover {
  color: #0066CC;
}


/* ------------ */
/*  topic menu  */
/* ------------ */

/* box for topic menu */
.topic_menu {
  background-color: #FBEFA0;
  border: 1px solid #FDD040;
  padding-left: 0.2em;
  margin: 0;
  margin-bottom: 1em;
}

/* topic title */
.topic_title {
  color: #555555;
  font-size: 9pt;
  font-weight: bold;
}

/* user list inside topic_menu */
.topic_menu ul {
  padding: 0;
  margin-top: 0;
  margin-left: 2em;
}

/* list items inside topic_menu */
.topic_menu li {
  color: #0066CC;
}

/* anchors inside topic menu */
.topic_menu a {
  font-size: 9pt;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  padding: 0 0.2em 0 0.2em;
}

/* nav anchors: hover */
.topic_menu a:hover {
  text-decoration: none;
  color: #000000;
}

/* nav anchor: you are here */
.topic_menu a.active {
  color: #555555;
  background-color: #FBEFA0;
}


/* -------------- */
/*  content area  */
/* -------------- */

/* sidebar box (located left) */
#sidebar {
  width: 150px;
  min-height: 500px;
  padding: 0.5em 0 0.5em 0;
  margin: 0;
  float: left;
  clear: both;
}

/* content box (right of sidebar) */
#content {
  border: none;
  white-space: normal;
  padding: 0.5em 0 0.5em 0;
  margin: 0 0 0 170px;
}

/* left side box of two column content */
/* inside content */
.left_content {
  width: 48%;
  padding: 0;
  margin: 0;
  float: left;
}

/* right side box of two column content */
/* inside content */
.right_content {
  width: 48%;
  padding: 0;
  margin: 0;
  float: right;
}


/* ------------- */
/*  bottom area  */
/* ------------- */

/* footer box */
#footer {
  padding: 0;
  margin: 0;
  clear: both;
}


/* --------------------------- */
/*  layout support for images  */
/* --------------------------- */

/* box for images with caption */
.labeled_image {
  vertical-align: top;
  text-align: center;
  border: 1px dashed #666666;
}

/* image in labeled_image */
.labeled_image img {
  border-style: none;
  margin: 10px 0 0 0;
}

/* caption in labeled_image */
.labeled_image p {
  background-color: #DDDDEE;
  padding: 5px;
  margin: 10px 0 0 0;
}

/* partner logo */
.partner_logo {
  border-style: none;
  margin: 10px 0 10px 0;
}

/* box for diagram images */
.diagram {
  display: block;
  text-align: center;
}

/* box for images inside sidebar */
#sidebar .image {
  display: block;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* image inside <p> */
p img {
  text-align: left;
  border-style: none;
}


/* ------------------------- */
/*  layout support for text  */
/* ------------------------- */

/* strong */
strong {
  color: #0066CC;
}

/* add-on for topic text */
.topic {
  color: #555555;
}

/* box for special info */
.info {
  background-color: #FBEFA0;
  border: 1px solid #FDD040;
  padding: 0 10px 0 10px;
  margin: 0;
}

/* box for copyright notice */
.copyright {
  font-size: 8pt;
}

/* box for trademark notice */
.trademark {
  background-color: #DDDDDD;
  border: 1px solid #AAAAAA;
  font-size: 7pt;
}

/* no top margin or padding */
.aligntop {
  padding-top: 0;
  margin-top: 0;
}


/* --------------- */
/*  layout add-on  */
/* --------------- */

.no_float {
  clear: both;
}

