body {
    font-family: Verdana, Arial, Geneva;
    color : black;
    font-size : 10px;
    line-height: 14px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
font, td, b, i {
    font-family: Verdana, Arial, Geneva;
    color : black;
    font-size : 10px;
    line-height: 14px;
}
.menuItem {
    font-family: Verdana, Arial, Geneva;
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.menuItem_selected {
    font-family: Verdana, Arial, Geneva;
    color: black;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.menuSubItem {
    font-family: Verdana, Arial, Geneva;
    color: #646464;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.menuSubItem_selected {
    font-family: Verdana, Arial, Geneva;
    color: #646464;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.newsPush {
    font-size: 10px;
    font-weight: bold;
}

.header {
    font-family: Verdana, Arial, Geneva;
    color : #E9822C;
    font-size : 14px;
    font-weight : bold;
}
.pageText {
    font-family: Verdana, Arial, Geneva;
    color : black;
    line-height: 17px;
    font-size : 12px;
}

a, a:active, a:link, a:visited {
    text-decoration : none;
    color: #805F32;
}
a:hover {
    font-family: Verdana, Arial, Geneva;
    color: #7F6437;
    text-decoration : none;
}
.linkBack {
    color : #555555;
    font-size : 10px;
}
.adminLink {
    color: green;
}
.adminLinkDelete {
    color: red;
}

.inputtext {
    font-family: Verdana, Arial, Geneva;
    font-size: 12px;
    border-bottom: 1px solid #E7E3E0;
    border-left: 1px solid #E7E3E0;
    border-right: 1px solid #E7E3E0;
    border-top: 1px solid #E7E3E0;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.copy {
    color: silver;
    text-decoration: none;
}
.lightbox_overlay{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    margin: 0px;
    padding: 0px;
}
.lightbox_content {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:1002;
}
.lightbox_image {
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
