/*
List Styles
*/
.ForumSubListCellLeftMost {
  padding: 2px;
  text-align: left;
}
.ForumLastPost {
  font-size: 90%;
}
.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.WikiNameRead, .WikiNameRead:LINK, .WikiNameRead:VISITED {
  color: #039;
}
A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED {
  color: #36c;
  font-weight: bold;
}
A.WikiNameUnRead, .WikiNameUnRead:LINK, .WikiNameUnRead:VISITED {
  color: #36c;
}
/*
Post Styles
*/
UL.ForumPostList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  padding-top: 10px;
}
.ForumPostArea {
  margin: 0;
  border: 0;
}
.ForumPostHeader {
  padding: 6px 6px 0 8px;
  background-color: #EFEFEF;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  color: #000;
  height: 20px;
}
.ForumPostTitleArea {
  background-color: #FFEECB;
}
.ForumPostTitle {
  font-weight: bold;
  font-size: 18px;
}
.ForumPostBodyArea {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.ForumPostContentArea {
  border: 0;
  color: #333333;
}
.ForumPostUserArea {
  width: 168px;
  padding: 0 0 5px;
  text-align: center;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
}
.ForumPostUserContent {
  width: 168px;
  overflow: hidden;
  position: relative;
}
.ForumPostFooterArea {
  border: 0;
  padding: 0;
  font-size: 11px;
  vertical-align: bottom;
  text-align: center;
}
.forum-sigarea {
  border-bottom: solid 1px #CCCCCC;
}
.ForumPostContentText {
  font-size: 13px;
  text-align: left;
  padding: 20px 15px 35px 15px;
}
.ForumPostSignatureArea {
  margin: 0;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
  border: solid 1px #A4C8E6;
  border-left: 0;
  border-top: 0;
  background-color: #E3ECF2;
}
.ForumPostSignature {
  padding: 13px 15px 18px 15px;
}
.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: 0 4px 4px 0;
  padding-left: 4px;
  text-align: center;
  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: 2px 2px;
  font-size: 90%;
}
/*
Header Definitions
*/
.ForumMyRepliesHeader {
  text-align: center;
}
/* 
Column Defitions
*/
.ForumListCellLeftMostImageOnly {
  padding: 4px;
  /*
	border: solid 1px #B0B0B0;
	border-top-width: 0px;
	border-right-width: 0px;*/

  border: 0;
  width: 20px;
}
/* 
Column Defitions
*/
.ForumMyImageColumn {
  width: 20px;
}
.ForumMyNameColumn {
  width: 85%;
}
.ForumMyRepliesColumn {
  width: 15%;
  text-align: center;
}
.ForumMyMoveColumn {
  text-align: center;
  width: 15%;
}
.ForumGroupImageColumn {
  width: 20px;
}
.ForumGroupNameColumn {
  width: 52%;
}
.ForumGroupLastPostColumn {
  width: 32%;
  text-align: left;
}
.ForumGroupTotalThreadsColumn {
  width: 8%;
  text-align: center;
}
.ForumGroupTotalPostsColumn {
  width: 8%;
  text-align: center;
}
/*
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;
}
/*
Collapse/Expand Group Styles
*/
.ForumGroupToggleCollapsed {
  background-image: url(../../calypso/images/forum/group_expand.gif);
  background-repeat: no-repeat;
  background-position: left center;
  width: 1px;
  padding: 0 7px;
  cursor: pointer;
  text-decoration: none;
}
a.ForumGroupToggleCollapsed:link,
a.ForumGroupToggleCollapsed:visited,
a.ForumGroupToggleCollapsed:active,
a.ForumGroupToggleCollapsed:hover {
  text-decoration: none;
}
.ForumGroupToggleExpanded {
  background-image: url(../../calypso/images/forum/group_collapse.gif);
  background-repeat: no-repeat;
  background-position: left center;
  width: 1px;
  padding: 0 7px;
  cursor: pointer;
  text-decoration: none;
}
a.ForumGroupToggleExpanded:link,
a.ForumGroupToggleExpanded:visited,
a.ForumGroupToggleExpanded:active,
a.ForumGroupToggleExpanded:hover {
  text-decoration: none;
}
.ForumGroupTitleProcessing {
  background-color: #E1E1E1;
}
.ForumClear {
  font-size: 90%;
}
.ForumBreadCrumbArea {
  margin: 0;
  padding: 4px;
  color: #000;
  font-weight: bold;
  font-size: 110%;
  background-color: #f7f7f7;
  border: solid 1px #bbb;
}
.CommonForum {
  margin: 0 auto;
  padding: 0;
  width: 925px;
}
.CommonListHeaderLeftMost {
  text-align: left;
  padding: 4px;
  border-width: 1px;
  background-color: #999;
  color: #fff;
  font-family: Arial, Helvetica;
  font-weight: bold;
}
.CommonListHeaderLeftMostBorder {
  text-align: left;
  padding: 4px 4px 4px 10px;
  /*
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;*/

  border: 0;
  background-color: #FFEECB;
  color: #666666;
  font-family: Arial, Helvetica;
  font-weight: bold;
}
.CommonListHeader {
  text-align: left;
  padding: 4px;
  background-color: #999;
  color: #fff;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 110%;
}
.CommonListHeaderBorder {
  text-align: left;
  padding: 4px;
  background-color: #FFEECB;
  color: #666666;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 110%;
  /*
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #B0B0B0;*/

  border: 0;
}
.ForumGroupImageAndNameHeader {
  text-align: left;
}
.ForumGroupLastPostHeader {
  text-align: center;
}
.ForumGroupTotalThreadsHeader {
  text-align: center;
}
.ForumGroupTotalPostsHeader {
  text-align: center;
}
.CommonListRow {
  background-color: #EFEFEF;
}
.CommonListBorder {
  /*
  border-color:#B0B0B0;
  border-style:solid;
  border-width:0 1px 1px 0;*/

  border: 0;
  color: #333333;
  font-family: Arial,Helvetica;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}
/* 
Column Defitions
*/
.ForumThreadImageColumn {
  width: 20px;
}
.ForumThreadNameColumn {
  width: 52%;
}
.ForumThreadLastPostColumn {
  width: 20%;
  font-size: 70%;
  text-align: center;
}
.ForumThreadTotalThreadsColumn {
  width: 14%;
  text-align: center;
}
.ForumThreadTotalPostsColumn {
  width: 14%;
  text-align: center;
}
.ForumThreadMoveColumn {
  text-align: center;
}
.ForumMyImageColumn {
  width: 20px;
}
.ForumMyNameColumn {
  width: 280px;
}
.ForumMyNameColumnLarge {
  width: 290px;
}
.ForumStartedColumn {
  width: 165px;
  text-align: left;
}
.ForumMyRepliesColumn {
  width: 40px;
  text-align: center;
}
.ForumViewsColumn {
  width: 40px;
  text-align: center;
}
.ForumLatestPostColumn {
  width: 165px;
  text-align: left;
}
.ForumMyMoveColumn {
  text-align: center;
  width: 15%;
}
.ForumGroupImageColumn {
  width: 20px;
}
.ForumGroupNameColumn {
  width: 245px;
}
.ForumGroupLastPostColumn {
  width: 225px;
  text-align: left;
  padding: 5px;
}
.ForumGroupTotalThreadsColumn {
  width: 50px;
  text-align: center;
}
.ForumGroupTotalPostsColumn {
  width: 50px;
  text-align: center;
}
/*
List Styles
*/
.ForumListCellLeftMostImageOnly {
  padding: 3px 3px 3px 10px;
  /*
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-color: #B0B0B0;*/

  border: 0;
  color: #333333;
  width: 20px;
}
.ForumListCellImageOnly {
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: #eeeeee;
  color: #333333;
}
.ForumSubListCellLeftMost {
  padding: 2px;
  color: #333333;
  text-align: left;
}
.ForumLastPost {
  font-size: 80%;
}
.ForumSubListCell {
  padding: 2px;
  color: #333333;
}
.ForumSubListCellPager {
  padding: 2px;
  color: #333333;
  font-size: 90%;
  text-align: right;
}
.ForumGroupNameUnRead, .ForumGroupNameRead {
  font-size: 110%;
}
.CommonListTitlePopupText {
  margin-top: 0;
}
#CommonContentInner .CommonTitle, #CommonContent .CommonContentBoxHeader {
  font-size: 135%;
}
.Forums .CommonContentBoxContent {
  padding: 0 1px;
}
#CommonContentInner .Forums .CommonContentBoxHeaderForm {
  padding-left: 1px;
}
.CommonListRowAlt a,
.CommonListRowAlt a:link,
.CommonListRowAlt a:visited,
.CommonListRow a,
.CommonListRow a:link,
.CommonListRow a:visited {
  color: #336699;
}
.Forums .ui-tabs {
  padding: 6px 0 0;
}
.Forums .ui-corner-top {
  -moz-border-radius: 0;
}
.Forums .ui-widget-content .ui-state-default {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/forumsGrayTab.png) repeat-x 0 0 #e4e3e3;
  border: solid 1px #E4E3E3;
  border-bottom: 0;
}
.Forums .ui-widget-content .ui-state-active {
  background: #FFEECB;
  border: 0;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.Forums .ui-tabs .ui-tabs-nav li a {
  padding: .5em 13px;
}
.Forums .ui-state-default a, .Forums .ui-state-default a:link, .Forums .ui-state-default a:visited {
  color: #333333;
}
.Forums .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding: 1px;
}
.CommonContentBox.Statistics {
  padding: 0;
}
#CommonContentInner .CommonContentBox.Statistics .CommonContentBoxHeaderForm {
  margin: 0 0 0 1px;
  background-color: #2E5679;
  padding: 3px 0 0 9px;
  color: #FFFFFF;
  height: 21px;
}
.CommonContentBox.Statistics .CommonContentBoxContent {
  padding: 11px 15px 30px 15px;
  background-color: #efefef;
  margin: 0 0 0 1px;
}
.CommonContentBox.Statistics .CommonInlineMessageTitle {
  font-size: 14px;
  font-weight: bold;
}
#CommonSidebarRight .CommonSidebar.Forums {
  width: 187px;
}
.Forums .CommonListTitlePopupTextBlock {
  font-weight: bold;
}
#CommonSidebarRight .Forums .CommonContentBox {
  width: 187px;
}
#CommonSidebarRight .Forums .CommonContentBox.Search {
  background: url(../images/ForumsSearchBox.png) 0 0 no-repeat transparent;
  height: 157px;
  width: 186px;
  padding: 0;
}
#CommonSidebarRight .Forums .CommonContentBox.Search .CommonContentBoxHeader {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 5px 0 10px;
  border: 0;
}
#CommonSidebarRight .Forums .CommonContentBox.Search .CommonContentBoxContent {
  padding: 0 5px 5px 10px;
}
.Forums .CommonContentBox.Search .search-box {
  width: 166px;
  border: solid 1px #CC9933;
}
.Forums .CommonContentBox.Search .search-button {
  background: url(../images/submitBG_ATW.png) 0 0 repeat-x transparent;
  text-transform: uppercase;
  font-size: 11px;
  color: #333333;
  border: 0;
  height: 22px;
  font-weight: bold;
}
.Forums .CommonContentBox.Search ul.CommonContentBoxList li {
  border: 0;
  font-size: 12px;
  font-weight: bold;
}
.Forums .CommonContentBox.Search ul.CommonContentBoxList li a, .Forums .CommonContentBox.Search ul.CommonContentBoxList li a:link, .Forums .CommonContentBox.Search ul.CommonContentBoxList li a:visited {
  color: #333333;
}
.Forums ul.sidebarMenu {
  margin: 10px 0;
  background-color: #efefef;
}
.Forums ul.sidebarMenu > li {
  border-bottom: solid 1px #FFFFFF;
  padding: 13px 8px 16px 8px;
}
.Forums .sidebarlisttitle {
  padding: 0;
  border: 0;
  color: #E07B34;
  font-weight: bold;
  font-size: 12px;
}
.Forums .sidebarlisttitle a, .Forums .sidebarlisttitle a:link, .Forums .sidebarlisttitle a:visited {
  color: #E07B34;
}
.Forums .sidebarlistcontent, .Forums .sidebarlistcontent.selected {
  background-color: transparent;
  padding: 0;
}
.Forums ul.sidebarMenu ul.sidebarList {
  padding: 0;
  margin: 0;
  font-size: 11px;
}
.Forums ul.sidebarMenu ul.sidebarList li {
  line-height: 1.3em;
  border: 0;
  padding: 0;
}
.Forums ul.sidebarMenu ul.sidebarList li a, .Forums ul.sidebarMenu ul.sidebarList li a:link, .Forums ul.sidebarMenu ul.sidebarList li a:visited {
  color: #666666;
}
.forum-top-pager {
  font-weight: bold;
  float: right;
  margin-right: 10px;
}
.Forums .CommonDescription {
  margin: 0;
}
.forum-emailsub {
  margin-top: 5px;
  font-size: 12px;
}
.forum-sig-premlink {
  float: right;
  font-size: 10px;
}
.forum-sig-premlink.br {
  padding: 3px;
}
.wiki-sig-premlink {
  font-size: 10px;
}
.wiki-sig-premlink a, .wiki-sig-premlink a:link, .wiki-sig-premlink a:visited {
  color: #666666;
}
.ListingDetails {
  margin: 0;
}
.ListingDisplayName {
  font-size: inherit;
  font-weight: bold;
  color: inherit;
  font-size: 13px;
  display: inline;
}
.ListingDisplayName a, .ListingDisplayName a:link, .ListingDisplayName a:visited {
  color: #333333;
}
.WikiPostSignature .ListingDisplayName a, .WikiPostSignature .ListingDisplayName a:link, .WikiPostSignature .ListingDisplayName a:visited {
  color: #336699;
}
.CommonRateControl, .CommonRateControlReadOnly, .CommonRateControlActive {
  border: 0;
  background-color: transparent;
}
.forum-replyto a, .forum-replyto a:link, .forum-replyto a:visited {
  color: #999999;
}

