div#forumrecentactivity p.title {
	font-weight: bold;
	color: #015CAE;
	margin-top: 10px;
	margin-bottom: 5px;
}

.forum-breadcrumb {
	margin-bottom: 10px;
}

.new-post {
	padding: 0px;
}

.holder {
	color: #000;
	float: left;
}

.post-date {
	background: #D4E2EB;
	height: 27px;
}

.post-date .date-body {
	padding: 5px;
	border-bottom: solid #FFF 1px;
}

.post-info {
	border-bottom: solid #FFF 1px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
}

.post-creator {
	color: #015CAE;
	font-size: 130%;
	font-weight: bold;
	float: right;
}

/** Pagination **/
.page-panel {
	padding: 1px 8px;
	float: right;
	color: #808080;
	font-weight: bold;
	/*margin-right: 25px;*/
}

.page-panel a:link,.page-panel a:visited {
	color: #015CAE;
	font-weight: bold;
}

.page-lister {
	margin: 5px;
	padding: 5px 10px;
}

/*********** Post */
.post,.comment {
	padding: 10px;
	border: solid #9F9F9F 1px;
}

.post {
	background: #E5EEF7;
	width: 90%;
	margin-left: 14px
}

.post {
	border: solid #D4E2EB 1px;
	padding: 0px;
	margin-bottom: 10px;
}

.post-body {
	background: #E5EEF7;
	/*border: solid #FFF 1px;*/
	margin: 0px;
	padding: 10px;
}

.post-body p {
	color: #000;
}

.post .post-title {
	font-size: 150%;
	margin: 5px 0px 5px 0px;
	font-weight: bolder;
}

.post .post-title {
	color: #015CAE;
}

.rh-info {
	float: right;
	margin-top: -3px;
}
.rh-info-post {
	float: right;
	margin-right: 4px;
	margin-top: 2px;
}

.info {
	padding: 10px;
	background: #F5F6FB;
	border: solid #D9D9D9 1px;
	border-style: solid none;
}

/*********** Comments */
.comment-on,.comment-off {
	border: solid #E5EEF7 1px;
}

.comment-on .comment-container {
	padding: 10px;
}

.comment-off .comment-container {
	padding: 10px;
}

.comment-container p {
	padding-left: 0px !important;
}

.comment-on {
	padding: 0px;
	background: #E5EEF7;
	width: 90%;
	margin-left: 14px;
}

.comment-off {
	padding: 0px;
	background: #FFF;
	width: 90%;
	margin-left: 14px
}

.comment-form {
	margin-top: 20px;
	width: 90%;
	padding: 0px;
}

#comment-button {
	margin-top: 10px;
}

.comment-anon {
	width: 200px;
	margin-top: 10px;
}

.rh-comment-actions {
	float: left;
	width: 126px;
	padding-top: 114px;
}

.forum-container {
	width: 710px;
}

.forum-item {
	padding: 0px;
	margin: 2px 4px 0px 15px;
	background: #EFEFEF;
	/*width: 280px;	*/
	width: 90%;
	height: auto;
}

.forum-item a:link,.forum-item a:visited {
	text-decoration: none;
	color: #7F7F7F;
}

.forum-item a:hover {
	color: red;
}

.controls,.post-controls {
	float: right;
}

.post-icon-admin {
	float: right;
	/*	position:relative;*/
	cursor: pointer;
	/*	top: -15px;*/
	margin-right: 2px;
}

.admin-icon {
	float: right;
	margin-left: 5px;
}

.status-on {
	color: green;
}

.status-off {
	color: red;
}

#comment-paginator {
	float: none;
}

.status-form {
	margin-top: 20px;
}

.warning {
	padding: 2px;
	background: #FFCB3F;
	font-size: 250%;
	color: white;
	margin: 20px;
	width: 500px;
}

/** POST LIST TABLE **/
#post-table thead td {
	background: #477B84;
	color: #FFF;
	border: solid right 1px;
	padding: 1px 3px;
}

#post-table tr:hover {
	background: lightyellow;
}

#post-table tr td {
	border-bottom: solid #D3D3D3 1px;
	padding: 1px 5px;
	margin: 0px;
}

#post-table {
	border: solid lightgrey 1px;
	border-style: solid solid none solid;
	width: 415px;
	margin-bottom: 10px;
	margin-left: 14px;
	margin-right: 14px
}

/****/
.post-icon {
	margin-left: 5px;
	padding-top: 2px;
	/* position:relative; */
	top: 2px;
}

.enabled {
	color: green;
}

.disabled {
	color: red;
}

.loader {
	visibility: hidden;
}

#admin-loader {
	float: right;
}

.filter-message {
	padding: 10px;
	background: #FFF9DF;
	color: #808080;
	margin-bottom: 10px;
	width: auto;
}

.filter-action {
	float: right;
}

.filter-action a {
	text-decoration: none;
	color: black;
}

.filter-action a:hover {
	color: red;
}

.tagname {
	color: red;
}

.voting-panel {
	float: right;
	top: -50px;
	left: -20px;
	position: relative;
}

.post-summary {
	padding: 0px 10px 10px 10px;
}

.post-body-text {
	width: 405px;
}

.rh-panel { /*float:right;*/
	float: left;
	width: 70px;
	background: #FFF;
	padding: 5px;
	border: solid #808080 2px;
}

.rh-panel .score {
	color: #70567A;
	font-size: 300%;
	text-align: center;
}

.post-summary .rh-panel {
	padding: 2px;
	margin: 10px 0px 0px 0px;
}

.post-summary  .score {
	font-size: 180%;
}

.post-summary .voted-message {
	margin: 2px auto;
}

.lh-panel {
	float: left;
	/*width: 422px;*/
	width: 407px;
	padding: 0px 10px 0px 0px;
}

.score-title {
	background: #70567A;
	width: auto;
	color: #FFF;
	font-weight: bold;
	padding-left: 3px;
}

.vote-controls {
	float: right;
	width: 100px;
}

.voted-message {
	margin: 6px auto;
	font-weight: bold;
	font-size: 140%;
	color: #808080;
	text-align: center;
}

a.promote {
	margin-left: 3px;
	padding: 9px 0px 5px 17px;
	background: url(/resources/images/icons/up.gif) no-repeat 0 50%;
	text-decoration: none;
}

a.demote {
	margin-left: 3px;
	padding: 2px 0px 5px 17px;
	background: url(/resources/images/icons/down.gif) no-repeat 0 50%;
	text-decoration: none;
}

.tags {
	margin-top: 10px;
}

.response {
	padding: 10px;
	background: #FAFAD2;
	color: #666666;
	margin-bottom: 10px;
}

.response .status {
	font-weight: bold;
}

textarea {
	font-size: 13px;
	width: 380px
}

ul.legend li {
	margin-top: 10px;
}

.legend-locked,.legend-comments,.legend-unanswered {
	margin-left: 3px;
	padding: 10px 0px 5px 28px;
}

.legend-locked {
	background: url(/resources/images/forums/post-icons/locked.gif)
		no-repeat 0 50%;
}

.legend-comments {
	background: url(/resources/images/forums/post-icons/comments.gif)
		no-repeat 0 50%;
}

.legend-unanswered {
	background: url(/resources/images/forums/post-icons/nocomments.gif)
		no-repeat 0 50%;
}

ul.legend {
	color: #000066;
	font-weight: bold;
	text-align: left !important;
}

/*RIGHT PANEL*/
.right-panel { /*background: #E5EEF7 none repeat scroll 0 0;*/
	background: #E1E4ED none repeat scroll 0 0;
	border-color: #FFFFFF;
	border-style: solid none none solid;
	border-width: 1px;
	margin-left: -1px;
	width: 100%;
	margin-top: -25px;
}

.right-panel .title {
	margin-bottom: 5px;
}

.right-panel h4 {
	margin-bottom: 12px;
	margin-top: 4px;
	font-size: 11px;
}

.right-panel p {
	text-align: left;
}

.right-panel .title #year-selector {
	font-size: 100%;
}

.right-panel .sub-title {
	color: #666666;
	font-weight: bold;
	margin-bottom: 5px;
}

.right-panel .main {
	padding: 8px;
	text-align: left;
}

.right-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.right-panel ul li {
	margin: 0;
	padding: 5px 5px 5px 0;
}

.right-panel a:link,.right-panel a:visited {
	font-weight: bold;
	text-decoration: none;
}

div.editPostBox {
	text-align: center;
}

div.editPostBox a {
	border: 2px solid #E5EEF7;
	text-align: center;
	background: none repeat scroll 0 0 #E5EEF7;
}

div .editBox {
	border: 2px solid #D1D4DD;
	text-align: center;
	background: none repeat scroll 0 0 #E1E4ED;
}

div .editBox p.admintext {
	background: none repeat scroll 0 0 #D1D4DD;
	text-align: center !important;
	padding: 0px !important;
	margin: 0px !important;
	Xborder-bottom: 2px solid #E5EEF7;
	font-size: 10px !important;
}
