* {
	margin:0 auto;
	padding:0 auto;}
	
body {
	color: black;
	background-color:#a21a1a;
	margin: 0px;}

#container {
	padding-top:20px;
	text-align:left;}

.content {
	text-align:left;
	background-image: url(images/site-bg.gif);
	width:800px;}
	
a {
	text-decoration:none;
	color:#000000; }
	
h1 {
	font:bold 15px Arial, Helvetica, sans-serif;}	
	
div,td {
	font:normal 12px Arial, Helvetica, sans-serif;}

.marquee {
	padding-right:20px;}

.marquee-on {
	padding-right:20px;
	background:silver;}

.textarea {
		font:normal 11px Arial, Helvetica, sans-serif;
		background-image: url(images/bg_textarea.gif);
		border:1px solid silver;
		background-repeat: repeat-x;}
		
.button {
		font:normal 11px Arial, Helvetica, sans-serif;
		border:1px solid silver;}
		
		
.right-flash {
	padding-bottom:10px;}
.table-header {
	font:bold 11px Arial, Helvetica, sans-serif;}
	
.table-even {
	background-image: url('http://www.matchbanken.se/images/bg-line-even.gif');
	cursor:pointer;
	background-repeat: repeat-x;}

.table-odd {
	background-color:#efeeee;
	background-image: url('http://www.matchbanken.se/images/bg-line-odd.gif');
	cursor:pointer;
	background-repeat: repeat-x;}

.table-active {
	background-color:#efeeee;
	background-image: url('http://www.matchbanken.se/images/bg-line-active.gif');
	cursor:pointer;
	background-repeat: repeat-x;}
