﻿body {

}

.lblJoinDate 
{
    background-color:Red;
}

.forumTitleCell 
{
/*    background-image:url('../_forumStyles/ForumTitleBack01.png');
    background-repeat: repeat-y;
    color: #F5F6CE;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    padding: 3px 2px 3px 5px; */
    color: #135F7F;
    text-align: left;
    font-weight: bold;
    font-size: small;
}

.breadcrumbs 
{
    font-size: 75%;
    color: Gray;
}

/* FORUM List Begin */
.masterrow 
{
/*    background-image:url('../_forumStyles/ForumTitleBack01.png');
    background-repeat: repeat-y;
    color: #F5F6CE;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    border:solid 2px red; */
    color: #135F7F;
    text-align: left;
    font-weight: bold;
    font-size: small;
}

.masterrow td 
{
    padding: 2px 2px 3px 5px;
}

.allForumList {
    border: solid 1px Blue;
    width: 100%;
}
/* FORUM List End */

/* COMMON List Begin */

.titlerow {
    background-image:url('../_common/_images/navrow.jpg');
    color: White;
    padding: 2px 2px 3px 5px;
}

.datarow {
    background-color: #D4EFF2;
    padding: 2px 2px 3px 5px;
}
        
.datarowAlt {
    background-color: #E1F2D6;
    padding: 2px 2px 3px 5px;
}

/* COMMON List End */
        
        
        
/* TOPIC List Table Begin */

.topicList 
{
    border: solid 1px Blue;
    width: 100%;
}

.topicList .topictitle 
{
    width:35%;
    text-align: left;
    white-space: nowrap;
}

.topicList td
{
    text-align: center;
}

.topiccreatedtitle 
{
    width:35%;
    font-size: 100%;
}

.topiccreated 
{
    width:35%;
    font-size: 70%;
}
    

/* TOPIC List End */

/* MESSAGE List Begin */
.messageList 
{
    border: solid 1px blue;
    background-color: White;
/*    padding: 5px 10px 10px 10px;  */
}

.titleRow td
{
    border-bottom: solid 1px brown;
}

.messageList .datarow
{
    background-color: #D4EFF2;
    padding: 5px 10px 10px 10px;
}

.messageList .datarowAlt 
{
    background-color: #E1F2D6;
    padding: 5px 10px 10px 10px;
}

.messageList .datarow #lblPosted 
{
    font-size: 80%;
    color: Gray;
}

.lblAuthor 
{
    font-size: 110%;
    font-weight: bold;
    color: #111111;
}

.lblAuthorInfo
{
    font-size: 70%;
    font-weight: normal;
    color: #111111;
}


/* MESSAGE List End */

