/*******************************************
 * TITLE: Balibago Info Screen Stylesheet  *
 * MODIF: 2008-July-06 19:09 +0800         *
 *******************************************/


/* ##### Common Styles ##### */
/* Left Navigation Bar */
body {
  color: black;
  background-color: #003366;
  font-family: verdana, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: rgb(0,33,66);
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: #C8C896;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: black;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: black;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

.SearchRight {
  width: 26em;
  padding: 3ex 2ex;
  float: right;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: #003366;
  background-color: #C8C896;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0.5ex;
}

.leftSideBar a {
  display: block;
  color: White;
  background-color: #003366;
  text-decoration: none;
}

.leftSideBar a:hover {
  display: block;
  color: rgb(0,33,66);
  background-color: #FFFFFF;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 14em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
  background-color: #C8C896
}

[class~="rightSideBar"] {
  margin-right: 1ex;
}

.rightSideBar .sideBarTitle {
  color: #003366;
  background-color: #C8C896;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.rightSideBar a {
  color: #003366;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
}

.rightSideBar a:hover {
  text-decoration: underline;
  font-weight: bold
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .Rates {
  text-decoration: none;
  text-align: left;
  padding: 0 2px 2px 2em;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

.rightTitle { font-size: x-small; text-transform: uppercase; color: #333300; text-decoration: none; letter-spacing: 3px}
.rightBarLink { font-size: small; color: #003366; text-decoration: none}
a.rightBarLink:hover { color: #0066cc }
.rightBarTime { font-size: xx-small; color: #000000; text-decoration: none; letter-spacing: 0.75px }

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 16em 1em 1em;
}

#main-copy h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main-copy h2 {
  color: #002142;
  background-color: transparent;
  font-family: arial, verdana, sans-serif;
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
  line-height: 80%
}

#main-copy h3 {
  color: #14143C;
  background-color: transparent;
  font-family: arial, verdana, sans-serif;
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0 0;
}

#main-copy a {
  color: #0033FF;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

.nav{
  background-color: transparent;
  font-family: arial, verdana, sans-serif;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  float: left;
  padding-left: 5em;
}

.thick{
  color: #002142;
  background-color: transparent;
  font-family: arial, verdana, sans-serif;
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  margin: 5em 0 0 0;
  line-height: 80%
}

.LogoBox {
  width: 14em;
  padding: 1ex 2ex;
  float: right;
}

.framed {
  padding: 2ex;
  background: #FFFFAA;
  font-weight: bold;
  color: #002142;
}


img {
  border-width: 0
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: #000099;
  background: #DDDDDD;
  font-size: 82%;
  text-align: center;
  line-height: 1.25em;
  padding: 1em 1mm 2em 1mm;
  margin-top: 2em;
}

.FloatRight
{
  float: right;
  margin: 10px
}

.FloatLeft
{
  float: left;
  margin: 10px
}
