/*
List Styles
*/

.ForumSubListCellLeftMost
{
	padding: 2px;
	text-align: left;
}

.ForumSubListCell
{
	padding: 2px;
}

.ForumSubListCellPager
{
	padding: 2px;
	font-size: 90%;
	text-align: right;
}

/*
Styles within Lists
*/

A.ForumGroupNameRead, .ForumGroupNameRead:LINK, .ForumGroupNameRead:VISITED
{
    color: #039;
}

A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED
{
    color: #36c;
}

A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED
{
	color: #039;
	font-weight: bold;
}

A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED
{
	font-weight: bold;
}

/*
Post Styles
*/

UL.ForumPostList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ForumPostArea
{
	margin: 12px 0;
}

.ForumPostHeader
{
	padding: 6px 6px 6px 8px;
    border: solid 1px #E1E1E1;
	border-bottom-width: 0;
	background-color: #ccc;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	color: #000;
}

.ForumPostTitleArea
{
	background-color: #f4f4f4;	
	border: solid 0 #E1E1E1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 4px;
}

.ForumPostTitle
{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.ForumPostBodyArea
{
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

.ForumPostContentArea
{
	border: solid 0 #E1E1E1;
	border-right-width: 1px;
	color: #000;
}

.ForumPostUserArea
{
	width: 200px;
	background-color: #f4f4f4;
	padding: 4px;
	text-align: center;
	border: solid 1px #E1E1E1;
}

.ForumPostUserContent
{
	width: 190px;
	overflow: hidden;
}

.ForumPostFooterArea
{
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	border-left-width: 0;
	padding: 4px;
	line-height: 20px;
	vertical-align: bottom;	
}

.ForumPostContentText
{
	font-size: 90%;
	text-align: left;
	padding: 8px;
	margin-bottom: 20px;
}

.ForumPostSignature
{
    margin: 1em 8px 8px 8px;
    border: solid 0 #ddd;
    border-top-width: 1px;
    padding: 1em 0 20px 0;
    font-size: 90%;
    text-align: left;
}

.ForumPostUserName
{
	margin: 4px 0 0 0;
	padding: 0 0 4px 4px;
	font-weight: bold;
	font-size: 150%;
	color: #666;
}

.ForumPostUserName a:link, .ForumPostUserName a:active, .ForumPostUserName a:visited, .ForumPostUserName a:hover
{
	margin: 0;
	color: #666;
	text-decoration: none;
}

.ForumPostUserAvatar
{
	padding: 4px 0 4px 4px;
}

.ForumPostRoleIcons
{
	padding: 4px 0;
}

.ForumPostRoleIcons img
{
	padding: 0 4px;
}

.ForumPostAttachment
{
	font-size: 90%;
	font-weight: bold;
	color: #333;
	padding: 4px 4px 4px 8px;
}

.ForumPostButtons
{
	margin: 4px 4px 4px 0;
	padding-left: 4px;
	float: right;
}

UL.ForumPostStatistics
{
	text-align: right;
	font-size: 90%;
	list-style-type: none;
	margin: 4px 8px 0 0;
	padding: 0;
}

UL.ForumPostStatistics LI
{
	display: inline;
	padding-left: 16px;
	font-size: 90%;
}

UL.ForumPostUserPropertyList
{
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;	
}

UL.ForumPostUserPropertyList LI
{
	margin: 4px 10px 4px 2px;
	font-size: 90%;
}

/*
Header Definitions
*/

.ForumMyRepliesHeader
{
	text-align: center;
}

/* 
Column Defitions
*/

.ForumMyImageColumn
{
	width: 20px;
}

.ForumMyNameColumn
{
	width: 85%;
}

.ForumMyRepliesColumn
{
	width: 15%;
	text-align: center;
}

.ForumMyMoveColumn
{
	text-align: center;
	width: 28px;
}

/*
Quoting
*/

BLOCKQUOTE
{
	border: dotted 1px #ccc;
	padding: 4px;
	margin: 16px;
}

.ForumReplyToPostArea
{
	padding: 8px;
	border: dotted 1px #ccc;
	margin-bottom: 16px;
	background-color: #dddddd;
}

/*
Thread rating control in post flat view
*/

.ForumThreadRateControlReadOnly
{
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #999;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControlReadOnly img
{
	margin: auto 0;
}

.ForumThreadRateControl
{
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border: solid 1px #999;
	cursor: pointer;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControl img
{
	margin: auto 0;
}

.ForumThreadRateControlActive
{
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControlActive img
{
	margin: auto 0;
}

/* Threaded View Styles */

.ForumTreeArea
{ 
	border: solid 1px #ccc;
}

.ForumThreadedPostArea
{
    border: solid 1px #ccc;
    border-left-width: 0;
    background-color: #999;
}

.ForumPostTreeHeading
{
	border-bottom: solid 1px #ccc; 
	font-size: 11px;
	text-align: center;
	background-color: #ccc;
	color: #000;
	background-image: none;
	padding: 4px;
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}

.ForumDisplayMessage
{
	background-color: #ccc;
	color: #900;
	font-weight: bold;
	font-size: 80%;
	padding: 4px;
}

table.forumList {
	margin: 2px auto 2px auto;
	border-bottom: 5px solid #FDCC12;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

table.forumList td {
	background: #FDCC12;
}

table.forumList td.first {
	border-left: 5px solid #FDCC12;
	width: 19px;
}

table.forumList td.last {
	border-right: 5px solid #FDCC12;
}

table.forumList tr {
	background: #FDCC12;
}

table.forumList tr.header {
	background: transparent;
}

table.forumList tr.header th {
	border: none;
	border-bottom: 5px solid #FDCC12;
	background: transparent;
	color: white;
	padding: 4px 10px;
	white-space: nowrap;
}

table.forumList td {
	padding: 4px;
	color: black;
	border: 1px dashed #9A8225;
	font-size: 90%;
}

table.forumList td.center {
	text-align: center;
	width: 53px;
}

table.forumList td.thread {
	width: 313px;
}

table#threadList td.thread {
	width: 275px;
}

table.forumList td a {
	color: black;
}

table.forumList th {
	white-space: nowrap;
	padding: 3px;
}

table.forumList tr.header th {
	text-align: center;
}

td.icon img {
	width: 19px;
	height: 20px;
}

body.forumThread CommonContentBoxHeaderForm {
    border-bottom: none !important;
}

body.forumThread ul.threadNav,
body.forumThread ul.post-info {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

body.forumThread ul.threadNav {
    float: right;    
}

body.forumThread ul.threadNav li {
    float: left;    
    margin: 0px 0px 0px 20px;
}

body.forumThread div.quoteLink a {
    display: block;
    position: relative;
    width: 37px;
    height: 17px;
    margin: 0px 0px 2px 0px;
    overflow: hidden;
}

body.forumThread div.quoteLink a span {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent url(../../../_gfx/love/forum/btn_quote.gif) no-repeat left top;
}

body.hate div.quoteLink a span {
    background-image: url(../../../_gfx/hate/forum/btn_quote.gif);
}

body.forumThread div.quoteLink a:hover span {
    background-position: left bottom;
}


/*** Forum navigation ***/
div#CommonTitle div ul li {
    margin-left: 21px;
    height: 17px;
    overflow: hidden;
}

#CommonTitle div ul li.newTopic {width: 58px;font-size: 80%;}
#CommonTitle div ul li.newTopic a span {background-image: url(../../../_gfx/love/forum/btn_new_topic.gif)}
body.hate #CommonTitle div ul li.newTopic a span {background-image: url(../../../_gfx/hate/forum/btn_new_topic.gif)}
#CommonTitle div ul li.newTopic a:hover span {background-position: left bottom;}

#CommonTitle div ul li.postReply {width: 33px;}
#CommonTitle div ul li.postReply a span {background-image: url(../../../_gfx/love/forum/btn_reply.gif)}
body.hate #CommonTitle div ul li.postReply a span {background-image: url(../../../_gfx/hate/forum/btn_reply.gif)}
#CommonTitle div ul li.postReply a:hover span {background-position: left bottom;}


/* view post */
body.forumThread table.forum-post {
	clear: both;
	margin: 2px auto 2px auto;
	border-collapse: collapse;
	width: 100%;
}

body.forumThread table.forum-post td, table.forum-post th {
	padding: 3px;
	border: none;
}

body.forumThread ul.post-info {
	font-size: 90%;
	margin: 0px 0px 5px 0px;
}

body.forumThread span.postdetails {
    display: block;
    margin: 20px 0px 0px 0px;
}

body.forumThread div.forum-post {
	padding: 11px;
	background: #fff;
	color: black;
	width: 480px;
}

body.forumThread div.forum-post p {
	margin: 0px;
}

body.forumThread div.forum-post a {
	color: black;
	font-weight: normal;
}

body.forumThread label span.explain {
	font-size: 80%;
	display: block;
	margin-top: 4px;
	font-style: italic;
}

body.forumThread fieldset {
	border: none;
	padding: 6px;
}

body.forumThread div#footer fieldset {
	padding: 0; 
	margin: 0;
}

body.forumThread .green-border,
body.forumThread form#search-form fieldset,
body.forumThread div.post-result,
body.forumThread div.forum-post {
	border: 2px solid #619727;
	border-top: 2px solid #3D6116;
	border-left: 2px solid #3D6116;
}

body.forumThread div.post-result { 
	margin: 8px 15px;
}

body.forumThread .yellow-border {
	background: #FDCC12;
	border: 2px solid #FFDE61;
	border-top: 2px solid #CEAC2D;
	border-left: 2px solid #CEAC2D;
}

body.forumThread h3 {
	clear: left;
	margin: 12px 0 6px 0;
	font-size: 120%;
}

body.forumThread label.block {
	clear: left;
	display: block;
	margin: 3px 0 3px 0;
	padding: 3px 0 ;
}

body.forumThread label.block span {
	margin-right: 6px;
	padding-bottom: 6px;
}

body.forumThread label.block select {
	width: 175px;
}

body.forumThread label.spaced, p.spaced {
	margin-top: 12px;
}

body.forumThread label span.prompt {
	font-size: 90%;
}

body.forumThread select {
	font-size: 90%;
}

body.forumThread form div.buttons {
	margin: 10px 0 10px 10px;
}

body.forumThread dl dt {
	display: block;
	float: left;
	margin: 2px 0 1px 6px;
}

body.forumThread dl dd {
	display: inline;
	margin: 2px 0 1px 6px;
}

body.forumThread p.center {
	text-align: center;
}

body.forumThread p.right {
	text-align: right;
}


/*** Forum post form ***/
body.forumPost div.CommonFormField label,
body.forumPost div.CommonFormField strong span,
body.forumPost div.CommonFormField input {
    display: block;
    float: left;
}

body.forumPost div.CommonFormField label {
    width: 140px;
    text-align: right;
}

body.forumPost div.CommonFormField textarea {
    width: 400px !important;
}

body.forumPost div.CommonFormField strong span {
    min-width: 8px;
    width:auto !important;
    width: 8px;
}

body.forumPost div.CommonFormField input {
    width: 292px;
}

body.forumPost .postSubmit {padding-left:150px;}
