﻿/* Body Styles */
body
{
	background-color: #bfbfbf;
	color: #797979;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

/* Page Links */
A:link, a:visited
{
	text-decoration: none;
	color: #3e3e3e;
}



A:hover
{
	text-decoration: none;
	color: #c7c7c7;
}



/* Forms */
.FormButton
{
	background-image: url('images/post_button.png');
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

input
{
	border: 1px solid #808080;
	background-color: #e9e9e9;
	background-image: url(images/formbg.png);
	color: #808080;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

textarea
{
	border: 1px solid #808080;
	background-color: #e9e9e9;
	background: url('images/textareabg.png') repeat-x;
	color: #808080;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

. select
{
	font-family: Tahoma, Arial, Courier;
	font-size: 12px;
	border: 1px solid #808080;
}

/* Layout Styles */
#Containter
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #585858;
	border: 1px solid #808080;
}

#HeaderContainer
{
	width: 900px;
	height: 178px;
	border-bottom: 1px solid #808080;
}


#Faux
{
	background: url(images/bg_menu.png);
	overflow: auto;
	width: 100%;
}

#LeftMenu
{
	border-right: 1px solid #808080;
	float: left;
	width: 120px;
	display: inline;
	background-image: url(images/bg_menu.png);
}

.ItemHeader
{
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	height: 30px;
}

.ItemLinks
{
	font-size: 11px;
	text-align: center;
	line-height: 18pt;
	padding: 2px;
	padding-left: 8px;
}

#ContentBackground
{
	width: 779px;
	float: left;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	overflow: auto;
}

#Content
{
	padding: 32px; /* top right bottom left */
	width: 490px;
	float: left;
}

#ContentRightContainer
{
	float: right;
	width: 225px;
	background-image: url(images/right_bg.png);
	background-repeat: repeat-y;
}

.ContentRightText
{
	font-size: 10px;
	text-align: justify;
	width: 183px;
	margin: 8px 16px 8px 16px; /* top right bottom left */
}

.ContentRightTextBorder
{
	width: 199px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px solid #808080;
}

#ContentRightFooter
{
	width: 225px;
}

#Clear
{
	clear: both;
	background: none;
}

/* Text Styles */
H1
{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #ff7f00;
}

H2
{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #404040;
}

H3
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}

.DateText
{
	font-size: 10px;
}

.Dark
{
	color: #404040;
}

.Light
{
	color: #808080;
}
/* layouts */

.CommentTable
{
	width: 480px;
	vertical-align: top;
	border: 1px solid #808080;
	margin-left: 10px;
}

.CommentHeader
{
	background-image: url(images/post_comment.png);
	height: 28px;
	padding: 0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #808080;
}


.CommentHeader2
{
	background-image: url(images/comments.png);
	height: 28px;
	padding: 0px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px solid #808080;
}

.CommentName
{
	vertical-align: top;
	background-color: #cececd;
	width: 100px;
	font-weight: bold;
	padding: 2px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

.CommentForm
{
	background-color: #e9e9e9;
	width: 295px;
	padding: 2px;
	border-bottom: 1px solid #808080;
}

.CommentCaptcha
{
	width: 100%;
	padding: 2px;
	background-color: #d4d4d4;
	border-bottom: 1px solid #808080;
}

.CommentPost
{
	width: 100%;
	padding: 2px;
	background-color: #d4d4d4;
	border-bottom: 1px solid #808080;
}

.CommentCaptcha img
{
	border: 1px solid #808080;
}


.CommentFooter
{
	width: 100%;
	text-align: right;
	padding: 2px;
	background-color: #d4d4d4;
}

.CommentError
{
	border-bottom: 1px solid #808080;
}


.RowHeader
{
	font-weight: bold;
	border-right: 1px solid #808080;
	background-color: #cececd;
	width: 150px;
	padding: 2px;
}

.RowAlt
{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	background-color: #e9e9e9;
	width: 300px;
	padding: 2px;
}

.RowNormal 
{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	background-color: #d7d7d7;
	width: 300px;
	padding: 2px;
}

