html,body{
	margin:0;
	padding:0;
	height: 100%;
	width:100%;
  	font-family: Arial;
  	font-size: 10pt;
}

.mainlevel{
  	font-family: arial;
  	font-size: 10pt;
  	text-align: center;
  	text-decoration: none;
  	color: #666699;
  	font-weight:bold;
         vertical-align: top;
}
td{
        vertical-align: top;
}
.moduletable_menu{
  	font-family: arial;
  	font-size: 10pt;
  	text-align: center;
  	text-decoration: none;
  	color: #666699;
  	font-weight:bold;
}
.moduletable{
         width:  75px;
         height: 26px;
         vertical-align: top;
}
a:link, a:visited {
  	font-family: arial;
  	font-size: 9pt;
  	text-decoration: none;
  	color: #666699;
  	font-weight:bold;
	margin-right:30pt;
        vertical-align: middle;
         line-height: 1.5em;
}

a:active {
  	font-family: arial;
  	font-size: 9pt;
  	text-decoration: none;
 	color: #CC0033;
  	font-weight:bold;
}

a:hover {
  	font-family: arial;
  	font-size: 9pt;
  	text-decoration: none;
 	color: #CC0033;
  	font-weight:bold;
}

#active_menu {
  	font-family: arial;
  	font-size: 9pt;
  	text-decoration: none;
 	color: #CC0033;
  	font-weight:bold;
}

input{
	border: 1px solid black;
	margin: 5px;
}

textarea{
	border: 1px solid black;
	margin: 5px;
}

.contentpaneopen {
	width: 100%;
}

		#container{
			position:relative;
			min-height:100%;
			height: 100%;
			background-color:#fff;
		}
		#header{	
			position: fixed;
			height: 112px;
			top: 0px;
			left: 26px;
			right: 26px;
			background-color:#ffca08;
                        z-index: 2;
		}
		#top{	
			position:  fixed;
			height: 82px;
			top: 10px;
                        width: 100px;
			right: 26px;
			background-color:#ffca08;
                        vertical-align: middle;
                        z-index: 2;
		}
		#header_left{
			position:  fixed;
			width: 26px;
			height:112px;
			background-color: #5a6b84;
			float: left;
			top: 0px;
			left: 0px;
		}
		#header_right{
			position:  fixed;
			width: 26px;
			height:112px;
			background-color: #5a6b84;
			float: right;
			top: 0px;
			right: 0px;
		}
		#menu{
			position:  fixed;
			height: 26px;
			top: 112px;
			left: 26px;
			right: 26px;
			background-color: #eaeaee;
                        vertical-align: middle;
                        z-index: 2;
		}
		#menu_left{
			position:  fixed;
			width: 26px;
			height:26px;
			background-color: #cccdd5;
			float: left;
			top: 112px;
			left: 0px;
		}
		#menu_right{
			position:  fixed;
			width: 26px;
			height:26px;
			background-color: #cccdd5;
			float: right;
			top: 112px;
			right: 0px;
		}
		#content{
			position: absolute;
			top: 138px;
			bottom:26px;
			left: 26px;
			right: 26px;
                        z-index: 1;
		}
		#footer{
			position:  fixed;
			bottom:0px;
			height:26px;
			background-color:#eaeaee;
                        left: 26px;
                        right: 0px;
                        vertical-align: middle;
                        z-index: 2;
		}
		#content_left{
			position:  fixed;
			width: 26px;
			background-color: #eaeaee;
			float: left;
			top: 138px;
			bottom: 0px;
                        min-height: inherit;
		}
		#content_right{
			position:  fixed;
			width: 26px;
			background-color: #eaeaee;
			float: right;
			top: 138px;
			bottom:26px;
			right: 0px;
		}
		/* CSS-Hack for IE*/
		* html #container {
     			height: 100%;
		}
