﻿.CommunityRepeaterList
{
	width: 98%;
	margin-left:auto; 
	margin-right:auto;
}

.CommunityNewItem
{
	color: Red !important;
	text-align: right !important;
	float: right;
}

.CommunityAwaitingApprovalItem
{
	color: Red !important;
	text-align: right !important;
	width: 18em !important;
	float: right;
}

.CommunityItemTitle
{
	float: left !important;
	text-align: left !important;
	width: auto !important;
	color: Blue;
	font-weight: bold;
}

.CommunityTopicItem
{
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

.CommunityParentLink
{
	float: right;
	font-size: smaller;
	font-weight: normal !important;
	clear: both;
}

.CommunityDateLine
{
	font-size: smaller;
	padding-top: 3px;
	padding-bottom: 10px;
	clear: left;
	width: auto !important;
}

.CommunityDateLine div
{
	display: inline !important;
    float:none!important;
    padding:0!important;
    border:none!important;
}
.CommunityItemDate
{
}

.CommunityItemAuthor
{
}

.CommunityItemBody
{
	clear: both;
	margin-bottom: 10px;
}

.CommunityItemFooter
{
	 width:100%;
}

.CommunityAttachmentImage img
{
	max-width: 640px;
	max-height: 480px;
}

.ContentsListItem
{
	margin-left: 10px;
}

#clusterNavBarBody .navlink
{
	display: block;
}

.CommunitySummaryImage img
{
	width: 120px;
}

.CommunitySummaryBlock .CommunityItemTitle
{
	float: none !important;
	width: auto !important;
	display: block;
	text-align: center !important;
	padding-top: 5px;
	padding-bottom: 10px;
}

.CommunityLinksBlock a
{
	display: block;
}

.CommunityLinksBlock a.CommunityLinksSelected
{
    font-weight:bold;
}

.CommunitySideBarSearch
{
	width: 70% !important;
}

.CommunityListPager
{			
	text-align: center !important;	
	margin-left:auto; 
	margin-right:auto;						
}

.CommunityListPager TD
{
	text-align: center !important;	
	padding: 5px;
}

.CommunityListPager a
{
	padding: 2px;
}

.yui-g table table
{
	margin-bottom: auto;
}

.yui-g table tbody
{
	margin-bottom: auto;
}

.HtmlEditor
{
	width: 100% !important;
}

.ContentPanel
{
	position: relative;
	zoom: 100% !important;	/* Force IE6 hasLayout = -1 */
}

.EmptyMasterContentPanel
{
	position: relative;
}

.CommunityApproveDeclineLink
{
	float: right;
	font-weight: normal !important;
	text-align: right !important;
	width: 15em !important;
	clear: both;
}

/* ################################ */
 /*    Communities Compatilbility    */
 /* ################################ */
 
.CommunitySummaryBlock 
{
    border: 1px solid #CCC;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

/* Community left nav */
.CommunitySummaryImage img
{
    max-width: 12em;
}

.CommunityLinksBlock a
{
    display:block;
    text-decoration:none;
    padding:0 5px;
    line-height: 2em;
    margin-right:-5px;
    margin-left:-5px;
    border-top:1px solid #CCC;
    color:Black;
}
.CommunityLinksBlock a:hover
{
    background-color:#d4e5ba;
}
.CommunityLinksBlock a.CommunityLinksSelected, .CommunityLinksBlock a.CommunityLinksSelected:hover
{
    background-color:#8ba05d;
    color:White;
    font-weight:bold;
}

.CommunityItemActionLinks
{
    text-align: right;
    clear:both;
    padding:.25em 0;
}

.CommunitySideBarSearch
{
    width: 70% !important;
    margin-right:.25em;
}

/* CommunityBreadCrumb */
.BreadCrumbCurrent
{
    font-size:120%;
    font-weight:bold;
}

.CommunityRepeaterList hr
{
    border: 0;
    height: 1px;
    background: #cccccc;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.CommunityProfileTitle
{
    display: table-cell;
    padding-bottom: 5px;
}

.CommunityProfilePicture 
{
    float:left;
}

.CommunityProfilePicture img 
{
    width: 38px;
    height: 38px;
}

.CommunityTitleDate
{
    float: left;
    padding-left: 5px;
}

.CommunityCommentItem
{
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
    padding-top: .5em;
    margin-left: 3em;
    padding-left: .5em;
    padding-right: .5em;
}

.CommunityWikiItem .CommunityRepeaterList .CommunityCommentItem
{
    background: #f9f9f9;
    border-left: 0;
    border-bottom: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
    padding-top: .5em;   
    margin-left: 0;
    padding-left: .5em;
    padding-right: .5em; 
}

.CommunityReplyForm {
    margin-left: 3.3em;
    position:relative;
    padding:5px 5px;
    background:#f8f8f8;   
    border:1px solid #e8e8e8;               
}

.CommunityLastComment 
{
    padding-top: 10px;
    padding-bottom: 5px;
    float: right;
    color: #888     
}

.CommunityWikiReplyForm
{    
    position:relative;
    padding:5px 5px;
    background:#f8f8f8;   
    border:1px solid #e8e8e8;   
}