div {
	font-size: 11px;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logout{
	text-align: right;
	margin-bottom: 5px;
	font-weight: bold;
}
div .sponsors{
	margin-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
img.forumicon{
	border: 0;
	vertical-align: baseline;
}
.arrowlistmenu{
	width: 120px; /*width of accordion menu for IE<=6*/
	margin: 8px;
	/*border-style: solid; border-width: 1px; border-color: rgb(250,0,255); /* LILA */
}
html>body .arrowlistmenu { /* hack for all browsers except IE <=6, due to box model error*/
	width: 110px;
	padding: 10px;
	margin: 0px;
}
.arrowlistmenu *{
	color:#046496;
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:11px;
	text-indent:3px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-weight: bold;
	line-height: 55%;
	margin-top:  0px; /*top spacing between header and rest of content*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	border-top: 1px solid #CCCCCC;
	padding-top:  5px;
	padding-bottom: 5px;
	cursor: hand;
	cursor: pointer;
	/*border-style: solid; border-width: 1px; border-color: #0000ff; /* BLÅTT */
}
html>body .arrowlistmenu .menuheader{ /* hack for all browsers except IE <=6, due to box model error*/
	line-height: 120%;
	padding-top:  2px;
	padding-bottom: 2px;
}
.arrowlistmenu .lastheader{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
a{
	text-decoration:none;
	font-weight: bold;
	display: block;
	/*border-style: solid; border-width: 1px; border-color: #ff0000; /* RÖTT */
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
	padding-left: 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
a:hover{
	color: #FF9900;
}
.arrowlistmenu ul li a:visited{
	color: #046496;
}
.arrowlistmenu ul li a.admin, .arrowlistmenu ul li a.admin:visited {
	color: #A4A7AE;
}
.arrowlistmenu ul li a.member, .arrowlistmenu ul li a.member:visited {
	color: #9B0606;
}
.arrowlistmenu ul li a.defunct, .arrowlistmenu ul li a.defunct:visited{
	color: #FF0000;
}.arrowlistmenu ul li a.admin:hover, .arrowlistmenu ul li a.member:hover, .arrowlistmenu ul li a.defunct {
	color: #FF9900;
}

