﻿.PostMessage img
{
    padding: 5px;
    margin: 5px;
    border: solid 1px black;
    background-color: #FFFFFF;
    visibility: hidden;
}
a.BoardLink, a.BoardLink:hover
{
    font-weight: normal;
}
pre
{
    font-size: x-small;
    padding: 5px;
    border: solid 1px black;
    background-color: #FFFFFF;
}
.MessageBoardBar
{
    padding: 5px;
    font-size: x-small;
    background-color: #003333;
    color: White;
    font-weight: bold;
}
.MessageBoardBar a
{
    color: #ffcc00;
    text-decoration: none;
}
.MessageBoardBar a:hover
{
    color: #ffcc00;
    text-decoration: underline;
}
.PostRow
{
    padding: 5px;
}
.PostRow a
{
    font-weight: normal;
}
.PostRow a:hover
{
    font-weight: normal;
}

.PostInfo
{
    font-size: x-small;
}

.PostInfo a, .PostInfo a:hover
{
    font-weight: bold;
}


.AnnouncementTable
{
    border: solid 1px #333333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    background-color: #CCCCCC;
}

.AnnouncementTable td
{
    vertical-align: top;
    font-size: x-small;
}


img.AnnouncementImg
{
    border: solid 1px #333333;
    width: 50px;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.AnnouncementTable span.Heading
{
    font-weight: bold;
}

.AnnouncementTable span.Date
{
    font-style: italic;
}

.AnnouncementTable p
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
}

.AnnouncementTable a
{
    font-weight: normal;
}

.AnnouncementTable a:hover
{
    font-weight: normal;
}



.AnnouncementHeading
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    color: White;
    background-color: #999999;
    border: solid 1px #333333;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    background-image: url(/Images/SiteImages/AnnounceGradBG.png?);
    background-repeat: repeat-y;
}



/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(/Images/Stars/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(/Images/Stars/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(/Images/Stars/SavedStar.png);
}


.HoverPopup
{
    z-index: 1000;
    background-color: Bisque;
    font-weight: bold;
    border-top: solid 1px black;
    border-bottom: solid 2px black;
    border-right: solid 2px black;
    border-left: solid 1px black;
    
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    display: inline;
}
