﻿/*
* Jeppesen Coporate Main CSS V1.0
*/

.header-navset {
	font-size: 1.1em;
	position:absolute;
	right:0;
	top:1px;
}

*:first-child+html .header-navset {
	max-width: 650px;
}

.header-navset .nav-block {
	padding: 8px 5px;
}

.header-navset .nav-block .navlink {
	background:transparent url(/main/shared/images/icos/ico_arrow_right.gif) no-repeat scroll 100% 2px;
}

.header-navset .nav-block .desc {
	color: #999999;
	font-size: 0.9em;
}

.header-navset .separator {
	background: transparent url(/main/corporate/images/background/separator.jpg) no-repeat scroll 10px 0pt; 
	width: 20px; 
	height: 48px;
}

/* General */
a { cursor: pointer; cursor: hand;  }
.float-right { float: right; }
.float-left { float: left; }

/* Main Body */

/* Item List Table */
table.item-list { margin: 5px 0px; }
table.item-list tr td, table.item-list tr th { padding: 8px; border: 1px solid #FFFFFF; vertical-align: top; }
table.item-list tr td  { background-color: #FFFFFF; }
table.item-list tr.alt-row td { background-color: #ECECEC; }
table.item-list th { background-color: #D8D8D8; color: #5E5E5E; font-weight: bold; }
table.item-list tr.highlight td { border-bottom: 1px solid #FCEFA1; background-color: #FBF9EE; color: #000000;}
table.item-list td.em { font-weight: bold; }

/* Link icons */
a.icon {color:#5E5E5E; padding-left:15px;}
a.pdf {}
a.doc {}
a.excel {}
a.img {}
a.listen { background:transparent url(/main/corporate/images/icons/listen-icon.gif) no-repeat scroll left center; }
a.watch { background:transparent url(/main/corporate/images/icons/watch-icon.gif) no-repeat scroll left center;}
a.download {}
a.external {}
a.print {}
a.link {}
a.accept {padding-left:20px; background:transparent url(/main/corporate/images/icons/led-theme/accept.png) no-repeat scroll left center;}
a.deny {padding-left:20px; background:transparent url(/main/corporate/images/icons/led-theme/cross.png) no-repeat scroll left center;}

/* Data Table */

/* Item List */

/* Main Navigation */

/* Utility Navigation */

/* Left Navigation */

/* Right Navigation */

/* Tool Bar */

/* Info Box */
.info-bar { height: 30px; margin: 10px 0px 0px 0px; border: 1px solid #D8D8D8; position: relative; width: 100% }
.info-bar div.block { padding: 8px; height: 14px; }
.info-bar div.icon-14 { padding: 6px; height: 18px; }
.info-bar div.gray { background-color: #ECECEC; }
.info-bar div.float-left { border-right: 1px solid #D8D8D8; }
.info-bar div.float-right { border-left: 1px solid #D8D8D8; }

/* Message Box */
.message-box { padding:10px; border: 5px solid #4671A2; background-color: #FFFFFF; text-align: center;}
.message-box p {font-size:1.4em;font-weight: bold; margin-bottom: 5px;}
.message-box a {font-size:1.2em; font-weight: bold; margin: 5px}

.tool-bar { margin: 5px; }