/**********************************
 * TITLE: Forex Rate - Currency Trading News *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #FFFFFF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 60%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  _width: 1100px; /* IE 6 and below */
           _width: 1120px; /* IE 5.0 */
          
           _width: 1120px; /* IE 5.5 */

min-width: 1120px;

}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px #000099;
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #000099;
}

.headerTitle {
  margin: 0;
  padding: 0.15em 2mm 0.15em 2mm;
}

.headerTitle a {
  color: white;
  background-color: #000099;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 110%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: #000099;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.subHeader {
  color: white;
  background-color: #000000;
  font-size: 100%;
  text-align: center;
  margin: 0;
  padding: 0.15ex 0;
}

.subHeader a {
  color: white;
  background-color: 000000;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {

   color: #FF0000;
}

.subHeader2 {
  color: white;
  background-color: white;
  border-bottom: #000000 1px solid;
  font-size: 100%;
  text-align: center;
  margin: 0;
  padding: 0.15ex 0.15ex;
}

.subHeader2 a {
  color: white;
  background-color: 000000;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader2 a:hover {

   color: #FF0000;
}



/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: #D6D6D6;
  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 1.25ex 0.75ex;
}

.leftSideBar a {
  color: #000099;
  background-color:#FFFFFF;
  text-decoration: underline;
}

.leftSideBar a:hover {
  color: #FF0000;
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar .sideBarText {
  color: #000000;
  background-color: #FFFFFF;
  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: underline;
         color: #FF0000;
}

.leftSideBar .thisPage {
  color: #000000;
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 27em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #000099;
}

[class~="rightSideBar"] {
  margin-right: 0.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #D6D6D6;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #000099;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
  color: #FF0000;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 0em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
         color: #FF0000;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.2em;
  margin: 0.1em 0 0 12.5em;
  padding: 1.0em 14em 0.3em 0.3em;
  border-left: 1px solid #000099;
}

#main-copy h1 {
  color: #000099;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  text-align: centre;
  margin: 0.1em 0 0 0;
  padding: 0.3em 0 0 0;
  border-top: 0.1px #000099;
}

#main-copy a {
  color: #000099;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
            color: #FF0000;
}

p {
  margin: 1em 15em 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.4em 1.4em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: #D6D6D6;
  font-size: 90%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: #000099;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
    color: #FF0000;
}  