/*@import url("standard.screen.css");*/

/* customized definitions for the current page */

a { text-decoration: none; color: #f00; }
a:visited { text-decoration: none; color: #b00; } /* ae7777 */
a:hover { text-decoration: underline; color: #b00; }

.menu-ubertop,
.quick-menu,
.quick-search,
.menu-top,
.menu-top-sub,
.content-3col .content-col-l,
.content-col-r,
.page-foot,
.discussion_add .box_i,
.article_view .toolbox,
.discussion_list .reply 
{
	display: none;
}

body {
	text-align: left;
	font-size: 11pt;
}
h1 {
	font-size: 20pt;
	color: #800;
}
.discussion_add h2 {
	font-size: 18pt;
	color: #800;
}
.article_body h2 {
	font-size: 18pt;
	color: #800;
}
.article_body h3 {
	font-size: 16pt;
	color: #800;
}
.article_body h4 {
	font-size: 14pt;
	color: #800;
}

.page_head {
	height: 50pt;
}

.page-head .logo { background: #930000; display: block; }
.page-head .logo img { border: 0; margin: 10pt; }

.article_body a img {
	border: 0;
}
.article_body .left {
	margin: 5pt 5pt 5pt 0;
}
.article_body .right {
	margin: 5pt 0 5pt 5pt;
}

.discussion_list .author {
	font-weight: bold;
}
.discussion_list .avatar {
	float: left;
}
.discussion_list .content_body_extended_show {
	display: none;
}
.discussion_list .content_body_extended {
	display: inline !important;
}
.discussion_list .info {
	display: block;
	font-size: 12pt;
	color: #999;
}