﻿body
{
    font-family: Verdana;
    font-size: 0.8em;
    color: #2f4f4f;
    background-color:white;
}

.Top
{
    position:absolute;
    left:2%;
    top:2px;
 }
.ControlPanel
{
    background-color:white;
    position:absolute;
    top:120px;
    left:2%;
    width:40%;
    }

.MainArea
{
    
    position:absolute;
    top:120px;
    left:43%;
    width:56%;
}

.MainArea2
{
    position:absolute;
    top:120px;
    left:2%;
    width:97%;
}

.SubSection
{
    background-image: url(../images/format/GreenGrey.png);
    background-repeat:repeat-x;
    background-color: #f8f8ff;
    border-width: 1px;
    border-style: solid;
    border-color: #669999;
    margin: 0px 0px 10px 0px;
    padding:10px 5px 0px 5px;
    z-index:10;
}

.ButtonControl
{
    background-color: White;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight:bold;
    color: green;/*#669999;*/
    border-color:#669999;
    border-style:solid;
    border-width:1px;
}

.ButtonControl:hover
{
   text-decoration: underline overline; 
   color: red;
   font-weight:bold;
}



.ButtonControlFixed
{
    background-color: white;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight:bold;
    color: green;/*#669999;*/
    border-color:#669999;
    border-style:solid;
    border-width:1px;
    width:130px;
    margin-bottom:5px;
}


.ButtonControlFixed:hover
{
   text-decoration: underline overline; 
   color: red;
   font-weight:bold;
}


.CheckControl
{
    background-color: White;
    font-family: Verdana;
    font-size: 1.0em;
    color: #669999;
    border-color:#669999;
    border-style:solid;
    border-width:1px;
    Font-Size:1.0em;
    padding: 1px 4px 1px 4px;
}

.DarkControl
{
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    text-align: left;
    padding-left: 5px;
    border-color:#336633;
	border-style:solid;
	Border-Width:1px;
	/*background-color:#669999;*/
	background-color:#fffacd;
}    
    


.NoteHeaders
{
    font-size: 0.9em;
    color: black;
    line-height: 0.8em;
}

.LightBack
{
    background-color: #fffacd;
    border-color: #336633;
    border-style: dashed;
    border-width: 1px;
    padding: 5px 0px 5px 5px;
    
}

.NoteHeaders:hover
{
   text-decoration: underline overline; 
   color: red;
   font-weight:bold;
    
}

.TextControlDark
{
    background-color: white;
	color:darkblue;
	/*border-color:#507CD1;*/
	border-color:darkblue;
	border-style:solid;
	Border-Width:1px;
    Font-family:Verdana;
    Font-Size:0.9em;
}

.TextControl
{
    background-color: white;
    color: black; /*border-color:#507CD1;*/
    border-color: green;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 0.9em;
    line-height: 1.3em;
}

.TextLabel
{
    /*background-color: white;*/
    color: green; /*border-color:#507CD1;*/
    border-color: green;
    border-style: none;
    border-width: 1px;
    font-family: Verdana;
    font-size: 0.9em;
    line-height: 1.3em;
}

 img.b {/* scalable em size class 468px/60px banners */
  width: 29.25em; /* replaces 468px width */
  height: 3.8em; /* replaces 60px height */
  }
  
  .Error
  {
  	color:red;
  }