.simComment {
color:darkgreen;
font-style:italic;
font-size:10px;
}
/* admin menu styles */ 
#adminNav {
}

.adminMenuClass {
  background-color:#D39960;
border:1px solid black;
clear:both;
  text-align: center;
}
.adminItem {
  font-size:16px;
}

#adminLink {
  font-size:22px;
}

.adminON {
  padding: 0px 0px 0px 0px;
  font-weight:bold;
  }  
.adminOFF {
  padding: 0px 0px 0px 0px;
  font-weight:normal;
  }  
  
A.adminLink:link {color:#444;text-decoration: none;}
A.adminLink:visited {color:#444;text-decoration: none;}
A.adminLink:active {color:black;text-decoration: none;}
A.adminLink:hover {color:black;text-decoration: none;}   
 

.greenBox {
border:1px solid green;
padding:5px;
}


#theBin {
  background-image:url(images/theBin.png);
  float:right;
  width:100px;
  height:100px;
}
#floatW {
float:right;
width:400px;
  background-color:magenta;
  border:2px solid red;
  clear:both;
  text-align: center;
  z-index:100;
}

#floatNW{
float:right;
  background-color:lightgray;
  border:1px solid black;
  clear:both;
  text-align: left;
}

#floatSE, #floatSW {
float:right;
width:400px;
  background-color:#E2FE8F;
  border:1px solid black;
  clear:both;
  text-align: center;
}

.globalIni {
  background-color:aquamarine;
  }  
  
.pageIni {
  background-color:yellow;
  } 
  
  
.selectedImageDir {
  background-color:yellow;
  }

.notSelectedImageDir  {
  background-color:aquamarine;
  } 

/*thortDirsLink menu styles*/
#thortDirsNav {
  width:100%;
  height:100%;
  text-align: center;
}
.thortDirsNavON {
  padding: 0px 0px 0px 0px;
  font-weight:bold;
  background-color:yellow;
  }  
.thortDirsNavOFF {
  padding: 0px 0px 0px 0px;
  font-weight:normal;
  background-color:aquamarine;
  }   
#thortDirsLink {
}
A.thortDirsLink:link {color:brown;text-decoration: none;}
A.thortDirsLink:visited {color:brown;text-decoration: none;}
A.thortDirsLink:active {color:black;text-decoration: none;}
A.thortDirsLink:hover {color:green;text-decoration: none;} 

/*imagesDirsLink menu styles*/
#imageDirsNav {
  width:100%;
  height:100%;
  text-align: center;
}
.imageDirsNavON {
  padding: 0px 0px 0px 0px;
  font-weight:bold;
  background-color:yellow;
  }  
.imageDirsNavOFF {
  padding: 0px 0px 0px 0px;
  font-weight:normal;
  background-color:aquamarine;
  }   
#imageDirsLink {
}
A.imageDirsLink:link {color:brown;text-decoration: none;}
A.imageDirsLink:visited {color:brown;text-decoration: none;}
A.imageDirsLink:active {color:black;text-decoration: none;}
A.imageDirsLink:hover {color:green;text-decoration: none;} 

.panel {
z-index:10;
position: absolute;
top: 0px;
left: 0;
display: none;
background: #000000;
border:1px solid #111111;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
width: 1000px;
height: auto;
padding: 30px;
filter: alpha(opacity=85);/**/
opacity: .8;
}


.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{
z-index:20;
position: absolute;
text-decoration: none;
top: 0px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 15px;
font-weight: 700;
background:#333333 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.trigger:hover{
z-index:20;
position: absolute;
text-decoration: none;
top: 0px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 15px;
font-weight: 700;
background:#222222 url(images/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}

a.active.trigger {
background:#222222 url(images/minus.png) 85% 55% no-repeat;
}

