@CHARSET "UTF-8";

body, html {
background: #8CA93E;

}

#contents {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #ddd;
}

h1 {
	color: #fff;
	background-color: transparent;
	font-family: Verdana, Helvetica, Sans serif, sans-serif;
	font-size: 18px;
}

p {
	color: #333;
	background-color: transparent;
	font-family: Verdana, Sans serif, sans-serif;
	font-size: 0.8em;
}

#menu {
	width: 210px;
	}


/*Toplinks*/

a.toplinks {
	font-size:11px;
	font-weight: bold;
	color: #A10000;
	padding: 2px;
	text-decoration:none;
}

a:hover.toplinks {
	color: #fff;
	background: #0063ff;
	padding: 2px;
}

a.gamelink {
	font-size:14px;
	font-weight: bold;
	color: black;
	padding: 2px;
	text-decoration:none;
}

a:hover.gamelink {
	color: white;
	background: #8C001A;
	padding: 2px;
}

a.gamelinksmall {
	font-size:11px;
	font-weight: bold;
	color: black;
	padding: 2px;
	text-decoration:none;
}

a:hover.gamelinksmall {
	color: white;
	background: #8C001A;
	padding: 2px;
}

.logohead {
height: 160px;
margin: 0;
width: 940px;
background: url(../img/logo2.jpg);
}

.logohead h1 {
margin-left: 30px;
font-size: 30px;
color: #fff;
text-align: left;
margin-top: 30px;
}

.logohead h2 {
margin-left: 30px;
font-size: 18px;
color: #fff;
text-align: left;
margin-top: 0px;
}


/* Design 5 */
table.Design5 {
    border-spacing: 0px;
    border-collapse: collapse;


    font-size: 11px;
}
table.Design5 th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    padding-top:10px;

    line-height: 21px; 
    font-size: 11px;
}
table.Design5 td {
    text-align: left;

    padding: 0.2em 0.5em;
    line-height: 21px;
    font-size: 11px;
}

table.Design5 input {
    text-align: left;
    font-size:11px;
}

table.Design5 thead th {
    text-align: left;

    line-height: 21px;
}
table.Design5 th.Corner {
    text-align: left;
}

#loginform {
width:300px;
margin:auto;
}
#loginform fieldset{
padding:10px;
}
#loginform legend{
font-weight:bold;
font-size:9pt;
}
#loginform label{
display:block;
height:2em;
background-color:#E7E7E7;
padding:10px 10px 0;
}
#loginform input {
margin-right:20px;
border:1px solid #999999;
float:right;
clear:right;
background:#CCCCCC;
}
#loginform input:focus,#loginform input:hover {
border:1px solid #333333;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background: #A10000;
border-top: 4px solid black; 
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #A10000; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

