﻿/*===========================================================================
	Colors (Global)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

/* Page
===========================================================================*/

html, body div.page {
	color: white;
	background-color: #0C0C0C;
}

/* Defaults
===========================================================================*/

/* Misc. Block */

/* Misc. Inline */

/* Links */

.ms-WPBody a:link, a:link {
	color: #cc0000;
}

.ms-WPBody a:visited, a:visited {
	color: #cc0000;
}

.ms-WPBody a:focus, a:focus,
.ms-WPBody a:hover, a:hover,
.ms-WPBody a:active, a:active {
	color: #cc0000;
}

/* Headings */

/* Lists */

/* Data Tables */

/* Forms */

legend {
	color: black; /* for IE, does not inherit color */
}

label,
select,
input,
textarea {
	color: #6f6f6f;
}

/* Common Classes
===========================================================================*/

/* Content
===========================================================================*/

div.page div.content-and-sidebar-wrapper {
	color: #000;
	background-color: #fff;
}

div.content {
	color: #6f6f6f;
}

div.content h2 {
	color: #c00;
}

/* Sidebar */

label.for-get-to-know-us span.label-title {
	color: #fff;
}

/* Log In Form */

div.log-in-wrapper {
	color: #fff;
	background-color: #959595;
}

div.log-in-wrapper h3 {
	color: #fff;
	background-color: #c00;
}

div.log-in-wrapper a,
div.log-in-wrapper a:visited {
	color: #fff;
}
div.log-in-wrapper div.sign-up a, div.log-in-wrapper div.sign-up a:visited{
	color: white;
}
div.log-in-form ul.log-in-actions a,
div.log-in-form ul.log-in-actions a:visited {
	color: #6e6e6e;
}

div.log-in-wrapper div.log-in-form {
	background-color: #fff;
}

/* Navigation
===========================================================================*/

/* Breadcrumb */

ul.breadcrumb li a,
ul.breadcrumb li a:visited {
	color: #6f6f6f;
}

/* Tertiary Nav */

ul.tertiary-nav {
	background-color: #c00;
}

ul.tertiary-nav li,
ul.tertiary-nav li a,
ul.tertiary-nav li a:visited {
	color: #fff;
	background-color: #c00;
}

ul.tertiary-nav li a:hover {
	background-color: #930000;
}

/* Header
===========================================================================*/

div.header {
	color: #6f6f6f;
	background-color: #fff;
}

div.header a,
div.header a:visited {
	color: #939393;
}

div.header a:hover {
	color: #6f6f6f;
}

label.for-locations span.label-title {
	color: #fff;
}

/* Footer
===========================================================================*/

div.footer a,
div.footer a:visited {
	color: #fff;
}

div.footer a:hover {
	color: #6f6f6f;
}

div.footer p {
	color: #6f6f6f;
}

/*
* Various style overrides
*/
div.set-homepage table{
	border: 0;
}
div.set-homepage table a:link, div.set-homepage table a:visited{
	color: #939393
}
div.set-homepage .ms-WPBorderBorderOnly{
	border: 0;
}
td.ms-vb2 a:link, td.ms-vb2 a:visited{
	color: #000000;
}
th.ms-vh2-gridview a:link, th.ms-vh2-gridview  a:visited{
	color: #000000;
}
div#ctl00_ctl16_g_2cb24ab2_b635_4ba5_a92a_6d2103b392a1_ctl00_pnlList a:link,
div#ctl00_ctl16_g_2cb24ab2_b635_4ba5_a92a_6d2103b392a1_ctl00_pnlList a:visited {
	color: #000000;
}

/* bjh adjustements for gridview tables, rates, press room */
.ms-WPBorder, .ms-WPBorderBorderOnly{
	border: 1px #C8C8C8 solid;
}
#MSOZoneCell_WebPartWPQ3 table{
	width: 100%;
}
.ms-vh2-nofilter{
	background-color: transparent;
}
/* end bjh adjustements for gridview tables, rates, press room */