body	{ 
	background-color:#FCFFEA;
       	font-family: sans-serif;
	font-size: 10pt;
	width: 728px;
}

pre {
	font-family: Courier, monospace
}

.content {
	margin-top:5px;
	margin-left:100px;
	width: 600px;
}

.navbar {
	background-color:#57601e;
	padding:2px;
	color:#ffeeee;
}

.navbar a:link {
	text-decoration:none;
	font-weight:bold;
	color:#FCFFEA;
}
.navbar a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#FCFFEA;
}



.navbar a:hover {
	color:#FFf6f6;
}

table {
	font-size: 10pt;
}
table.dbtable {
	width: 600px;
}

table.nav {
	width: 600px;
	font-size: smaller;
}

table.nav td { 
	width: 150px;
}

th {
	background-color:#ECEFDC;	
}

.depth1 {
	margin-left:20px;
}

.depth2 {
	margin-left:40px;
}

textarea {
	width: 600px;
}

.boxed {
	margin-top: 1em;
	padding: 1em;
	border-style: dashed;
	border-width: 1px;
}

.code {
	background-color:#f0f3df;
	padding-left:1em;
	border-style: dashed;
	border-width: 1px;
}


/* Default Style (needed for menus) */
div.domMenu_menuBar {
    border: solid #7E7E7E;  
    border-width: 1px 0 0 1px;
}
div.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    border: solid #7E7E7E;  
    border-width: 0 1px 1px 0;
    background: url(gradient.png) repeat-x; 
    color: #0F0F0F;
    text-align: center;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding: 1px;
}
div.domMenu_menuElementHover {
    background: url(gradient_hover.png) repeat-x;
}
div.domMenu_subMenuBar {
    border: solid #7E7E7E 1px;
    background-color: #FFFFFF;
    padding-bottom: 1px;
    opacity: .9;
    filter: alpha(opacity=90);
}
div.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    border: solid #CCCCCC 1px;
    margin: 1px 1px 0 1px;
    color: #0F0F0F;
    padding: 2px 7px;
}
div.domMenu_subMenuElementHover {
    background-color: #EFEFEF;
}


/* NBLSA styles */
.domMenuNBLSA_subMenuElement {
  background-color: #000000;
  font-family: Verdana;
  color: #EBCC72;
  font-weight: bold;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
  padding: 6px 10px;
  white-space: nowrap;
}
.domMenuNBLSA_subMenuElementHover {
  background-color: #EBCC72;
  color: #000000;
}
