html {
    text-align: center;
}

body {
    text-align: center;
}

th {
    background-color: #990000;
}

#menunav{
    width:100%;
    text-align:left;
    display:block;
    background-color:#990000;
    font-size:2em;
    color:white;
}

#maintitle{
    display:none;
}

.gamelisttr{
    padding-top: 10px;
}

.gamelisttr{
    padding-top: 10px;
    padding-bottom: 10px;
}

.loginform{
   font-size: 1.5rem;   
  color:white;
}

#navdiv{
    display:none;
    background-color: #990000;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
	color: #ffffff;
    vertical-align:top;
    position:absolute;
    top:35;
    border-style:solid;
    border-color:black;

}

#maincontent{
    display:inline-block;
    text-align: left;
    max-width:650px;
    vertical-align:top;
}

.overflowtable{
    overflow-x: scroll;
    max-width:95vw;
}

.overflowtable td {
    padding-top:5px;
    padding-bottom:5px;
}

.formheader{
   padding-top:10px;
   font-weight: bold;
   color: #990000;
}


.f {color:#ffffff;}
.g {color:yellow;font-size:17px;font-family:arial,san-serif;}
.h {color:#aaaaff;font-size:12px;font-family:arial,san-serif;}
.attrvalue {color:#000000;font-size:12px;font-family:arial,san-serif;}
.attrname {color:#000000;font-size:12px;font-family:arial,san-serif;}
.statsheader {color:#000000;font-size:12px;font-family:arial,san-serif;font-weight:bold}

.aclass:visited,
.aclass:active,
.aclass:link {
	color: #FFFFFF;
	text-decoration: none;
   color:#ffffff;
	font-size:12px;
	font-family:arial,san-serif;
	font-weight:bold;
}

.test{
	background: #000000;
}

.test:hover{
	background: #FFFFFF;

}

.aclass:hover{
	/*text-decoration : underline;*/
	color: #FFFFFF;
}

.option{
	color: #990000;
	margin-left: 3px;
	cursor: pointer;
	font-weight: bold;
}

td{
	font-family: arial,san-serif;
}
div{
	font-family: arial,san-serif;
}

body {
	background-color:#ffffdd;
}

h1 {
	font-size: 20px;
	color: #990000;
	display: inline;
}

a:visited,
a:active,
a:link {	
	color : #990000;
	text-decoration : underline;
}

.header {
	text-align: right;
	font-weight: bold;
	color: #990000;
}

.smallheader {
	font-weight: bold;
	color: #ffffff;
	font-size: 8pt;
	text-align: center;
	background: #990000;
}

/* Sortable tables */
table.sortable a.sortheader {
	background-color:#990000;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

table.sortable span.sortarrow {
	color: #ffffff;
	text-decoration: none;
}

#RightBar{
   background-color: #990000;
	font-weight: bold;
    text-align: left;
	font-size: .75rem;
	font-family: verdana;
	color: #ffffff;
	width: 100px;
    display:none;
}

#RightBar td{
   background-color: #990000;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
	color: #ffffff;
	width: 100px;
}

#RightBar hr{
   color: #000000;

}

#RightBar h1{
   font-size:7pt;
	color: #ffff00;
}

@media only screen and (min-width: 930px) {
    .loginform{
        font-size: 1rem;   
    }
    #maintitle{
        display:block;
    }
    .gamelisttr{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #navdiv{
        display:inline-block;
        position:relative;
        top:0;
        border-style:none;
    }
    #RightBar{
        display:inline-block;
    }
    #menunav{
        display:none;
    }
    #maincontent{
        min-width:650px;
    }
    .overflowtable{
        overflow: visible;
    }

    .overflowtable td{
        font-size: 80%;
        font: helvetica;
    }

    body {
        text-align:left;
        font-size: 90%;
    }
}

@media only screen and (min-width: 1030px) {
    #RightBar{
        margin-left:100px;
    }
}

