/*
Basic colors:

Blue light:		#80BFFF
Blue mid:		#5599DC
Blue dark:		#266fb7
Red light:		#CC0000
Red dark:		#800000
grey:			#444444

*/

@import "style_hp.css";
@import "style_navi.css";
@import "style_flags.css";
/* @import "js/tablesorter/style.css"; */

BODY {
	margin:0px;
	color: black;
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	}



@media screen {
.page_bg {
	margin:0px; 
	padding-left:123px;
	background-image: url(img/navbg.gif); 
	background-repeat: repeat-y;
	border-bottom: 1px solid #266FB7;
	}
}

@media print {
.page_bg {
	margin:0px; 
	border-bottom: 1px solid #266FB7;
	}
}
	
.container {
	padding-left:10px;
	padding-right:10px;
	min-height: 641px;
	/*min-height ie hack */
	height:auto !important;
	height:641px;
	}
P {
	color: black;
	font-size: 10pt;
	line-height: 1.3em;
	}
	
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {bottom: 1.4ex;}
sub {top: .2ex;}
	
PRE {
	color: black;
	font-family: "Lucida Console", "Lucida Sans Typewriter", "courier new", Courier, monospace;
	font-size: 9pt;
	line-height: 1.3em;
	clear: both;
	margin:0px;
	}
	
.llist {
	margin-top: 30px;
	}
	
	
H1 {
	color: black;
	font-size: 18pt;
    font-weight: normal;
	text-align: center;
	padding-bottom:2px;
    border-bottom: 2px solid #266FB7;
	}
H2 {
	color: black;
	font-size: 10pt;
    font-weight: bold;
	text-align: left;
    border-bottom: 1px solid #80BFFF;
	background-image: url(img/quad.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 4px;
	}

H3 {
	color: black;
	font-size: 10pt;
    font-weight: bold;
	text-align: left;
	background-image: url(img/quad.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	background-position: 0px 4px;
	}
	
.ref H3 {
	color: black;
	font-size: 10pt;
    font-weight: bold;
	text-align: left;
    border-bottom: 1px solid #80BFFF;
	background-image: url(img/ref.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	background-position: 0px 2px;
	margin-top: 30px;
	}

A:link {color: #0055cc;}
A:visited {color: #0000CC;}
A:active {color: #ff0000;}
A:hover {color: #ff0000;}


.failed, .failed td, .failed th {color: #CC0000 !important; font-style: italic;}
.failed A:link {color: #CC0000; font-style: italic;}
.failed A:visited {color: #CC0000; font-style: italic;}

.failedp, .failedp td, .failedp th  {color: #800000 !important;}
.failedp A:link {color: #800000;}
.failedp A:visited {color: #800000;}

.cancelled, .cancelled td, .cancelled th  {color: #555555 !important; font-style: italic;}
.cancelled A:link {color: #555555; font-style: italic;}
.cancelled A:visited {color: #555555; font-style: italic;}

.option, .option td, .option th  {color: #555555 !important;}
.option A:link {color: #555555;}
.option A:visited {color: #555555;}

.greytxt {color: #555555;}
.greytxt A:link {color: #555555;}
.greytxt A:visited {color: #555555;}


.darkblue {background: #000066;}
.mediumblue {background: #266fb7;}

.bo {font-weight: bold;}
.sm {font-size: 8pt;}
.bosm {font-size: 8pt;font-weight: bold;}

.aright {text-align:right;}

/* Ads */

.ads {
	background:url(img/gradient-3.png);
	background-repeat:repeat-x;
	width:100%;
	border-bottom: 1px solid #266FB7;
	}


/* Subnavigation (top) */

.subnavi {
	color: black;
	font-size: 8pt;
	font-weight: normal;
	border-bottom: 1px solid #266FB7;
	margin-top: -12px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 12px; 
	}


.subnavi A {
	text-decoration: none;
	}

hr {
	border: none 0;
	border-top: 1px solid #266fb7;
	width: 100%;
	height: 1px;
	}
	
pre hr {
	border: none 0;
	border-top: 1px solid #266fb7;
	width: 100%;
	height: 1px;
	margin-bottom: -6px;
	}
	
UL, LI {
	color: black;
	font-size: 10pt;
	}
	
TD UL {
	margin-top:0px;
	}
	
OL, LI {
	color: black;
	font-size: 10pt
	}


/* Tables */


@media screen {
TD {
	vertical-align: top;
	color: black;
	background: #80BFFF;
	border:solid 1px white; 
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
@media print {
	TD {
	vertical-align: top;
	color: black;
	background: #80BFFF;
	border:solid 1px black; 
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
	
TD P {
	font-size: 9pt;
	}
@media screen {
TH {
	vertical-align: top;
	background: #266fb7;
	text-align: left;
	border:solid 1px white; 
	color: white;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
@media print {
TH {
	vertical-align: top;
	text-align: left;
	border:solid 1px black; 
	color: black;
	font-weight: bold;
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
}
	
TH.ldata {
	/* background: #5599DC; */
	background: #80BFFF;
	text-align: left;
	white-space:nowrap;
	color: black;
	}
	
TH.ldata em {
	font-weight:normal;
	}
	
TH.ldata cancelled {
	color: red;
	}
	
TH.lhead {
	width: 25%;
	}
TD.rcont {
	width: 75%;
	}
TH.level2 {
	background: #5599DC;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	}
TD.aleft {
    vertical-align: top;
	background: white;
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	padding: 1px 3px 1px 3px;
	}
TD.im {
	vertical-align: top;
	background: #266fb7;
	text-align: center;
	border:solid 1px white; 
	color: white;
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 0px 0px 0px !important;
	width:120px;
	}
TD.im80 {
	vertical-align: top;
	background: #266fb7;
	text-align: center;
	border:solid 1px white; 
	color: white;
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 0px 0px 0px !important;
	width:80px;
	}
	
#ld_sat {width: 24%; white-space:nowrap;}
#ld_dat {width: 9%; white-space:nowrap;}
#ld_ls  {width: 9%; white-space:nowrap;}
#ld_suc {width: 1%; white-space:nowrap;}
#ld_lau {width: 24%; white-space:nowrap;}
#ld_rem {width: 33%;}

#vp_per { }
#vp_leo {width: 10%; text-align: right;}
#vp_peo {width: 10%; text-align: right;}
#vp_sso {width: 10%; text-align: right;}
#vp_gto {width: 10%; text-align: right;}
#vp_geo {width: 10%; text-align: right;}
#vp_mol {width: 10%; text-align: right;}
#vp_ip  {width: 10%; text-align: right;}

#sb_sat {width: 35%;}
#sb_ord {width:  7%;}
#sb_dat {width:  6%;}
#sb_suc {width:  3%; text-align: right;}
#sb_lau {width: 28%;}
#sb_wla {width:  5%; text-align: right;}
#sb_wbo {width:  5%; text-align: right;}
#sb_rem {width: 12%;}

#ch_id  {width:  9%; white-space:nowrap;}
#ch_dat {width:  9%;}
#ch_pay {width:  34%; white-space:nowrap;}
#ch_lv  {width:  21%; white-space:nowrap;}
#ch_sit {width:  9%; white-space:nowrap;}
#ch_rem {width:  18%;}

/* Further-Info-Box */

.fbox {
    border: 1px solid #80BFFF;
	margin-top: 30px;
	width: 100%;
	padding:0;
}

table.fbox {
	background: #F9F9F9;
	}

.fbox td {
    vertical-align: top;
	background: none;
	text-align: left;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	border-right: 1px dotted #80BFFF;
}

.fbox td:first-child {
	padding-left: 0;
}

.fbox td:last-child {
	border-right: 0;
}

.box {
	margin-top: 30px;
	padding: 10px 4px 4px 10px;
    border: 1px solid #80BFFF;
	background: #F9F9F9;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	}
	
.fbox div.box {
	margin-top: 0;
	margin-bottom: 10px;
	border: 0;
	background: #F9F9F9;
	padding: 10px 4px 4px 10px;
	border-bottom: 1px dotted #80BFFF;
	}
	
.fbox div.box:last-child {
	margin-bottom: 0;
	border-bottom: none;
	}
	
.box P {
	font-size: 8pt;
	color: #666666;
	margin-top:0px;
}

.box LI {
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

.box UL {
	margin-top: 10px;
	-moz-column-width: 230px; -webkit-column-width: 230px; column-width: 230px;
}

.box TD {
	border: 1px solid #F9F9F9;
	background: #F9F9F9;
	font-size: 8pt;
	color: #666666;
}


.ref LI {
	font-size: 8pt;
	color: #666666;
}


/* Images-Box */

.bx {
    border: 1px solid #266FB7;
    margin-left:20px; margin-bottom:10px;
	padding:0px;
	border-collapse: collapse;
	float:right;
	}
TABLE.bx TD {
	vertical-align: top;
    text-align: center;
	color: black;
	background: white;
	border:solid 0px; 
	font-size: 9pt;
	padding: 0px;
	}
TABLE.bx TD P {
	font-size: 9pt;
	}
	
.ibox {
    border: 1px solid #266FB7;
    margin-left:20px; margin-bottom:10px;
	padding:0px;
	float:right;
	text-align: center;
	background-color: #ffffff;
	}
.ibox P {
	font-size: 9pt;
	/* font-style:italic; */
	padding: 0px 3px 0px 3px;
	text-align: center;
	}
.ibox P:last-child {
	margin-bottom: 3px;
	}

	
table.itab  {
	width:100%;
	}
table.itab td {
	text-align: center;
    vertical-align: top;
	background: transparent;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	border:solid 1px white; 
	}
.itab TD P {
	font-size: 9pt;
	}
	
.icen {
	text-align:center;
	}


/* Data-Tables */

TABLE.data, TABLE.data-n {
    width:100%; 
	margin-top: 30px;
	margin-left:0%; 
	margin-right:0%;
	/* border:solid 1px #AAAAAA; */ 
	border-collapse:collapse; 
	border-spacing: 1px;
	background-color:#FFFFFF; 
	font-size:95%; 
	empty-cells:show;
	clear: both;
}

TABLE.data-n TD {
	text-align: right;
	}
	
TABLE.data-n TH {
	text-align: left;
	}

TABLE.data a {
	white-space:nowrap;
	}

TABLE.data TR.bigheadline TH {
	background:url(img/gradient-5.png);
	background-repeat:repeat-x;
	padding: 12px 5px 12px 5px;
	}

	
/* Index-Tables */

TABLE.index {
    width:90%; 
	margin-left:5%; 
	margin-right:5%;
	/* border:solid 1px #AAAAAA; */ 
	border-collapse:collapse; 
	border-spacing: 1px;
	empty-cells:show;
}
TABLE.index TD {
	padding: 5px 10px 5px 10px;
	}
	
TABLE.index TD UL {
	margin-bottom: 0px;
	}
	
TABLE.lvlist TD UL {
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	}
	
TABLE.ltop TD {
	/* background:url(img/gradient-6.png); */
	background-repeat:repeat-x;
	}
	
TABLE.index TH {
	background:url(img/gradient-5.png);
	background-repeat:repeat-x;
	padding: 12px 10px 12px 10px;
	}

.lautop {
	width:90%; 
	background:url(img/gradient-3.png);
	background-repeat:repeat-x;
	border: 1px solid #5599dc;
	}

.lautop TABLE {
	width:100% !important;
	}
	
.lautop TD {
	color: black;
	background: transparent;
	font-size: 9pt;
	border: 0px !important;
	padding: 1px 1px 1px 1px;
	}
	
/* Transparent cells */

TD.tcell {
    vertical-align: top;
	background: transparent;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	border:solid 1px white; 
}
TD.tcell P {
	font-size: 9pt;
	}

/* Transparent table */
.ttab {
	margin:0px; padding: 0px;
	border-collapse:collapse;
	border:0px;
	}
.ttab TD {
	margin:0px; padding: 0px;
    vertical-align: top;
	background: transparent;
	color: black;
	font-weight: normal;
	font-size: 9pt;
	border:0px; 
	}
.ttab TD P {
	font-size: 9pt;
	}
	
	
/* Country lists */
UL.country-list {
	margin-top:0px;
	list-style:none;
	margin-left:0px !important;
	padding-left:14px;
	list-style-position:outside;
	}
	
.country-list LI {
	
	}
		


/* Header & Footer */

.footer {
	background:url(img/gradient-1.png);
	background-repeat:repeat-x;
	width:100%;
	height:42px;
	border-top: 1px solid #266FB7;
	color: #444444;
	font-size: 8pt;
	margin-top: 30px;
	}
	
.footerdate {
	float:right;
	}

@media print { 
		.noprint {
			display:none;
		}
	}
	
.col2 {width:50%;}
.col3 {width:33%;}
.col4 {width:25%;}
.col5 {width:20%;}
.col6 {width:16%;}
.col7 {width:14%;}
.col8 {width:12%;}

.icol1 {width:25%;}
.icol2 {width:25%;}
.icol2a {width:13%;}
.icol2b {width:12%;}
.icol3 {width:50%;}


/* remarks */
.arrow {background:url(img/arrow.gif) 99% 40% no-repeat; padding-right: 20px;}


LI.new A {
	background-image: url(img/new.gif);
	background-repeat: no-repeat;
	padding-right: 36px;
	background-position: right 2px;
	}
LI.upd A {
	background-image: url(img/updated.gif);
	background-repeat: no-repeat;
	padding-right: 65px;
	background-position: right 2px;
	}
	
LI.orb {background-image: url(img/orbital.gif);	background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.orbc {background-image: url(img/orbital_c.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.orbp {background-image: url(img/orbital_p.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.suo {background-image: url(img/suborbital.gif);	background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.suoc {background-image: url(img/suborbital_c.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.suop {background-image: url(img/suborbital_p.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.mis {background-image: url(img/missile.gif);	background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.misc {background-image: url(img/missile_c.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
LI.misp {background-image: url(img/missile_p.gif); background-repeat: no-repeat; padding-left: 20px;background-position: left 2px;}
	
	
.jqplot-pie-line-label { color: #808080; font-size: 10px; font-family: Arial, sans-serif; text-align: center; height: 12px; line-height: 10px; }

.mcol2 {-moz-column-count: 2; -webkit-column-count: 2; column-count: 2;}
.mcol3 {-moz-column-count: 3; -webkit-column-count: 3; column-count: 3;} 
.mcol4 {-moz-column-count: 4; -webkit-column-count: 4; column-count: 4;} 

.ad-txt-foot {
	margin-top: 40px;
	padding: 7px;
    border-top: 1px dotted #266fb7;
	height: 25px;
	
	font-size: 8pt !important;
	color: #666666;
	
	background:url(img/gradient-1.png);
	background-repeat:repeat-x;
	
	font-size: 8pt;
	color: #666666;
	}
