/* *************** styling for blue/white borders around individual posts *************** */

.outerBorder {
	display:block;
	border:4px solid #dadaea;
	margin:6px;
}
.innerBorder {
	display:block;
	border:4px solid #fff;
	margin:0;
}

.submissionBorder {
	border-color: #CC0000;
}

.revisionBorder {
	border-color: #6600CC;
}

.responseBorder {
	border-color: #009933;
}

.memoBorder {
	border-color: #FFFF33;
}

.AnswerCheckBorder {
	border-color: #FF6600;
}

.CommentBorder {
	border-color: 0033FF;
}


/* **************** base forum font styles **************** */
#forums {
	color: #000000;
	font-size: 12px;
	margin: 0 4px 0 0;
}
#forums h1 {
	font-size:18px;
	margin:14px 0 0 0;
	padding: 0 6px;
	color:#303866;
	font-weight:bold;
	line-height:20px;
}
#forums h1 div {
	float:right;
	white-space:nowrap;
	vertical-align:bottom;
}
#forums hr {
	border: none 0; 
	border-top: 1px dashed #b7b7d3;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* **************** button styles **************** */
a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 11px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

a.button:hover {
    color: dbdaea;
}

/* ********** Main content table within thread frame ********** */
.headerRow {
	background: #dadaea;
    border-bottom: 2px solid #c3c1d9;
    color:#53617b;
	padding:6px 8px;
	_width:100%;
}
.headerRow div {
	float:right;
	margin-left:10px;
	display: inline;
}
.headerRow div a, .headerRow div a:link, .headerRow div a:visited {
	color:#2b3f6b;
	margin-right:4px;
	padding: 0 8px 0 0;
	border-right:1px solid #999;
}
.headerRow div a:hover {
	text-decoration:none;
	color:#182a51;
}
.headerRow a img {
	height:13px;
	width:13px;
	border:0;
	float:left;
	padding-right:4px;
}


/* ********** styling for username/info area in thread ********** */
.userArea {
	background: #f0f1f6;
    border-right: 2px solid #c3c1d9;
    color:#333333;
}
.bigUsername { 
	font-size: 16px;
	line-height:25px;
}
.messageType {
	vertical-align:bottom;
    color:#53617b;
}

/* **************** styling for post body text **************** */

.postContent {
	background: #FFFFFF;
	border:0;
	padding:0;
	margin:0;
	width:auto;
}
.postContent td {
	padding:4px 8px;
}
.threadBody {
	color: #000000;
	padding:0;
}
.threadBody h2 {
	font-weight:bold;
	margin:6px 0 2px 0;
	padding:0;
}
.threadBody a:link, .threadBody_alink {
	text-decoration: underline;
}
.threadBody a:visited, .threadBody_avisited {
	text-decoration: underline;
}
.threadBody a:hover, .vthreadBody a:active, .threadBody_ahover {
	text-decoration: none;
}

.threadBody pre {
_width: 400px;
overflow-x: auto;
padding-bottom: 20px;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* ******************** thread history ******************** */
.threadHistory {
	margin:12px 10px;
	padding:10px;
	width:auto;
	border:1px solid #a3a3bf;
	color:#333;
	background: url(../img/background_threadHistory.jpg) repeat-x top left;
}
.threadHistory h2 {
	font-weight:bold;
	font-size:110%;
}
