﻿body {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:10;
    font-family:Arial;
    font-size: small;
    }
    
.divOuterwrap {
    position:relative;
    border-style:solid;
    border-color:transparent;
    border-width:3px;
    padding-bottom:1px;
    }
        
.divWrap {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    border-style:solid;
    border-width:1px;
    border-color:Blue;
    }
    
.divHeader {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:20px;
    /*padding-top:2px;
    padding-left:2px;
    padding-right:2px;*/
    border-style:solid;
    border-width:1px;
    border-color:Blue;
    }
    
    
.dropdown {
    font-family:Arial;
    font-size: small;
    }
    
.table {
    font-family: Arial;
    font-size: small;
    }

.mypager {
    font-weight: bold;
    color: red;
    text-decoration: none;
    font-size: small;        
    }

.mypager A {
    font-weight: normal;
    color: black;
    text-decoration: none;
    font-size:small;
    }

.myval {
    font-family: Arial;
    font-weight: normal;
    font-size: small;
    color: Red;
    }

.mytextbox {
    font-family: Arial;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.mylabel {
    font-family: Arial;
    font-weight: normal;
    font-size: small;
    }

.mylink {
    font-family: Arial;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.my10link {
    font-family: Arial;
    font-weight: normal;
    font-size: small;
    color: Black;
    text-decoration: none;
    }
      
.mygrid {
    font-family: Arial;
    font-weight: normal;
    font-size: small;
    color: Black;    
    }
  
.myalt {
    background-color: #FAFAFA;
    }

.mydiv {
    background-color: #eee;
    }

.myheader {
    font-family: Arial;
    font-size: small;
    color: Black;
    background-color: #eee;
    text-align:center;
    }

.myfooter {
    font-family: Arial;
    font-weight: bold;
    font-size: small;
    color: Black;
    background-color: #eee;
    }

td.mycell {
    background: #eee; 
    }

tr.myrow {
    background: #eee;
    font-weight: normal; 
    }

tr.myDatarow {
    height:23px;
    font-family:Arial;
    font-size:small;    
    }
    
.ctable {
    background: #eee; 
    font-family: Arial;
    font-weight: normal;
    font-size:  x-small;
    color: Black;
    }

.cellimage {
    background-image: url(menuimages/sm_item_bg.gif);
    background-position:center;
    background-repeat:no-repeat;
    }

.cCellOver {
    background:yellow;
    }

.cCell {
    background:#eee;
    }    
    
.MenuGroup  {
    border:solid 1px gray;
    border-right-color:#3f3f3f;
    border-bottom-color:#3f3f3f;  
    }

.TopMenuItem {
    background-image: url(menuimages/item_bg.gif);
    color:#3f3f3f;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    border: solid 1px gray;
    border-left-color:white;
    border-top-color:white;
    cursor:pointer;
    text-align:center;
    }

.TopMenuItemHover {
    background-image: url(menuimages/item_bg_hover.gif);
    color:#3f3f3f;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    border: solid 1px gray;
    border-left-color:white;
    border-top-color:white;
    cursor:pointer;
    text-align:center;
    }

.TopMenuItemActive {
    background-image: url(menuimages/item_bg_hover.gif);
    color:#3f3f3f;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    border: solid 1px gray;
    border-left-color:gray;
    border-top-color:gray;
    cursor:pointer;
    text-align:center;
    }

.MenuItem {
    background-image: url(menuimages/item_bg.gif);
    color:#3f3f3f;
    font-family:Arial;
    font-size:10pt;
    border: solid 1px gray;
    border-left-color:white;
    border-top-color:white;
    cursor:pointer;
    }

.MenuItemHover {
    background-image: url(menuimages/item_bg_hover.gif);
    color:#3f3f3f;
    font-family:Arial;
    font-size:10pt;
    border: solid 1px gray;
    border-left-color:white;
    border-top-color:white;
    cursor:pointer;
    }

.MenuItemActive {
    background-image: url(menuimages/item_bg_hover.gif);
    color:#3f3f3f;
    font-family:Arial;
    font-size:10pt;
    border: solid 1px gray;
    border-left-color:gray;
    border-top-color:gray;
    cursor:pointer;
    }

.Blank {
    display:none;
    }

A:link      {color:black; text-decoration:none}
A:visited   {color:black; text-decoration:none}
A:active    {color:black; text-decoration:none}
A:hover     {color:black; text-decoration:underline}

.link {
    color:Black;
    font-weight:bolder;
    }

.tablinks {
     margin:0 auto;
     width:95%;
     border:solid;
     border-width: 0.05em;
     border-color:Blue;
    }

.tablinks tr {
     height: 15px;
    }

.tablinks td {
     font-size: .75em;
     font-family:Arial;
     width:14%;
     background:#eee;
     text-align:center;
    }

.inputDate {
    width: 75px;    
    }

.inputText {
    width:100px;
    }

.btn_save {
    font-size:x-small;
    }
    
.btn_edit {
    font-weight:bold;        
    }

div.ui-datepicker {
    font-size: .80em;
    }
