body {
        font-size: 0.8em;
        font-family: tahoma;
        margin: 0;
        min-width:750px;
}

#popMsg {
        color: Green;
}

h1 {
   font-size: 1.5em;
   margin-top: 0;
   padding: 0;
}

#top {
        position: relative;
        height: 95px;
}

#logo-banner {
        position: absolute;
        top:0;
        left:0;
}

#page-title {
        font-weight: bold;
        font-size: 2em;
        color: #8B0000;
        position: absolute;
        top: 23px;
        left: 300px;
}

#page-title h1 {
        margin:0;
        font-size:2em;
}

#login-box {
        position: absolute;
        right: 0;
        float: right;
        bottom: 0px;
}

#login-box label,input {
        font-size: 1em;
}

#container {
        border: 1px solid;
        border-color: white;
        position: relative;
        min-height: 35em;
}

#header {
        position: relative;
        height: 2em;
}

#header select {
		font-size: 0.8em;
        bottom: 0;
        margin-bottom: 0.1em;
        width: 15em;
}

#header option.red {background-color: #cc0000; font-weight: bold; color: white;}
#header option.pink {background-color: #ffcccc;}

#header span.top-text {
	font-weight: bold;
	font-size: 1em; 
	color: red;
	margin-left: 1em;
}

#contents {
        position: relative;
        margin-top: 0.5em;
        margin-left: 165px;
        margin-right: 0.5em;
}

#footer {
        clear: both;
        margin-top: 2em;
        text-align: center;
}

#left-menu {
        position: absolute;
        margin-top: 0.5em;
        left:0;
        width: 160px;
        height: 35em;
}

#left-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

#left-menu ul li {
        margin: 0.1em;
        padding-top: 0.5em;
        padding-left: 0.3em;
        height:2.0em;
        width:12em;
        background-color: #FFC0CB;
}

#left-menu ul li.selected {
        background-color: #8B0000;
}

#left-menu ul li.selected a {
        color: #FFFFFF;
}

#left-menu ul li:hover, #left-menu ul li.mhover {
        background-color: #CC3333;
}

#left-menu ul li.menu-spacing {
	border: 0px solid;
	margin: 0em;
	padding: 0em;
	background-color: #FFFFFF;
}

#left-menu ul li a {
	vertical-align: middle;
	text-decoration: none;
	color: #8B0000;
}

#left-menu ul li:hover a, #left-menu ul li.mhover a {
	color: white;
}

#left-menu ul li.menu-title {
	font-weight: bold;
	color:white;
	background-color: #3399FF;
	text-align: center;
}

#tableless{
  margin: 0;
  padding: 0;
  min-width: 75%;
  max-width: 100%;
  width: 100%;
}

fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 6px 0;
}

#tableless fieldset legend {
        font-size:1em;
}

#tableless label {
        display: block;
        float: left;
        width: 250px;
        padding: 0;
        margin: 10px 0 0 0.8em;
        text-align: left;
}

#tableless input, #tableless textarea, #tableless select {
        width:auto;
        margin:5px 0 0 10px;
}

.error_message {
        color: red;
}

.active-topic {
        background-color: #CEFFCE;
}

.closed-topic {
        background-color: #CCCCCC;
}

table tr td {
	vertical-align: top;
}

table tr td.tbl_header {
	font-weight: bold;
	width: 10em;
}

table tr td.tbl_header2 {
	font-weight: bold;
	border-bottom: 1px solid;
	width: 10em;
}

.tbl_h1 {
	font-weight: bold;
}

br {
        clear: both;
}