
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#E0E0E0 url(img/back.png) no-repeat top center;
}
.container {
	width: 900px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.logo {
	clear:both;
	float:left;
	margin-top:27px;
	position:relative;
}
.logo a {
	background:url(img/logo.png) no-repeat;
	width:400px;
	height:71px;
	display: block;
	font-size:15px;
	color:#000;
	text-decoration:none;
}
.logo a span {
	position:absolute;
	left:115px;
	top:40px;
}

.language {
	float:right;
	margin-top:27px;
}
.language a {
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:0 1px;
	text-decoration:none;
	font-size:12px;
	color:#000;
}

.language a span {
	font-weight:bold;
}
.language a span u {
	color:#195D92;
}

.morelang {
	width:900px;
	padding-top:10px;
	z-index:100;
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
}

.morelang a {
	float:left;
	padding-left:32px;
	background-repeat:no-repeat;
	background-position:10px 7px;
	font-weight:normal;
	font-size:13px;
	color:#333;
	text-decoration:none;
	width:117px;
	height:26px;
	line-height:26px;
	display:block;
	border-radius:15px;
	-moz-border-radius:15px;
}

.morelang a:hover {
	text-decoration:underline;
	background-color:#FFF;
}

.nav {
	clear:both;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
}
.nav a {
	font-size:15px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	margin-left:15px;
}
.nav a:hover {
	text-decoration:underline;
	color:#195990;
}
.nav span {
	font-size:15px;
	font-weight:normal;
	background:#195D92;
	color:#fff;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	margin-left:15px;
	border-radius:10px;
	-moz-border-radius:10px;
}
.slideshow {
	width:900px;
	height:370px;
	display:block;
}

.bigshadow {
	clear:both;
	background:url(img/bigshadow.png) no-repeat;
	width:900px;
	height:40px;
	display:block;
}

.smallshadow {
	clear:both;
	background:url(img/smallshadow.png) no-repeat;
	width:900px;
	height:15px;
	display:block;
}

.login {
	background:#fff;
	padding:10px;
	position:relative;
}
.login p {
	float:left;
	margin-right:10px;
	padding:3px;
	font-size:15px;
}
.login input {
	font-size:14px;
}

.login span {
	float:right;
	padding-top:5px;
}
.login a {
	color:#195990;
	font-size:12px;
}
.login a:hover {
	text-decoration:none;
	color:#C00;
}
a.smallbut {
	background:#2098D9;
	font-size:14px;
	border-top:2px solid #22B1FD;
	border-bottom:2px solid #177AB2;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#fff!important;
	margin-right:5px;
}
a.smallbut:hover {
	border-bottom:2px solid #2098D9;
	border-top:2px solid #116696;
	background:#177AB2;
}

a.bigbut {
	background:#2098D9;
	font-size:20px;
	letter-spacing:-1px;
	border-top:2px solid #22B1FD;
	border-bottom:2px solid #177AB2;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	color:#fff!important;
	margin-right:5px;
}
a.bigbut:hover {
	border-bottom:2px solid #2098D9;
	border-top:2px solid #116696;
	background:#177AB2;
}

a.bigbutdis {
	background:#CCC;
	font-size:20px;
	letter-spacing:-1px;
	border-top:2px solid #CCC;
	border-bottom:2px solid #CCC;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	color:#fff!important;
	margin-right:5px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#195990;
}

.hml {
	float:left;
}

.hml a {
	padding:20px;
	width:406px;
	display:inline-block;
	text-decoration:none;
	border:2px solid #fff;
	background:#fff url(img/arrw.png) no-repeat right center;
}

.hml a:hover {
	border:2px solid #195990;
}

.hml p {
	color:#000;
	font-size:18px;
	padding-top:10px;
}

.hmp {
	float:left;
}

.hmr a {
	padding:20px;
	width:406px;
	display:inline-block;
	text-decoration:none;
	border:2px solid #fff;
	background:#f0f0f0 url(img/arrw.png) no-repeat right center;
}

.hmr a:hover {
	border:2px solid #195990;
}

.hmr p {
	color:#000;
	font-size:18px;
	padding-top:10px;
}

.footer {
	text-align:center;
	font-size:12px;
	padding-top:10px;
}
.footer a {
	color:#000;
	padding-left:4px;
	padding-right:4px;
}
.footer a:hover {
	color:#195990;
	text-decoration:none;
}
.footer p {
	padding-bottom:10px;
}

.hgame {
	position:relative;
	background:url(img/slideshow.jpg) no-repeat;
}
.hgame h5 {
	font-size:20px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:100px;
	left:30px;
	width:270px;
}

.hgame div {
	position:absolute;
	top:240px;
	left:30px;
	width:270px;
}
.hgame div h6 {
	font-size:20px;
	color:#FFF;
	padding-bottom:20px;
}

.hgame div p {
	font-size:13px;
	color:#FC0;
}


.hgame a {
	width:900px;
	height:370px;
	display:block;
	text-decoration:none;
}
.hlogo {
	position:absolute;
	top:30px;
	left:30px;
}
.hlogo img {
	border:none;
}
.hpic {
	position:absolute;
	top:49px;
	right:10px;
}
.hpic img {
	border:none;
}
.header {
	padding:30px;
	height:115px;
}

.header h1 {
	font-size:40px;
	letter-spacing:-1px;
	color:#1F98D8;
	padding-bottom:10px;
}
.header p {
	font-size:18px;
	color:#FFF;
}

.content {
	background:#FFF;
	padding:30px;
	padding-top:0;
}

.company h2 {
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}
.company p {
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #E0E0E0;
}
.company p strong {
	color:#195990;
}

.jobs h2 {
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
}
.jobs p {
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.jobs p strong {
	color:#195990;
}

.jobs input {
	width:95%;
	padding:5px;
	font-size:20px;
}

.jobs textarea {
	width:95%;
	padding:5px;
	font-size:20px;
	height:200px;
}
.blubox {
	border:1px solid #e0e0e0;
	background:#DEF0F9;
	padding:10px;
	margin-top:20px;
	font-size:16px;
}
.blubox strong {
	color:#195990;
	font-size:18px;
}

.partners h2 {
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
	text-align:center;
}
.partners p {
	font-size:18px;
	padding-top:10px;
	text-align:center;
}
.partners p strong {
	color:#195990;
}

.pmid {
	padding-top:30px;
}

.pmid div {
	float:left;
	width:31%;
	margin-right:1%;
	margin-left:1%;
	border:1px solid #dadada;
	height:300px;
}

.pmid div p {
	text-align:left;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.pmid div h2 {
	background:#2098D9;
	color:#fff;
	font-size:15px;
	padding-top:10px;
}

.register h1 {
	font-size:25px;
	font-weight:normal;
	border-bottom:1px solid #E0E0E0;
	background:#f0f0f0;
	text-align:center;
	padding:10px;
	width:820px;
}

.register h4 {
	font-size:12px;
	text-align:center;
	padding-bottom:20px;
}

.register h4 a {
	color:#195990;
}

.register div {
	clear:both;
	padding:10px;
	border-bottom:1px solid #e0e0e0;
	width:820px;
}

.register div p {
	float:left;
	width:50%;
}

.register div h5 {
	float:left;
	width:50%;
	font-size:15px;
	font-weight:normal;
	padding-top:3px;
}


.register span {
	clear:both;
	display:block;
	font-size:1px;
	width:820px;
	height:1px;
	line-height:1px;
}
.register input {
	font-size:14px;
	padding:3px;
	width:96%;
}
.register textarea {
	font-size:14px;
	padding:3px;
	width:96%;
	height:50px;
}

.register select {
	font-size:18px;
	padding:3px;
	width:96%;
}

.register small {
	line-height:20px;
	font-size:11px;
	background-position:0 5px;
	background-repeat:no-repeat;
	padding:5px;
	padding-left:20px;
	margin-top:5px;
}

.register small ins {
text-decoration:none;
}

.register .yes {
  background-image: url(img/yes.png);
}

.register .no {
  background-image: url(img/no.png);
}

.register .warn {
  background-image: url(img/warn.png);
}


.games {
	padding-left:40px;
	padding-right:20px;
}

.games div {
	width:268px;
	float:left;
	padding-bottom:10px;
	padding-right:12px;
}

.games div a {
	text-decoration:none;
	color:#000;
	width:260px;
	height:300px;
	display:block;
	border:1px solid #fff;
	padding:5px;
}
.games div a:hover {
	border:1px solid #ccc;
}

.games div h1 {
	padding:5px;
}
.games div p {
	padding:5px;
	font-size:14px;
}

.games div img {
	padding-bottom:10px;
	border:none;
}

.game_shots {
	width:250px;
	float:left;
}
.game_shots p {
	padding-top:10px;
	padding-bottom:20px;
}


.game_shots p a {
	color:#C00;
	font-size:15px;
	font-weight:bold;
}

.game_info {
	float:left;
	width:560px;
}
.game_info h1 {
	padding-bottom:5px;
}
.game_info p {
	padding-bottom:30px;
	font-size:14px;
}
.game_info ul  {
	padding-left:20px;
	font-size:14px;
	margin-bottom:30px;
}

.visit {
	padding-bottom:20px;
	border-top:1px solid #e0e0e0;
	width:200px;
	padding-bottom:10px !important;
}
.pdf {
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	width:200px;
	margin-bottom:20px;
	padding-bottom:10px !important;
}

.avail a {
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:20px;
	width:120px;
	height:20px;
	display:block;
	float:left;
	font-size:12px;
	color:#000;
}

.avail a:hover {
	text-decoration:none;
	color:#C00;
}

/* ADMIN CSS */

.headnav {
	background:url(img/headnav.png) no-repeat;
	height:49px;
	width:900px;
	text-align:center;
}
.headnav a {
	color:#FFF;
	line-height:49px;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}
.headnav a:hover {
	text-decoration:underline;
}

.headnav a.selected {
	background:#1655B5;
	padding-top:3px;
	padding-bottom:3px;
}

.navadm {
	clear:both;
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
}
.navadm a {
	font-size:15px;
	font-weight:bold;
	color:#195990;
	text-decoration:underline;
}
.navadm a:hover {
	text-decoration:none;
	color:#195990;
}
.navadm span {
	font-size:15px;
	font-weight:normal;
	color:#000;
	padding:3px;
}

.headsubnav {
	background:#000;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#333;
	font-size:12px;
}

.headsubnav a {
	color:#FFF;
	line-height:30px;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

.headsubnav a:hover {
	text-decoration:underline;
}


.headsubnav a.selected {
	color:#1F9EFF;
}


.filter th {
	text-align:left;
	font-size:12px;
	font-weight:normal;
}

.tbldata table {
	padding-bottom:20px;
	padding-top:20px;
}
.tbldata th {
	font-size:12px;
	color:#fff;
	background:#155AA9 url(img/tblth.png) repeat-x;
	line-height:25px;
	text-align:center;
	padding-left:6px;
	font-weight:normal;
}

.tbldata td {
	border-bottom:1px solid #CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:30px;
	padding-left:6px;
}

.tbldata p {
	font-size:13px;
	font-weight:normal;
	text-align:center;
	color:#000;
}


.tbldata h2 {
	font-size:30px;
	font-weight:normal;
	text-align:center;
	color:#1D8CE9;
	letter-spacing:-1px;
}
.tbldata h3 {
	font-size:12px;
	text-align:center;
}
.tbldata a {
	color:#0E3279;
}
.tbldata a:hover {
	color:#C00;
	text-decoration:none;
}


.paging {
	padding-bottom:50px;
	text-align:center;
}

.paging a {
	font-size:14px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	color:#000;
}

.paging  a:hover {
	background:#2098D9;
	font-size:14px;
	border-top:2px solid #22B1FD;
	border-bottom:2px solid #177AB2;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#fff!important;
}

.paging a.selected {
	background:#2098D9;
	font-size:14px;
	border-top:2px solid #22B1FD;
	border-bottom:2px solid #177AB2;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:#fff!important;
}
.paging  a.selected:hover {
	border-bottom:2px solid #2098D9;
	border-top:2px solid #116696;
	background:#177AB2;
}

.decsription td {
	line-height:normal;
	padding:10px;
}

.error div {
	border:0!important;
}

.error {
	border:2px solid #CC3333!important;
	border-radius:10px;
	-moz-border-radius:10px;
	background:#FFEEEE url(img/barerror.png) no-repeat 10px 8px;
	padding:20px;
	padding-left:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

.error p {
	width:100%!important;
	float:none!important;
	padding-left:60px;
}

.error strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#C33;
}


.okey div {
	border:0!important;
}

.okey p {
	width:100%!important;
	float:none!important;
	padding-left:60px;
}

.okey {
	border:2px solid #009900!important;
	border-radius:10px;
	-moz-border-radius:10px;
	background:#DDFFD7 url(img/barokey.png) no-repeat 10px 8px;
	padding:20px;
	padding-left:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}
.okey strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#009900;
}

.loginmsg {
	border:1px solid #dadada;
	background-color:#f0f0f0;
	background-position:5px 5px;
	margin-bottom:10px;
	padding:5px;
	padding-left:25px;
	background-repeat:no-repeat;
	font-size:12px;
}