body {
	background-color: #1b232a;
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	background-image: linear-gradient(rgba(27, 35, 42, 1.0) 10%, rgba(27, 35, 42, 0.0)), url(../images/royalpin-bg.jpg);
	background-size: cover;
	background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#mainblock {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0px;
	height: 100%;
	width: 1170px;
}

#background-top {
	/*
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(27, 35, 42, 1.0)), url(../images/expo-bg.png);
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
	width: 100%;
	height: 1200px;
	*/
	margin-top: 100px;
}

.menulink_disabled {
	font-weight: bold;
	font-size: 10px;
	color: #999999;
}

.menulink_current {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.menulink {
	font-weight: bold;
	font-size: 10px;
	color: #d50000;
}

.menulink:link {
	color: #d50000;
}

.menulink:visited {
	color: #d50000;
}

.menulink:active {
	color: #d50000;
}

.menulink:hover {
	color: #ff0000;
}

.bluelink {
	color: #56a3e7;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 8pt;
}

.bluetext {
	color: #56a3e7;
	font-family: Verdana;
	font-size: 8pt;
}

td {
	color: #000000;
	
	
}

input {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
}

select {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
}

textarea {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
}

.errormsg{
	color: #990000;
	font-weight: bold;
}

a {
	color: #d50000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
}

a:hover {
	color: #ff0000;
}

#pagecontent{
	position: relative;
	z-index: 10;
}

#namebox {
	position: relative;
	left: 0px;
	border: 1px solid #cccccc;
	padding: 2px;
	width: 730px;
	background: #ffffff;
}

.dropdown {
	width: 190px;
}

.button {
	background-image: none;
	background-color: #1a8df7;
	border-color: #1a8df7;
	color: #ffffff;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    border: medium none;
    outline: medium none;
    text-decoration: none!important;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.button:hover {
	background-color: #fff;
	border-color: #1a8df7;
	color: #1a8df7;
}

.timelabel, .lanenumberlabel {
	font-family: Verdana;
	font-size: 9pt;
}

.main-container {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #1a8df7;
	background-color: #1b232a;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
}

.main-container td {
	color: #fff!important;
}


.main-container span {
	
}

.main-container h1 {
	color: #1a8df7;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-container b {
	color: #feb500;
}

.main-container li {
	color: #fff;
}

.main-container #player_name_div td {
	color: #000;
	font-size: 14px;
}


.main-container #laneStatusDiv {
	color: #000!important;
}


.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
	position: absolute;
    left: -500px;
}

.register-page span {
	color: #fff!important;
}

.currentstatus-page span {
	color: #000!important;
}

.players-page span {
	color: #000!important;
}