/*common tags*/
TD
{text-align: center;
 color: #CC0000;}
TD.left
{text-align: left;}
TD.center
{text-align: center;}
TD.right
{text-align: right;}

A.menuLink:link {background: none; color: #FFFFFF; text-decoration: none; font-weight: bold;}
A.menuLink:active {background: none; color: #FFFFFF; text-decoration: none; font-weight: bold;}
A.menuLink:visited {background: none; color: #FFFFFF; text-decoration: none; font-weight: bold;}
A.menuLink:hover {background: none; color: blue; text-decoration: none; font-weight: bold;}

A:link {background: none; color: #003300; text-decoration: none; font-weight: bold;}
A:active {background: none; color: #003300; text-decoration: none; font-weight: bold;}
A:visited {background: none; color: #003300; text-decoration: none; font-weight: bold;}
A:hover {background: none; color: blue; text-decoration: none; font-weight: bold;}

TABLE.collapse
{border-collapse: collapse;
 cellspacing: 0;
 bordercolor: #111111;}

/*unique creatures*/
.boldCenter
{text-align: center;
 font-weight: bold;}
.boldGreen
{color: #003300;
 font-weight: bold;}
.boldRed
{color: #CC0000;
 font-weight: bold;}
.boldItalicRed
{color: #CC0000;
 font-weight: bold;
 font-style: italic;
 text-decoration: underline;} /*yeah, it's got an underline too.*/
 .pointer
 {cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;}
 .pointerTwo
 {cursor: pointer;
  color: #0000FF;
  font-weight: bold;}
  
/*layer classes*/
.addContainer
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 175px;
 width: 340px;
 text-align: center;  
 visibility: hidden;}
 
.editContainer
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 320px; 
 width: 340px;
 text-align: center; 
 visibility: hidden;}
 
.deleteContainer
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 320px; 
 width: 340px;
 text-align: center;  
 visibility: hidden;}
 
.selectContainer
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 320px; 
 width: 340px;
 text-align: center;  
 visibility: hidden;}
 
.selectContainerTwo
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 320px; 
 width: 340px; 
 text-align: center; 
 visibility: hidden;}
 
.confirmContainer
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 320px; 
 width: 340px;
 height: 125px; 
 text-align: center; 
 visibility: hidden;}
 
.permContainer
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 127px; 
 text-align: center; 
 visibility: hidden;}
 
.perm2Container
{position: absolute;
 background: #f5f5f5; 
 color: black; 
 border: thin groove white; 
 top: 370px; 
 left: 127px;
 text-align: center;  
 visibility: hidden;}
 
.menuContainer
{position: absolute;
 background: none; 
 color: none; 
 border: none; 
 top: 200px; 
 left: 337px; 
 text-align: center;
 visibility: visible;}
 
.menu
{position: absolute;
 background: none; 
 color: none; 
 border: none; 
 top: 200px; 
 left: 58px; 
 text-align: center;
 visibility: visible;}
