/***************************************************************
 * 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;
} 

#content {
	text-align: left;
	margin: 5mm 5mm 0 5mm;
	padding: 0 1em 1em 1em;
}

p.bodytext, li {
  margin: 0 0 0.5em;
}

.timestamp {
  padding-bottom: 0.25em;
}



/* ###### Text Size ###### */

body { font-size: 95%; }

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }

.bodytext, .topOfPage, li { font-size: 85%; }
.csc-form-fieldcell, .csc-form-labelcell { font-size: 85%; }


.headerTitle { font-size: 250%; }
#footer div { font-size: 70%; }

.sideBox div h1, .menu-0-no a, .menu-0-act a { font-size: 100%; }
.sideBox div h2 { font-size: 90%; }
.sideBox p { font-size: 80%; }
.menu-1-no a, .menu-1-act a { font-size: 85%; }
.menu-2-no a, .menu-2-act a  { font-size: 80%; }


.timestamp, .small { font-size: 70%; }
.agendatitle { font-size: 80%; }
.bold { font-weight: bold; }


/* ###### Standard HTML Styles ###### */

h1, h2, h3 {
  text-decoration: none;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}

img {
  border: none;
}

td {
	vertical-align: top;
}

td p {
	margin: 0 0 0.5em;
	padding-right: 1em;
}


a {
  text-decoration: none;
  font-weight: bold;
}


.menuBar {
   padding-left: 1em; 
}

/* ###### 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.75em;
  padding-left: 0.75em;
}


.sideBox div div.timestamp {
  font-weight: normal;
  border: none;
}

.tx-mcadvcalendarextended-pi1 {
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

.agendatitle {
  font-weight: bold;
  border: none;
  padding-bottom: 0.75em;
}

.sideBox div h1 {
  padding: 0.5em;
  line-height: 1em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none;
}

.menu-0-no a, .menu-0-act a {
  line-height: 1em;
  display: block;
  padding: 0.5em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-weight: bold;
  text-decoration: none;
}


.menu-1-no a, .menu-1-act a{
  display: block;
  margin-left: 1em;
  padding: 0.3em 0.5em 0em 0.5em;
  font-weight: normal;
}

.menu-2-no a, .menu-2-act a {
  display: block;
  margin-left: 2em;
  padding: 0.2em 0.5em 0em 0.5em;
  font-weight: normal;
}


/* ###### Footer ###### */

#footer {
  margin-top: 2ex;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  clear: left;
}

#footer div {
  line-height: 1.25em;
  text-align: right;
  padding-right: 3mm;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS {
	float: left;
	padding-left: 1em;
}

/* ###### Header ###### */

.headerTitle {
  padding-left: 10px;
  font-weight: bold;
  line-height: 2em;
}

.headerImage { float: right; padding-top: 10px; padding-right: 10px; }


.csc-form-label {
	  margin: 0;
  text-align: left;
}

.csc-form-labelcell { 
  width: 250px; 
  text-align: left;
}
.csc-form-fieldcell {
    text-align: left;	
}

.csc-form-commentcell {
padding-bottom: 1em;
  text-align: left;
}

.toolbar { padding-top: 0.5em; padding-right: 0.5em; line-height: 1em; text-align: right; vertical-align: middle; }
