﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
	background-color: #5c87b2;
	font-size: .85em;
	font: 14px/18px;
	font-family: 'Open Sans', Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #10499E;
}

a:active, a:hover, a:visited, a:active, a:focus { 
    border: none;
    outline: none;
}

a:link {
    color: #10499E;
    text-decoration: underline;
}

a:visited {
    color: #10499E;
}

a:hover {
    color: #10499E;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #10499E;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0px;
}

h3 {
    font-size: 1.2em;
	padding-bottom: 10px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
	z-index: 1;
    margin-bottom: 0px;
    color: #000;
    padding-top: 20px;
}

header h1, #header h1 {
    font-weight: bold;
    padding-top: 30px;
    margin: 0;
    color: #10499E;
    border: none;
    font-size: 42px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5); /* 50% black coming from the top */
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
}

a.button {
    margin-top: 8px;
	display: inline-block;
	*display: inline;
	background-color: #10499E;
	color: white;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 3px;
    margin-right: 1px
}

a.primary-button {
    background-color: #36c;
}

a.button:hover 
{
	text-decoration: underline;
}

ul,ol {
	margin-left: 40px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
   background-color: #10499E;
    padding: 0 0 0;
    position: relative;
	z-index: 1;
    margin: 0;
	text-align: left;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    text-decoration: none;
    line-height: 2.8em;
    color: white;
}

ul#menu li a.current 
{
	font-weight: bold;
	text-decoration: underline;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

form {
	max-width: 500px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 1.4em 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"],
input[type="number"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 400px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
	background-color: #10499E;
	color: white;
}

input[type="submit"]:hover 
{
	text-decoration: underline;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.integrate table th {
    background-color: #10499E;
    color: white;
}

.integrate table th,
.integrate table td {
    border-color: #10499E;
}

.integrate table th{
    border-color: #e5ecf9;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: inline-block;
    *display: inline;
    text-align: left;
	position: absolute;
	top: 18px;
	left: 40%;
	margin-left: -206px;
}

div#title img{
	margin-top: 5px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
	position: absolute;
	top: 10px;
	right: 10px;
    text-align: right;
    margin: 10px;
    color: black;
}

#logindisplay a:link {
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: black;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    display: block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

input.text-box, .text-box {
    width: 30em;
}


.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	z-index: 1;
	min-width: 1000px;
}

h1
{
	background: inherit;
	color: #10499E;
	font-size: 24px;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
}

p
{
	clear: both;
	font: 10px;
	padding: 10px 0;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

.playerinfo 
{
	display: inline-block;
	margin-bottom: 20px;
	border: 1px solid #10499E;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}

.locale-selector {
    margin-top: 8px;
}

.hint {
    font-size: 12px;
    color: #aaa;
}

.locale-selector label{
    color: #10499E;
}

.locale-selector select{
    font-size: 14px;
}

.playerinfo h1 {
	font-size: 14px;
	display: inline-block;
	*display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

.playerinfo table 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail {
	display: none;	
}

.show-block
{
	display: block;
}


/*.playerinfo:hover .detail{
	display: block;
}*/

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin: auto;
	margin-left: -3px;
}

.endhoverbox {
	clear: both;
	margin-bottom: 40px;
}

.hoverbox .holder
{
	cursor: default;
	position: relative;
	z-index: 1;
}

.hoverbox .holder:hover
{
	z-index: 999;
}

.hoverbox .holder .preview
{
	display: none;
	z-index: 999;
    width: 166px;
	height: 206px;
}

.hoverbox .holder:hover .preview
{
	display: block;
	position: absolute;
	top: -28px;
	left: -28px;
	cursor: pointer;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 110px;
	height: 110px;
}

.hoverbox li
{
	background: #eee;
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
	z-index: 1;
}

.hoverbox .holder .preview a {
	z-index: 999;
	position: relative;
}

.hoverbox .holder:hover .preview a 
{
	display:block;
	position: absolute;
	height: 20px;
	width: 166px;
	text-align: center;
	left: 0px;
	background-color: #10499E;
	color: white;
	text-decoration: none;
	border-left: solid 2px white;
	border-right: solid 2px white;
}

.hoverbox .holder .preview a.real
{
	display: block;
	border-left: solid 2px white;
	border-right: solid 2px white;
	border-top: solid 2px white;
}

.hoverbox .holder .preview a.progressive {
	border-bottom: solid 2px white;
}

.hoverbox .holder .preview a.real {
	width: 166px;
	height: 186px;
}
.hoverbox .holder .preview a.real img {
	width: 166px;
	height: 166px;
}

.hoverbox .holder .demo-only a.real {
	height: 166px;
}

.hoverbox .holder:hover .preview a.demo {
	top: 186px;
	border-bottom: solid 2px white;
}

.hoverbox .holder:hover .demo-only a.demo {
	top: 166px;
}

/* END Hoverbox */

iframe.gamewindow {
	width: 1200px;
	height: 650px;
	margin: auto;
}

.l-mainlogo {
	margin: 0;
	display: inline-block;
	*display: inline;
}

.l-mainlogo img {
	margin: 12px 12px 6px 12px;
}

.game-holder{
	text-align: center;
}

.mobile-inner-holder a,
.mobile-inner-holder span {
    float: left;
    clear: both;
    text-align: center;
    width: 104px;
}

.game-holder .button
{
	display: block;
	font-size: 22px;
	left: 50%;
	bottom: 0;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	width: 200px;
	margin: auto;
}

.integrateheading {
	background-color: #e5ecf9;
	border-left:6px solid #36c;
	padding: 6px;
	width: 400px;
	margin-bottom: 20px;
}

.integrateheading a {
	font-size: 18px;
	font-weight: bold;
}

.integrate a,
.integrate a:hover {
	color: #36c;
	text-decoration: none;
}

.integrate a:hover {
	text-decoration: underline;
}

.integrateheading img
{
	position: relative;
	z-index: 1;
	top: 2px;
}

.integrateheading span {
	position: relative;
	left: 10px;
	top: -6px;
}

.integrate 
{
	color: #1155cc;
}

.integrate .detail {
	background-color: #e5ecf9;
	clear: both;
	border: 1px solid #36c;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}

.integrate .detail h1,
.integrate .detail h2,
.integrate .detail h3 {
	color: #1155cc;
}

.integrate .detail h1,
.integrate .detail h2,
.integrate .detail h3 {
	padding-top: 20px;
}

.integrate .detail ol,
.integrate .detail ul {
	padding-bottom: 10px;
}

.integrate .detail a {
	text-decoration: underline;
}

.integrate .detail a:hover {
	text-decoration: none;
}

.integrate .detail pre ol {
	margin-left: 40px;
	max-width: 800px;
}

.clearer {
	clear: both;
	height: 0;
}

.l-topright {
	position: absolute;
	top: 10px;
	right: 10px;
}

.formaction {
	font-weight: bold;
}

.supportedgames table td,
.supportedgames table th {
	border: none;
	
}

.supportedgames table td {
	width: 400px;
}

.supportedgames table th 
{
	font-weight: bold;
	background-color: #cbd5e7;
	color: #36c;
}

.supportedgames table
{
	margin-bottom: 20px;
	margin-left: 50px;
	border: none;
	border-left: 6px solid #36c;
}

.supportedgames ul {
	margin-left: 20px;
}

.supportedgames .game-details {
	margin-top: 50px;
}


.supportedgames li {
    display: block;
    width: 50%;
    float: left;
}

.game-tabs {
	position: relative;
	padding-bottom: 3px;
}

.game-tabs .tab {
	font-size: 14px;
	width: 150px;
	display: inline-block;
	*display: inline;
	text-align: center;
	padding: 6px 0 6px 0;
	background-color: #bbb;
	text-decoration: none;
	color: white !important;
}

.game-tabs .current,
.game-tabs .tab:hover
{
	background-color: #10499E;
}

.game-tabs .game-search {
	display: inline-block;
	*display: inline;
	width: 250px;
	padding: 6px 0 4px 0;
	color: white;
}

.game-tabs .game-search a 
{
	color: white;
}

.game-tabs .game-search input {
	font-size: 11px;
	background-color: #bbb;
	font-weight: bold;
	color: #7f0000;
}

.game-tabs .game-search input:hover,
.game-tabs .game-search:hover input {
	background-color: white;
	color: #10499E;
}

.game-search input {
	margin-left: 4px;
	width: 100px;
	position: relative;
	top: -1px;
}

.on-top {
	z-index: 9999;
}

.validation-summary-errors {
	margin-bottom: 10px;
}

.mobile-iframe-holder iframe {
	height: 480px;
}

.mobile-iframe-holder {
	position: relative;
	width: 800px;
	height: 600px;
	margin: auto;
}

.mobile-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
}

.redirect-info {
    margin-bottom: 20px;
}

.alert {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.alert-info {
    border-color: #3366cc;
    background-color: #EFF7FF;
    color: #3366cc;
}
