body { 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #BBBBBB;
	height: 100%;
}

body, table, div, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343B29;
}

center {
	margin: 0px;
	padding: 0px;
}

table {
	vertical-align: top;
}
#container table.formtable {
	width: 100%;
}
#containerpopup table.formtable {
	width: 100%;
}
table.formtable {
	border: 1px solid #343B29;
	background-color: #E0EB8F;
	margin-bottom: 10px;
}
td.formright, td.formleft {
	padding-top: 4px;
}
td.formleft {
	width: 120px;
	padding-top: 6px;
	padding-right: 7px;
	text-align: right;
}

select, input, textarea {
	background: #E3E3E3;
}
.bgrformels, .minibgrformels {
	background-color: transparent;
}
.minibgrformels {
	width: 11px;
	vertical-align: middle;
}
#container .sizedformels {
	width: 350px;
}
#containerpopup .sizedformels {
	width: 200px;
}

body.popup {
	/*margin: 10px;*/
}
#containerpopup {
	padding: 10px;
	margin: 15px;
	border: 1px solid #343B29;
	background: #E3E3E3;
	width: 100%;
}

.container_buffer {
	width: 50px;
}
#container { 
	height: 100%;
	padding: 0px;
	text-align: left;
	display: block;
}

#in_container {
	width: 100%;
	padding: 0px;
}

#header {
	width: 100%;
	height: 80px;
	padding: 0px;
	border: 1px solid #343B29;
	border-bottom: 0px;
}
#header_main {
	height: 80px;
	width: 773px;
	background: url(/gfx/roots/banner.gif);
}
#header_left {
	height: 80px;
	width: auto;
	background: url(/gfx/roots/banner_leftfill.gif);
}
#header_right {
	height: 80px;
	width: auto;
	background: url(/gfx/roots/banner_rightfill.gif);
}

#subheader {
	background-color: #D1E371;
	border-left: 1px solid #343B29;
	border-right: 1px solid #343B29;
	border-top: 0px;
	border-bottom: 0px;
}
#subheader table td {
	padding-left: 3px;
}
#actionpane {
	background-color: #E3E3E3;
	margin: 2px;
	z-index: 20;
	padding: 0px;
	height: 16px;
	font-size: 10px;
}

#infopane {
	background-color: #D1E371;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}
#infopane_restored {
	font-size: bold;
	font-size: 12px;
}

#beef {
	border: 1px solid #343B29;	
	padding: 0px;
	background: #E3E3E3;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

form {
	margin: 0px;
}

#menu {
	border-right: 1px solid #343B29;
	width: 180px;
}

#menubottom {
	border-top: 1px solid #343B29;
}

table.menu {
	width: 180px;
	border-bottom: 1px solid #343B29;
}

td.menu_item, td.top_menu_item, td.submenu_item {
	width: auto;
	background-color: #D1E371;
	margin-top: 1px;
	padding: 3px;
}
td.menu_bar {
	height: 8px;
	background: url(/gfx/roots/bar.gif);
}
td.top_menu_item {
	margin-top: 0px;
}

td.menu_item, td.top_menu_item {
	font-weight: bold;
	height: 20px;
}
.menu_hasnew {
	font-size: 10px;
}

td.submenu_item, td.submenu_item_top {
	padding: 1px;
	font-size: 10px;
	height: 11px;
}
td.submenu_item_top {
	border-top: 0px;
}
td.submenu {
	padding: 0px;
}
table.submenu {
	width: 100%;
}

div#alerts {
	width: auto;
	border: 1px solid #343B29;
	padding: 5px;
	margin-bottom: 10px;
}
ul#alerts {
	list-style-image: url(/gfx/smile/alert.gif);
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
li.alerts {
	font-style: italic;
	vertical-align: text-bottom;
}

#copyright {
	text-align: center;
	font-size: 9px;
	margin-top: 30px;
	margin-bottom: 10px;
}

a {
	color: #3F4F34;
}
a:hover {
	text-decoration: none;
}

a.menu_new, a.menu, a.menu_ignored {
	color: #3F4F34;
	text-decoration: none;
}
a.menu_ignored {
	font-style: italic;
	text-decoration: none;
}
a.menu_new {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
}

h3 {
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
}

h4 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	border-bottom: 1px solid #343B29;
}

h5 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #343B29;
}

table.itemlist, table.itemlist2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #343B29;
}
table.itemlist2 {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	display: none;
	width: 100%;
}
tr.itemlist, tr.itemlist_new {
	background-color: #D1E371;
	margin-top: 0px;
	margin-bottom: 1px;
	height: 20;
	text-align: center;
}
tr.itemlist_new {
	background-color: #E0EB8F;
}
td.itemlist, td.itemlist2, td.itemlistheader, td.itemlistheader2 {
	margin-right: 1px;
	padding: 2px;
}
td.itemlistheader, td.itemlistheader2, 
td.itemlistheader3, td.itemlistheader4, td.itemlistheader5 {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #343B29;
	text-align: center;
}
td.itemlist, td.itemlistheader {
	width: *;
	margin-left: 1px;
	text-align: left;
}
td.itemlist2, td.itemlistheader2 {
	width: 50px;
}
td.itemlist3, td.itemlistheader3 {
	width: 35px;
}
td.itemlist4, td.itemlistheader4 {
	width: 125px;
}
td.itemlist5, td.itemlistheader5 {
	width: 80px;
}
span.itemsmall {
	font-size: 10px;
}
span.iteminfo {
	font-style: italic;
	font-size: 10px;
}
a.item, a.item_unread {
	text-decoration: none;
}
a.item_unread {
	font-weight: bold;
}

div#rf, div#mf {
	display: none;
}

div.closebutton {
	position: relative;
	top: 13px;
	padding-right: 8px;
	text-align: right;
	font-size: 10px;
	z-index: 25;
	/*float: right;
	margin-bottom: -20px;*/
}
div.deletealertbutton {
	position: relative;
	top: -10px;
	padding-right: 3px;
	display: block;
	float: right;
	font-size: 10px;
}
div.showsubbutton, div.hidesubbutton {
	text-align: right;
	top: 3px;
	padding-right: 8px;
	font-size: 10px;
	z-index: 15;
}
div.hidesubbutton {
	display: none;
}

#news, #article, #download, #link, #ad, #poll, #gallery, #event, .groupy, .contentblock {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #343B29;
	background-color: #D1E371;
}
div.item_author {
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

img.art_fat, img.art {
	border: 1px solid #343B29;
	margin-bottom: 10px;
}
img.art_fat {
	width: 550;
}

#link-hyperlink {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 4px;
}

table.poll_results {
	width: 85%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
table.poll_result {
	width: 100%;
	border: 1px solid #343B29;
}
td.poll_answer {
	padding-top: 10px;
}
tr.poll_result {
	height: 18px;
}
td.poll_result {
	background-color: #FFBB00;
	border-right: 1px solid #343B29;
}
td.poll_result2 {
	padding-left: 5px;
	background-color: #E3E3E3;
}

#replies {
}
table.reply {
	width: 100%;
	background-color: #D1E371;
	border: 1px solid #343B29;
	margin-bottom: 2px;
}
td.replyleft {
	width: 140;
	font-size: 10px;
	border-right: 1px solid #E3E3E3;
}
td.replytitle {
	height: 15px;
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	padding-right: 4px;
}
td.replybeef {
	height: auto;
	padding-right: 4px;
}
td.replybuts {
	font-size: 10px;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 2px;
}

img.avatar_mini {
	width: 13px;
	vertical-align: middle;
}
img.avatar_maxi {
	margin: 5px;
	margin-top: 10px;
}

#mails {	
}
table.maillist {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #343B29;
}
tr.maillist, tr.maillist_new {
	background-color: #D1E371;
	height: 20;
}
tr.maillist_new {
	background-color: #E0EB8F;
}
td.maillist, td.maillist2, td.maillistheader, td.maillistheader2 {
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 2px;
}
td.maillist2, td.maillist {
}
td.maillist, td.maillistheader {
	margin-left: 1px;
}
td.maillist2, td.maillistheader2 {
	text-align: center;
	font-size: 10px;
}
td.maillistheader, td.maillistheader2 {
	font-weight: bold;
	border-bottom: 1px solid #343B29;
}
a.mail, a.mail_unread {
	text-decoration: none;
}
a.mail_unread {
	font-weight: bold;
}

#mail {
}
#mailfrom {
}
#mailto {
	margin-top: 3px;
}
#mailcc {
	margin-top: 3px;
}
#mailsent {
	margin-top: 3px;
}
#mailsubject {
	margin-top: 3px;
	font-weight: bold;
}
#mailbody {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #343B29;
	background-color: #D1E371;
}

div.quote {
	padding: 5px;
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #E3E3E3;
	border: 1px solid #343B29;
}
div.quote div.quote {
	margin-right: 0px;
}
p.quote_author {
	color: #343B29;
	position: relative;
	top: 3px;
	text-align: right;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 10px;
}

#occurrences {
	margin-bottom: 10px;
}
p.occurrence, p.occurrence1 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 10px;
}
p.occurrence1 {
	margin-top: 5px;
	font-weight: bold;
}

table.forumlist {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #343B29;
}
tr.forumlist {
	background-color: #D1E371;
	margin-top: 0px;
	margin-bottom: 1px;
	height: 20;
	text-align: center;
}
td.forumlist, td.forumlist2, td.forumlistheader, td.forumlistheader2 {
	margin-right: 1px;
	padding: 2px;
}
td.forumlistheader, td.forumlistheader2, 
td.forumlistheader3, td.forumlistheader4, td.forumlistheader5 {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #343B29;
	text-align: center;
}
td.forumlist, td.forumlistheader {
	width: auto;
	margin-left: 1px;
	text-align: left;
}
td.forumlist2, td.forumlistheader2 {
	width: 40px;
}
td.forumlist3, td.forumlistheader3 {
	width: 50px;
}
td.forumlist4, td.forumlistheader4 {
	width: 50px;
}
td.forumlist5, td.forumlistheader5 {
	width: 125px;
}
span.forumsmall {
	font-size: 10px;
}
span.foruminfo {
	font-style: italic;
	font-size: 10px;
}
a.forum, a.forum_ignored, a.forum_new {
	text-decoration: none;
}
a.forum_ignored {
	font-style: italic;
}
a.forum_new {
	font-weight: bold;
}

div#profile {
}
table.profile {
	width: 100%;
	background-color: #D1E371;
}
table.profile td {
	padding-bottom: 5px;
	padding-top: 5px;
}
td.profile_left {
	text-align: right;
	padding-right: 7px;
	border-left: 1px solid #E3E3E3;
}
td.profile_lone {
	padding-left: 15px;
	padding-right: 15px;
}

.greyfield {
	width: 80px;
	height: 80px;
	background-color: #BBBBBB;
	color: #BBBBBB;
	border: 1px solid #BBBBBB;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}

.jumpers_top, .jumpers_bottom {
	font-size: 10px;
}
.jumpers_bottom {
	float: right;
	position: relative;
	top: -2px;
	padding-right: 4px;
}
.jumpers_top {
	padding-top: 5px;
	padding-left: 2px;
	float: left;
	display: block;
	z-index: 20;
}

.searchresults {
}

.searchresult {
	margin-top: 10px;
}
.searchresult_item {
	font-size: 14px;
	font-weight: bold;
}
.searchresult_location, .searchresult_date, .searchresult_caption {
	padding-left: 15px;
}
.searchresult_date {
	font-weight: normal;
	font-size: 10px;
}

#searchfield {
	font-weight: normal;
	width: 145px;
	margin: 2px;
}
span#searchoptions {
	display: none;
}

img.smiley {
	alignment: absmiddle;
	margin: 1px;
}
.textareabuttons img.smiley {
	margin: 0px;
}
.textareabuttons a {
	text-decoration: none;
}

#last_clicks {
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.previewpane {
	border: 1px solid #343B29;
	padding: 3px;
	margin-bottom: 3px;
}
#container .previewpane {
	width: 350px;
}
#containerpopup .previewpane {
	width: 200px;
}

span.dialect {
	color: white;
}

div#major_actions {
	border: 1px solid;
	margin-top: 4px;
	padding: 4px;
	float: right;
}
input.major_action {
	
}

ul.itemhelplist {
	font-size: 10px;
	padding-right: 110px;
}

hr.signature {
	margin-top, margin-bottom: 15px;
}
