/*
 * forums
 */
table.fForums {
    
}
tr.fHeader {
    height: 22px;
}
tr.fHeader td {
    padding: 0 5px 0 5px;
    vertical-align: middle;
    color: #ffffff;
    font-family: Tahoma, Geneva, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}
tr.fBoard td {
    padding:10px;
}
tr.fBoard p {
    padding:0;
}
tr.fFooter td {
    background-image: url(../images/forums/bgOverWall.gif);
    text-align: right;
    vertical-align: bottom;
}


/*
 * topics
 */
td.fTopic {
	padding: 3px 6px;
	background-color: #ffffff;
	vertical-align: middle;
	border: solid 1px #f2f2f2;
	border-left-width:0;
}
td.fTopic a { font-weight: bold }
td.fTopic a:visited { font-weight: normal }
td.fDateTimes {
    padding: 3px 6px;
    background-color: #f0f0f0;
    text-align: left;
    white-space: nowrap;
    border: solid 1px #fff;
}
td.fNumbStats {
    padding: 3px 6px;
    background-color: #dde9f5;
    width: 50px;
    text-align: right;
    white-space: nowrap;
    border: solid 1px #fff;
    border-right-width: 0;
}
span.fTopicPager {
	color: #aaaaaa;
}
span.fTopicPager A {
    color: #2E7FC8;
	text-decoration: underline;
	margin-left: 2px;
	margin-right: 3px;
}
span.fTopicPager A:visited {
	color: #800080;
	text-decoration: none;	
}
table.fAdminBox {
    color:Maroon;
    background-color:#ffc0c0;
    border:solid 1px #c00000;
}
table.fAdminBox td { text-align: center }

/*
 * posts
 */
td.fPostAuth {
    width: 75px;
    text-align: center;
    background-color: #dde9f5;
    padding: 10px;
    border: solid 1px #fff;
    border-left-width: 0;
    overflow: hidden;
}
td.fPostMsg {
    color: #101010;
    background-color: #FFF;
    padding: 10px;
    line-height: 1.5em;
    border-top: solid 1px #fff;
}
td.fPostMsg img { max-width: 98% }  /* prev img from overrunning display */
table.fPostSubject {
	background-color: #D6DBEF;
	border: solid 1px #D6DBEF;
	margin-bottom: 15px;
}
table.fPostSubject td {
	background-image: url(../images/forums/bgSubject.gif);
	background-repeat: repeat-x;
	padding:4px;
	line-height: normal;	
}
table.fPostSubject h5, table.fPostSubject p  {
    padding: 0;
    margin: 0
}
table.fPostSubject table td {
    background-image: none;
    background-color: Transparent;
}
table.fPostQuote {    
	background-color: #f2f2f2; /*#dde9f5; */
	border: 1px dotted #cdcdcd;
	margin-bottom:15px;
}
table.fPostQuote td {
    padding: 5px;
    color: #000;
	line-height: 1.2em;    
}

/*
 * thumbs up
 */ 
span.fAThUp {
    background: Transparent url(../images/icons/icnThumbsUp.png) no-repeat 0 0;
    padding-left: 18px;
    line-height: 16px;
    display: inline-block;
}
td.fThBt {
    text-align: right;
    vertical-align: middle;
}
a.fThUp {
	border-width: 1px;
    background: Transparent url(../images/forums/icnThumbsUp1.gif) no-repeat 3px 3px;
	height: 15px;
	font-size: 85%;
	padding: 5px 3px 5px 30px;
	margin-top: 10px;
}
a.fThUp:hover {
    text-decoration: none;
}
a.fThUp0 {
	border-style: outset;
	background-image: url(../images/forums/icnThumbsUp0.gif);
}
a.fThUp0:hover {
	background-image: url(../images/forums/icnThumbsUp1.gif);
	background-color: #d6e7ff;
}
a.fThUp1 {
	border-style:inset;
	background-image: url(../images/forums/icnThumbsUp1.gif);    
}
a.fThUp1:hover {
	background-image: url(../images/forums/icnThumbsUp0.gif);    
	background-color: #d6e7ff;
}

/*
 * thanked 
 */
div.fMost {
    background: url(../images/forums/bgMostThanked.gif) no-repeat 0 0; 
    padding: 105px 10px 0 10px; 
    width:180px;
    height:296px;
    overflow: hidden;
    font-family: Tahoma, Geneva, Sans-Serif;
    font-size: 85%;
    font-weight: bold;
}
div.fMost a, div.fMost p, div.fMost h2 { color: #fff }
div.fMost p { margin: 7px 0 0 0 }
div.fMost span.fAThUp { float: right; color: #fff }
td.fBigThumb {
    text-align: center; 
    vertical-align: middle !important;
    /* padding-top: 100px;
    background: Transparent url(../images/forums/bgThumbsUp75.png) no-repeat 50% 50%;*/
   
}