/* This version: 2014-11-23 */
address,
blockquote,
body, dd, div,
dl, dt,
fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, iframe,
noframes,
object, ol, p,
ul, applet,
center, dir,
hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { padding: 1px; border: 0px; margin: 1px }
body            { font-size: 11pt; line-height: 1.1 }
body            { background-color: #99ffff }
h1              { font-size: 2em; line-height: 1.15; margin: 0 0 }
h2              { font-size: 1.5em; line-height: 1.15; margin: 0 0 }
h3              { font-size: 1.17em; line-height: 1.15; margin: 0 0 }
h4              { font-size: 0.95em; line-height: 1.15; margin: 0 0 }
p, td,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { font-size: 1em; line-height: 1.15; margin: 0 0 }
h5              { font-size: 0.83em; line-height: 1.15; margin: 0 0 }
h6              { font-size: 0.67em; line-height: 1.15; margin: 0 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
h1, h2, h3, h4  { font-style: normal; font-variant: normal; font-family: "lucida grande", helvetica, arial, sans-serif }
h5, h6          { font-style: normal; font-variant: normal; font-family: bookman, times, "times new roman", serif }
p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { font-style: normal; font-variant: normal; font-family: bookman, times, "times new roman", serif }
blockquote      { margin-left: 30px; margin-right: 30px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 30px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\a" }
img             { border: 0px none; }

/* an example of style for html 4.0's abbr/acronym elements */

abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }
a[href]         { text-decoration: underline }
a:link          { color: #0000ff; text-decoration: underline }
a:active        { color: #ff0000; text-decoration: underline }
a:visited       { color: #660099; text-decoration: underline }

/* my classes */
.textcenter     { text-align: center }
.textleft       { text-align: left }
.textright      { text-align: right }
.singleindent   { padding: 0px 0px 0px 15px }
.doubleindent   { padding: 0px 0px 0px 30px }
.compact        { margin: 0.2em 0 }
.parchment      { background-color: #ffffcc }

/* to support tooltip popup for Avacal travel chart */
#tooltip1 { position: relative; }
#tooltip1 a span { display: none; color: #FFFFFF; }
#tooltip1 a:hover span { display: block; position: absolute; width: 360px; background: #ffffee; height: 80px; left: 50px; top: -10px; color: black; padding: 20px 20px; border-radius: 15px; z-index: 99999; }

@media print {
  @page         { margin: 10% }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
  blockquote,
  pre           { page-break-inside: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
