﻿@charset "UTF-8";

/* 									*	
 *	Local CSS - RIVERSIDE SITE		*
 * 									*/

/*
Color Scheme:
	Dark Blue	-	#091436
	Light Blue	-	#b8bac1
	Background	-	#e4e4e4
	Cells		-	#ffffff
	Light Text	-	#f6f6f6
    Green       -   #0a9986
    Dark Green  -   #0f4d45
*/


/*	Tags  */

body {
	background-color: #F0F5F9;
}
a,
a:visited,
a:hover,
a:active {
	color: #000;
}
h1,
h1 a,
h1 a:visited,
h1 a:hover,
h1 a:active {
    color: #000000;
    width: auto;
}
h2,
h2 a,
h2 a:visited,
h2 a:hover,
h2 a:active {
    color: #000000;
}
h3,
h3 a,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #000000;
}
hr {								/* Horizontal Lines */
	border-top: 1px solid #000000;
}


/*	Header	*/

#admin, #admin a {					/* Admin Box */
	color: #000000;
}
#logo {								/* Casino Logo */
	height: 65px;
	margin-left: -18px;
	position: absolute;
	width: 228px;
	left: 22px;
	top: 18px;
	background-repeat: no-repeat;
}
#sid {								/* SID Logo (Header Center) */
	height:144px;
	margin-top:0px;
	width:380px;
}


/*  Footer  */

#footer {							/* Footer color settings */
	background-color: #DDA924;
	color: #000000;
}
#footer a {							/* Footer links color settings */
	color: #000000;
}


/*  Search Page  */

.searchField_lg {					/* Large search field color settings */
	background-color:#fff;
	border:1px solid #000000;
	color:#000000;
}


/*  Login Page  */

.loginField {						/* Login fields color settings */
	color: #000000;
}


/*-- Parent Tables --*/

table.fluid,						/* Parent Tables Color Settings */
table.fixed,
table.fixed3,
table.info,
table.matrix,
table.box3,
table.box {
	border: 1px solid #DDA924;
}
table.fluid td,						/* Parent Tables Cell Color Settings */
table.fixed td,
table.fixed3 td,
table.info td,
table.box3 td,
table.box td {
	background-color: #ffffff;
}


/*  Child Tables  */

table.matrix .header td {			/* Matrix Table Header (Do not use <th>) */
	background-color: #000000 !important;
	color: #e4e4e4;
}
table.matrix .header h2, table.matrix .header h2 a {
	color: #e4e4e4;
}
table.matrix .header td a {
	color: #e4e4e4;
}
table.matrix tr.subhead td {		/* Matrix Table Subhead Row */
	background-color: #b8bac1 !important;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.matrix tr:nth-child(even) td {	/* Colorizes every other row of matrices */
	background-color: #f9f9f9;
}
.border {							/* For Miscellaneous Child Tables */
	border: 1px solid #000000;
	padding:1px;
	margin-bottom: 7px;
}

/*  Row Hover  */

.tr_hover:hover td {				/* Row Hover Highlight Color */
	background-color: #e0e0e0;
}


/*  Table Header Tag  */

th {            /* Table header color */
    background-color: #DDA924 !important;
    border-right: none;
    border-left: none;
}
th h2, th h2 a, th h2 a:visited, th h2 a:hover {
	color: #000000;
}
th h3, th h3 a, th h3 a:visited, th h3 a:hover {
	color: #000000;
}
th h4, th h4 a, th h4 a:visited, th h4 a:hover {
	color: #000000;
}
tr:nth-child(1) th {				/* Prevents 2x Top Border for First <th> in a Table */
	border-top: none;
}

.tr-header-blue2 th {
	background:blue !important;
	color: #fff !important;
    font-size: 18px;
    margin: 6px 0;
    text-transform: uppercase;
}
.tr-header-blue3 th {
	background:blue !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0;
}
/*  Column Titles  */

.column_titles h4,
.column_titles h4 a,
.column_titles h4 a:visited {		/* Small column headings */
	color: #000000 !important;
}
.line hr {							/* Small column headings underline */
	background-color: #000000;
}


/* Total Row  */

tr.total td, tr.total:hover td {
	background-color: #b8bac1;
	color: #000000;
	border-top: 1px solid #000000;
}
tr.total td p {
	color: #000000;
}


/*  Tabs  */

.tab_active {
	border: 1px solid #000000;
	background-color: #b8bac1;
	border-bottom: none !important;
}
.tab_active p {
	color: #000000;
}
.tab_inactive {
	background-color: #000000;
	border: 1px solid #000000;
	border-bottom: none !important;
}
.tab_inactive a {
	color: #eff2ef;
}


/*  "Select Date" Rows  */

.date_select {
	background-color: #b8bac1;
	color: #efe8e1;
}
.date_select p {
	color: #000000;
}
.date_select #dteToDate,				/* Input Field Colors */
.date_select #dteFromDate,
.date_select #dteSailDate,
.date_select #dteReserveDate,
.date_select #tbxFromDate,
.date_select #tbxToDate {
	color: #000000;
	border: 1px solid #000000;
	background-color: #f6f8f6;
}


/*  Dashboard Tables  */

table.dash_section {
	border-bottom: 1px solid #000000;
}
table.dash_section th {
	background: none !important;
}
table.dash_section h3 {
	color: #000000;
}
table.dash_section h3 a {
	color: #000000;
}


/*  Forms  */

.formField {
	background-color:transparent;
	border: 1px solid #000000;
}


/* Help Pages  */
.help_box {
	margin: 2px 0 8px;
	border: 1px solid #000000;
}
.help_box th {
	background-color:#000000;
}
.help_box td {
	background-color: #ffffff;
}

#content > h1:first-child{ text-align:center;}