﻿html, body{
	padding:0;
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  background:url(Images/html_bg.jpg) no-repeat center top #fff;
	color:#fff;
}

/* Template 1 */
#template1 
{
  /*border:1px solid blue;*/
  width:800px;
 	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	color:#fff;
}

#template1 h1.header
{
  background:#fff url(Images/html_header.jpg) no-repeat center top;
  height:160px;
  width:800px;
}

.maincontent {
   
}
.accordion-menu  a {
  color:#fff; 
}

.TreeNode a {
	color:#fff; 

}

.form-t tr td  {
  padding:5px;
}

.accordion-menu {
   text-align:left;
   color:#fff;
}

#template1 #bd 
{
   margin:  25px 0 10px 60px;
   /*border:1px solid blue;*/
   min-height:300px;
}

#template1 .contentheader 
{
   font-weight:bold;
   font-size:larger;
}

#template1 #ft
{
   
   color:#959595;
}

#ft , .push {
	height: 4em; /* .push must be the same height as .footer */
	margin-top:0px;
	font-size:8pt;
}

#template1 .static-menu-item-style 
{
   color:#989898;
}


#template1 .dyn-menu-item-style
{
    color:#989898;
    background-color:#f6f6f5;
    padding-left:3px;
}

#template1 .static-menu-item-style:hover, #template1  .dyn-menu-item-style:hover
{
   color:#636363;
}



.dynamic-form
{
   
}

.dynamic-form label
{
   /*float: left;*/
   width: 150px;
   font-weight: bold;
}

.dynamic-form input, .dynamic-form textarea
{
   width: 150px;
   margin-bottom: 5px;
}

.dynamic-form textarea{
   width: 250px;
   height: 150px;
}

.dynamic-form .button 
{
   width:100px;
}

.dynamic-form br{clear: left;}
.12 { color:white;}