#pw_pleaseWait
{
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
}

#pw_pleaseWait img
{
	width: 100%;
	height: 100%;
	behavior: url(pngbehavior.htc);
}

#pw_message
{
	position: absolute;
	z-index: 1002;
	left: 50%;
	top: 50%;
	border: solid 2px #000;
	width: 160px;
	height: 40px;
	margin-left: -80px;
	padding-top: 20px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
}

/* Layout styles */
.communitiesPageContainer
{
	width: 95%;
	margin: 0px auto;
}

.communitiesContentContainer
{
	display: table;
}

.communitiesPageHeader
{
	/*border: 4px solid #0078AB;*/
	border-bottom-width: 0px;
	/*width: 762px;*/
	width: 100%;
}

.communitiesHeaderNavigation
{
	/*border: 4px solid #0078AB;*/
	border-bottom-width: 0px;
	border-top-width: 0px;
	/*width: 762px;*/
	width: 100%;
}

.communitiesPageFooter
{
	/*border: 4px solid #0078ab;*/
	border-top-width: 0px;
	/*width: 762px;*/
	width: 100%;
}

.communitiesPageColumn
{
	/*background-color: #0078AB;*/
	/*width: 156px;*/
	float: left;
	min-height: 100%;
	padding: 4px;
}

.communitiesPageContent
{
	/*width: 594px;*/
	width: 100%;
	/*border-left: 4px solid #0078ab;*/
	float: left;
	/*height: 100%;*/
	padding: 4px;
	/*background-color: #f1f1f1;*/
}


/* Color and font styles */

.communitiesLightText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ededed;
}

.communitiesLightTextTitle
{
	font-weight: bold;
}

.communitiesDarkText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.communitiesDarkErrorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c00;
}

.communitiesHeaderText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 2px;
}

.communitiesSubHeaderText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 2px;
}

.communitiesHeaderNavigationText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 4px;
}

.communitiesFooterText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding: 2px;
}


/* Button styles */

.communitiesVerticalButton
{
	border: 2px solid #ddd;
	width: 150px;
	background-color: #ededed;
	font-size: 11px;
	color: #000;
}

.communitiesVerticalButton a, .communitiesVerticalButton a:visited
{
	padding: 2px;
	display: block;
	height: 100%;
	width: 146px;
	color: #000;
	text-decoration: none;
	border: none;
}

.communitiesVerticalButton a:hover
{
	background-color: #e3e3e3;
	text-decoration: none;
	border: none;
}

.communitiesVerticalButton img
{
	vertical-align: text-bottom;
}

.communitiesVerticalButtonSelected
{
	border-color: #ffcc80;
}

.communitiesVerticalSubButton
{
	border: 2px solid #ddd;
	width: 130px;
	margin-left: 20px;
	background-color: #ededed;
	font-size: 11px;
	color: #000;
}

.communitiesVerticalSubButton a, .communitiesVerticalSubButton a:visited
{
	padding: 2px;
	display: block;
	height: 100%;
	width: 126px;
	color: #000;
	text-decoration: none;
	border: none;
}

.communitiesVerticalSubButton a:hover
{
	background-color: #e3e3e3;
	text-decoration: none;
	border: none;
}

.communitiesVerticalSubButton img
{
	vertical-align: text-bottom;
}

.communitiesVerticalSubButtonSelected
{
	border-color: #ffcc80;
}

/* Form button styles */

.communitiesFileUpload
{
	width: 65%;
}

.communitiesFormButton
{
	border: 2px solid #ddd;
	width: 120px;
	background-color: #dee9f0;
	font-size: 11px;
	color: #000;
	text-align: left;
}

.communitiesFormButton a, .communitiesFormButton a:visited
{
	padding: 2px;
	display: block;
	height: 100%;
	width: 116px;
	color: #000;
	text-decoration: none;
	border: none;
}

.communitiesFormButton a:hover
{
	background-color: #ffcc80; /* #d1dde5; */
	text-decoration: none;
	border: none;
}

.communitiesFormButton img
{
	vertical-align: text-bottom;
}


/* Search styles */

.communitiesSearchBox
{
	width: 90px;
	border: 2px solid #ddd;
	background-color: #ededed;
	font-size: 11px;
	color: #000;
}

.communitiesSearchButton
{
	font-size: 11px;
	border: 2px solid #ddd;
	background-color: #ccc;
	color: #000;
}

.communitiesSearchTitle
{
	
}


/* Form styles */

.communitiesFormLabel /* apply with darkText or lightText */
{
	text-align: right;
}

.communitiesFormTextBox
{
	width: 300px;
}


/* Table styles */
.communitiesGrid
{
	padding: 2px;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

table .communitiesHeaderText /* C# code depends on this class name, don't change it! */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 2px;
	vertical-align: top;
	border-collapse: collapse;
	text-align: left;
}

table .communitiesRow /* C# code depends on this class name, don't change it! */
{
	background-color: #eee;
	vertical-align: top;
	padding: 2px;
	border-collapse: collapse;
	text-align: left;
}

table .communitiesRowAlt /* C# code depends on this class name, don't change it! */
{
	background-color: none;
	vertical-align: top;
	padding: 2px;
	border-collapse: collapse;
	text-align: left;
}

table .communitiesRowSeparator /* C# code depends on this class name, don't change it! */
{
	border-top: 1px solid #ccc;
	padding: 1px 0px;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}

/* Forum styles */

.communitiesThreadTreeItem /* C# code depends on this class name, don't change it! */
{
	padding-left: 20px;
	
}

.communitiesThreadTreeSubject /* C# code depends on this class name, don't change it! */
{
	font-weight: bold;
	vertical-align: top;
}

.communitiesThreadTreeDate /* C# code depends on this class name, don't change it! */
{
	color: #666;
	vertical-align: top;
}

.communitiesThreadTreeBody /* C# code depends on this class name, don't change it! */
{
	vertical-align: top;
}

.communitiesThreadTreeUserInfo /* C# code depends on this class name, don't change it! */
{
	vertical-align: top;
	text-align: center;
}

.communitiesThreadContainer /* C# code depends on this class name, don't change it! */
{
	border: 1px solid #000;
	margin: 4px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}

.communitiesThreadSubjectReplyBox /* C# code depends on this class name, don't change it! */
{
	width: 90%;
}

.communitiesThreadBodyReplyBox /* C# code depends on this class name, don't change it! */
{
	width: 90%;
	height: 300px;
}
.communitiesReplyDiv
{
	display:none;
}
.communitiesshowReplyDiv
{
	/*
	color: Navy;
	position: relative; 
	top: 20%; 
	left: 20%; 
	z-index: 10;*/
	width: 100%;
	display:inline;
}