table thead th a.Sortable{

	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;

}

.Odd_Row
{
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	background-color: #ffffff;
	padding: 3px;
}

.Even_Row
{
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	background-color: #dceaf7;
	padding: 3px;
}

.Odd_Row_Sorted
{
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	background-color: #e6f8e2;
	padding: 3px;
}

.Even_Row_Sorted
{
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	background-color: #d8efdf;
	padding: 3px;
}

.Red_Text
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b10000;
}

.Table_Header
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #bababa;
	padding: 3px;
}

.Table_Header a.Sortable_Departures
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.Table_Header a.Sortable_Arrivals
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.Table_Header_Sorted
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #656b64;
	padding: 3px;
}

.Table_Header a.Sortable
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.Table_Header_Sorted a.Sortable_Departures
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.Table_Header_Sorted a.Sortable_Arrivals
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


.View a
{
	font-family: Arial;
	font-size: 11px;
	color: #0c77c7;
}

.Red_Copy
{
	font-family: Arial;
	font-size: 11px;
	color: #b10000;
}

.Date
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #656b64;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}


