html, form {height:100%}

body
{
    font-family: verdana;
    font-size: 14px;
    font-weight: normal;
    background: #fafafa;
    margin: 0 0 0 0;
    height:100%
}
a:link, a:visited, a:active 
{ 
    color: #e49c00;  
    font-family: verdana; 
    font-weight: normal; 
    font-size: 14px; 
    text-decoration: none; 
 }
a:hover 
{ 
    color: #e49c00;
    font-family: verdana;
    font-size: 14px;
    text-decoration: underline; 
}
li
{
    padding-bottom:8px
}
.printer 
{
     position:absolute;
     top:90px;
     right:10px;
     width:30px;
}
.Title1
{
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    color: #e6a61c;
    text-align:center;
}

.Title2
{
    font-family: verdana;
    font-size: 14px;
    font-weight: bold;
    color: #e6a61c;
}
.Title3
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #e6a61c;
}
.Title4
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}
.LeftMenuTitle
{
    font:16px Arial,sans-serif;
    color: #e6a61c;
    vertical-align: top;
    margin-left: 2px;
    margin-bottom: 10px;
    font-weight: bold;
}
/* 
    Special
*/
.SmallCaps
{
    font-variant: small-caps;
}
.toolTip 
{ 
    border:solid 1px;
    font-family: Verdana; 
    font-size:8pt;
    background-color: #FFFACD;
    padding-left:5px;
    padding-right:5px;
}
.modalPopupExtenderBackground 
{
    background-color:#ffffff;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalBackground 
{
    text-align:center;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#ffffff;
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;   
} 
.control
{
   font-size:11px;
   font-weight:bolder;
   color:#330000;
   background-color:#ffffee;
   border-color:#124962;
   border-width:1px;
}
.label
{
   font-size:12px;
   font-weight:bold;
   color:#124962;
   height:10px;
   vertical-align:2px;
}
.btn
{
   font-size:11px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#990033;
   background-color:#FFFFee;
   border-style:solid;
   border-color:#330000;
   border-width:1px;
}
.error
{
    font-size:8pt;
    color: red;
    margin:5px;
    text-align:left;
    font-weight:bold;
}

