/* *********** TAG STYLES ************** 
   2008-08-06   Remove repeated styles from pages and put into stylesheet  ddsp
   2008-08-10   Add main menu and opt controls for <div> sections within pages ddsp
   2008-08-23   Add styles for database displays
   ************************************* 
*/  
body {
   background-color: rgb(24, 115, 214);
  }
/* Used for DIV hide and show */	
.infoTextHide { display:none;
    visibility: hidden;
	}
	
.infoTextShow { display:block;
    visibility: visible;
	}
/* Better than embedded tags... */  
.bold {
   font-weight: bold;
   }
.italics {
   font-style: italic;
   }   

.titles {
   font-weight: bold; 
   color: rgb(255, 140, 0);
   }
.error {
   font-weight: bold;
   color: red;
   }
.top {
   vertical-align: top;
   }
.left {
   text-align: left;
   }
.right {
   text-align: right;
   }
   
.center {
   margin-left: auto;
   margin-right: auto;
   }
   
   
.banner {
   height: 40; 
   vertical-align: middle;
   text-align: center;
   }
.more {  /* used with the right-arrow img */
   width: 15;
   border: 0;
   height: 15;
   }
.content {
   font-family: Verdana; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: normal;
   font-size: 13px; 
   line-height: 17px; 
   color: rgb(80, 80, 80); 
   background-color: White;
   }
.clerical {
   font-family: Verdana; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: normal;
   font-size: 12px; 
   color: black; 
   background-color: White;
   }   
.heading {
   font-family: Arial; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: normal; 
   }
table {

   }   
.reporttable {
   border-collapse: collapse;
   border-style: solid;
   empty-cells: show;
   padding: 0 4px 0 4px;
   }   

.reporttablecell {
   border-left: 1px solid black;
   border-right: 1px solid black;
   } 
   
.borderheader {
   border-bottom: 2px solid navy;
   }
.bordercontent {
   border-bottom: 2px groove navy;
   }
   
.menuActiveCell {
   font-family: Arial; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: bold; 
   color: rgb(24, 115, 214);
   text-align: center;
    border-width: 2px 1px 0 1px;
    border-style: solid;
    border-color: white;
    background-color: white;
    height: 20px;
    width: 120;
    }
.menuActive {
    color: rgb(24, 115, 214);
    text-decoration : none; 
    }
.menuActive:hover {
    color: navy; 
    text-decoration : none; 
    }
.menuInactiveCell {
   font-family: Arial; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: bold; 
   color: #cccccc;
   text-align: center;
    background-color: rgb(24, 115, 214);
    border-width: 2px 1px 0 1px;
    border-style: solid;
    border-color: white;
    height: 20px;
    background-repeat: no-repeat;
    width: 120;
    }
.menuInactive {
    color: #cccccc;
    text-decoration : none; 
    }    
.menuInactive:hover {
    color: white;
    text-decoration : none; 
    }
    
.menuDummyCell {
   font-family: Arial; 
   font-style: normal; 
   font-variant: normal; 
   font-weight: bold; 
   color: rgb(24, 115, 214);
   text-align: center;
    vertical-align: top;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: white;
    background-color: rgb(24, 115, 214);
    height: 40px;
    width: 12;
    }   
.menuDummy {
    color: rgb(24, 115, 214);
    }    

A {	
    color : Blue; 
    text-decoration : none; 
  }
A:HOVER { 
    color : Red; 
    text-decoration : underline; 
  }

.rightsideimage {
  float: right;
  margin: 6px;
  }
  
.mediumcolumn {
  width: 600;
  }
.narrowcolumn {
  width: 400;
  }  

/* ********************** END OF CSS *************** */

