﻿
.forum_Link:visited
{
    text-decoration: none;
    color: #333333;
    text-decoration: underline;
}
.forum_Link:link
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}
.forum_Category:visited
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}
.forum_Category:link
{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}
body
{
    font-family: Verdana;
    font-size: 12px;
    color: #4E4E4E;
}
h2, h3
{
    margin-top: 0px;
    padding-top: 0px;
    color: #97203D;
    font-weight: normal;
}
ul
{
    padding: 15px;
}
div#head
{
    height: 110px;
}
#head #logo
{
    float: right;
    padding: 10px;
}
#head #strap
{
    padding-top: 40px;
}
.container
{
    background: #D9D9D9 url(./images/backgroundimage.jpg) no-repeat left bottom;
}
div#left-container
{
    position: absolute;
    width: 150px;
    top: 120px;
    left: 10px;
    background-color: #F3F5F6;
}
.main-content
{
    padding: 10px;
    background-color: #F3F5F6;
}
.content-container
{
    margin-top: 0px;
    margin-left: 180px;
    margin-right: 180px;
    background-color: #F3F5F6;
}

div#right-container
{
    position: absolute;
    right: 10px;
    top: 120px;
    width: 150px;
    background-color: #00FF66;
}
div#foot
{
    clear: both;
    padding: 6px 10px;
    height: 40px;
}
div#footright
{
    position: relative;
    float: right;
    padding: 5px 5px 5px 5px;
}
div#clear
{
    clear: both;
}
.title
{
    background: url(./images/pipeage.jpg) repeat-x 50% top;
    color: #575757;
    height: 19px;
    padding-left: 10px;
    border-bottom: solid 1px #575757;
    vertical-align: bottom;
}

.boxed
{
    border: solid 1px #575757;
    background: #D9D9D9;
    margin: 10px 10px 10px 10px;
}

.bannerpanel
{
    background-color: #97203D;
    color: #FFFFFF;
}

.Headline
{
    color: #990033;
    font-family: Verdana;
    font-size: large;
}
.SilverPipeHeading
{
    background-image: url(/ShowImage/silverpipe.png);
    background-position: 50% bottom;
    border: #666666 1px solid;
    color: #990033;
    font-family: Verdana;
    font-size: large;
    height: 40px;
}

a.SectionSelector_UnVisited
{
    font-family: Tahoma;
    font-size: small;
    text-decoration: none;
    color: #333333;
}


a.SectionSelector_Current
{
    font-family: Tahoma;
    font-size: small;
}

a.SectionSelector_Visited
{
    font-family: Tahoma;
    font-size: small;
    text-decoration: none;
    color: #3366cc;
}

.StaticMenuItem
{
    padding: 3px 3px 3px 3px;
    border-bottom: solid 0px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    background-color: #990000; /* #4169E1; */
    color: #FFFFFF;
}

.StaticMenuSelectedItem
{
    background-color: White;
    border-bottom: solid 0px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    color: #990000; /* Blue; */
}

.Link
{
    color: Blue;
}


