﻿body 
{
    background-color: #d1d3d4;
    color: #333333;
    font-family: Arial;
    font-size: 11px;
}

/* BEGIN CONTENT MANAGEMENT 
    This is the area that controls the main look of the website.  It handles the corner/border sizes and backgroud colors.
*/
.mainCntBox
{
    text-align: center;
}
.mainCntBox  /* Some will appear twice for firefox compatilibity */
{
    text-align: -moz-center;
}
.content
{
    background-color: #ffffff; /* Container Background Color */
    padding-right: 10px; /* Space between item and right border */
    padding-left: 10px /* Space between item and left border */
}
.leftCrn
{
    width: 15px;
    height: 15px;
}
.rightCrn
{
    width: 15px;
    height: 15px;
}
.leftBCrn
{
    width: 15px;
    height: 15px;
}
.rightBCrn
{
    width: 15px;
    height: 15px;
}
.contentLeftBorder
{
    width: 15px; /*  Width of Left Border Image */
    background-repeat: repeat-y; /* Repeats image down Left Size */
    background-color: #ffffff;  /* Same as Container Background Color */
}
.contentRightBorder
{
    width: 15px; /*  Width of Right Border Image */
    background-repeat: repeat-y; /* Repeats image Down Right Size */
    background-color: #ffffff;  /* Same as Container Background Color  */
}
.contentTopBorder
{
    height: 15px; /*  Width of Top Border Image */
    background-repeat: repeat-x;  /* Repeats Image Accross Top */
}
.contentBottomBorder
{
    height: 15px; /*  Width of Bottom Border Image */
    background-repeat: repeat-x;
}


/* END CONTENT MANAGEMENT */

.randomButton
{
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.commentsButton
{
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.newCommentButton
{
    color: #555555;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.lineBreak
{
    color: #EEEEEE;
}

.mainMenuContent
{
    text-align: right;
}
.navigateLink
{
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.mainMenu
{
    text-align: left;
    position:absolute;
    visibility: hidden;
    border-left:1px solid #C0C0C0;
    font:normal 11px arial;
    line-height: 18px;
    z-index: 100;
    background-color: #FFFFFF;
    text-decoration: none;
    width: 65px;
}

.mainMenu a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color: #444444;
}

.mainMenu a:hover
{ 
    background-color: black;
    color: white;
}
.mainMenu a:active
{
     color: #444444;
}

.loginTitle
{
    color: #333333;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}





.adminMenu
{
    text-align: left;
    position:absolute;
    visibility: hidden;
    border-left:1px solid #C0C0C0;
    font:normal 11px arial;
    line-height: 18px;
    z-index: 100;
    background-color: #f2f9fa;
    text-decoration: none;
    width: 125px;
}

.adminMenu a
{
    width: 100%;
    display: block;
    text-indent: 3px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color: #444444;
}

.adminMenu a:hover
{ 
    background-color: #EEEEEE;
    color: white;
}

.adminMenu a:active
{
     color: #444444;
}


.signupText
{
    font-size: 11px;
    font-family: Arial;
    color: #555555;
}
.signupTitle
{
    font-size: 12px;
    font-family: Arial;
    color: #333333;
    font-weight: bold;
}

.tagsBasic
{
    text-decoration: none;
    color: #333333;
}
a.tagsBasic:link
{
    text-decoration: none;
    color: #333333;
}
