﻿html
{
    background: #000000 url(../res/back.gif) repeat-y center top;
}

html,body
{
    height: 101%;
}

body
{
    /*background: url(../../res/yooba.gif) no-repeat bottom right;*/
    margin: 0;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #404040;
}

a
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #0080ff;
    text-decoration: none;
}

a.white
{
    color: #ffffff;
}

a.red
{
    color: #a00000;
}

a:hover
{
    text-decoration: underline;
}

.white
{
	color: #ffffff;
}

li
{
	margin-bottom:5px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom:1px solid #c0c0c0;
	color: #404040;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	margin-bottom:5px;
	color: #404040;
}

textarea
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.newsitem
{
	background-color:#eeeeee; 
	border:1px solid #dddddd; 
	padding:10px; 
	margin-bottom:30px;
	font-size:12px;
}

ul.filelist
{
	margin:0;padding:0;
	list-style-type:none;
	padding-left:5px;
	margin-top:2px;
}

ul.filelist li
{
	padding:2px;
}

ul.filelist li a
{
	font-weight:normal;
}

.fileListHeader
{
	background-color:#eeeeee;
	border:1px solid #dddddd; 
	padding:5px;
	font-weight:bold;
}

.newsListTable
{
}

.newsListTable td
{
	background-color:#eeeeee;
	vertical-align:top;
	padding:3px;
}

.menuButton
{
	width:110px; 
	background-color:#eeeeee; 
	border:1px solid #e0e0e0; 
	text-align:center; 
	padding:5px;
}

.fansTable
{
	border-collapse:collapse;
	width:450px;
}

.fansTable th
{
	font-weight:bold;
	border: 1px solid #c0c0c0;
	background-color:#eeeeee;
	vertical-align:top;
	padding:5px;
}

.fansTable td
{
	border: 1px solid #e0e0e0;
	vertical-align:top;
	padding:3px;
}

.fansTable tr.odd
{
	background-color:#f9f9f9;
}

.fansTable tr:hover
{
	background-color:#eeeeee;
}

.statsMenu
{
	width:50%;
	padding-bottom:10px;
	border-bottom: 1px solid #e0e0e0;
	color: #b0b0b0;
}

.statsMenu a
{
	font-weight:bold;
}
