.bg1	{ background-color: #ECF3F7; }
.bg2	{ background-color: #e1ebf2;  }

.post {
	padding: 0 10px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 68%;
	float: left;
	clear: both;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

span.corners-top {
	background-image: url("/biology-forum/styles/prosilver/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("/biology-forum/styles/prosilver/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("/biology-forum/styles/prosilver/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("/biology-forum/styles/prosilver/theme/images/corners_right.png");
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
	padding: 0 2px 1px 2px;
}

.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	border-left: 1px solid #FFFFFF;
	float: right;
	display: inline;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
}

.search .postprofile a:hover {
	color: #D31141;
}

.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

.postprofile dd, .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

.search .postprofile {
	width: 30%;
}