﻿
body{  margin:auto;padding: 0;background-color: #FFF8DC;font-family: verdana, Sans-Serif;color: maroon;}
#statusbar{background: url(images/bg1.png); background-repeat:repeat; height: 10px; width:700px; font-family: Verdana;position:relative; left:10px inherit;}
#outer{background-color: #FFF8DC;color: maroon; border: 1px solid #FFF8DC; font-size:small}
#header    
{
    height: 90px;
    border-bottom: 1px solid #FFF8DC;
    margin: auto;
    background: #A12420 url(images/emblem-dark.png) no-repeat;
    background-size: 45px auto;
    background-position: 10px 8px;
}
#left {height:400px;background-color: #F6C405;width:20%;padding: 0 0 10px 5px;margin:auto;border-right: 1px solid ##FFF8DC;}
#footer {width: 100%;border-top: 1px solid ##FFF8DC; padding: 2 px; border-bottom: 1px solid #FFF8DC; background-color:#FFFBD6; margin:auto;clear: both;padding: 10px 0; color:Black}
#title {text-align: center;background-color: #FFF8DC; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif;color: maroon;}

.alternaterow
{
background-color: #F3E9E2;color: #284775;
}

.normalrow
{
    background-color: #FFF6EA;color: #333333;
}

.darklabel
{
    color: #C10C00;
}
.footerrow
{
    background-color: #C10C00;color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.insertrow
{
    background-color: #C10C00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.userstatus
{
    width:100%; text-align:left; background-color:Maroon; color: White;
}
.logincontrol
{
      background-color: #C10C00; color: White; font-size:small; 

}

.staticmenu
{
     background-color:#F4B800;
}

.blink
{
    text-decoration: blink;
}
.errorString 
{
    color:Red; font-weight:bold; text-decoration:blink;
}
.successString
{
    color:Green; font-weight:bold; text-decoration:blink;
}
.leftalign
{
    text-align:left;
}
.rightalign
{
    text-align:right;
}
.popupStyle
        {
            font-size: 11px;
            background-color: White;
            border: solid 1px black;
             padding: 6px;
            filter: alpha(opacity=80);
            opacity: 0.8;
        }
.drag
        {
            font-size: 11px;
            background-color: #dddddd;
            border: solid 1px black;
            cursor: move;
        }
.overlay
{
    position:fixed;
    z-index:99;
    top:0px;
    left:0px;
    background-color:#ffffff;
    width:100%;
    height:100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
     
}
.loader
{
    z-index:100%;
    position: fixed;
    width:120px;
    margin-left: -60px;
    top:50%;
    left: 50%;
    color:Maroon;
    font-size:14px;
    font-weight:bolder;
}
/* Content */
#content p {font-size: 11px;}
#content h1 {padding: 0; margin:auto; font-size: 18px; font-weight: bold;}
#content table {font-size: 11px;padding: 2px;}
#content h2 {padding: 0; margin:auto; font-size: 16px; font-weight: bold;}
#content table input {font-size: 11px;}

/* Left */
#left p {padding-left:3px;padding-right:2px}
#left h3 {padding: 0 0 2px 0; margin:auto; font-size: 12px; color: #000;border-bottom: 1px dashed #cccccc;}
#left ul {margin:auto; padding: 0;}
#left li {display: block;}
/*a:link { text-decoration: none; color: #fff; }
a:visited { text-decoration: none; color: #fff;}*/
/* Footer */
#footer p {font-size: 11px;margin:auto; padding: 0; color:Black; margin-bottom:10px;}
#footer a:link, #footer a:visited { text-decoration: underline; color: #000; font-size: 11px; padding: 3px;}

/* Misc Styles */
.PageHeader {font-size: 18px;font-weight: bold;padding: 10px 5px;}
.Freezing1 
   { 

   position:relative ; 
   table-layout:fixed; 
   top:expression(this.offsetParent.scrollTop -2);   
   z-index: 0; 
   } 
.Freezing th{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px;} 
.Padded
{
    padding-right:5px;
}
.LeftPadded
{
    padding-left:10px;
}
.RightPadded
{
    padding-right:10px;
}
