/* ***
 * Developed by Hemscott IR Studio (HemscottIR.com)
 * for African Eagle Resources (africaneagle.co.uk)
 *
 * Author : wislam <wislam at hemscott.co.uk>
 * Created: 2005/11/27
 *
 * *** */

/* * {
  margin: 0px;
  padding: 0px;
} */

html {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.75em;
}

body {
  margin: 0px;
}

a {
  color: #CB3200;
  text-decoration: none;
}
a:hover {
  color: #000000;
}


h1 {font-size: 1.8em; color: #525252; margin-bottom: 1em;}
h2 {font-size: 1.335em; color: #4c4c4c; margin-top: 16px; padding-top: 10px;}
h3 {font-size: 1.4em; color: #525252;}
h4 {font-size: 1.3em; color: #525252;}
h5 {font-size: 1.2em; color: #525252;}
h6 {font-size: 1.1em; color: #525252;}

#hsbody acronym,
#hsbody .abbr {
  border-bottom: 1px dashed #999;
  cursor: help;
}

#hsbody dl dt {
  display: inline;
  float: left;
}
#hsbody dl dd {
  margin-left: 1em;
}



/* *** BEGIN Standard Input Form *** */
#hsbody form {
}
#hsbody form fieldset {
  padding: 1em;
  margin-top: 1em;
  border: 1px solid black;
}
#hsbody form fieldset legend {
  color: white;
  background-color: #CB3200;
  padding: 0.2em 0.4em;
  border: 1px solid black;
}
#hsbody form input,
#hsbody form select {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
}
/* *** END Standard Input Form *** */


/* *** BEGIN Share Price Summary table *** */
#graph_price_summary table {
  border: 1px solid black;
  width: 100%;
}
#graph_price_summary table caption {
  text-align: left;
  background-color: #cb3200;
  color: #fff;
  padding: 3px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
#graph_price_summary table th {
  font-weight: bold;
  text-align: left;
}
#graph_price_summary table th,
#graph_price_summary table td {
  padding: 3px;
  border-bottom: 1px solid #eee;
}
/* *** END Share Price Summary table *** */


/* *** BEGIN Share Price Graph Page *** */
#hsbody #graphDiv {
  position: relative;

  margin-top: 9px;
}
#hsbody #hs_graph_help {
  padding-top: 10px;
  margin-left: 100px;
  clear: both;
}
#hsbody #hs_graph_opts {
  margin: 0px;  /* required for IE?? ************* */
}
#hsbody #hs_graph_period .hs_g_fieldbox,
#hsbody hs_graph_comparison .hs_g_checkbox {
  margin: 1px;
}
#hsbody #hs_graph_period .hs_g_fieldbox label {
  width: 8ex;
  float: left;
}
#hsbody #hs_graph_period .hs_g_period {
  width: 24.4ex;
}
#hsbody #hs_graph_comparison {
  margin-top: 0.5em;
}
#hsbody #hs_graph_comparison .hs_g_checkbox {
  margin: 0px;
}
#hsbody #hs_graph_comparison .hs_g_checkbox label {
  width: 17.3em;
  float: left;
}

#hsbody .hs_g_submit {
  margin-top: 5px;
  float: right;
}
#hsbody .hs_g_submit .button {
}

#hsbody #wi_tooltip {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  border: 1px solid black;
  color: black;
  background-color: #ffd;
  padding: 2px;
  position: absolute;
  margin:0 !important;
}

/* *** END Share Price Graph Page *** */


/* *** BEGIN Disclaimer *** */
#hsbody #disclaim {
  font-size: 0.8em;
  margin-top: 3em;
  color: inherit;
  background-color: #e5e5e5;
  padding: 0.1em 0.5em 1.5em 0.5em;
}
#hsbody #disclaim.two_lines {
  height: 1.5em;
}
/* *** END Disclaimer *** */


/* *** BEGIN Generic Classes *** */

#hsbody .bold {
  font-weight: bold;
}
#hsbody .left {
  float: left;
}
#hsbody .right {
  float: right;
}
#hsbody .block {
  display: block;
}
#hsbody .hidden {
  visibility: hidden;
}
.hide {
  display: none;
}

/* *** END Generic Classes *** */


