/* general */

img {
	border: 0px;
}

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-family: arial;
	font-size: 10px;
	max-width: 1250px;
	min-width: 1000px;
	background-color: #000000;
}

a:link
{
	text-decoration: underline;
	color: red;
}
a:visited
{
	text-decoration: underline;
	color: red;
}
a:active
{
	text-decoration: underline;
	color: red;
}
a:hover
{
	text-decoration: underline;
	color: black;
}


/* 6 parts: entire page, header, left menu, right menu, center, footer */
div#full_page
{
	height: 100%;
	background-color: #FFFFFF;
}

div#header {
	clear: both;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	height: 110px;
	padding: 1px;
	background-image: url(../images/header-grad.png);
	background-repeat: repeat-x; 
}

div#left-menu {
	float: left;
	height: 100%;
	min-height: 1100px;
	width: 150px;
	border-left: 0px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #F2EAEB;
}

div#right-menu {
	float: right;
	height: 100%;
	min-height: 1100px;
	width: 200px;
	border-left: 1px solid black;
	border-right: 0px solid black;
	border-bottom: 1px solid black;
	background-color: #F2EAEB; /*#C6AAAC;*/
}

div#middle {
	border-top: 1px solid;
	padding: 10px 180px 0px 180px;
	!padding: 10px 0px 0px 25px;
	_padding: 10px 0px 0px 25px;
	height: 100%;
	min-height: 1100px;
	background-color: #FFFFFF; /*#F2EAEB;*/
}

div#footer {
  border-top: 1px solid;
  background-color: #FFFFFF;
  padding-right: 15px;
  text-align: right;
  clear: both;
}

/* header */
div#logo
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

div#banner
{
	text-align: center;
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	border: 0px solid;
}

div#download
{
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}

/* left menu */
div.links_header
{
	width: 100%;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	text-align: center;
	height: 15px;
	background-color: #660000; /* DB161C */
}

div.links
{	
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

div.link
{
	width: 100px;
	padding-left: 10px;
	padding-bottom: 1px;
	font-family: arial;
	font-size: 10px;
}

table.standings-smalll
{
	padding-left: 5px;
	width: 100%;
	border: 0px;
	font-family: arial;
	font-size: 10px;
}
table.standings-small td
{
	padding: 0px;
}

div.more
{
	/* the '..more' link */
	text-align: right;
}


/* right menu */
div.right_header
{
	width: 100%;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
	color: white;
	text-align: center;
	background-color: #660000;
}

div.right
{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

table.schedule-small
{
	padding-left: 5px;
	width: 100%;
	border: 0px;
	font-family: arial;
	font-size: 10px;
}
table.schedule-small td
{
	padding: 0px;
}

/* middle */
div.menu_button
{
	float: left;
	/* position: relative; */
	margin-left: 5px;
	/*
	width: 86px;
	height: 30px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	color: white;
	border: white 1px solid;
	background-image: url(images/menu-grad.png);
	background-repeat: repeat-x;
	*/
}


/* middle: news */
div#news_overview
{
	border: 1px solid;
	width: 90%;
	!width: 95%;
	_width: 95%;
}

table.news
{
	padding-left: 5px;
	width: 100%;
	border: 0px;
	font-family: arial;
	font-size: 12px;
}
table.news td
{
	padding: 0px;
}

div.news_header
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	width: 90%;
	!width: 95%;
	_width: 95%;
	border: black 1px solid;
	color: white;
	text-align: center;
	height: 18px;
	background-color: #660000;
}
div.news_contents
{
	width: 90%;
	!width: 95%;
	_width: 95%;
	min-height: 100px;
	border-left: black 1px solid;
	border-right: black 1px solid;
	background-color: #FFFFFF;
}
div.news_footer
{
	font-family: arial;
	font-size: 12px;
	width: 90%;
	!width: 95%;
	_width: 95%;
	border: black 1px solid;
	background-color: #F2EAEB;/*#F2EAEB;*/
}


a.menu_link:link
{
	text-decoration: none;
}
a.menu_link:visited
{
	text-decoration: none;
}
a.menu_link:active
{
	text-decoration: none;
}
a.menu_link:hover
{
	text-decoration: none;
}
h1 
{
	font-family: arial;
	font-size: 16px;
	color: #8B0000;
	font-weight: bold;
}
h2
{
	font-family: arial;
	font-size: 14px;
	color: #8B0000;
	font-weight: bold;
}
h3
{
	font-family: arial;
	font-size: 13px;
	color: #8B0000;
	font-weight: bold;
}
p
{
	width: 90%;
	!width: 95%;
	_width: 95%;
	font-family: arial;
	font-size: 13px;
	color: #463C3C;
}

div.page_header
{
	font-family: arial;
	font-size: 16px;
	color: #8B0000;
	font-weight: bold;
}
div.page_title
{
	font-family: arial;
	font-size: 14px;
	color: #8B0000;
	font-weight: bold;
}
div.page_subtitle
{
	font-family: arial;
	font-size: 13px;
	color: #8B0000;
	font-weight: bold;
}
div.page_text
{
width: 90%;
	!width: 95%;
	_width: 95%;
	font-family: arial;
	font-size: 13px;
	color: #463C3C;
}

div.screenshot
{
	float: left;
	padding-left: 50px;
}

div.game_logos
{
	float: right;
	margin-right: 5px;
}

div.active_leagues_header
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	!width: 95%;
	_width: 95%;
	border: black 1px solid;
	color: white;
	text-align: center;
	height: 18px;
	background-color: #660000;
}


div.active_leagues
{
	font-family: arial;
	font-size: 12px;
	padding-bottom: 2px;
	width: 90%;
	!width: 95%;
	_width: 95%;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #FFFFFF;
}

table.active_league
{
	width: 100%;
	font-family: arial;
	font-size: 12px;
}

table.active_league th
{
	text-align: center;
	background-color: #F2EAEB;
}

table.active_league td
{
	background-color: #FFFFFF;
}


div.profile_table
{
	font-family: arial;
	font-size: 12px;
	padding-bottom: 2px;
	width: 90%;
	!width: 95%;
	_width: 95%;
	border: #EFEFEF 1px solid;
	background-color: #FFFFFF;
}


table.common_table
{
	width: 90%;
	border: 0px;
	font-family: arial;
	font-size: 12px;
}

table.common_table th
{
	padding: 0px;
	background-color: #F2EAEB;
	border: 1px solid;
}

table.common_table td
{
	padding: 0px;
	background-color: #F2EAEB;
}