/* CSS Document */

body {
	direction: ltr;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
acronym,abbr {
	border-bottom: 1px dashed #999999;
}
a:focus {
	outline: none;
}
.info {
	border: 1px solid #C6C6C6;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	padding-left: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.info a:link {
	font-weight: normal;
}
.info a:hover {
	font-weight: normal;
	text-decoration: none;
}
.info a:visited {
	font-weight: normal;
}
.info a:active {
	font-weight: normal;
}
.warning, #warning, .warningtable {
	border: 1px solid #C6C6C6;
	background-color: #FFFFC0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../Img/warning.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#warning a:link, .warning a:link, .warningtable a:link {
	font-weight: normal;
}
#warning a:hover, .warning a:hover, .warningtable a:hover {
	font-weight: bold;
	text-decoration: none;
}
#warning a:visited, .warning a:visited, .warningtable a:visited {
	font-weight: normal;
}
#warning a:active, .warning a:active, .warningtable a:active {
	font-weight: bold;
}
#error, .error, .errortable {
	border: 3px dashed #FF0000;
	background-color: #FFCCCC;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding-left: 45px;
}
#error a:link, .error a:link, .errortable a:link {
	font-weight: normal;
}
#error a:hover, .error a:hover, .errortable a:hover {
	font-weight: bold;
	text-decoration: none;
}
#error a:visited, .error a:visited, .errortable a:visited {
	font-weight: normal;
}
#error a:active, .error a:active, .errortable a:active {
	font-weight: bold;
}
h1 {
	font-size:14px;
	font-weight:bold;
	background-image: url(../Img/header.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 25px;
	width: 400px;
	overflow: hidden;
	margin: 0px;
	padding-left: 5px;
	padding-top: 3px;
	display: inline;
	padding-right: 10px;
}
h2 {
	font-size:12px;
	font-weight: bold;
}
h3 {
	font-size:11px;
	font-weight:bold;
	font-style: italic;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
.ghostlink:link, .ghostlink:visited {
	color: #222;
	text-decoration: none;
}
.ghostlink:hover {
	color: #0033FF;
	text-decoration: underline;
}
.ghostlink:active {
	color: #FF3300;
	text-decoration: none;
}
.earthquake {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.italic {
	font-style: italic;
}
.strikethrough, .strikethru, .linethrough, .linethru {
	text-decoration: line-through;
}
.nobold {
	font-weight: normal;
}
.center {
	text-align: center;
}
.highlightedcategory {
	background: #E6F3FF;
}
.divider {
	display: block;
	height: 1px;
	background-color: #D8DFEA;
	margin: 0px;
}
.FS {
	padding:4px 8px 8px 8px;
	margin:5px 0;
}
.FS legend {
	padding: 0 3px;
}

/* Header */
#headerContent {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#headerContent #companyLogo {
	background-color: #E6F3FF;
}
#headerContent #companyName {
	font-weight: bold;
	color: #CCFF99;
	background-color: #3366CC;
	font-size: 24px;
	margin: 10px;
	text-align: center;
	vertical-align: bottom;
	line-height: 30px;
	font-family: Comic Sans MS;
	letter-spacing: 0em;
}
#headerContent #companyTagline {
	font-family: Comic Sans MS;
	font-size: 14px;
	line-height: 18px;
	color: #FF9933;
	letter-spacing: 0em;
	text-align: center;
	vertical-align: top;
	background-color: #3366CC;
}
#topNav a {
	color: #FEFD92;
	line-height:10px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#topNav a:hover {
	color: #336600;
	line-height:10px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
	padding-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../Img/subnavmouseover.png);
	background-repeat: repeat-x;
	font-weight: bold;
}
.subNavMenu a:link {
	color: #333333;
	text-decoration: none;
}
.subNavMenu a:hover {
	color: #666666;
	text-decoration: underline;
}
.subNavMenu a:active {
	color: #333333;
	text-decoration: underline;
}
.subNavMenu a:visited {
	color: #333333;
}
#subNav a{
}
a.glink, a.glink:visited{
  font-size: small;
  color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}
.subglobalNav{
	position: absolute;
	top: 130px;
	left: 0px;
	/*width: 100%;*/
	width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
}

.subglobalNav a:hover{
}
/* Misc */
#preloader {
	visibility: hidden;
}
.disabled {
	color:#666666;
}
.tabheader {
	height: 22px;
	margin-left: 4px;
	padding-left: 4px;
}
.tabcontent {
	border: 2px solid #81CCFE;
}
#subNavMenuDiv {
	position: relative;
	overflow: hidden;
	height: 18px;
	width: 700px;
}
#tabnormal {
	/*border-left-width: 1px;*/
	background-image: url(../Img/tab_normal2.gif);
	background-repeat: no-repeat;
	text-align: center;
	cursor: default;
}
#tabnormal a{
	display:block;
	line-height:25px;
	text-decoration:none;
	color:#000000;
	cursor:default;
}
#tabnormal a:hover {
	display:block;
	line-height:25px;
	text-decoration:none;
	background-image: url(../Img/tab_hover2.gif);
	background-repeat: no-repeat;
	cursor:default;
}
#tabhover {
	/*border-left-width: 1px;*/
	background-image: url(../Img/tab_hover2.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #0000CC;
	cursor: default;
	background-position: 2px;
}
#tabhover a {
	color: #0000CC;
	text-decoration: none;
}
#tabselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../Img/tab_selected2.gif);
	background-repeat: no-repeat;
	text-align: center;
	cursor: default;
}
#tabselected a {
	color: #000000;
	cursor:default;
	text-decoration: none;
}
/* Left sidebar TOC on global CSS --------------------------------------- */
ul.toc {
	margin: 0px 5px 5px 5px;
	padding: 0px;
}
ul.toc li {
	/*font-size: 92%;*/
	margin: 1px 0 1px 1px;
	padding: 1px 0 1px 11px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left 5px;
	background-image: url(../../../Img/bullet-grey.gif);
}
ul.toc li.header {
	margin-bottom: 5px;
	background-image: url(../../../Img/spacer.gif);
	background-color: #99CCFF;
	line-height: 10px;
	color: #0000FF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 11px;
	background-position: -5000px;
}
ul.toc li.active {
	font-weight: bold;
	background-image: url(../../../Img/bullet-red.gif);
}
ul.toc li a {
	text-decoration: none;
	color: #333333;
}
ul.toc li a:visited {
	text-decoration: none;
	color: #333333;
}
ul.toc li a:hover {
	text-decoration: underline;
}
ul.toc li.up {
	background-image: url();
}
ul.toc li.home {
	background-image: url();
}

/* Image position, text wrap around */
.imgleft {
	padding-right: 5px;
}
.imgright {
	padding-left: 5px;
}

/* Index page specific styles */
.indexHeading {
	font-size: 12px;
	font-weight: bold;
}
.indexFlights {
	text-align:right;
}
.indexFlights a {
	cursor: pointer;
}
.indexFlights span {
	float:left;
}
.indexNewsYear {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 11px;
	margin-top: 0px;
	/*margin-bottom: 5px;*/
}

/* Image gallery styles */
.imgselect {
	border: 2px solid #09F;
}
.imgunselect {
	border: none;
}

