/*common.css has to be included in every template
  due to accessibility changes in Banshee's scripts 
	link before the skin's css-file
	everything defined here will then be overwritten by the skin's template
	V 1.2 2009-11-06 by Banshee */

body {
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	background:#000000;
	color:#ffffff;
}	

h1,h2,h3,h4,h5,h6,p,td,th,table,ol,ul,li,dl,dt,dd,div,span,label,input,select,option,textarea {
	font-size:1em;
	text-align:left;	
	font-weight:normal;
	vertical-align:top;
}	

h1 {
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
}	

img {
	border: 0 none;
}	

table {
	border-collapse:collapse;
	margin-top:12px;
}

th,td {
	vertical-align:top;
	text-align:left;
}

td img {
	display:block;
	text-align:center;
}

.noborder,
.noborder th,
.noborder td,
form {
	border:0 none;
}
		
/*class to hide text from being displayed on the screen but to be read by screenreaders*/
.inv {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:1px;
	height:1px;
	overflow:hidden;
	display:inline;
}	

/* class for useronline*/
.charinfo div {
	margin:0;
	padding:2px;
}

/*center content*/
.center {
	text-align:center;
	clear:both;
	margin:0.7em 0 0.7em 0;
}	
