/* ***
 * Developed by Hemscott IR Studio (HemscottIR.com)
 * for CareCapital Group (carecapital.co.uk)
 *
 * Author : wislam <wislam at hemscott.co.uk>
 * Created: 2006/12/12
 *
 * *** */

/* * {
  margin: 0px;
  padding: 0px;
} */

#hsbody {
  /*font-family: arial, verdana, helvetica, sans-serif;
  font-size: 0.75em;*/
  margin: 0px;
  color: #333;
}

#hsbody a         {color: #1d4e31; text-decoration: none;}
#hsbody a:hover   {text-decoration: underline;}

table {
  font-size: 1em
}

#hsbody h1 {font-size: 1.8em; font-weight: normal; color: #557A64; margin-bottom: 1em;}
#hsbody h2 {font-size: 1.15em; color: #1d4e31; margin-top: 0px; margin-bottom: 1em;}
#hsbody h3 {font-size: 1em;}
#hsbody h4 {font-size: 1em;}

#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 General Table Styling *** */
#hsbody table {
  text-align: left;
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#hsbody table caption {
  background-color: #4A715A;
  color: white;
  text-align: left;
  padding: 3px 5px;
  border-top: 1px solid black;
}
#hsbody table thead th {
  color: inherit;
  background-color: #e5e5e5;
  text-align: center;
}
#hsbody table th {
  font-weight: normal;
  padding: 4px;
  /*color: inherit;
    background-color: #efefef;
  */
}
#hsbody table td {
  padding: 4px;
  /*color: inherit;
    background-color: #f7f7f7;
  */
}
#hsbody table th,
#hsbody table td {
  border-bottom: 1px solid #eee;
}
/* *** END General Table Styling *** */


/* *** BEGIN Standard Input Form *** */
#hsbody form {
}
#hsbody form fieldset {
  padding: 1em;
  margin-top: 1em;
  border: 1px solid #4A715A;
}
#hsbody form fieldset legend {
  color: white;
  background-color: #4A715A;
  padding: 0.2em 0.4em;
  border: 1px solid #4A715A;
}
#hsbody form input,
#hsbody form select,
#hsbody form label {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
}
/* *** END Standard Input Form *** */


/* *** BEGIN News Search *** */
#hsbody #search_form {
  margin-bottom: 2em;
}
#hsbody form fieldset .ns_fieldbox {
}
#hsbody form fieldset .ns_fieldbox label {
  width: 12ex;
  float: left;
}
#hsbody form fieldset .ns_fieldbox #keyword_input {
  width: 22.2ex;
}
#hsbody form fieldset .ns_fieldbox #period_input {
  width: 22.8ex;
}
#hsbody #further_options_link {
  padding: 0.5em 0px;
}
/* *** END News Search *** */


/* *** BEGIN News Item *** */
#hsbody.newsitem {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 0.75em;
  /* override global body width */
  width: 100%;
  text-align: left;
}
#hsbody.newsitem #banner {
  font-size: 0.8em;
  padding: 10px 20px;
}
#hsbody.newsitem #banner img {
  margin-right: 20px;
  margin-bottom: 1em;
  float: left;
}
#hsbody.newsitem #lse_msg {
  float: right;
}

#hsbody.newsitem h2.newsitem {
  font-size: 1.4em;
  color: black;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
  padding: 5px 20px;
  margin: 0px;
}
#hsbody.newsitem h4 {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1em;
}
#hsbody.newsitem .page {
  padding: 0px 20px;
  margin:0px;
}
#hsbody.newsitem .page pre {
  font-size: 1.2em;
}
/* *** END News Item *** */


/* *** BEGIN Share Price Graph Page *** */
#hsbody #hs_graph_container {
}

#hsbody #hs_graph_help {
  margin: 0px 0px 5px 300px;
}
#hsbody #graphDiv {
}
#hsbody #hs_graph_opts {
  margin: 1em 0px 0px 0px;
  padding-top: 5px;
  clear: both;  /* due to #graphDiv */
}
#hsbody #hs_graph_period {
  width: 18.5em;
  float:left;
  margin-top: 0px;
  margin-right: 5px;
}
#hsbody #hs_graph_period,
#hsbody #hs_graph_comparison {
  /*padding: 10px;*/
  height: 8em;
}
#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: 21.2ex;
}
#hsbody #hs_graph_period #fromDay,
#hsbody #hs_graph_period #toDay {
  width: 3.3em;
}
#hsbody #hs_graph_period #fromMonth,
#hsbody #hs_graph_period #toMonth {
  width: 4em;
}
#hsbody #hs_graph_period #fromYear,
#hsbody #hs_graph_period #toYear {
  width: 4.5em;
}

#hsbody #hs_graph_comparison {
  float: left;
  margin-top: 0px;
}
#hsbody #hs_graph_comparison .hs_g_checkbox {
  margin: 0px;
  clear: both;
}
#hsbody #hs_graph_comparison .hs_g_checkbox label {
  width: 26ex;
  float: left;
}

#hsbody .hs_g_submit {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 0px;
  clear: both;
}
#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-top: 10px;
  margin-left: -70px;
}
/* *** END Share Price Graph Page *** */


/* *** BEGIN Disclaimer *** */
#hsbody #disclaim {
  font-size: 0.8em;
  margin-top: 2em;
  /*color: inherit;
    background-color: #f7f7f7;
  */
  padding: 0.1em 0.5em 1.5em 0.5em;
  border-top: 1px solid #eee;
}
#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 .align_left {
  text-align: left !important;
}
#hsbody .align_center {
  text-align: center !important;
}
#hsbody .block {
  display: block;
}
#hsbody .hidden {
  visibility: hidden;
}
#hsbody .hide {
  display: none;
}

/* *** END Generic Classes *** */


