/** List Styles ***********************************/

.ForumListCellLeftMostImageOnly{
	padding: 4px;
	border:1px solid #000;
	background:#32381d;
	border-top: 0;
	border-right: 0;
	width: 20px;
}

.ForumListCellImageOnly{
	padding: 4px;
	background:#32381D;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}

.ForumSubListCellLeftMost{
	padding: 2px;
	text-align: left;
}

.ForumSubListCell{
	padding: 2px;
}

.ForumSubListCellPager{
	padding: 2px;	
	text-align: right;
}

/* Post Styles **********************************/

UL.ForumPostList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ForumPostArea{
	margin: 0;
	border:1px solid #4E5736;
	background:#000;
	padding-bottom:5px;
}

h4.ForumPostHeader{
	padding: 6px;
	background: #4E5736;
	color: #FFD200;
	margin: 0;
}

.ForumPostHeaderControlArea{}

.ForumPostTitleArea{

	text-align:right;
	padding:5px 5px 2px 0;
	font-size:10px;
	color:#fff;
}

.ForumPostTitle{
	margin: 0;
	padding:0;
}

.PostViewHeader{
	
	background:#4e5736;
	}
	.PostViewHeader td{
	padding:10px;
		}

.ForumPostBodyArea{
	width: 100%;
	overflow: auto;
	vertical-align: top;
}

.ForumPostContentArea{}

.ForumPostUserArea{
	width: 130px;
	padding: 4px;
	text-align: center;
	
	background:#000;
}

.ForumPostUserContent{}

.ForumPostFooterArea{	
	padding: 4px;
	line-height: 5px;
	vertical-align: bottom;	
	margin-bottom:4px;
}


#CommonBodyTable td .ForumPostFooterArea{
vertical-align: bottom;	
	}

.ForumPostContentText{
	text-align: left;
	padding:2px 8px 8px 8px;
	margin-bottom: 20px;
}

.ForumPostUserName{
	font-weight: bold;
}

.ForumPostUserAvatar{
	padding: 4px;
}

.ForumPostRoleIcons{
	padding: 4px 0;
}

.ForumPostRoleIcons img{
	padding: 0 4px;
}

.ForumPostAttachment{
	font-weight: bold;
	padding: 2px;
}

.ForumPostThreadStatus{
	float: right;
	padding: 4px;
	font-weight: bold;
}

.ForumPostButtons{
	padding:10px 0;

	text-align: right;
	background:#000;
	
	}

.ForumPostButtons .CommonImageTextButton{
	line-height:normal;
	}

UL.ForumPostStatistics{
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:10px;
}

UL.ForumPostStatistics LI{
	display: inline;
	padding-left: 16px;	
}

UL.ForumPostUserPropertyList{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

UL.ForumPostUserPropertyList LI{
	margin:4px 10px 4px 2px;
}

/** Header Definitions ***************************/

.ForumThreadImageAndNameHeader, .ForumThreadLastPostHeader, .ForumThreadTotalThreadsHeader, .ForumThreadTotalPostsHeader, .ForumThreadMoveHeader{
	text-align: center;
}

.ForumMyImageAndNameHeader, .ForumMyRepliesHeader, .ForumMyViewsHeader, .ForumMyLastPostHeader{
	text-align: center;
}

.ForumGroupImageAndNameHeader, .ForumGroupLastPostHeader, .ForumGroupTotalThreadsHeader, .ForumGroupTotalPostsHeader{
	text-align: center;
}

/** Column Defitions ***************************/

.ForumThreadImageColumn{
	width: 20px;
}

.ForumThreadNameColumn{
	width: 52%;
}

.ForumThreadLastPostColumn{
	width: 20%;
	text-align: center;
}

.ForumThreadTotalThreadsColumn, .ForumThreadTotalPostsColumn{
	width: 14%;
	text-align: center;
}

.ForumThreadMoveColumn{
	text-align: center;
}

.ForumMyImageColumn{
	width: 20px;
}

.ForumMyNameColumn{
	width: 52%;
}

.ForumMyRepliesColumn, .ForumMyViewsColumn{
	width: 14%;
	text-align: center;
}

.ForumMyLastPostColumn{
	width: 20%;
	text-align: left;
}

.ForumGroupImageColumn{
	width: 20px;
}

.ForumGroupNameColumn{
	width: 52%;
}

.ForumGroupLastPostColumn{
	width: 20%;
	text-align: left;
}

.ForumGroupTotalThreadsColumn, .ForumGroupTotalPostsColumn{
	width: 14%;
	text-align: center;
}


/* Quoting ********************************/

BLOCKQUOTE{
	border:1px dashed #ccc;
	padding: 4px;
	margin: 16px;
	background:#32381d;
}

.ForumReplyToPostArea{
	padding: 8px;
	border:1px dotted #ccc;
	margin-bottom: 16px;
	background: #bbb;
	color:#000;
}

/* Sub Forums ********************************/

.ForumSubArea{
	padding-bottom: 15px;
	margin-top: -10px;
}

/* Thread rating control in post flat view *******/

.ForumThreadRateControlReadOnly{
	background: #fff;
	border:1px solid #999;
	padding:0 4px 4px 4px;
	margin: 1px;
	line-height: normal;
}

.ForumThreadRateControlReadOnly img, .ForumThreadRateControl img, .ForumThreadRateControlActive img{
	margin: auto 0;
}

.ForumThreadRateControl{
	background: #eee;
	border:1px solid #999;
	cursor: pointer;
	padding:0 4px 4px 4px;
	margin: 1px;
	line-height: normal;
}

.ForumThreadRateControlActive{
	background: #ffcc66;
	border:1px solid #cc9933;
	cursor: pointer;
	padding:0 4px 4px 4px;
	margin: 1px;
	line-height: normal;
}

.ForumCollapsedReply span{
	cursor: pointer;
	color: #02469b;
}

.ForumCollapsedReplyChild{
	background: #eee;
	border:1px solid #ccc;
	margin-left: 15px;
	padding-left: 5px;
}

/* Collapse/Expand Group Styles ************************/

.ForumGroupToggleCollapsed{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background: url(../images/forum/group_expand.gif) no-repeat;
	width: 15px;
	height: 14px;
	cursor: pointer;
	text-decoration: none;
}

.ForumGroupToggleExpanded{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background: url(../images/forum/group_collapse.gif) no-repeat;
	width: 15px;
	height: 14px;
	cursor: pointer;
	text-decoration: none;
}

.ForumGroupTitleProcessing{
	background-color: #ccc;
	color: #fff;
}

/* Threaded View Styles *******************************/

.ForumSplitterBar{ 
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background: #f4f4f4;
}

.ForumSplitterBarCollapsed{
	border-right:1px solid #bbb;
	background: #f4f4f4;
}

.ForumActiveSplitterBar{
  background: #000;  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
  opacity: 0.6;
}

.ForumSplitterPane{}

.ForumPostTree{
	padding: 0;
}

.ForumPostTreeNode{
	padding: 2px 2px 2px 3px;
	cursor: pointer;
}

.ForumPostTreeNodeSelected{
	background: #e2eecd; 
	padding: 1px;
	border: 1px solid  #ddd;
	cursor: pointer;
}

.ForumPostTreeNodeHover{
	padding: 2px 2px 2px 3px;
	background-color: #e2eecd;
	cursor: pointer;
}

.ForumPostTreeHeading{
	padding: 2px;
	color: #000;
	text-align: center;
	background: #bbb;
	padding: 4px;
	margin: 0;
}

.ForumDisplayMessage{
	background: #ffeeee;
	color: #990000;
	padding: 4px;
}

/* Birthday Box ********************************/

#BirthdayContainer{
	width:100%;
	margin-bottom:10px;
	}

#BirthdayContainer h2{
	font-weight:normal;
	background:url(/Images/TEMPLATE/backgrounds/BT_TourBg.gif);
	margin-top:10px;
	font-size:14px;
	text-transform:none;
	padding:5px 0 5px 10px;
	}

#BirthdayCalendar{
	border-right:1px solid #4e5736;
	background:url(/Images/TEMPLATE/backgrounds/BT_Calendar.gif) no-repeat;
	width:100px;
	height:100px;
	float:left;
	}

#Birthdays{	
	float:left;
	width:75%;
	margin:0 0 5px 10px;
	}
#BirthdayContainer ul{
	margin:0;
	padding:0;
	width:80%;
	}

#BirthdayContainer li{
	display:block;
	float:left;
	padding-right:10px;
	list-style:none;
	line-height:15px;
	}

.BD_month{
	margin:25px 0 0 20px;
	color:#000;

	}
	
.BD_date{
	margin:0 0 0 45px;
	color:#000;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.ForumMyMoveColumn{
	text-align:center;
	}

.CommonFormArea{
	margin-bottom:10px;
	}

.ForumButton input{
	background:url(/Images/TEMPLATE/buttons/BT_BtnBg.gif);
	border:0;
	cursor:pointer;
	display:block;
	padding:2px 10px;
	font-size:14px;
	margin-top:10px;

	}

.CommonPagingArea{
	margin:0 0 10px 0;
	}
	

.PostViewTable .CommonFormField{
	padding:0;
	}
