.indexContent{
    /*height: 590px;*/
    overflow:auto;
}           
.indexRow {
    border: 1px solid grey;
    float: left; 
    height: 35px;
    margin: 1px;
}
.indexRow a {     
    height: 32px;
    display: block;
    background: url(h100.png);
    background-color: #55503C;
    width: 170px;
    font-size: 12px;
    border: 0px outset #ccc;
    text-decoration: none;
    letter-spacing: -0.4px;
    color: #ccc;
    padding: 2px;
}
.indexRow a:hover {
    background-color: #B52C07;
}

.adminRow{
    border: 1px solid grey;
    float: left; 
    /*height: 35px;*/
    margin: 1px;
    width: 175px; 
    display: block;
    background: url(h100.png);
    background-color: #55503C;
    font-size: 12px; 
    border: 0px outset #ccc;
    text-decoration: none;
    letter-spacing: -0.4px;
    padding: 2px; 
}
.adminRow p{
    color: #ccc; 
}
.adminRow p:hover {
    /*background-color: #B52C07;*/
}
#stateIcon {
    float: left;
}
.ctContent {
    float: left;
    margin-left: 2px; 
}
#catOverlay{
    position: absolute;
    top: 120px;
    /* left: 0px; */
    width: 711px;
    height: 365px;
    /*height: 100px;*/ 
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    vertical-align: middle;
    text-align: center;
    color: #000;
    /*font-size: 40px;
    font-weight: bold;*/
}
#contentOverlay{
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 345px;
    width: 711px;
}  
.indexGalPic{
    width: 105px;
    height: 105px;
    border:white;
    border-style: solid;
    float: left;
    margin: 2px;
    position:relative;
}
.headerText{
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.5);
    position: absolute;
    bottom: 0px;
    width: 105px;
    /*line-height: 2em;*/
    text-align: center;
}
.nothing{
    position: relative;
    width: 50%;        
    margin-left: auto; 
    margin-right: auto;
    margin-top: 15px;  
    margin-bottom: 15px;
}
#headerClose{
    height: 15px;
}
#close{
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    height: 15px;
    width: 15px;
    background-image: url("../stylesheets/close.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right;
}
.tagCat{
    float: right;
    width: 16px;
    height: 16px;
    background: url(../../stylesheets/images/ui-icons_222222_256x240.png) -240px -96px;
}
.editCat{
    float: right;
    width: 16px;
    height: 16px;
    background: url(../../stylesheets/images/ui-icons_222222_256x240.png) -176px -112px;
}
.removeCat{
    float: right;
    width: 16px;
    height: 16px;
    background: url(../../stylesheets/images/ui-icons_222222_256x240.png) -176px -96px;
}
.catContent{
    float: left;
    width: 125px;
}
.catName{
    width: 125px;
    float: left;
    letter-spacing: -1px;
}
.countGal{
    float: left;
    width: 125px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.4px;
}
#gallerieList{
    width: 720px;
    height: 300px;
}
.listItem{
    border: 1px solid grey;
    float: left;
    height: 19px;
    margin: 1px;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 