/*
 * screen.css: Stylesheet for a normal browser.
 * Raju Varghese 2004-11-23
 *
 * based on prosimii from http://www.oswd.org/ which was designed by haran
 *
 */


/* Common Styles */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  background-color: white;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted lightblue;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

a {
  color: slategray;
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0 1px 2px 1px;
}

a:hover {
  color: red;
}

ol {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dl {
  margin: 1em 0 0.5em 0;
  padding: 0;
}

ul li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

ol li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 2em;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1ex 0;
}

dd {
  line-height: 1.75em;
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

img {
  border: none;
}

h1 {
  color: gray;
  background-color: transparent;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 200%;
  margin: 0;
  padding: 0;
}

h2 {
  color: gray;
  background-color: transparent;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 151%;
  margin: 0;
  padding: 1ex 0 0 0;
}

h3 {
  color: lightblue;
  background-color: transparent;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 120%;
  margin: 0;
  padding: 1ex 0 0 0;
}

p {
  line-height: 1.75em;
  margin: 1em 0 1.5em 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

input, textarea, select {
  background: white;
  border: 1px solid navy;
}

input:hover, select:hover, textarea:hover {
  background: Silver;
}
input:focus, select:focus, textarea:focus {
  background: lightgray;
}

.note {
  background: yellow
}

table {
  font-family: verdana, helvetica, arial, sans-serif;
  text-align: center;
  font-weight: normal;
  border: 1px solid white;
  border-collapse: collapse;
  border-spacing: 0px;
  vertical-align: top;
}

td {
  border: 1px solid white;
  text-align: left;
  background-color: #e8e9f5;
  padding: 5px;
  margin: 5px;
  vertical-align: top;
}

th {
  border: 1px solid white;
  background-color: silver;
  text-align: left;
  text-indent: 5px;
}

td.number {
  text-align: right
}



/* Header */

.midHeader {
  color: navy;
  background-color: white;
  margin: 0;
  padding: 0.26ex 10px;
}

.headerTitle {
  font-size: 300%;
  margin: 0;
  padding: 0;
}

.headerSubTitle {
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

.headerLinks {
  text-align: right;
  margin: 0;
  padding: 0 0 2ex 0;
  position: absolute;
  right: 1.5em;
  top: 1.0em;
}

.headerLinks a {
  color: darkgray;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0.5ex 0;
  display: block;
}

.headerLinks a:hover {
  color: navy;
  text-decoration: underline;
}

/* The horizontal bar with Home, products, services, etc */

.navigation {
  color: red;
  margin: 0;
  padding: 0 0 0 0;
  background-color: navy;
}

.navigation ul, .navigation ul li a {
  color: white;
  background-color: transparent;
  font-size: 110%;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 0 1ex 0 1ex; /* top right bottom left */
}

.navigation a:hover, .navigation ul li a:hover {
  color: lightblue;
}

.navigation  .selected {
  background: navy url(../images/nav-bar-bg-white-blue-gradient.gif) top left repeat-x;
}

.navigation ul li { display: inline; }

/* Main Document */

#main-doc {
  text-align: justify;
  margin: -0.5ex 1em 1em 12.5em;
  padding: 0.5em 10px;
  clear: left;
}

#main-doc-without-side-bar {
  margin: 0;
  padding: 0.5em 10px;
  clear: left;
}

.newsHeading {
  color: navy;
  background-color: transparent;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 145%;
  text-decoration: none;
  margin: 0;
  padding: 1ex 0 0 0;
  display: block;
}

.newsHeading:hover {
  color: navy;
  background-color: transparent;
  text-decoration: underline;
}

.newsDate {
  font-style: italic;
  font-size: 75%;
  margin: 0 !important;
  padding: 0;
}

.newsSummary {
  margin: 1.5ex 0 2.5ex 0.75ex !important;
  padding: 0;
}

.more {
  text-align: right;
  margin: 0;
  padding: 0.5em 0;
}

.more a {
  color: darkgray;
  background-color: transparent;
  font-size: 92%;
  text-decoration: underline;
  margin: 0;
  padding: 0.25ex 0.75ex;
}

.more a:hover {
  color: rgb(117,144,174);
  text-decoration: none;
}

/* Note: The row of boxes are not to be used with the sidebar (below) */

.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 1em 0;
  float: left;
  border-left: 1px solid rgb(204,204,204);
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.oneThird {
  width: 28%;
  padding: 0 1.9%;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  border-top: 1px solid rgb(204,204,204);
}

/* More elegant alternatives to .noBorderOnLeft & .dividingBorderAbove
 * that don't require the creation of new classes - but which are not
 * supported by MSIE - are the following:
 *
 * .rowOfBoxes > div:first-child {
 *   border-left: none;
 * }
 *
 * .rowOfBoxes + .rowOfBoxes {
 *   border-top: 1px solid rgb(204,204,204);
 * }
 */


/* Footer */

#footer, #footer p {
  color: rgb(51,51,102);
  background-color: rgb(239,239,239);
  font-size: 87%; /* this does not seem to have any effect, except in IE */
  text-align: right;
  line-height: 1.25em;
  margin: 0 0 0 0;
  padding: 0.2ex 0.2ex;
  clear: left;
  overflow: hidden;
}

#footer a {
  color: slategray;
  background-color: transparent;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* Side Menu */

#side-bar {
  color: rgb(204,204,204);
  background-color: #ffffef; /* = very light yellow */
  list-style-type: square;
  list-style-position: inside;
  width: 10em;
  margin: 0;
  padding: 1ex 0;
  border: 1px solid #e6e6fa; /* =lavender */
  position: absolute;
  left: 1.5ex;
  top: 10em;
  z-index: 1;
}

[id="side-bar"] {
  /* commented out below because of long menu items that go past the bottom of the browser */
  /*position: fixed !important;*/  /* Makes the side menu scroll with the page. Doesn't work in MSIE */
}

#side-bar a {
  color: slategray;
  text-decoration: none;
}

#side-bar:hover {
  color: navy;
  border-color: navy;
}

#side-bar li {
  margin: 0;
  padding: 0.75ex 0 1ex 1.75ex;
}

#side-bar li:hover {
  color: navy;
}


#side-bar li a:hover {
  color: navy;
  text-decoration: underline;
}

#side-bar li .selected {
  font-weight: bold;
}
