@charset "utf-8";

/* 
 * forum.css is actually used globally. lets start to put forum-specific styles here.
 */
   
a.subscribeTopic2 {
    background-image: url(/images/icons/icons/icon_subscribe_12x12.png);
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    margin-left: 10px;
    padding: 0 0 0 17px; 
    background-repeat: no-repeat;
}

a.demoLink {
	margin-left: 0px;
	text-decoration: underline;
	float: none;
	display: inline;
	font-size: 11px;
	color:#666666;
}

img.demoLink {
	vertical-align: center;	
}

div.forumFooter {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
}


.topicImageScroll {
    height:88px;
    width:473px;    
    border: 1px solid #EEEEEE;
}

.topicImageScroll a.imgs {
    height:80px;
    width:80px; 
}

.topicImageScroll .imagescrolls {
    padding-right: 0px;
}   

.topicImageScroll .imgpanel {
    width: 435px;
}

/* forums landing page */

div.personalization {
	/* background-color:#E9E9E9; */
	font-size:12px;
	height:30px;
	line-height:30px;
	margin: 8px 2px 4px 2px;
	border-top:1px solid #DEE2E5;
	border-bottom:1px solid #DEE2E5;
}

div.personalization .forumMsg {
    text-align: center;
    font-weight: bold;
}

div.forumGrid {
     width:100%;
     border:0px solid #000000;
}

div.forumGrid div.sideGrid {
     width:250px;
     float:left;
     padding-top:8px;
}

div.forumGrid div.mainGrid {
     width:auto;
     float:left;
}          

#hotTopics {
     width:662px;
}

#hotTopics .hotTopic {
    border-bottom:1px dotted #DEE2E5;
    padding: 4px 2px 4px 2px;
}

#hotTopics .author {
    color:#999999;
    font-size:11px;
}

#hotTopics.smtable01 td {
     padding:0px;
}

#hotTopics .topicImageScroll {
	background-color: #F7F8F9;
}

#forumList {
    width:240px;
}

tr.forumTableRowNorm:hover {
    background-color:#E0E0E0;
}

#frmhomepi.imagescrolls {
    padding: 0px;
    width:654px;
    height: 175px; /* was auto */
    margin: 0px;
    background-color:#FFFFFF;
    border:0px solid #C0C0C0;    
}

#frmhomepi .imgpanel {
     width:616px;
}

#frmhomepi.imagescrolls a.imgs {
    margin-bottom: 5px;
}

#frmhomepi .arrow img {
    margin-top:43px;
}

div.hotTitle {
    padding-bottom:10px;
    margin-bottom:5px;
    padding-top:10px;
    background-image:url(../../images/bg_rowshadow.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
}

table#newImages {
    margin-bottom:20px;
}

.smtable01 td.shadow {
    background-image:url(../../images/bg_rowshadow.jpg);
}

a.rssFeed {
    background: transparent url(../../images/icons/icons/rss_14x14.png) no-repeat scroll 0 50%
}

.forumIntro {
	background-image:url(../../images/forum_intro_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#666666;
	font-size:14px;
	font-weight:normal;
	height:160px;
	padding-top:10px;
}

.forumIntro div.introTxt {
     line-height:1.0;
     padding-left:1px;
     width:550px;
}

td.legend {
      padding-top:5px;
      padding-bottom:10px;
      padding-right:5px;
}

td.legend div.legendBlock {
      float:right;
      margin-left:10px;
      font-size:10px;
      height:12px;
      line-height:12px;
}

td.legend div.legendBox{
      float:left;
      width:10px;
      height:10px;
      display:inline-block;
      border:1px solid #cccccc;
      background-color:#66CCFF;
      margin-right:5px;
}

td.legend div.legendBox.newest{
      background-color:#EAFFEA;
}

td.legend div.legendBox.new{
      background-color:#E6E6FF;
}

/* user posts page */

#userPosts div.author img { /* avatar */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#userPosts div.author {
	font-size: 12px;
	float: left;
	width: 180px;
}

#userPosts div.author .details {
    padding-top: 0px;
}

#userPosts div.authorListing {
    font-size: 12px;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #F2F2F2;
}

#userPosts div.authorListing img {
    width: 80px;
    height: 80px;
}

#authorListingTitle {
	float: left;
	margin-right: 10px;
}

#userPosts tr.forumTableRowOdd td.upcell {
    border-width: 1px;
    border-style: solid;
    border-color: #b7c2c6;
    background-image: url(/images/bg_cellcorner_odd.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#userPosts tr.forumTableRowEven td.upcell {
    border-width: 1px;
    border-style: solid;
    border-color: #b7c2c6;
    background-image: url(/images/bg_cellcorner_even.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#userPosts div.uphead1 {
    font-size: 11px;
    line-height: 12px;
    color: #999999;
    margin-bottom: 5px;
}

#userPosts div.uphead1 img {
    vertical-align: middle;
}

#userPosts div.uphead2 {
    font-size: 12px;
}

#userPosts div.discussion_text {
    width: 680px;
}

#userPosts .stats {
	color:#999999;
	font-size:11px;	
}	

/* forum user list page */

table#forumUsers td.user img {
	display:block;
	float:left;
	height:60px;
	margin-right:10px;
	width:60px;
}

table#forumUsers .posts {
    width: 100px;
    text-align: center;
}   

table#forumUsers .memberSince {
    width: 140px;
    text-align: center;
} 

table#forumUsers .smalltxt {
    font-size: 11px;
}
    