<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TVBS GLOBETROTTER 2015 MICROSITE STYLE SHEET */

/* --------------------------------------------------- general HTML markup */

body {
	background-color: #22406d;
	font-size: 62.5%;
	text-align: center;
}

table {
	border: none;
	margin: 0px;
	padding: 0px;
}


p, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #333;
}

p {
	margin: .25em 2em 1em 20px;
}

ul, ol {
	margin-left: 0;
	padding: .1em 1em .75em 40px;
}

li {
	list-style-type: disc;
	padding: .1em 0;
}

tr {
	vertical-align: top;
}

a {
	color: #22406D;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #25223d;
	text-decoration: underline;
}

h1 {
	font-family: Times, Georgia, serif;
	font-size: 2.5em;
	color: #08A;
	margin: 1em 1.5em .2em 20px;
	line-height: 1.6em;
	letter-spacing: .05em;
	font-variant:small-caps;
}


h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #407b7c;
	margin: 1.25em 0 .25em 20px;
	line-height: 1.4em;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #2e8376;
	margin: 5px 0 0 20px;
	letter-spacing: .06em;
}

h3 a {
	color: #2e8376;
}

h4 {
	font-size: 1.65em;	
	font-family: Verdana, Arial, sans-serif;
	font-weight: 200;
	color: #2e8376;
	letter-spacing: .1em;
	margin: 5px 0 0 20px;
}

h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #148;
	margin: 20px 0 0 20px;
}

p.caption {
	text-align: center;	
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	border-bottom: 3px double #999;
	}

p.featureimg {
	margin: .25em 2em 0em 1em;	
	}
	

p.note {
	font-style: italic;
	font-size: .95em;
	line-height: 1.25em;
}

p.backBtn {
	text-align: right;
	font-style: italic;
}

p.backBtn a {
	color: #788;
	/*background-color: #DEF;
	border: 1px solid #BDF;*/
	padding: .25em .5em;
	margin-top: 2em;
}

p.backBtn a:hover {
	color: #035;
	text-decoration: underline;
}

p.intro {
	color: #08A;
	font-size: 1.3em;
	padding-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p.footnote {
	font-style: italic;
}

hr {
	border: none;
	border-top: 2px dotted #E0DCB4;
	margin: 14px 10px 0 20px;
}


/* ------------------------------------------------------------- wrapper */

#wrapper {
	width: 85%;
	background-color: #FFF;
	border: 4px solid #00aeef;
	line-height: 1.5em;
	padding: 0;
	margin: 30px auto 1em;
	text-align: left;
	min-width: 900px;
	max-width: 970px;
	-moz-box-shadow: 0 0 8px #11101c;
	-webkit-box-shadow: 0 0 8px#11101c;
	box-shadow: 0 0 8px #11101c;
}


/* -------------------------------------------------------------- header */

#header {
	width: 100%;
	height: 247px;
	overflow: hidden;
	background-color: #000;
	background-image: url('images/2015GT_header_bkgd.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	/*border: 1px solid #39F; -- used for debugging */
}

#header a {
	text-decoration: none;
	padding: 0;
}

#header img {
	margin: 0;
}


/* ----------------------------------------------------------- content */

#content {
	width: 100%;
	background-image: url('images/2015GT_content_bkgd.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#contentMajor {
	float: left;
	width: 60%;
	padding: 0;
}

#contentMajor img {
	margin-left: 20px;
}

#contentMajor img.featureimgRight {
	margin: .25em 0em 0em 1em; float: right;
	}

#contentMajor img.featureimgLeft {
	margin: .25em 1em 0em 0em; float: left;
	}

#contentMinor {
	float: right;
	width: 32%
	padding: 0 10px 10px 0;
}

#contentMinor p.list {
	color: #148;
	padding: 2em;
	background-color: #b5ebff;
	border-radius: 1em;
}

#contentMinor img {
	padding: 20px 10px 0 0;
}

#contentMinor img.feature {
	padding: 20px 0 0 0;
}


#contentMinor a {
	color: #707;
}

#contentFull {
	width: 95%;
	background-image: none;
	padding: 10px 20px;
}

#mediaIcons {
	/*float: right;*/
	text-align: right;
	margin: 12px 20px 2px 0;
	}
		
#contentMajor table {
	width: 500px;
	color: #148;
	padding: .5em;
	margin: 10px 0 0 20px;
	background-color: #b5ebff;
	border-radius: 1em;
}

#contentMinor.sidebar {
	width: 300px;
	background-color: #22406d;
	padding: 0px;
	margin: 20px 20px 0 0;
	float: right;
	}

#contentMinor.sidebar img {
	padding: 0;
	margin: 0;
	float: none;
	}


/* ----------------------------------------------------------- navigation */


#navigation {
	background-color: #00aeef;
	padding: 0;
	margin: 0;
}

#navigation ul {
	padding: 12px 0 3px 0;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #00aeef;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#navigation li {
	list-style: none;
	margin: 0;
	display: inline;
	width: 160px;
}

#navigation li a {
	padding: 4px 1em;
	margin-left: 3px;
	border-bottom: none;
	background-color: #bceced;
	color: #0f5556;
	text-decoration: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;	
	border-top-right-radius: 6px;
}

#navigation li a:hover {
	color: #FFF;
	background: #0f5556;
}

#navigation li a#current {
	background: #FFF;
	color: #0f5556;
	border-bottom: 2px solid white;
}

#navigation li a:hover#current {
	color: #407b7c;
}

/* -------------------------------------------------------------- footer */

#footer {
	margin: 0;
	padding: 0;
	height: 90px;
	overflow: hidden;
	vertical-align: bottom;
}

/* ----------------------------------------------------------- bonus table */

#qualData {
	width: 90%;
	border-bottom: 2px solid #013b53;
	margin: 10px 10px 10px 20px;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	border-collapse: collapse;
}

#qualData th {
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #00aeef;
}

#qualData th.gray {
	background-color: #686868;
	text-align: center;
}

#qualData th.columnA {
	text-align: center;
}

#qualData p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
}

#qualData td {
	border-bottom: 1px solid #013b53;
	background-color: #fcffd5;
	line-height: 1.8em;
	color: #333;
}

#qualData th, #qualData td {
	padding: .2em .5em;
	/* border: 1px solid #FC0;*/
}

#qualData td.white {
	background-color: #fff;
	text-align: center;
	}


td.columnA {
	text-align: center;
	width: 25%;
}

td.columnB {	
	text-align: center;
	width: 50%;
}

td.columnC {	
	text-align: center;
	/*letter-spacing: .03em;*/
}


#qualHilite {
	background-color: #fcffd5;
	color: #111;
	padding: 10px 6px 20px 2px;
	margin-top: 24px;
	/*-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#qualDownload {
	float: right;
	width: 120px;
	text-align: center;
	background-color: #06C;
	color: #111;
	margin-top: 4px;
	margin-right: 30px;
	-moz-border-radius: 6px;
	border-radius: 6px;		
}

#qualDownload p {
	margin: 0.5em 1em;
	line-height: 1.5em;
}

#qualDownload p a {
	color: #FFF;
	text-decoration: none;
}


/* ----------------------------------------------------------- generic classes */

.left {
	float: left;
}

.right {
	float: right;
	}
</pre></body></html>