        
        body{
            margin: 0;
            padding: 0;
            border: 0;
            overflow: hidden;
            color:#ffffe0;
            height: 100%; 
            max-height: 100%; 
        }
        #topframecontent{
            position: absolute; 
            top: 0; 
            left: 15%; /* Width of left menu frame */
            width: 85%;
            height: 20%; /*Height of frame div*/
            overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
            
            color: #FFFFE0;  /* light yellow */
            background-image: url(../myImages/floor.jpg);
        }
        
        #leftframecontent{
            position: absolute;
            top: 0;
            bottom: 0; 
            left: 0;
            width: 15%; /*Width of frame div*/
            height: 100%;
            overflow:auto; /*Disable scrollbars. Set to "scroll" to enable*/
            background: #ffffe0;
            background-image: url(../myImages/floor.jpg);
             
        }
        
        #maincontent{
            position: absolute;
            left: 15%; /*Set left value to WidthOfFrameDiv*/
            top:20%;
            height:75%;
            width: 85%;
            overflow:auto;
            background: #fff;
            background-image: url(../myImages/floor.jpg);
            
        }
        #footercontent{
            position: absolute;
            top:95%;
            height: 5%;
            float: left;
            left: 15%; /*Set left value to WidthOfFrameDiv*/
            width: 85%;
            overflow: hidden;
            background: #fff;
            background-image: url(../myImages/floor.jpg);
            
        }
        .innertube{
            margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
        }
        
        * html body{ /*IE6 hack*/
            padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
        }
        
        * html #maincontent{ /*IE6 hack*/
            height: 100%; 
            width: 100%; 
            font-family: "Arial";
        }
        
        
        
        *.simpleTable    {
            table-layout: auto;
            background-color: transparent;
            border: none;
        }
        *.errortxt    {
            font-family: "Arial";
            color: rgb(255, 51, 102);
            font-style: oblique;
            text-decoration: blink;
            background-color: transparent;
            height: 12pt;
        }
        
        a    {
            color: #ffffcc;
            background-color: transparent;
            text-decoration: none;
        }
        a:visited {
            color: #ffffcc;
            background-color: transparent;
            text-decoration: none;
        }
        a:hover    {
            color: #ffffcc;
            background-color:#66cc00;
            text-decoration: none;
            
        }
        
        b    {
            font-weight: bold;
            text-decoration: none;
        }
        
        p    {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 8pt;
        }
        
        
        
        td    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 9pt;
            text-decoration: none;
            font-weight: normal;
        }
        
        *.tabletop    {
            font: bold small-caps 120%/1.3 "trebuchet ms",Helvetica,Arial,Sans-Serif;
            color: #363;
            
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 10px;
            background-color:  #9C9;
            font-weight: bold;
        }
        tr.dataLoading {
            height: 200px;
            width: 400px;
        }
        td.dataLoading {
            height: 200px;
            width: 400px;
            vertical-align:middle;
            text-align:center;
        }
        tr.tablerow0    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 8pt;
            color: #363;
            
            background: #FFF;
            
            
        }
        
        tr.tablerow1    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 8pt;
            color:olive;
            background: #DFD;
        }
        td.highlightedCell {
            color:yellow;
            background: red;
        }
        
        *.boxtitle    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 12px;
            font-weight: bold;
            color: #F5F5DC;
            background-color: #636163;
        }
        *.boxvalue    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 12px;
            font-weight: bold;
            color: Black;
            background-color: #F7F7DE;
        }
        
        *.boxtitle:hover    {
            color: #FFFFFF;
            text-decoration: none;
        }
        
        *.tableselected    {
            background-color: #FF9900;
        }
        
        *.tab    {
            color: #FFCC00;
            background-color: #002F57;
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
        }
        
        *.tabselected    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 11px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #FF9900;
            text-align: center;
        }
        *.username    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 12pt;
            font-weight: bold;
            color: #56AA92;
            background-color: transparent;
            text-align: center;
            
        }
        
        
        input    {
            font-family: inherit;
            font-size: 10pt;
            font-weight: normal;
            
        }
        input.logintxt[type="text"]    {

            font-size: 11pt;
           

        }
        *.sminputbox {
            font-family: inherit;
            font-size: 8pt;
            font-weight: normal;
            background: #F5F5DC;
            border: inset;
        }
        *.inputbox {
            font-family: inherit;
            font-size: 10pt;
            font-weight: normal;
            background: #F5F5DC;
            border: inset;
        }
        
        *.alertbox {
            font-family: inherit;
            font-size: 14pt;
            font-weight: normal;
            background: #CCCCCC;
            border: inset;
            color: Red;
        }
        
        
        
        
        *.loginpage    {
            font-family: Arial,Helvetica,sans-serif;
            color: #FFFFFF;
            background-color: #00174C;
            background-image: url(../myImages/login.jpg);
            background-repeat: no-repeat;
        }
        
        *.logintxt    {
            font-family: Arial,Helvetica,sans-serif;
            font-weight: bold;
            font-size:11pt;
            color: #FFFFFF;
        }
        
        
        
        *.tabgrey    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 11px;
            font-weight: bold;
            color: #000000;
            background-color: #CCCCCC;
            padding-top: 2px;
            padding-right: 2px;
            padding-bottom: 2px;
            padding-left: 5px;
        }
        
        *.boxtitlehdr    {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF;
            background-color: #002D54;
        }
        
        
        *.modBanner    {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 24pt;
            color: #56AA92;
            text-decoration: none;
            font-weight: bold;
        }
        #slidemenubar, #slidemenubar2{
            position:absolute;
            border:1.5px solid black;
            background-color:gray;
            font:bold 12px Verdana;
            line-height:20px;
        }
        
        
        a.myHref    {
            color: silver;
            text-decoration: underline;
            background-color: transparent;
            font-family: 'Times New Roman',Times,serif;
            font-size: 12pt;
        }
        
        a.myHref:visited   {
            color: yellow;
            text-decoration: none;
            background-color: transparent;
            font-family: 'Times New Roman',Times,serif;
            font-size: 12pt;
        }
        a.myHref:hover   {
            color: black;
            text-decoration: none;
            background-color: white;
            font-family: 'Times New Roman',Times,serif;
            font-size: 12pt;
        }
         a.txtHref    {
            color: black;
            text-decoration: underline;
            background-color: transparent;
            font-family: 'Times New Roman',Times,serif;
            font-size: 12pt;
        }
        
        a.txtHref:visited   {
            color: blue;
            text-decoration: none;
            background-color: transparent;
            font-family: 'Times New Roman',Times,serif;
            font-size: 12pt;
        }
        a.txtHref:hover   {
            color: black;
            text-decoration: none;
            background-color: white;
            font-family: 'Times New Roman',Times,serif;
            font-size: 12pt;
        }
        *.pgNoHref    {
            color: #FFFFE0;
            text-decoration: none;
            background-color: transparent;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
        }
        *.pgNoHref:hover   {
            color: #363;
            text-decoration: none;
            background-color: #B5B2B5;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
        }
        *.pgNoHref:visited   {
            color: #FFFFE0;  /* light yellow */
            text-decoration: none;
            background-color: transparent;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
        }
        *.pgNoFix    {
            color: White;
            text-decoration: none;
            background-color: #B5B2B5;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
        }
        #popitmenu{
            position: absolute;
            background-color: #CCCCCC;
            border: 1px solid black;
            font: normal 12px Verdana;
            line-height: 18px;
            z-index: 100;
            visibility: hidden;
        }
        
        #popitmenu a{
            text-decoration: none;
            padding-left: 6px;
            color: #56AA92;
            background-color: #CCCCCC;
            display: block;
        }
        
        #popitmenu a:hover{ /*hover background color*/
            background-color: #636163;
        }
        *.adminTable {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12pt;
            color: #003399;
            text-decoration: none;
            font-weight: bold;
            border: ridge Aqua;
        }
        
        *.adminTable td {
            font-size: 10pt;
            border: thin groove  ;
            background-color: #F5F5DC;
        }
        *.popitlink{
            color: #52AA94;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            
        }
        
        *.popitlink a{
            color: #52AA94;
            text-decoration: underline;
            
            font-family: Arial, Helvetica, sans-serif;
            
            
        }
        *.popitlink a:visited{
            color: #52AA94;
            text-decoration: underline;
            background-color: transparent;
            font-family: Arial, Helvetica, sans-serif;
        }
        *.popitlink a:hover{ /*hover background color*/
            color: #52AA94;
            text-decoration: none;
            
            font-family: Arial, Helvetica, sans-serif;
            
            background-color: silver;
        }
        .txtbutton a {
            
            font-family: Arial, Helvetica, sans-serif;
            font-size: 8pt;
            border-top-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-right-style: solid;
            border-top-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-right-width: 1px;
            border-top-color: #000000;
            border-bottom-color: #000000;
            border-left-color: #000000;
            border-right-color: #000000;
            font-style: normal;
            font-weight: bold;
            color: yellow;
        }
