body
{
	font-family: Arial;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	left: 0px;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100px;
	background-color: #000000;
}
#headerContent
{
	position: absolute;
	top: -5px;
	left: -210px;
	height: 97px;
	width: 520px;
	background-color: #ffffff;
	overflow:hidden;
	padding-left: 0px;
	background-image: url(images/banner_sm.jpg);
}
#leftContent
{
	position: absolute;
	top: 0px;
	height: 600px;
	width: 150px;
	overflow: hidden;
	background-color: #ffffff;
}
#rightContent
{
	position: fixed;
	top: 0px;
	margin-left: 650px;
	height: 600px;
	width: 150px;
	background-color: #ffffff;
	overflow: hidden;
}

#rightInner
{
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 100px;
	text-align: right;
}

#leftInner
{
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 100px;
	text-align: left;
}

#pageFrame
{
	position: fixed;
	z-index: 10;
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}

#pageContent
{
	position: absolute;
	top: 98px;
	z-index: 0;
	width: 450px;
	padding-left: 10px;
	left: 0px;
	height: 881px;

}
.postMarker
{
	position: relative;
	top: -105px;
}

.logo
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 65px;
	border: solid 1px black;
	color: #F00;
	margin-top: 5px;
}
#controlContainer
{
	background-color: Blue;
	height: 30px;
	overflow:hidden;
}
.threadContainer
{
	border: solid 1px #CDDFEF;
	margin-top: 5px;
}
.fullPostContainer
{
	width: 500px;
	background-color: #ffffff;
}
.fullPostContainerOdd
{
	margin-left: 20px;
	width: 500px;
	background-color: #ffffff;
}
.fullPostContainerEven
{
	margin-left: 20px;
	width: 500px;
	background-color: #ffffff;
}
.fullPostInner
{
	padding: 20px;
	background-color: #ffffff;
	border-left: solid 1px #CDDFEF;
	border-right: solid 1px #CDDFEF;
	border-bottom: solid 1px #CDDFEF;
}
.postHeader
{
	background-color: #E4ECF6;
	padding: 3px;
	border: solid 1px #CDDFEF;
}
.threadInfo
{
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 16pt;
	text-align: right;
	width: 100px;
	padding-right: 4px;
	border: solid 1px #CDDFEF;
	margin-right: 2px;
}
.threadDetails
{
	margin-left: 10px;
	font-family: Arial;
	width: 360px;
	padding-left: 10px;
}
.threadSubjectLink
{
	font-family: Arial;
	color: #0000ff;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bolder;
	cursor: pointer;
}
.postSubject
{
	font-size: 14px;
	font-weight: bolder;
}
.snippet
{
	font-family: Times New Roman;
	font-size: 10pt;
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	cursor: pointer;
	font-style: italic;
	color: #898989;
}
.threadPostedFrom
{
	font-family: Arial;
	color: #999999;
	font-size: 8pt;
}
.threadEvenLeft
{
	background-color: #E4ECF6;
}
.threadOddLeft
{
	background-color: #E4ECF6;
}
.threadEvenRight
{
	background-color: #ffffff;
}

.threadOddRight
{
	background-color: #ffffff;
}
.teaser
{
	border: solid 1px black;
	font-size: 10px;
}
.link
{
	cursor: pointer;
}
.closeButton
{
	float: right;
	border: solid 1px #CDDFEF;
	text-align: center;
}
.subReplyLink
{
	text-align: right;
	width: 100%;
	padding-right: 5px;
	color: #0000ff;
	cursor: pointer;
}
.replybyline
{
	font-size: 10px;
}

#TagTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #f5f5f5;
}
.info
{
	margin-bottom: 20px;
}
.expand
{
	cursor: pointer;
}
.contract
{
	cursor: pointer;
}
.teaser
{
	display: none;
}
.contracted .fullPostInner, .contracted .postHeader
{
	display: none;
}
.contracted .teaser
{
	display: block;
}
.contracted .expand
{
	display: inline;
}
.contracted .contract
{
	display: none;
}
