#articlesList {
	width: 100%;
	padding: 5px 0 5px 10px;
}

#articlesList strong{
	font-size: small;
	overflow-y: auto;
}

#articleName {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

#article {
	padding: 5px 5px 5px 5px;
	display: none;
}

#ajaxLoader {
	width: 700px;
	height: 680px;
	z-index: 1;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	background: #999999;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	float:left;
}

.forumComment {
	margin: 10px 0 0 0;
}

.commentHeader {
	border-bottom: 1px solid #BCBCBC;
}

.commentInfo {
	background: #DDDDDD;
	border-right: 1px solid #BCBCBC;
	width: 200px;
}

.commentTable {
border: 1px solid #BCBCBC;
font-family: Verdana;
font-size: 12px;
}

.commentText {
	vertical-align: top;
}

#pagesTop {
	padding-top: 20px;
	padding-right: 5px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#pagesBottom {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#returnToTopics {
	display: none;
}

#topicsTable {
	width: 685px;
}

#topicsTable th, #topicsTable td {
	border-style: solid;
	border-color: #B5B5B5;
	border-width: 1px 1px 1px 0px;
	padding: 4px;
}

#topicsTable th {
	background: #838282;
	color: #FFFFFF;
	font-weight: bold;
}

#topicsTable th.topicsLeftDomain {
	border-width: 1px;
}

#topicsTable td {
	border-width: 0px 1px 1px 0px;
}

#topicsTable td.topicsLeftDomain {
	border-left-width: 1px;
}

#topicsTable td.topicsBottomDomain {
	border-bottom-width: 1px;
}

#topicsTable tr.even {
	background: #E1E1E1;
}

.entry {
	margin-bottom: 40px;
}

#wholeArticle {
	display: none;
}