/* CSS Document */
html {
    min-height:100.1% /* this is to solve the shifting problem on firefox and opera, it forces the scrollbar to be there at all times.*/
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body, p, td, li, h1, h2, h3 {
	font: normal 11px arial, Helvetica, Sans-serif;
}

.headerWrapper {
position:fixed;
width:100%;
top:0;
}

input {
	font: normal 11px arial, Helvetica, Sans-serif;
	height: 18px;
	width: 200px;
}

button {
	background: #CC6600;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	color: #FFF;
	font: normal 11px Arial;
	height: 24px;
    padding-bottom: 2px;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}

.menBtn {
    background: #F0F4F7;
    color: navy;
    height: 120px;
    width: 120px;
	/*
    height: 108px;
    width: 108px;
	*/
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    /*
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-radius: 25px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    */
}

.menBtn:hover {
	/*
    background: #DAE5F0;
	*/
    background: #CC0033;
}

.menPlayerBtn {
    background: #F0F4F7;
    color: navy;
    height: 108px;
    width: 108px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

.menPlayerBtn:hover {
    background: #FFFFAA;
}

.menAdminBtn {
    background: #F0F4F7;
    color: navy;
    height: 108px;
    width: 108px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
}

.menAdminBtn:hover {
    background: #EFEE80;
}

.sponsorbtn {
    background: none;
	border: none;
	color: #FFF;
	cursor: hand;
	font: normal 11px Arial;
	height: 180px;
}