﻿body
{
}
#forumnav
{
    /* If you want, you can add position:absolute;  and have the bar exactly where you want on the page */
    height: 66px; /* the size of the total image replacement */
    border: 0;
    width: 640px;
    margin: 8px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

ul#forummenu
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#forummenu li, #forummenu li a
{
    height: 66px; /* this and line height needs to be the same and is the height of the nav bar */
    position: relative;
    display: block;
    line-height: 66px;
    border: 0;
    margin: 0px 0px 0px 0px;
}

#forummenu li
{
    float: left; /* gets the items in place */
    display: inline;
}

/* mac hide \*/
#forummenu li, #forummenu li a
{
    overflow: hidden;
}
/* end hide*/

#forummenu a
{
    /* how the 'no images' text looks */
    font-size: 0.8em;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    line-height: 0;
    text-align: center;
    padding: 0px;
}

#forummenu a:hover
{
    text-decoration: underline;
}

/* the basic size/height of the nav bar items */

#forummenu li em
{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 66px;
    cursor: pointer;
    border: 0;
}

/* the size/width/position of each item - use the background to show the correct bit of the image */

li#forumhomemenu a, li#forumhomemenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: 0 0;
    width: 75px;
}

li#forumwhatsthismenu a, li#forumwhatsthismenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: -75px 0;
    width: 96px;
}
li#forumsowhatmenu a, li#forumsowhatmenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: -171px 0;
    width: 107px;
}
li#forumopinionmenu a, li#forumopinionmenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: -278px 0;
    width: 102px;
}

li#forumsupportmenu a, li#forumsupportmenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: -378px 0;
    width: 100px;
}

li#forumdruginfomenu a, li#forumdruginfomenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: -478px 0;
    width: 80px;
}
li#forumfaqmenu a, li#forumfaqmenu em
{
    background: url(/UserFiles/Image/navForum.jpg) no-repeat;
    background-position: -558px 0;
    width: 73px;
}

/* controls the hover with the background image moving sideways
 (for the right 'part' and down 30 for the hover state */

ul#menu li a:hover
{
    visibility: visible;
}
/* needed for ie to work*/

li#forumhomemenu a:hover em
{
    background-position: 0 -66px;
}
li#forumwhatsthismenu a:hover em
{
    background-position: -75px -66px;
}
li#forumsowhatmenu a:hover em
{
    background-position: -171px -66px;
}
li#forumopinionmenu a:hover em
{
    background-position: -278px -66px;
}
li#forumsupportmenu a:hover em
{
    background-position: -378px -66px;
}
li#forumdruginfomenu a:hover em
{
    background-position: -478px -66px;
}
li#forumfaqmenu a:hover em
{
    background-position: -558px -66px;
}

/* If you want an 'active' state as well add lines like:

li#homemenu a:active em{background-position:0 -60px}

 */
#forumTableMain
{
    width: 775px;

}
.forumBg
{
     background-image: url(/UserFiles/Image/forumMainBg.gif);
     background-repeat: repeat-y;
          
}
.topicBg
{
     background-image: url(/UserFiles/Image/topicMainBg.gif);
     background-repeat: repeat-y;
     background-color: #fff;
          
}
#postTableMain
{
    width: 775px;
    background-image: url(/UserFiles/Image/postMainBg.gif) !important;
    background-repeat: repeat-y;

}
#forumHeader, .postHeader
{
    clear: both;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    height: 35px;
    min-height: 35px !important;
    height: 35px auto;
    background-color: #c23367;
    border-bottom: 2px solid #932050;
}
.postMain
{
    min-height: 150px;
    height: auto !important;
    height: 150px;
    display: block;
    clear: both;
    overflow: hidden;
}
.postHeader
{
    font-size: 80%;
    padding: 0px 0px 0px 15px;
}

.postHeader strong
{
    display:block;
    float:left;
    height:35px;
    line-height:35px;
}

.postHeader em
{
    display:block;
    float:right;
    padding-right:20px;
    height:35px;
    line-height:35px;
}

.postName
{
    font-size: 80%;
    float: left;
    width: 150px;
    overflow: hidden;
    display: block;
    background-color: #58e0fd;
    padding: 30px 0px 0px 20px;
}
.postContent
{
    font-size: 100%;
    float: right;
    width: 565px;
    padding: 20px;
    display: block;
    background-color: #fff;
}
.postContent p
{
    margin: 10px 10px 10px 10px;
}
.postContent a
{
    color: #861c42;
}
.postContent a:hover
{
    color: #e84f87;
}
.postFooter
{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    clear: both;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    display: block;
    width: 775px;
    background-color: #fff;
}
.CommentBtn
{
    background-image: url(/UserFiles/Image/btnComment.gif);
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 0px 0px;
    float: right;
}
.forumInfoIntro p
{
    width:700px;
    font-size: 80%!important;
    padding: 0px 0px 30px 0px!important;
    float: left;

}

.forumInfoIntro a, .forumInfoIntro a:visited
{

    color: #0a6f75;
}
.forumInfoIntro a:hover
{

    color: #009ca9;
}





.forumInfoIntro table
{
 clear: both;
}
.forumInfoIntro label
{
  font-size: 90%;
  text-align: left;
}
.forumInfo
{
    clear: both;
    font-size: 70%;
    overflow: hidden;
    border-bottom: 4px solid #58e0fd;
}
.forumInfo strong
{
    font-weight: 600;
    display: block;
    margin: 5px 0px 5px 0px;
}
.forumInfo em, .postHeader em
{
    font-style: normal;
    margin: 0px 0px 0px 0px;
}
.forumInfo a
{
    color: #000;
    text-decoration: none;
}
.forumInfo a:hover
{
    color: #CC3366;
}
#forumTableMain ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#forumTableMain ul li
{
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 7px 0px 10px 15px;
}
.forumName
{
    width: 320px;
    display: block;
    padding-left: 70px !important;
}
.forumTopics
{
    width: 70px;
    display: block;
}
.forumPost
{
    width: 70px;
    display: block;
}
.forumLatest
{
    width: 170px;
    display: block;
}
.forumBullet
{
    background-image: url(/UserFiles/Image/forumBullet.jpg);
    background-repeat: no-repeat;
}

.registerTable
{
    color: #000;
    font-size: 90%;
    margin: 15px 0px 15px 50px;
    padding: 0px;
}

.forumBottomBar
{
    margin-top:20px;
    padding:10px 0px 15px 0px;
}

.btnLogin
{
    background-image: url(/UserFiles/Image/side-nav-bg-support.png);
    color: #fff;
    width: 131px;
    text-transform: uppercase;
}
.logoutBtn
{
    margin: 80px 0px 0px 0px;
}