/* @override http://www.pg2010.dev/css/announcement.css */
@charset "UTF-8";
/* CSS Document */
#announce_nav {
	margin: 0px;
	padding: 0px;
}
#announce_nav {
	width:170px;
	float:left;
}
#announce_topic {
	clear:both;
	margin:0px;
	padding:0px;
	float:left;
	width: 100%;
	text-transform: uppercase;
}
#announce_topic h1 {
	color:#00007C;
}
#announce_nav tr {
	height:30px;
}
#announce_nav tr td {
	border-bottom: dashed 1px #999;
}
#announce_nav li {
	margin: 5px 0px 0px 30px;
	list-style-type: none;
	font-size: 12px;
	border-bottom: dashed 1px #999;
	list-style-image: url(../images/bullet_airplane.gif);
	padding: 0px 0px 5px 0px;
}
#announce_nav ul {
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
}
#announce_content {
	float:left;
	width:625px;
	padding:0px 0px 0px 20px;
	margin:0px;
}
#announce_content .underline {
	border-bottom: solid 1px #00007C;
}
#announce_content h4 {
	margin-top:18px;
}
#announce_content ol, #announce_content ol {
	margin: 0 0 0 20px;
}
#announce_nav a {
	color:#333;
}
#announce_nav .announce_head_nav {
	width:170px;
	height:30px;
	border:none;
	;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.tbl_fuel_surcharge {
	border-right:solid 1px #666;
}
.tbl_fuel_surcharge tr {
	height:25px;
}
.tbl_fuel_surcharge tr th {
	border-bottom:solid 1px #666;
	height:30px;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
}
.tbl_fuel_surcharge tr .title {
	color:#3D70B7;
	border-top: solid 1px #666;
	border-left: solid 1px #666;
	text-align:center;
}
.tbl_fuel_surcharge tr .subtitle {
	background:#3D70B7;
	border-left: solid 1px #666;
	text-align:center;
}
.tbl_fuel_surcharge tr .header {
	background:#98B9E9;
	padding-left:10px;
	border-left: solid 1px #666;
}
.tbl_fuel_surcharge tr td {
	background:#D9E2F1; /*98B9E9*/
	border-left: solid 1px #666;
}
.tbl_fuel_surcharge tr .bottom {
	border-bottom: solid 1px #666;
}
.tbl_fuel_surcharge tr .route {
	padding-left:20px;
}
.tbl_fuel_surcharge tr .route_section {
	padding-left:20px;
	border-bottom: dashed 1px #666;
}
.tbl_fuel_surcharge tr .route_bottom {
	padding-left:30px;
	border-bottom: solid 1px #666;
}
.tbl_fuel_surcharge tr .price {
	text-align:center;
	border-bottom: dashed 1px #999;
}
.tbl_fuel_surcharge tr .price_bottom {
	text-align:center;
	border-bottom: solid 1px #666;
}
#rulesArea { 
	text-align:left; 
	padding: 20px 30px 0px 30px;
}
#rulesArea h1 {
	color:#00007C;
}
#rulesArea h3 {
	text-transform:uppercase;
}
#rulesArea ol {
	padding: 0 0 0 25px;
}
#rulesArea ol li {
	
}
.tbl_extra_flight tr th {
	color:#0F228B;
	border-bottom: solid 2px #0F228B;
	text-align: center;
	padding: 2px;
}
.tbl_extra_flight tr td {
	text-align:center;
	padding: 2px;
	border-bottom:solid 1px #CCC;
}
#resume_flight_page ul {
	margin:10px;
}
#resume_flight_page ul li {
	margin-left:20px;
}
/* Announcement Sub Menu */
#tbl_sub_nav {
	float:left;
}
#tbl_sub_nav tr th {
	color:#0468D7;
	text-transform:uppercase;
	font-size:14px;
}
#tbl_sub_nav tr .item_num {
	font-size: 14px;
	color:#0468D7;
}
#tbl_sub_nav tr {
	cursor:pointer;
}
#tbl_sub_nav tr td {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: dashed thin #666;
	padding: 5px 0px 5px 0px;
}
#tbl_sub_nav .item_hover {
	background-color:#CEE1F7;
	color:#0F228B;
	font-weight:bold;
}
#tbl_sub_nav .item_selected {
	background-color:#CEE1F7;
	color:#0F228B;
	font-weight:bold;
}