﻿/* Global Web Site Settings*/
body
{
	color: black;
	font-family: Verdana, Arial, 'Times New Roman';
	font-size: 9pt;
	table-layout: fixed;
	list-style-position: outside;
	list-style-type: disc;
	border-collapse: collapse;
}
i
{
	color: #cb0016;
	font-family: Verdana, Arial, 'Times New Roman';
}
hr
{
	width: 50%;
	height: 1px;
	border-width: 0;
	color: #c8c8c8;
	background-color: #c8c8c8;
}
a:link
{
	color: #cb0016;
	text-decoration: None;
}
a:visited
{
	color: #cb0016;
	text-decoration: None;
}
a:hover
{
	color: black;
	text-decoration: None;
}
a:active
{
	color: #c8c8c8;
	text-decoration: None;
}
/*Hyperlink Settings for Menu Bar */
.Menu a:link
{
	color: black;
	text-decoration: none;
}
.Menu a:visited
{
	color: black;
	text-decoration: None;
}
.Menu a:hover
{
	color: #cb0016;
	text-decoration: None;
}
.Menu a:active
{
	color: #c8c8c8;
	text-decoration: None;
}
/*Text Position Settings for Menu Bar */
.Menu
{
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: middle;
	text-align: left;
	z-index: 100%; /* IE8 Menu Fix */
}
/* Table Settings That Will Not Intefere With Menu Bar, etc. */
.Table
{
	border-right: #c8c8c8 1px solid;
	border-top: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
	border-bottom: #c8c8c8 1px solid;
	padding: 0px;
	text-align: left;
	border-collapse: collapse;
	margin: 0 auto;
}
/* Settings for Title Bar */
*.Title
{
	background-position: left top;
	background-image: url(images/imageMountains.jpg);
	background-repeat: repeat-x;
	border-right: #c8c8c8 1px solid;
	border-top: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
	border-bottom: #c8c8c8 1px solid;
	border-collapse: collapse;
}

/* Table Settings for Sub Pages */
th
{
	background-image: url(images/imageFleetHeader.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 18px;
	border-right: #c8c8c8 1px solid;
	border-top: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
	border-bottom: #c8c8c8 1px solid;
	border-collapse: collapse;
}
.SubPage b
{
	font-weight: bold;
	color: black;
}
tr.GreyRow
{
	background-color: #c8c8c8;
}
table.SubPage
{
	border-right: #c8c8c8 1px solid;
	border-top: #c8c8c8 1px solid;
	border-left: #c8c8c8 1px solid;
	border-bottom: #c8c8c8 1px solid;
	border-collapse: collapse;
	margin: 0 auto;
}
.SubPage td
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-collapse: collapse;
}
/* Button Settings */
.Button
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Verdana, Arial, 'Times New Roman';
	color: black;
	cursor: hand;
}
/* PDF Button Settings */
.PDF
{
	background-image: url(events/images/imagePDF.png);
	width: 16px;
	height: 16px;
	border: 0;
	background-color: transparent;
	cursor: hand;
}
/* ZIP Button Settings */
.ZIP
{
	background-image: url(events/images/imageZIP.png);
	width: 16px;
	height: 16px;
	border: 0;
	background-color: transparent;
	cursor: hand;
}
/* ASP TextBox Control Settings */
input
{
	font-family: Verdana, Arial, 'Times New Roman';
	color: #cb0016;
	font-size: 9pt;
}
textarea
{
	font-family: Verdana, Arial, 'Times New Roman';
	color: #cb0016;
	font-size: 9pt;
}
/* Settings for Flight Tracker Map */
.PositionMap
{
	background-image: url(operations/images/imageEarth.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 976px;
	height: 478px;
}
/* Settings for Grids */
.Grid td
{
	padding: 1px;
	border: solid 1px #ffffff;
}
/* Preload Home Page Banner Images */
div#PreloadBanners 
{
    display: none;
}









