﻿/* Arrival & Departure Report */

.arr_dep_status_panel_outer
{
  clear: both;
  width: 100%;
}

.arr_dep_status_panel_inner
{
  overflow: auto;
  width: 100%;
}




.arr_dep_status_resultsHeader
{
	background-color: #CC3333;
	color: White;
	font-size: 9pt;
	font-family: Arial;
	
}
 
 
 .arr_dep_status_resultsHeader a:link {
    color : white;
    text-decoration : none;
}

.arr_dep_status_resultsHeader a:visited {
    color : white;
    text-decoration : none;
}

.arr_dep_status_resultsHeader a:hover {
    color : white;
    text-decoration : underline;
}

.arr_dep_status_resultsHeader a:active {
    color : white;
    text-decoration : underline;
}



.arr_dep_status_resultsRowStyle 
{
	background-color: White;
	padding: 5px;
	text-align: left;
}

.arr_dep_status_resultsAltRowStyle
{
	background-color: #d9d9d9;
	padding: 5px;
	text-align: left;
}


.arr_dep_status_bold
{
	font-weight: bold;
}

 
.arr_dep_status_redbutton
{
  float: left;
  clear: both;
  margin-top: 1em;
}

.arr_dep_status_smallredbutton {
	background-image:url(../images/header_gradient.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:10px;
	color:#ffffff;
	background-color:#e43136;
