/* CSS Document */
BODY {
	MARGIN: 0px;
	PADDING: 0px;
	BORDER: 0px;
}
td {
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
}
a {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
.link {
	cursor: pointer;
}
.input_text {
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
}
.login_input_submit {
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	cursor: pointer;
}
.textarea {
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
}
.profile_input_submit {
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	cursor: pointer;
}
.user_line {
	background-color: #FFFFFF;
	cursor: pointer;
}
.user_line_hover {
	background-color: #C6E82A;
	cursor: pointer;
}
.popup_button {
	cursor: pointer;
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	background-color: #FFFFFF;
	border: 1px solid #C6E82A;
}
.forum_indicator {
	background-color: #F5F5F5;
}
.forum_head {
	background-color: #F1F1F1;
}
.forum_sub {
	background-color: #E5E5E5;
	cursor: pointer;
}
.forum_sub_hover {
	background-color: #C6E82A;
	cursor: pointer;
}
.forum_button {
	font-family: Tahoma, Sans-serif, Times;
	font-size: 7pt; color: #000000;
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
.forum_reply_top {
	font-size: 7pt;
	padding-top: 1px;
	padding-bottom: 1px;
}
.forum_rank {
	font-size: 0pt;
	height: 7px;
}
.forum_quote_head {
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
}
.forum_quote {
	border: 1px solid #AEFD47;
	background-color: #F4FFDF;
	font-size: 7pt;
	padding: 5px;
}
.forum_textarea {
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	color: #000000;
	width: 354px;
	height: 220px;
}
.forum_text {
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	color: #000000;
	width: 354px;
}
.forum_code {
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	font-family: Tahoma; Sanse-serif, Times;
	font-size: 8pt;
	color: #000000;
}
.succes {
	color: #00FF00;
}
.error {
	color: #FF0000;
}
.news_news {
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	color: #000000;
	width: 330px;
	height: 220px;
}
.news_head {
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	font-family: Tahoma, Sans-serif, Times;
	font-size: 8pt;
	color: #000000;
	width: 310px;
}
.news_submit {
	font-family: Tahoma, Sans-serif, Times;
	font-size: 7pt;
	color: #000000;
	border: 1px solid #C6E82A;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
