#main {
    width: 1000px;
    margin: 0px auto;
    font-family: Arial,sans-serif;
}
h1 {
    margin-top:0px;
}
#lower {
    position: absolute;
}
#side {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 163px ;
    background: url("images/side.jpg");
    border-left: 1px solid black;
    height: auto;
}
#content {
    position: absolute;
    left: 163px;
    top: 0px;
    width: 837px ;
    height: auto;
}
#logo {
    display: block;
    cursor: pointer;
}
#buffer {
    height: 0px;
    width: 0px;
    visibility: hidden;
}
#schoolphoto {
    float: right;
}
#address {
    vertical-align: middle;
}
#virtues {
    color: red;
    font-weight: bold;
}
#quotes {
}
.errortext{
    color: red;
    font-weight: bold;
    visibility: hidden;
}
.sideButton {
    width: 155px;
    height: 34px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    text-align: left;
    margin-bottom: 4px;
    margin-left: 4px;
    border: 2px solid white;
    line-height: 34px;
}

.sideButtonAnchor {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
}

.textlink {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 0px;
}

.deleteicon {
    margin-top:0px;
    margin-bottom:0px;
    font-weight:bold;
    background-color:darkred;
    width:20px;
    height:20px;
    text-align:center;
    border:1px solid black;
    color: white;
    cursor: pointer;
    line-height:20px;
}


.addicon {
    margin-top:0px;
    margin-bottom:0px;
    font-weight:bold;
    background-color:#007253;
    width:50px;
    height:20px;
    text-align:center;
    border:1px solid black;
    color: white;
    cursor: pointer;
    line-height:20px;
}


li {
    margin-bottom: 5px;
}

.settingsmenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.settingsmenu li  {
    background-color: #5A5A5A;
    border: 1px solid black;
    display: inline;
    padding: 4px;
    color: white;
    margin: 0px;
    cursor: pointer;
}

#settingswindow {
    border: 1px solid #5A5A5A;
    border-top: 5px solid black;
    margin-top: 0px;
    padding-left: 10px;
}

#TABCONTENT_PHOTOS, #TABCONTENT_NEWSLETTERS, #TABCONTENT_PAC, #TABCONTENT_PASSWORD, #TABCONTENT_ABOUT {
    display: none;
}

#photolist {
    overflow:auto;
    width:175px;
    height: 450px;
    border: 1px solid black;
}

.imgGridImage {
    width:100px;
    height:100px;
    vertical-align:   middle;
    margin:2px;
}

.imgGridBox {
    width:   104px;
    height:  104px;
    background-color: white;

    cursor:pointer;
}

#prevImgPage {
    float:left;
}

#nextImgPage {
    float:right;
}

#imgGrid {
    margin:0px auto;
}

.imgGridCell {
    border:1px solid black;
    overflow:hidden;
    width:100px;
    height:100px;
}

#imgDispDiv {
    text-align:center;
}

#imgDispImage {
    border:1px solid #AAAAAA;
    margin-top:10px;
    max-width:750px;
    width: expression(this.width > 750 ? 750: true);
}

#imgLoading {
    display: none;
    text-align:center;
}

#imgDispCaption {
    text-align:center;
    margin-top:0px;
}

#imgBrowseDiv {
    border-bottom:2px solid #AAAAAA;
    padding-bottom:10px;
}

#imgSection {
    background-color:#EFEFEF;
    border:1px solid black;
    border-top:4px solid black;
}

#imgPagingDiv {
    text-align:center;
}


 A:link    .sideButtonAnchor {color:white; text-decoration:none;}
 A:visited .sideButtonAnchor {color:white; text-decoration:none;}
 A:active  .sideButtonAnchor {color:white; text-decoration:none;}
 A:hover   .sideButtonAnchor {color:white; text-decoration:none;}
