/* Code by www.PenGuiN-Design.de */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:0;
}
h2 {
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}
.title {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	height:30px;
}
.category_big {
	font-size:10px;
	color:#000;
	font-weight:bold;
}
.category {
	font-size:10px;
	color:#fff;
	font-weight:normal;
}
.marked {
	background-color:#000;
	font-weight:bold;
}
a, a:visited, a:active {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
a.titlelink, a.titlelink:visited, a.titlelink:active {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}
a.titlelink:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
a.category, a.category:visited, a.category:active {
	color:#999;
	text-decoration:none;
}
a.category:hover {
	color:#FF0000;
	text-decoration:none;
}
option, textarea, input, select, file {
	font-size:10px;
	color:#000;
	background-color:#FFF;
	border:1px solid #333;
}
.footer {
	color:#FFF;
	size:10px;
}
.form_off {
	color:#666;
	background-color:#DCDCDC;
	border:1px solid #666;
}
.form_on {
	color:#000;
	background-color:#EEE;
	border:1px solid #000;
}
.form_username {
	background-color:#eee;
	border:1px solid #333;
}
.form_password {
	background-color:#eee;
	border:1px solid #333;
}
.form_name {
	background-color:#eee;
	border:1px solid #333;
	background-image:url(images/name.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.form_text {
	background-color:#eee;
	border:1px solid #333;
	background-image:url(images/message.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.input {
	background-color:transparent;
	border:1px none;
	margin-top:0;
	margin-bottom:0;
}
table, .small {
	font-size:10px;
	color:#fff;
}