/************
 * Styles
 ************/

body
{
	background-color: #000000;
	background-image: url();
	margin-top: 0px;
}

body,td,th
{
	font-family: "Verdana";
	font-size: 10px;
	color: #FFFFFF;
}

/**
 * Table, which the background is attached to
 */
table.background
{
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}

/**
 * Links
 */

a[href]
{
	color: #B80000;
	text-decoration: none;
}

a[href]:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/**
 * The three main elements (header, textbox, menu)
 */
.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 20px;
}

.textbox
{
	border: medium solid #333333;
	padding: 10px;
	width: 600px;
	float: left;
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
}

.menu
{
	float: left;
	height: 200px;
	font-family: Verdana;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 50px;
}

/**
 * Menu-elements
 */
.menu a
{
	color: #B80000;
	font-weight: normal;
	text-decoration: none;
}

.menu a:hover
{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}

a.curLink
{
	font-weight: bolder;
	font-size: 16px;
}

/**
 * Textbox-elements
 */
h2
{
	font-weight: bold;
	font-size: 14px
}

ol, ul
{
	margin: 0px;
	padding-left: 21px;
}

li
{
	list-item: disc;
	padding: 1px 1px 1px 1px;
	margin: 1px;
	font-size: 12px;
	word-spacing: 2px;
}

/**
 * News-elements
 */

.newsHeader
{
	text-align: left;
	font-size: 14px;
	funt-weight: bolder;
	border: 1px dotted gray;
	border-width: 0px 0px 0px 1px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}

.newsText
{
	border: 1px dotted gray;
	border-width: 1px 1px 1px 0px;
}

.newsFooter
{
	border: 1px dotted gray;
	border-width: 0px 0px 0px 1px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}

.newsDelim
{
	height: 20px;
}

/**
 * Bracketit
 */

.bracketTable td
{
	font-size: 12px;
}

.bracketTeam
{
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 1px 0px;
	width: 130px;
	height: 12px;
}

.bracketEmpty
{
	width: 110px;
	height: 12px;
}

.bracketConnector
{
	border: 1px solid #CCCCCC;
	border-width: 0px 1px 0px 0px;
	width: 130px;
	height: 12px;
}	

