
/* BBS Styles */

.PostHR
{
    height: 1px;
    width: 100%;
    color: #a9a9a9;
}

.BBSForumTable
{
    background-color:transparent;
    color:White;
    font-family: Times, Serif;
    font-size: 8pt;
    border-style:dashed;
    border-width:1px;
    border-color:White;
    text-align:left;
    vertical-align:top;
}

IMG
{
    border:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    
}

.BBSForumTable TD
{
     padding:1px 3px 1px 3px;
}

.BBSPostTable
{
    background-color:transparent;
    color:white;
    font-family: Times, Serif;
    font-size: 8pt;
    text-align:left;
    vertical-align:top;
    border-top:dashed 1px white;
}

.BBSContent
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.PostInfoText
{
    font-family: Times, Serif;
    font-size: 8pt;
    font-weight: normal;	
}

.AuthorLink
{
    font-family: Times, Serif;
    font-size: 10pt;
    font-weight:bold;
}

A.AuthorLink:link 
{
    font-family: Times, Serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:none;
    color: white;
}

A.AuthorLink:visited  
{
    font-family: Times, Serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:    none;
    color: white;
}

A.AuthorLink:active   
{
    font-family: Times, Serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:underline;
    color: white;
}

A.AuthorLink:hover    
{
    font-family: Times, Serif;
    font-size: 10pt;
    font-weight:bold;
    text-decoration:underline;
    color: white;
}

.PostSubject
{
    font-family: Times, Serif;
    font-size: 10pt;
    font-weight:bold;
	display:inline;
}

/* BBS Topic Links */
.TopicLink
{
    font-family: Times, Serif;
    font-size: 12pt;
    font-weight:bold;
    text-decoration:none;
    color: white;
}

A.TopicLink:link 
{
    font-family: Times, Serif;
    font-size: 12pt;
    font-weight:bold;
    text-decoration:none;
    color: white;
}

A.TopicLink:visited  
{
    font-family: Times, Serif;
    font-size: 12pt;
    font-weight:bold;
    text-decoration:    none;
    color: white;
}

A.TopicLink:active   
{
    font-family: Times, Serif;
    font-size: 12pt;
    font-weight:bold;
    text-decoration:underline;
    color: white;
}

A.TopicLink:hover    
{
    font-family: Times, Serif;
    font-size: 12pt;
    font-weight:bold;
    text-decoration:underline;
    color: white;
}

/* BBS Header links -- Cookie crumbs */
.CookieCrumbLink
{
    font-family: Times, Serif;
    font-size: 14pt;
    font-weight:bold;
    text-decoration:none;
    color: white;
}

A.CookieCrumbLink:link 
{
	    font-family: Times, Serif;
    font-size: 14pt;
    font-weight:bold;
    text-decoration:none;
    color: white;
}

A.CookieCrumbLink:visited  
{
	    font-family: Times, Serif;
    font-size: 14pt;
    font-weight:bold;
    text-decoration:    none;
    color: white;
}

A.CookieCrumbLink:active   
{
	    font-family: Times, Serif;
    font-size: 14pt;
    font-weight:bold;
    text-decoration:underline;
    color: white;
}

A.CookieCrumbLink:hover    
{
	    font-family: Times, Serif;
    font-size: 14pt;
    font-weight:bold;
    text-decoration:underline;
    color: white;
}

/* Line under subject */
.BBSLine
{
	border:solid .5pt white;
    color: white;
	border-width:0.25px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	border-style:solid;
}
