﻿body {
}
.ValTxt {
font-size:12px;
font-weight:bold;
font-family:Verdana;
}
.FooterLine {
color:white;
font-size:14px;
font-weight:bold;
font-family:Verdana;
}
a {
color:white;
font-size:14px;
font-weight:bold;
font-family:Verdana;
cursor:pointer;
}
a:hover {
   color:#474220;
}

.dvMenu {
    position: absolute; 
    display: none; 
    background-color: #d0e4a6;
    border: thin solid #68a91b    
}
.dvMenuShow {
    position: absolute; 
    display: block; 
    background-color: #d0e4a6;
    border: thin solid #68a91b    
}
.tblMaster {   

    background-color: #d0e4a6;
    text-align:center;
    border: thick solid #68a91b
}
.tblMasterNone {   

    background-color:none;
    border: none
}

.tdIUI {
text-align:center;
font-weight:bold;
font-family:Verdana;
background-color:#a66c18;
cursor:pointer;
color:white;
}
.dvIUIHide {
     position: static; 
    display: none; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvIUIShow {
     position: static; 
    display: block; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvMunuIUIWhite {
     position: static; 
    display: block; 
    background-color: white;
    border: thin solid #68a91b  
}
/*Cycle*/
.tdCyc {
text-align:center;
font-weight:bold;
font-family:Verdana;
background-color:#a66c18;
cursor:pointer;
color:white;
}

.dvCycHide {
     position: static; 
    display: none; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvCycShow {
     position: static; 
    display: block; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvMunuCycWhite {
     position: static; 
    display: block; 
    background-color: white;
    border: thin solid #68a91b  
}

/*ET*/
.tdET {
text-align:center;
font-weight:bold;
font-family:Verdana;
background-color:#a66c18;
cursor:pointer;
color:white;
}

.dvETHide {
     position: static; 
    display: none; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvETShow {
     position: static; 
    display: block; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvMunuETWhite {
     position: static; 
    display: block; 
    background-color: white;
    border: thin solid #68a91b  
}
/*BT*/
.tdBT {
text-align:center;
font-weight:bold;
font-family:Verdana;
background-color:#a66c18;
cursor:pointer;
color:white;
}

.dvBTHide {
     position: static; 
    display: none; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvBTShow {
    position: static; 
    display: block; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}
.dvMunuBTWhite {
     position: static; 
    display: block; 
    background-color: white;
    border: thin solid #68a91b  
}
/* Report*/
.dvRptShow {
     position: static; 
    display: block; 
    background-color: #d0e4a6;
    border: thin solid #68a91b  
}