

* { font-family: Verdana, serif; }
body, td, div, p { font-size: 11px; }
img { border: 0; }

body { background-color: #8ba1a8; }

#all {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#categories {
    height: 29px;
    margin-top: 10px;
    background-color: #c6c5c5;
    background-image: url("../images/categories-bg.gif");
    background-repeat: no-repeat;
}

#categoriesContainer { padding-top: 8px; }
#categoriesContainer table { margin-left: 70px; }
#categoriesContainer table tr td { text-align: center; padding-left: 30px; padding-right: 30px; }

#content {
    border-left: #dfdddd 1px solid;
    border-right: #dfdddd 1px solid;
    background-color: #ddd;
    padding: 10px 25px 10px 25px;
}

#footer {
    height: 18px;
    margin-bottom: 10px;
    background-color: #c6c5c5;
    background-image: url("../images/footer-bg.gif");
    background-repeat: no-repeat;
}

#categories a, #footer a {
    text-decoration: none;
    color: black;
}

#categories a:hover, #footer a:hover {
    color: #8ba1a8;
}

#copyright {
    float: right;
    display: inline;
    margin: 2px 20px 0px 0px;
    font-size: 9px;
}

#adminMenu tr td {
    padding-left: 20px;
    padding-right: 20px;
}

#photoControl { text-align: right; }

#previewLine { background-color: #a8a8a8; margin-top: 30px; margin-bottom: 30px; padding: 4px; }
#previewLine table { border-collapse: collapse; }
#previewLine table tr td { padding: 5px; border: white 1px solid; }
#previewLine .pager { text-align: center; }

.field { padding-top: 5px; padding-bottom: 5px; }

.field .textField { width: 40%; }
.field .textArea { width: 40%; height: 50px; }

a { color: black; }
a:hover { text-decoration: none; }
