/***************************************************************
 * 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: verdana, tahoma, helvetica, arial, sans-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: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }

.bodytext, .topOfPage, li { font-size: 85%; }
.headerTitle { font-size: 300%; }
#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;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}

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 {

	margin: 5mm 5mm 0 5mm;
	padding: 0 1em 1ex 1em;
}


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 ###### */

#header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  height: 7.5em;
  margin-bottom: 0mm;
  padding: 0 60mm 0 5mm;
  background-repeat: no-repeat;
}

.headerTitle {
  font-weight: bold;
  line-height: 2em;
}

.headerImage {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 10px 10px 10px;
}

.menuBar {
  float: left;
}


.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

a {
  text-decoration: none;
  font-weight: bold;
}



/* ###### Side Box ###### */

.sideBox {
  border-style: solid none;
  border-width: 2px 0 2px 0;
  width: 12em;
  margin-top: 5mm;
}

.sideBox p {
  margin: 0;
  padding-right: 0.5em;
  padding-bottom: 0.75ex;
  padding-left: 0.75em;
}


.sideBox div div.timestamp {
  font-weight: bold;
  padding: 1ex 0.5em 1ex 0.75em;
  border: none;
}

.menu-0-no a, .menu-0-act a {
  line-height: 1em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  text-decoration: none;
}

.sideBox div h1 {
  padding: 1ex 0.5em 1ex 0.75em;
  line-height: 1em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none;
}



.menu-1-no a, .menu-1-act a{
  line-height: 1em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
  font-weight: normal;
}

.menu-2-no a, .menu-2-act a {
  line-height: 0.8em;
  display: block;
  margin-left: 1ex;
  padding: 1ex 0.5em 1ex 0.75em;
  font-weight: normal;
}


/* ###### Footer ###### */

#footer {
  margin-top: 2ex;
  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;
}

.toolbar {
    padding-top: 0.5ex;
    padding-right: 0.5ex;
	line-height: 1em;
	text-align: right;
}
