@charset "utf-8";
/* CSS Document */

@import url("typography.css");
@import url("normalize.css");

.td_22px {
	width: 22px;
}
.td_100px {
	width: 100px;
}
.td_128px {
	width: 128px;
}
.td_500px {
	width: 500px;
	padding-right: 20px;
}
textarea {
	width: 100%;
	height: 150px;
}
.formButton {
	font-family:Arial, Helvetica, sans-serif !important;
	width: 100px !important;
	background-color:#C8D8DB;
	border: 1px solid #666666;
	font-weight: bold;
}
.replay {
	height: 25px;
	line-height: 25px;
}
th, .tTitle {
	background-image: url(../images/page_templates/forum/thBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	line-height: 20px;
}
.starter {
	background-color:#999;
	width: 150px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.post {
	background-color:#FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width:80%;
	padding: 5px;
}
img {
	border: none;
}
.back {
	text-align:right;
}
#tblForum input { 
	width: 200px;
}
hr {
	color:#3366cc;
}