/* THEME */

body {
	background-color: #369;
	color: #350;
}

.darkbox {
	background-color: #6c0;
	border: 3px solid #258;
	color: #350;
}

.lightbox {
	background-color: #fff;
	border: 3px solid #258;
	color: #369;
}

h1, h2, h3, .boxtitle {
	color: #147;
}

#bottom {
	background: url(images/mount01.jpg);
}



/* GENERAL CSS */

body {
	margin: 5px 0 0 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

A {
	color: inherit;
	text-decoration: none;
}

A:hover {
	color: inherit;
	text-decoration: underline;
}

H2 {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin: 0;
}

#container {
	margin: 0px auto 0px auto;
	position: relative;
}

.box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#top {
	height: 40px;
	position: relative;
	margin: 0 0 10px 0;
}

#top A {
	font-size: 1.5em;
	font-weight: bold;
	margin: 9px 25px 0 0;
	float: right;
}

#top h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 9px 25px 0 25px;
	width: 280px;
	height: 1.2em;
	overflow-y: hidden;
	float: left;
	display: inline;
	color: inherit;
	text-align: center;
	font-style:italic;
}

#mid {
	width: auto;
	position: relative;
	left: 0px;
	right: 0px;
	overflow: hidden;
	font-size: 1.2em;
}

#leftside {
	float: left;
	width: 300px;
	margin: 0 0 0 3px;
	overflow: hidden;
}

#middle {
	float: right;
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	
}

#middle A {
	text-align: center;
}



#bottom {
	width: 100%;
	position: relative;
	margin: 10px 0 0 0;
	background-size: 100%;
	background-repeat:no-repeat;
}

#bottom A {
}

.botcol {
	width: 230px;
	float: left;
	height: 150px;
	margin: 10px 0 0 10px;
}

.botcol A {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 1px 0;
	float: left;
	clear: both;
}

.botcol H2 {
	margin: 0 0 2px 0;
	float: left;
	clear: both;
}

.botcol P {
	font-size: .8em;
	margin: 2px 0 2px 0;
	float: left;
	clear: both;
}

#middle h1 {
	text-align: center;
	font-size: 1.6em;
}

#scoresdiv table {
	width: 400px;
	margin: auto;
	border-collapse: collapse;
}

#scoresdiv td {
	text-align: center;
	padding: 3px;
}

#scoresdiv th {
	text-align: center;
	padding: 3px;
}

#scoresdiv p {
	text-align: center;
	padding: 3px;
}

.pagetext {
	width: 600px;
	padding: 10px;
	text-align: left;
}

.pagetext h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.pagetext p {
	font-size: .9em;
	margin: 0 0 12px 0;
}

#middle .pagetext a {
	text-decoration: underline;
}

#ugtabBox {
	width: 625px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 25px;
	margin-top: 35px;
	position: relative;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

.ugtabBoxInner {
	font-size: .8em;
	text-align: left;
	overflow: auto;
	padding: 0;
	margin: 0;
	height: 1px;
}

.ugtabContainer {
	position: absolute;
	top: -25px;
	width: 120px;
	height: 25px;
	overflow: hidden;
}

.ugtab {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	width: 114px;
	height: 30px;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}

#ugtabBox A {
}

#ugtabBox .alert {
	color: red;
}

#ugtabBox .alert A {
	 color: red;
}

.gppretext {
	float: left;
	line-height: 24px;
	padding-right: 10px;
}

.gpbutton {
	float: left;
}

.stpretext {
	float: left;
	line-height: 32px;
	padding-right: 10px;
}

.stbutton {
	float: left;
}

#nlbox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#applink {
	font-size: .9em;
	width: 628px;
	height: 50px;
	padding: 5px 10px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}

#applink A {
}

#applink IMG {
	border: 0;
	margin-right: 8px;
}

/* HOME PAGE */

#homepage {
	font-size: 14px;
}

#homepage A {
	font-weight: bold;
}

#homepage A:hover {
	text-decoration: underline;
}

.homepage-left {
	float: left;
	margin: 0 10px 0 0;
}

.homepage-right {
	float: left;
}

.homepagebox {
	width: 350px;
	height: 240px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0;
	margin-bottom: 15px;
}

.boxtitle {
	margin: 8px 0 6px 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom-width: 2px;
	padding-bottom: 6px;
	text-align: center;
}

h2.boxtitleh2 {
	text-transform: uppercase;
	line-height: 10px;
	font-weight: bold;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin: 0;
}

h2.homelefth2 {
	margin: 0 0 4px 0;
	padding: 0;
}

p.homelefth2 {
	margin: 0 0 4px 0;
}

h1.homeh1 {
	margin: 0 0 4px 0;
	font-size: 1.3em;
}

.homepagebox .link {
	display: block;
	width: 160px;
	float: left;
	margin: 0 0 2px 10px;
}

.homepagebox .applink {
}

.homepagebox .applink img {
	margin: 0 5px 0 10px;
	border: 0px;
}

ul.gamelinkul {
	margin: 0;
	padding: 0;
}

li.gamelinkli {
	list-style-type: none;
}

li.applinkli {
	list-style-type: none;
}

.homepagebox .image {
	width: 160px;
	float: left;
	margin: 0 0 5px 10px;
}

.homepage-leftside {
	width: 200px;
	height: 1525px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	margin-bottom: 15px;
}

#top2 {
	width: 954px;
	height: 20px;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 10px;
}

#top2 A {
	font-size: 1.5em;
	font-weight: bold;
	margin: 29px 25px 0 0;
}



/* LIST PAGE */

.listpage-center {
	font-size: 14px;
}

.listpage-center A {
	font-weight: bold;
}

.listpage-center {
	width: 696px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 0px;
	padding: 2px 0 10px 0;
	margin-bottom: 15px;
}

.listpage-center TD {
	padding: 0 5px 5px 5px;
}

.listitem {
	display: block;
	margin: 0 5px 4px 10px;
}

.listitem A:hover {
	text-decoration: underline;
}


#top3 {
	width: 676px;
	height: 20px;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

#top3 A {
	margin: 29px 25px 0 0;
}

#topipad {
	width: 734px;
	height: 80px;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

#topipad A {
	font-weight: bold;
}
.ipadbox {
	float: left;
	width:160px;
	height: 200px;
	background: #fff;
	padding: 5px;
	margin: 10px;
	text-align: center;
	color: #258;
}