﻿/* Topic Categories */
.CatItem
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 9pt;
    width: 97%;
}

.CatItemText
{
    color: #373737;
    font-weight: bold;
    font-size: 9pt;
}

A.CatItemText:hover
{
    text-decoration: none;
    border: 0px;
}

.CategoryContainerStyle 
{
    background-color: #fef2df;
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
}

.CatSelected
{
    cursor: pointer;
    border-right: maroon 1px solid;
    border-top: maroon 1px solid;
    border-left: maroon 1px solid;
    border-bottom: maroon 1px solid;
    background-color: #ff9933;
    margin-top: 1px;
    margin-bottom: 1px;
}

.CatHover
{
    cursor: pointer;
    border-right: maroon 1px solid;
    border-top: maroon 1px solid;
    border-left: maroon 1px solid;
    border-bottom: maroon 1px solid;
    background-color: #ffe37d;
    color: Red;
}

.CatUnHover
{
    cursor: pointer;
    margin: 1px;
}

/* Topics */

.TopicHeaderStyle
{
    font-weight: bold;
    color: saddlebrown;
    width: 100%;
    font-size: 13pt;
    line-height: 15pt;
}

.TopicGridTitleStyle
{
    font-family: 'Trebuchet MS';
    font-weight: bold;
    font-size: 12pt;
    color: darkblue;
}

.TopicGridSubTitleStyle
{
    font-size: 8pt;
    color: dimgray;
    margin-top: 3px;
}

.TopicSeparator 
{
    margin-bottom: 5px;
}

.TopicHorizontalLine
{
    border-bottom: silver 1px solid;
    width: 100%;
}

.AddNewTopicStyle 
{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14pt;
    color: Gray;
    font-weight: bold;
}

.TopicsCommandStyle 
{
    font-size: 12pt;
    font-family: 'Trebuchet MS';
    color: chocolate;
}

.StartATopic
{
    font-size: 10pt;
    font-family: 'Trebuchet MS';
}

.CategoryAdminTextBoxStyle 
{
    width: 150px;
}

.CategoryAdminDescTextBoxStyle 
{
    width: 350px;
}

.TopicAdminEditTitleColumn
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

/* End Topics */

/* TopicPostings */

.AddPostDiv
{
    border-top: silver 1px solid;
    border-bottom: silver 1px solid;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 550px;
}

.FirstPostDiv
{
    border: silver 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    width: 610px;
    background-color: ivory;
    float: left;
}

.PostTable 
{
    width: 650px;
    float: left;
}

.PostingsGridTitleStyle
{
    font-size: 12pt;
    color: #505050;
    line-height: 16pt;
    font-family: 'Century Gothic';
}

.PostingsGridSubTitleStyle 
{
    font-family: 'Century Gothic';
    margin-top: 5px;
    font-size: 8pt;
    color: black;
}

.PostingSep 
{
    height: 10px;
}

.PostNumColumn
{
    width: 30px;
    text-align: center;
    vertical-align: top;
    font-size: 10pt;
    padding-top: 3px;
}

.PostIconColumn
{
    width: 25px;
    vertical-align: top;
    padding-top: 5px;
}

.PostColumn
{
    vertical-align: top;
    width: 565px;
    padding-right: 16px;
}

.PageNumberStyle
{
    padding-top: 8px;
    padding-bottom: 4px;
}

.PageNumberLinkStyle, .PageNumberLinkSelectedStyle, A.PageNumberLinkStyle:Hover, A.PageNumberLinkSelectedStyle:Hover
{
    border-right: #ff9933 1px solid;
    border-top: #ff9933 1px solid;
    border-left: #ff9933 1px solid;
    border-bottom: #ff9933 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    color: Black;
    text-decoration: none;
    font-size: 10pt;
}

A.PageNumberLinkStyle
{
    text-decoration: none;   
}

.PageNumberLinkSelectedStyle
{
    background-color: gold;
    cursor: default;
}

/* End Topic Postings */

/* Latest Topics */


.CategoryTable
{
    background-color: #f6a018;
    background-image: url(App_Themes/BuzzSpray/images/categoryBottomPixel.png);
    background-repeat: repeat;
}

/* Flag Posts */
.FlagCatTopicDiv, .FlagPostDiv
{
    width: 700px;
    background-color: White;
    padding: 2px 2px 2px 2px;
}

.FlagCatTopicDiv
{
    font-size: 10pt;
    font-family: 'Trebuchet MS' , Arial;
    font-weight: bold;
    border-right: lightblue 1px solid;
    border-top: lightblue 1px solid;
    border-left: lightblue 1px solid;
    border-bottom: lightblue 1px solid;
}

.FlagRowCells, .FlagRowSelection, .FlagRowPost
{
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Trebuchet MS' , Arial;
    font-size: 9pt;
}

.FlagRowSelection
{
    padding-right: 5px;
    width: 20px;
}

.FlagRowPost
{
    
}

.FlagSep
{
    BORDER-BOTTOM: lightgrey 1px solid;
    HEIGHT: 1px
}