body 
{
	font-family: sans-serif;
	font-size: 12px;
	background-color: #151C23;
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	padding: 0;
}

#MainContainer
{
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#HeaderContainer
{
        background-color: #2D4158;
	height: 65px;
	width: 100%;
}

#HeaderLeft
{
	position: absolute;
	top: 15px;
	left: 5px;
}

#HeaderRight
{
	text-align:right;
        padding-top: 15px;
        padding-left: 5px;
	position: absolute;
	right: 15px;
	top: 35px;
}

#MainMenu
{
	font-size: 12px;
	text-align: center;	
	color: #FFFFFF;
	border-top: 1px SOLID #666666;
	border-bottom: 1px SOLID #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #202932;
        background-image: url('images/menu-background.png');
}

#BodyContainer
{
	padding-top: 10px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

#PageContainer
{
	padding: 10px;
}

#Footer
{
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
}

.arrow
{
	color: #2D4158;
	font-weight: bold;
}

a, a.link
{
	color: #f1c160;	
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.error {
	color: red;
}

input, textarea
{
	font-size: 12px;
	color: #EEEEEE;
	background-color: #202932;
	border: 1px solid #2D3A49;
}

.listtable 
{
	border:1px solid  #2D3A49;
	border-collapse: collapse;
	border-spacing: 0px;
}

.listtable th 
{
	font-size: 12px;
	border-bottom: 1px solid #2D3A49;
	padding: 2px;
}

.listrow1 
{
	background-color: #202932;
}

.listrow2 
{
	background-color: #2D3A49;
}

.listtable td 
{
	font-size: 12px;
	text-decoration: none;
	padding: 2px;
}

.infotable
{
	border:1px solid  #2D3A49;
	border-collapse: collapse;
	border-spacing: 0px;
}

.infotable th
{
	font-size: 9px;
	border-bottom: 1px solid #2D3A49;
	padding: 2px;
}

.infotable td
{
	font-size: 8px;
	text-decoration: none;
	padding: 2px;
}

#StatsContainer {
	padding: 2px;
	text-align: center;
}

.NewThreadButton
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	width: 90px;
	background-color: #202932;
	text-align: center;
}

.NewThreadButton a:link, .NewThreadButton a:visited {
	text-decoration: none;
}

#PostContainer {
}

.Post
{
	padding-top: 5px;
	padding-bottom: 0px;
}

.PostHeader
{
        background-color: #2D3A49;
        background-image: url('images/post-header-background.png');
	color: #EEEEEE; 
	border-top: 1px solid #2D3A49;
	border-left: 1px solid #2D3A49;
	border-right: 1px solid #2D3A49;
	padding: 3px;
	font-size: 12px;
	height: 15px;
	position: relative;
}

.PostAuthor
{
	padding: 1px;
	position: absolute; left: 2px; top: 2px;
}

.PostFlag {
	text-align: center;
}

.PostReplyButton
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 9px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	width: 50px;
	background-color: #202932;
	text-align: center;
	position: absolute; right: 5px; top: 2px;
}

.PostReplyButton a:link, .PostReplyButton a:visited {
	text-decoration: none;
}

.PostBody
{
	color: #EEEEEE; 
	background-color: #202932;
	border-right: 1px solid #2D3A49;
	border-left: 1px solid #2D3A49;
	border-bottom: 1px solid #2D3A49;
	position: relative;
}

.PostBodyText
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
}

.PostOptions {
 	font-size: 10px;
 	color: #777777;
 	position: absolute; 
 	left: 0; 
 	bottom: 0;
 	padding-left: 2px;
}

.PostOptions a {
 	color: #777777;
	text-decoration: none;
}

.PostDate
{
 	font-size: 10px;
 	color: #777777;
 	position: absolute; 
 	right: 0; 
 	bottom: 0;
 	padding-right: 2px;
}





.Replies {

	font-size: 12px;
 	color: #777777;
}

.RepliesAuthor {
 	color: #f1c160;
 	text-decoration: none;
}

.RepliesAuthor:hover {
 	color: #f1c160;
 	text-decoration: underline;
}

div.Replies ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.Replies ul {
	margin-left: 10px;
	background-image: url(images/replyindicator3.gif);
	background-repeat: repeat-y;
	background-position: 2px bottom;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

div.Replies ul li {
	padding-left: 10px;
	margin-left: 0;
	background-image: url(images/replyindicator2.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
	position: relative;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

div.Replies ul li.last {

	background-image: url(images/replyindicator.gif);
	background-color: #151C23;
	
	margin-top: 2px;
	margin-bottom: 2px;
}

.reply {
	color: #777777;
	text-decoration: none;
}

.reply:hover{
	text-decoration: underline;
}

.reply1 {
 	color: #AAAAAA;
}

.reply2 {
 	color: #BBBBBB;
}

.reply3 {
 	color: #CCCCCC;
}

.reply4 {
 	color: #DDDDDD;
}

.reply5 {
 	color: #EEEEEE;
}



