﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
	height:100%;
}

body   
{
	background: #1c1c1c; /* Old browsers */
	background: -moz-radial-gradient(center, circle cover, #1c1c1c 0%, #000000 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #1c1c1c), color-stop(100%, #000000)); /* safari4+,chrome */
	background: -webkit-radial-gradient(center, circle cover, #1c1c1c 0%, #000000 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, circle cover, #1c1c1c 0%, #000000 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, circle cover, #1c1c1c 0%, #000000 100%); /* ie10+ */
	background: radial-gradient(circle at center, #1c1c1c 0%, #000000 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=1 ); /* ie6-9 */

    font-size: .80em;
    font-family: Arial;
    height: 100%;
	margin: 0;
	padding: 0;
    color: #000000;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0px;
}

h1
{
    font-size: 1.5em;
    padding: 0px;
    margin: 0px;
	font-weight: bold;
}

h2
{
    font-size: 1.3em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

p {
	margin: 0;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

body form
{
	height: 100%;
}

.loginForm a {
	color: #9c804e;
	text-decoration: none;
}

/* COMMON CLASSES
-----------0-----------------------------------------------*/

.left {
    float: left;
} 

.control-form
{
    float:left;
    margin:5px;
}

.alignRight {
	margin: 0 0 0 477px;
}

.gold {
	color: #9c804e !important;
}

.grey {
	color: #9B9B9B !important;
}

label.error {
	display: block;
	color: #FF0000 !important;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
}

.button {
	display: block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
	border: none;
}

.goldenButton {
	background-color: #9C804E;
	color: #FFFFFF;
	border: none;
}

	.goldenButton:hover, .goldenButton:active {
		background-color: #FFFFFF;
		color: #9C804E;
	}

.submitButton {
	margin: 10px 0 0 378px;
}

.mediumWidth {
	width: 140px;
}

.mHeight {
	height: 30px;
	line-height: 30px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.loginForm {
	display: block;
	width: 1024px;
	height: 768px;
	padding: 95px 0 0;
	margin: 0 auto;
	/*overflow: hidden; -- https://gaming.zendesk.com/agent/tickets/2795367*/
}

#Logo {
	background: transparent url('/Images/Rooms/ExtranetGaming1.png') left top no-repeat;
	width: 285px;
	height: 477px;
}

	#Logo div {
		width: 285px;
		text-align: center;
	}
	
		#Logo div img {
			margin: 272px auto 0;
		}

#LoginForm {
	width: 677px;
	min-height: 292px;
	margin: 0 0 0 20px;
}

#LoginHeader {
	width: 677px;
	overflow: hidden;
}

#LeftLoginHeader {
	width: 400px;
	color: #9B9B9B;
	font-weight: bold;
	float: left;
}

	#LeftLoginHeader > p {
		font-style: italic;
		font-size: 1.2em;
	}

	#LeftLoginHeader > label {
		
	}

#RightLoginHeader {
	width: 125px;
	float: left;
}

	#RightLoginHeader > div {
		overflow: hidden;
	}

	#RightLoginHeader a {
		display: block;
		font-size: 1.5em;
		margin: 0 5px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		float: left;
	}

		#RightLoginHeader a:hover {
			color: #9c804e;
		}

	#RightLoginHeader label {
		display: block;
		font-size: 1.3em;
		margin: 0 5px;
		width: 5px;
		height: 20px;
		line-height: 20px;
		float: left;
	}

	
.login {
	width: 490px;
	color: #9B9B9B;
	margin: 10px 0 0;
}

	.login > p {
		font-style: italic;
		font-size: 1.2em;
	}

	.login label {
		margin: 15px 0 3px;
		min-height: 10px;
		font-weight: bold;
	}

	.login > div > div {
		margin: 20px 0 0;
	}

#LoginFormFields {
	border: 2px solid #9B9B9B;
	width: 643px;
	margin: 0 0 10px;
	padding: 15px;
	min-height: 250px;
	display: block;
}

	#LoginFormFields label.inline {
		display: inline;
	}

.page
{
    width: 99.90%;
    background-color:#333;
    height:100%;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index:1;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
	background-color:#333;
    z-index:1;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 0 1em 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 2px 4px;
	height: 1.3em;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 2px 4px;
	height: 1.3em;
}

div.accountInfo
{
}

/* MISC  
----------------------------------------------------------*/

.notAvailable
{
    font-size: 25px !important;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.main-logo
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification ul, .failureNotification li
{
    color: #FF0000;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.bold
{
    font-weight: bold;
}

.TableLogin td
{
	padding: 10px 0;
}

.TableHelpMessage
{
	background-color:#F9F9D1;
	border: 1px solid black;
	margin:5px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}
.HelpMessage
{
	font-size:10px;
}

.AspNetCode
{
	color: #316AC5;
}

.HelpMessageTitle
{
	font-weight:bold;
	color:#484867;
}

.RightAlign
{
	text-align:right;
}

.CenterAlign
{
	text-align:center;
}

.HorizontalButtons table
{
    display : inline-table;
}

.keeptextInblack a
{
    color: black !important;
}

[class~=dxnb] {
    white-space: inherit !important;
}

[class~=dxnb] a {
    white-space: inherit !important;
}

.cruksLinks {
    color: blue !important;
}

.cruksLinks:hover {
    color: black !important;
}