@charset "utf-8";
/************* table tag styles **************/

/************** generic table tag styles **************/
table, tr, td, th {

	font-size: 100%;
}

  
.table p, .tr p, .td p, .th p {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.3em;
}
table {
	margin: 5px 10px 20px 10px;
	text-align:left;
}
thead {background-color:#ccc;}
	
th {
	font-weight: bold;
}
td {
	font-weight: normal;
}
#theList th img {
	text-align:right!important;
/*	float:right;*/
	padding:0 0 0 0px;
	margin:0 0 0 3px;
	display: inline;

}

caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	color: #0038A8;
	border-bottom: solid #0038A8 1px;
	vertical-align: middle;
	margin: 0px 10px 0px 10px;
	padding-left:5px;
}
html>body caption {
	margin: 0px 10px -2px 0px;
	padding: 0px;
}
table.nopad, table.nopad img {
	margin: 0;
	padding: 0px 0px 10px 0px;
}
html>body table.nopad {
margin-left: auto;
margin-right: auto;
}


/************** Striped row tag styles  **************/
tr.stripe1 { background-color:#DDE8FF; }
tr.stripe2 { background-color:#eee; }
tbody tr.stripe1 th { background-color:#a5cdf0; }
tbody tr.stripe2 th{ background-color:#ccc; }

/************** .brand tag styles  **************/
table.brand {
	margin: 5px 10px 20px 10px;
	padding-bottom:20px;
	font-size: 100%;
}

.brand_pad {
	padding-right: 10px;
}

th.brand {
	border-bottom: solid #0038A8 1px;
	border-right: solid #ccc 1px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}

tr.brand, td.brand {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000000;	
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	font-size: 100%;
	}

/************** class for Airport Noise Regulations ONLY! **************/	
th.tinytext {
	border-bottom: solid #0038A8 1px;
	border-right: solid #ccc 1px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

tr.tinytext, td.tinytext {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;	
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	font-size: 10px;
	}	
/************** class for Airport Noise Regulations ONLY! **************/
	
table.brand p, tr.brand p, td.brand p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
	}	
	
table img, tr.brand img, td.brand img {
	border: 0;
	display: block;
	padding:0;
}
html>body table img, html>body tr.brand img, html>body td.brand img {
	height:auto;
	width:auto;
}
tr.calendar img {
	padding:0;
	margin:0;
	display: inline;
	border:0;
	vertical-align:text-bottom;
}
tr.calendar img a:link, tr.calendar img a:visited, tr.calendar img a:hover {border:0;}
/************** .brand tag styles (LIGHT BLUE) **************/

tr.bgltblue, td.bgltblue {
	background: #DDE8FF;

}
tr.brand th.bgltblue, tr.bgltgray th.bgltblue, tr.bgdkgray th.bgltblue, tr.bgdkblue th.bgltblue, th.bgltblue {
	background: #DDE8FF;

}
tr.bgltblue td.border_blue, tr.brand td.border_blue, td.border_blue, th.border_blue {
	border: solid #0038A8;
	border-width: 0px 1px 1px 0px;
}


/************** .brand tag styles (DARK BLUE) **************/

tr.bgdkblue, td.bgdkblue {
	background: #AEC9FF;

}
tr.brand th.bgdkblue, tr.bgltgray th.bgdkblue, tr.bgdkgray th.bgdkblue, tr.bgltblue th.bgdkblue, th.bgdkblue {
	background: #AEC9FF;
}
tr.bgdkblue td.border_blue, tr.brand td.border_blue, td.border_blue, th.border_blue {
	border: solid #0038A8;
	border-width: 0px 1px 1px 0px;
}

/************** .brand tag styles (LIGHT GRAY) **************/

tr.bgltgray, td.bgltgray {
	background: #EEE;

}
tr.brand th.bgltgray, tr.bgltblue th.bgltgray, tr.bgdkgray th.bgltgray, tr.bgdkblue th.bgltgray, th.bgltgray {
	background: #EEE;

}
tr.bgltgray td.border_black, tr.brand td.border_black, td.border_black, th.border_black {
	border: solid #000;
	border-width: 0px 1px 1px 0px;
}

/************** .brand tag styles (DARK GRAY) **************/
tr.bgdkgray, td.bgdkgray {
	background: #CCC;

}
tr.brand th.bgdkgray, tr.bgltblue th.bgdkgray, tr.bgltgray th.bgdkgray, tr.bgdkblue th.bgdkgray, th.bgdkgray {
	background: #CCC;

}
tr.bgdkgray td.border_black, tr.brand td.border_black, td.border_black, th.border_black {
	border: solid #000;
	border-width: 0px 1px 1px 0px;
}