/********************
 * Aplik Stylesheet *
 ********************/

/* Default Colors */
h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage
{ color: #4080ff; }

h1, q,  #header, .sideBox, .sideBox div { border-color: #0080ff; }

q, .sideBox a, .sideBox div, .sideBox span { background-color: #fafafa; }

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}

#footer { background-color: #f2f6ff; }

.document strong { color: #20407F; }

/* Default body text */
body
{
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* Default header fonts */
h1, h2, h3
{
  font-family: verdana, tahoma, sans-serif;
}


/* Crumbs at the tob bar */ 
.crumbs
{
 margin-left: 14em;
 margin-right: 5mm;
 padding: 0 0 0 0;
 margin-top: 0;
 margin-bottom: -1em;
}

.crumbs ul,
.crumbs li
{
 display: inline;
 list-style: none none inside;
 font-size: 80%;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

.document
{
  margin: 10mm 5mm 0 14em;
  padding: 0em 1em 1em 1em;
  line-height: 1.5em;
}
 
.section
{
}

/* Floating images - right or left of text. */
.document img.right
{
  float:right; 
  margin: 1em 0 1em 1em;
  border: 0;
}

.document img.right-cr
{
  float:right; 
  margin: 0em 0 0em 1em;
  border: 0;
  clear:right;
}

.document img.left
{
  float: left; 
  margin: 0 1em 1em 0;
  border: 0;
}

/* Headers */
.document h1
{
  text-align: left;
  font-weight: bold;
  font-size: 150%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

.section h1,
.section h2
{
  text-align: left;
  font-weight: bold;
  font-size: 150%;
  border-bottom: none;
  padding-bottom: 0.5ex;
  padding-top: 1em;
  clear: both;
}

/* Some style adjustments */

.document dt
{
  font-weight: bold;
  margin-top: 0.5em;
}

.document dd
{
}

/* Header */
.imgHeader
{
  border: none;
  float: left; 
  padding: 10.0px 1.0px 1.0px 20.0ex;
}

#header
{
  border-bottom-style: solid;
  border-bottom-width: 2px;
  height: 120px;
  margin-bottom: 5mm;
  padding: 0 2.5mm 0 5mm;
  background-repeat: no-repeat;
}

.headerTitle
{
  font-size: 300%;
  font-weight: bold;
  line-height: 2em;
}

/* Side Menu */
.mainMenuBox
{
  position: absolute;
  left: 0;
  float: left; 
  clear: left; 
 }  

.sideBox 
{
  font-family: Verdana, sans-serif;
  border-style: solid none solid none;
  border-width: 2px 0 2px 0;
  line-height: 1.25em;
  width: 11em;
  margin-top: 5mm;
  margin-left: 5.0mm;
  margin-bottom: 2.5mm;  
}

.sideBox div.inside
{
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 border-style: none;
}

.sideBox a
{
  color: blue;
  display: block;
  text-decoration: none;
  padding: 0.40ex 0.5em 0.40ex 0.75em;
  font-size: 110%;
}

.sideBox > .inside > a.level1
{
 display: none;
}

.sideBox .inside a,
.sideBox .inside a.level1,
.sideBox .inside .inside a.level1
{
 /* Menu level 1 */
 font-size: 110%;
 padding-left: 0.75em; 
}

.sideBox .inside .inside a,
.sideBox .inside .inside .inside a.level1
{
 /* Menu level 2 */
 font-size: 90%;
 padding-left: 1.75em;
}

.sideBox .inside .inside .inside a
{
 /* Menu level 3 */
 font-size: 75%;
 padding-left: 3.0em;
}


.sideBox a.news
{
  font-family: Verdana, sans-serif;
  font-size: 80%;
  color: blue;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 0.70ex 0.5em 0.70ex 0.5em;
}

.sideBox a:hover
 {
  background-color: #e8f0ff; 
 }

/* Footer */
#footer
{
  margin: 2.0em 0 0 0;
  padding: 0.75em 0 0.75em 0;
  clear: both;
}

#footer div
{
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 3mm;
}

.footerLHS
{
  float: left;
  clear: left;
  padding-left: 3mm;
}
