
body{
	color:					#ffffff;
	background-color:		#000000;
	font-family:			Arial,sans-serif;
	font-size:				12px;
	overflow:				auto;
	/*text-align: 			center;*/
}

input{
	font-family:			Arial,sans-serif; 
	color:					#ffffff; 
	font-size:				12px; 
	border: 				1px solid #000000; 
	background-color:		#25211B; 
	height:					20px; 
	padding:				3px;
	cursor:					pointer;
}

textarea{
	font-family:			Arial,sans-serif;
	color:					#ffffff;	 
	font-size:				12px; 
	border: 				1px solid #000000; 
	background-color:		#25211B; 
	height:					18px; 
	width:					80px; 
	padding:				3px;
}


#loginbar{
	position:				absolute;
	background-image: 		url(../gfx/background_loginbar.png);
	background-color:		#000000;	
	height:					24px;
	top:					0;
	left:					0;
	padding-left:			0px;	
	overflow:				auto;
	width:					100%;	
	text-align: 			left;
}

* html #loginbar {
	position:				absolute;	
	background-image: 		url(../gfx/background_loginbar.png);
	background-color:		#000000;	
	height:					24px;
	top:					0;
	left:					0;
	overflow:				auto;
	width:					100%;	
	text-align: 			left;
 }

#wrapper{
	background-image: 		url(../gfx/background.png);
	background-color:		#000000;	
	height:					800px;
	margin-top:				24px;
	width:					1067px;	
	margin-left: 			auto;
	margin-right: 			auto;
}

* html #wrapper {
	background-image: 		url(../gfx/background.png);
	background-color:		#000000;	
	height:					800px;
	margin-top:				24px;
	width:					1067px;	
	margin-left: 			auto;
	margin-right: 			auto;
}

.button{
	cursor:					pointer;
}

#menu{
	position:				absolute;
	/*background-color:		#222222;*/	
	height:					400px;
	width:					170px;	
	top:					240px;
	margin-left:			-75px;
}

* html #menu {
	position:				absolute;
	/*background-color:		#222222;*/	
	height:					400px;
	width:					170px;	
	top:					240px;
	margin-left:			-75px;
 }

.contentbox{
	height:					620px;
	width:					750px;	
	top:					170px;
	margin-left:			140px;
	position:				absolute;
	overflow: 				auto;
}

.calendarbox{
	height:					175px;
	width:					187px;	
	top:					320px;
	margin-left:			940px;
	padding-top:			25px;
	padding-left:			13px;
	position:				absolute;
	overflow: 				auto;
	background-image:		url(../gfx/background_calendarbox.png);	
	color:					#000000;
}

.link {
	cursor:					pointer;
	color:					#f26c09;
	text-decoration:		underline;
}

.footer{
	color:					#999999;
	font-size:				10px;
}
.smalltext{
	font-size:				10px;
}

.newspost{
	
}
.newsline{
	height:					2px;
	width:					250px;
	background-image: 		url(../gfx/background_newsline.png);	
}
.newsdate{
	font-size:				14px;
	font-weight:			bold;
	color:					#f26c09;
}
.newstime{
	font-size:				10px;
	color:					#bbbbbb;
}

.newsposter{
	font-size:				10px;
	color:					#bbbbbb;
}
.newstitle{
	font-size:				20px;
	color:					#ffffff;
	font-weight:			bold;
}	
#newstext{
	text-align:				justify;
}

.membername{
	width:					180px;
	color:					#ffffff;
	font-size:				12px;
	font-weight:			bold;
}
.memberinfo{
	width:					430px;
	color:					#ffffff;
}

.gw2tag{
	width:					200px;
	font-size:				10px;
	font-weight:			normal;
	color:					#bbbbbb;
}
.memberline{
	height:					1px;
	width:					500px;
	background-image: 		url(../gfx/background_memberline.png);	
}
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}