/***************************************************************
 * TITLE: Common Stylesheet for Blue Haze                      * 
 * URI  : http://www.oswd.org/design/xxx/bluehaze/bluehaze.css *
 * MODIF: 2003-01-05 1608 +0800                                
 * MODIF: 2004-07-14 webmaster@tvthun.ch
 ***************************************************************/

/* ###### Body Text ###### */

body {
  background-color: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
} 

h1, h2, h3 {
  text-decoration: none;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

body { font-size: 95%; }
h1 { font-size: 120%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }

.bodytext .topOfPage { font-size: 90%; }
.headerTitle { font-size: 200%; }
#footer div { font-size: 70%; }

.sideBox div h1, menu-0-no, menu-1-no { font-size: 100%; }
.sideBox div h2 { font-size: 90%; }
.sideBox p { font-size: 80%; }
.menu-2-no a, .menu-2-act a  { font-size: 80%; }


.timestamp, .small { font-size: 70%; }

.bold { font-weight: bold; }

img {
  border: none;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

td {
  vertical-align: top;
}


#content {
  text-align: left;
}


p.bodytext, li {
  margin: 0 0 0.5em;
}

td p {
  margin: 0 0 0.5em;
  padding-right: 1em;
}

/*
.bodytext a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bodytext a:hover {
  border-bottom: none;
}*/

.bodytext .topOfPage {
  margin: 10mm 5mm 0 10mm;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}


/* ###### Header ###### */


.headerTitle {
  font-weight: bold;
}

.headerImage {
	float: right; 
	padding-top: 10px; 
	padding-right: 10px; 
}

a {
  text-decoration: none;
  color: black;
}


/* ###### Footer ###### */

#footer {
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

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

#footer a:hover {
  text-decoration: none;
}

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