/*
 style.css: mydivx stylesheet
 Version 1.0
*/

body {
	padding: 0;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	color: Black;
	background: Grey;
	background-repeat:repeat-x;
}

*
{
	margin: 1 auto 0 auto;
	text-align:left;
}

#container
{
	display: block; 
	height:auto;
	position: relative; 
	margin-left:10px;
	margin-right:35px;
}


#header
{
	height:70px;
	overflow:hidden;
}

#header h1
{
	font-family: Arial, Verdana,sans-serif;
	float:left;
	text-align:left;
	font-size:42px;
	color:Black;
	margin: 20px
}

#header h2
{
	font-family: Arial, Verdana,sans-serif;
	text-align:right;
	color:Black;
	margin-top:23px;
	width:500px;
	float: right;
}

#header a
{
	color:Black;
	text-decoration:none;
}

.off
{
	color:#67A0F5;
}

.news 
{
	text-align: left;
	color: Black;
	background-color: AntiqueWhite;
}

.news_white
{
        text-align: left;
        color: Black;
        background-color: White;
}

.news_title
{
	text-align: left;
	color: Yellow;
	background-color: Grey;
}

.stats
{
        text-align: center;
        color: Black;
        background-color: AntiqueWhite;
}

.stats_white
{
        text-align: center;
        color: Black;
        background-color: White;
}

.stats_grey
{
        text-align: center;
        color: Yellow;
        background-color: Grey;
}

.stats_title
{
        text-align: center;
        color: Yellow;
        background-color: Black;
}

.seasons_visible
{
        padding: 1px;
        padding-left:1;
        padding-bottom:4px;
        text-align:center;
        text-decoration:none;
        font-size:12px;
        font-weight: bold;
        color: Black;
        background-color: AntiqueWhite;
}

.seasons_invisible
{
        padding: 1px;
        padding-left:1;
        padding-bottom:4px;
        text-align:center;
        text-decoration:none;
        font-size:12px;
        color: Grey;
        background-color: AntiqueWhite;
}

#logo
{
	position:relative;
	width:160px;
	text-align:center;
	background-color: Grey;
	margin-bottom:5px;
}

.toplist
{
        position:relative;
        text-align:center;
	background-color: AntiqueWhite;
        margin-top:5px;
        margin-bottom:5px;
}

.login-button
{
        text-align:center;
        position:relative;
        background-color: AntiqueWhite;
        margin-bottom:5px;
}

#leftmenu
{
	position:relative;
	width:160px;
	float:left;
	border: 2px solid Black;
	background-color: AntiqueWhite;
	padding: 0 0 0 0;
	outline: 0 none;
	-moz-outline-style: 0 none;
	display: block;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

.leftmenu_icon
{
	width: 16px;
	height: 16px;
	float: right;
	background-position: 0 0;
}

#leftmenu_top
{
	height:18px;
	margin:2px;
	padding:4px;
	border: 1px solid Black; 
	background: Black 50% 50% repeat-x; 
	color: AntiqueWhite; 
	font-weight: bold;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#leftmenu_main
{
	margin:4px; 
	border: 1px solid Black; 
	background: AntiqueWhite 50% bottom repeat-x; color: #061C37;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#leftmenu_main a
{
	color: Black;
}

#leftmenu_main h3
{
	font-size:14px;
	font-weight:bold;
	color: #6cb2e4;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d7edfc;

}

#leftmenu_main ul
{
	list-style: none;
	padding-left: 5px;
}

#leftmenu_main ul li
{
	list-style: none;
	padding: 0px;
	text-align:left;
	color: Black;
}

#leftmenu_main ul li a, #leftmenu_main ul li a:visited
{
	display:block;
	list-style: none;
	padding: 0px;
	padding-left:0;
	padding-top:2px;
	padding-bottom:4px;
	text-align:left;
	text-decoration:none;
	font-size:13px;
}

#leftmenu_main ul li a:hover
{
color:black;
}

#leftmenu_main #help
{
	font-size: 9px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
}

#leftmenu_main input
{
	margin-right: 5px;
}

.ui-tabs
{
	width:690px;
	height:700px;
	overflow:auto;
}

#content_login
{
        background-color: AntiqueWhite;
        text-align: center;
}

#content_main
{
	background-color:#FFF;
	width:100%;
	height:100%;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	display: block;
	border: 2px solid Black;
	background-color: AntiqueWhite;
	padding: 0 0 0 0;
	outline: 0 none;
	-moz-outline-style: 0 none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#content h1
{
	font-size: 14px;
}

#content h2
{
	font-size: 16px;
}

#content h3
{
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}

#content a
{
	text-decoration:none;
	color: #176093;
}

#footer
{
	width:inherit;
	height:auto;
	color:Black;
        font-size:10px;
	text-align:center;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link a selected link */
a:hover, a:active {
    color: black;
}

.letters-menu a:link, .letters-menu a:visited {
    background-color: Grey;
    color: Black;
    border: 1px solid Black;
    padding: 2px 5px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.letters-menu a:hover, .letters-menu a:active {
    background-color: Black;
    color: Grey;
}

.button-link a:link, .button-link a:visited {
    background-color: Black;
    color: Grey;
    border: 2px solid Maroon;
    padding: 5px 10px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.button-link a:hover, .button-link a:active {
    background-color: Grey;
    color: Black;
}

.jumbotron {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  color: Black;
  background: Grey;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.jumbotron h1 {
  font-size: 32px;
  font-weight: 500;
  color: Black;
  text-align: center;
  text-shadow: 0px 2px 0px #abc,
               0px 4px 10px rgba(0,0,0,0.15),
               0px 5px 2px rgba(0,0,0,0.1),
               0px 6px 30px rgba(0,0,0,0.1);
}

.jumbotron h2 {
  font-size: 24px;
  font-weight: 500;
  color: Black;
  text-align: center;
  text-shadow: 0px 2px 0px #abc,
               0px 4px 10px rgba(0,0,0,0.15),
               0px 5px 2px rgba(0,0,0,0.1),
               0px 6px 30px rgba(0,0,0,0.1);
}

.jumbotron p {
  font-size: 16px;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.flashes {
  background: White;
  color: Red;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 3px solid Red;
  border-right: 3px solid Red;
  border-left: 3px solid Red;
  border-bottom: 3px solid Red;
}

.main {
  background: AntiqueWhite;
  color: Black;
  border-top: 3px solid Black;
  border-right: 3px solid Black;
  border-left: 3px solid Black;
  border-bottom: 3px solid Black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer {
  background: Grey;
  color: Black;
  padding-top: 5px;
  padding-bottom: 5px;
}

.left-panel {
  background: Grey;
  color: Black;
  font-size: 14px;
  font-weight: 50;
  border-right: 3px solid Black;
  border-left: 3px solid Black;
  border-top: 3px solid Black;
  border-bottom: 3px solid Black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

html, body
{
  text-align: center;
}
