.title {
	color: #FFF;
	text-align:center;
	background-color: #444;
/*	background-image: url("images/header4.png"); */
	font-family: tahoma;
	font-size: 13px;
	padding: 1px 0px;
	font-weight: bold;
	clear: both;
}
.title A:link {text-decoration: none; color: #CDE } 
.title A:visited {text-decoration: none; color: #CDE; } 
.title A:hover {text-decoration: underline; color: #3030AA; } 

.mainpage A:link {text-decoration: none; color: #005 } 
.mainpage A:visited {text-decoration: none; color: #005; } 
.mainpage A:hover {text-decoration: underline; color: #33A; } 

.mainpageUnrestricted {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	border-bottom: dashed thin #444;
/*	border-left: dashed thin #444;
	border-right: dashed thin #444; */
}

.mainpage_centred {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	border-bottom: dashed thin #444;

}
.mainpage_centred A:link {text-decoration: none; color: #000050 } 
.mainpage_centred A:visited {text-decoration: none; color: #000050; } 
.mainpage_centred A:hover {text-decoration: underline; color: #3030AA; } 

.navi {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEE;
	width: 100%;

	border-color: #444;
	border-style: solid;
	border-width: 1px 0px;
}

.navi A:link {text-decoration: none; color: #007 } 
.navi A:visited {text-decoration: none; color: #007 } 
.navi A:hover {text-decoration: underline; color: #0000FF; } 

.notification {
	text-align: center;
	background-color: #FF7070;
	font-family: tahoma;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a img {
	border: 0px;
}

.mainpage {
	background-color: #DDD;
	font-family: Tahoma;
	font-size: 12px;
	clear:both;
/*	border-bottom: dashed thin #444; */
	
}


.tabItem {
	background-color: #FFFFFF;
	width: 100px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	float:left;
	border-color: #000077;
	border-style: solid;
	border-width: 1px 0px 0px;	

}
.tabItem A:link {text-decoration: none; color: #000070 } 
.tabItem A:visited {text-decoration: none; color: #000070 } 
.tabItem A:hover {text-decoration: underline; color: #0000FF; } 
.tabItemSel {
	background-color: #444;
	width: 100px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float:left;
	border-color: #007;
	border-style: solid;
	border-width: 1px 0px 0px;	
}


.forumList {
	font-family: tahoma;
/*	font-weight: bold; */
	vertical-align: top;
	border-bottom: dashed thin #444;
	
}
.forumList A:link {text-decoration: none; color: #000050 } 
.forumList A:visited {text-decoration: none; color: #000050 } 
.forumList A:hover {text-decoration: underline; color: #0000FF } 

/* layout Rulings */

.post_list_left {
	float: left; 
	clear: left; 
	width: 20%;
	text-align: left;
}
.post_list_middle {
	float: left; 
	width: 60%;
	overflow: auto;
	text-align: left;
}
.post_list_right {
	float: left; 
	width: 20%;
	text-align: right;
}

.topic_list_left {
	float: left; 
	clear: left; 
	width: 46%;
	text-align: left;
}
.topic_list_middle {
	float: left; 
	width: 7%;
	text-align: center;
}
.topic_list_right {
	float: left; 
	width: 40%;
	text-align: right;
}

.topic_normal		{background-color: #FFFFFF; color: #000000; font-family: Tahoma; font-size: 12px; } 
.topic_sticky 		{ /* background-image:url('images/stickyup.gif'); */ background-color: #AFA; color: #000000; font-family: Tahoma; font-size: 12px; }
.topic_announce		{ /* background-image:url('images/exclams.gif'); */ background-color: #FFA; color: #000000; font-family: Tahoma; font-weight: bold; font-size: 12px; font-style: italic; }
.topic_stickyannounce	{background-color: #C8FFA0; color: #000000; font-family: Tahoma; font-size: 12px; font-style: italic; }

.topic_MyStarted	{background-color: #E8FFFF; color: #000000; font-family: Tahoma; font-size: 12px; }
.topic_MyLastPost	{background-color: #C8FFFF; color: #000000; font-family: Tahoma; font-size: 12px; }
.topic_Deleted  	{background-color: #808080; color: #000000; font-family: Tahoma; font-size: 12px; }

div.quote {
	border-width: 1px;
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Tahoma;
	border-color: #080808;
	border-style: solid;
	border-width: 1px;
/*	background-color: #FFFF08; */
	background-color: rgba(255,255,8, 0.1);
}
div.offtopic {
	border-width: 1px;
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Tahoma;
	border-color: #080808;
	border-style: dotted;
	border-width: 1px;
/*	background-color: #FFFF08; */
	background-color: rgba(127,127,255, 0.1);
}

div.edit {
	border-width: 1px; width: auto; margin-left: 1%; margin-right: 1%; font-family: Tahoma; border-color: #080808; border-style: solid; border-width: 1px; background-color: #FFF0F0;
}
div.prose {







