
html { 
  overflow: hidden;
}
 
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding 0px 0px 0px 0px;
}
table, tr, td, form, div, img {
  margin: 0px;
  padding 0px;
  border: 0px;
}
#layout {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0px 0px 0px 0px;
  padding 0px 0px 0px 0px;
}
#span1 {
  width: 150px;
  height: 0px
}
#span2 {
  width: 100%;
  height: 0px;
}
#header_menu a, #left a {
  color: black;
}
#header_menu .header_submenu a:hover {
  color: white;
  text-decoration: none;
}
.header_submenu a {
  background-color: #D0DCF7;
  color: black;
}
.header_submenu a:hover {
  background-color: #4A6799;
  color: white;
}
#header {
  width: 100%;
  height: 50px;
  border: 0px 0px 0px 0px 0px;
  padding: 0px;
  margin: 0px;
  background-color: #4A6799;
}
#header img {
  display: block;
  width: 600px;
  height: 50px;
  padding: 0px;
  margin: 0px;
}
#home {
}
#header_menu {
  width: auto;
  float: left;
  padding-left: 150px;
  background-color: #D0DCF7;
  border-bottom: 1px solid #4A6799;
  border-top: 1px solid #4A6799;
}
.header_menu_item {
  position: relative;
  width: 100px;
  height: 15px;
  float: left;
  overflow: visible;
  margin: 0px;
  padding 0px;
}
.header_submenu {  
  width: 100px;
  overflow: hidden;
  position: absolute;
  left: 1px;
  top: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  padding-top: 5px;
  visibility: hidden;
  background-color: #D0DCF7;
  border: 1px solid #4A6799;
  border-top: 1px dashed #4A6799;
  margin-top: 5px;
  padding-top: 0px;
}
.header_submenu li {
  display: block;
  background-color: #D0DCF7;
  text-align: left;
/*  border-top: 1px solid #4A6799;
  border-bottom: 0px;
  border-left: 1px solid #4A6799;
  border-right: 1px solid #4A6799;*/
}
.header_menu_item ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}
.header_menu_item li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100px;
  overflow: hidden;
  display: inline;
  margin: 0px;
  padding: 0px;
}
.header_menu_item a {
  display: block;
  width: 100px;
  margin: 0px 0px 0px 0px;
  padding: 2px 5px 2px 10px;
}
#search {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
  position: relative;
}
#searchtext {
  line-height: 13px;
  font-size: 11px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 25px;
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
}
#search > #searchtext {
  height: 20px;
}
#searchbutton {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 4px;
  height: 18px;
  width:  18px; 
  padding: 0px;
  margin: 0px;
  border: 1px solid black;
  background-color: #D0DCF7;
  vertical-align: middle;
}
#search > #searchtext {
  height: 20px;
  width: 20px;
}
#left {
  height: 100%;
  max-width: 150px;
  width: 150px;
  background-color: #D0DCF7;
  border-right: 1px solid #4A6799;
  vertical-align: top;
}
#left_content {
  height: 100%;
  overflow: auto;
  border-bottom: 24px solid #D0DCF7;
}
#left > #left_content {
  border: 0px;
}
.subnav {
  margin-top: 2px;
  margin-bottom: 5px;
}
ul#nav_siblings {
  list-style-image: url('http://old.ariadne-cms.org/graphics/nav2.gif');
}
#nav_siblings {
  border-top: 1px solid #4A6799;
  border-bottom: 1px solid #4A6799;
  padding: 15px 0px 15px 30px;
  margin: 0px;
}
ul#nav_children {
  list-style-image: url('http://old.ariadne-cms.org/graphics/nav.gif');
}
#nav_children {
  border-bottom: 1px solid #4A6799;
  padding: 15px 0px 15px 30px;
  margin: 0px;
}
#current{
  font-weight: bold;
}
#right {
  vertical-align: top;
}
#content {
  height: 100%;
  overflow: auto;
  width: 100%;
  padding: 8px 8px 8px 8px;
  background-color: #FFFFFF;
  vertical-align: top;
}
#newsbox {
	width: 250px;
	margin-top: 2em;
	border-top: 1px solid #4A6799;
	border-bottom: 2px solid #4A6799;
	background-color: #D0DCF7;
	margin-left: 10px;
	float: right;
}
#newsbox ul, #newsbox li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}
#newsbox ul {
}
#newsbox li {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
#newsbox h1 {
	padding-left: 5px;
	display: block;
	padding-top: 10px;
}
TR > #header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
TR > #header_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  height: 18px;
  z-Index: 10;  
}
TR > #left {
  position: fixed;
  top: 70px;
  left: 0px;
  bottom: 0px;
  width: 149px;
  padding-bottom: 24px;
  height: auto;
}
#right > #content {
  position: fixed;
  top: 70px;
  left: 152px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  padding: 8px 8px 8px 8px;
  background-color: #FFFFFF;
  width: auto;
  height: auto;
}
#poweredby {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.editable {
  border: 1px dotted #CCCCCC;
}
.editable table {
  border: 1px dotted #CCCCCC;
}
.editable td {
  border: 1px dotted #CCCCCC;
}
.editable th {
  border: 1px dotted #CCCCCC;
}