﻿body
{
    padding: 0px;
    margin: 0px;
    background-color: #acbbd6;
    font-family: Arial, Helvetica, sans-serif;
}
/***************************/
/*  Hyperlinks             */
a:link
{
    color: Navy;
    text-decoration: none;
}
a:visited
{
    color: Navy;
    text-decoration: none;
}
a:hover
{
    color: White;
    text-decoration: none;
}
a:visited:hover
{
    color: White;
    text-decoration: none;
}
.forumLastThreadBox a:hover
{
    color: Gray;
    text-decoration: none;
}
.forumLastThreadBox a:visited:hover
{
    color: Gray;
    text-decoration: none;
}
/***************************/
.leftBack
{
    width: 100px;
    background-image: url('left.png');
    text-align: right;
}
.rightBack
{
    width: 100px;
    background-image: url('right.png');
    text-align: left;
}
.navibg
{
    background-color: #c0c0c0;
    width: 740px;
}
.mainFrame
{
    background-color: #c0c0c0;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.menuItem
{
    position: relative;
    height: 30px;
    width: 180px;
    background-color: White;
    color: Black;
    text-align: center;
}
.title
{
    font-size: 16px;
    font-style: italic;
}
.detailBox
{
    width: 220px;
}
.popFix
{
    position: absolute;
    top: -1000px;
    left: -1000px;
}
.modalPopup
{
    background-color: #EEEEEE;
    color: #DDDDDD;
    border: 1px solid #DDDDDD;
    padding: 5px;
    text-align: center;
}
.adminPopup
{
    background-color: #c0c0c0;
    border: 1px solid #DDDDDD;
    padding: 5px;
    text-align: center;
}
.modalPopupBack
{
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    background-color: #444444;
}
.adminPop
{
    background-color: #c0c0c0;
    width: 500px;
    height: 410px;
    border: solid 5px white;
}
.unselectedImageList
{
    font-size: 16px;
}
.selectedImageList
{
    font-size: 16px;
    color: Aqua;
}
.photoSwapText
{
    font-size: large;
    color: #333;
    font-style: italic;
}
.PostsTitle
{
    font-size: large;
    font-family: Arial;
    font-weight: bold;
}
.PostsBody
{
    width: 95%;
}
.registerText
{
    color: #333;
    font-style: italic;
}
.registerLabelsBox
{
    text-align: right;
}
.registerFieldsBox
{
    text-align: left;
    width: 550px;
}
.registerBox
{
    width: 300px;
}
.forumTitle
{
    font-size: large;
}
.forumLastThreadBox
{
    background-color: #ccc;
    width: 250px;
    font-size: 10px;
    padding: 5px;
}
.dddBg
{
    padding: 3px;
    background-color: #ddd;
}
.cccBg
{
    padding: 3px;
    background-color: #ccc;
}
.stickyBg
{
    padding: 3px;
    background-color: #acbbd6;
}
.stickyBgAlt
{
    padding: 3px;
    background-color: #98b2e5;
}

