html, body
{
  margin: 0 0 0 0;
  padding: 0px;
  height: 100%;
  width: 1100;
}

body
{
  background-color: #ffffff;
}

img { border: 0 none; }

ul {
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  display: table-row-group;
}

li { display: inline; }

ul.menu_list {
    margin: 0px 2px 10px 40px;
    white-space: nowrap;
    display: none;
}

img.menu_img {
  border: none;
  margin: 2px 0px 0px 20px; 
}

img.hdr_img {
  border: none;
  margin: 5px 0px 5px 2px; 
}

a.mstr:link {color: #ffc700; text-decoration: none}
a.mstr:visited {color: #D02090; text-decoration: none}
a.mstr:hover {color: #2424fc; text-decoration: underline}

a.five:link {color: #343434; text-decoration: none}
a.five:visited {color: #343434; text-decoration: none}
a.five:hover {color: #2424fc;}

a.six:link {color: #cdcdff; text-decoration: none}
a.six:visited {color: #c0c0ff; text-decoration: none}
a.six:hover {color: #ffcece; }

a.sm:link {color: #cdcdff; text-decoration: none}
a.sm:visited {color: #c0c0ff; text-decoration: none}
a.sm:hover {color: #ffcece; text-decoration: underline; }

a.sm1:link {color: #0000ff; text-decoration: none}
a.sm1:visited {color: #8a2be2; text-decoration: none}
a.sm1:hover {color: #11ff11; text-decoration: underline; }

table.small {
  background-color: #000000;
  margin: 0px 2px 0px 1px;
  width: 100%;
  height: 18px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

table.chart {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9px;
}

td.ch_row1 {
  font-size: 11px;
  color: #ffc700; 
}

tr.stk_rw {
  background-color: #000000;
  color: #ffffff; 
}

span.error {
  position: absolute;
  top: 240px;
  left: 60px;
  z-index: 5;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ff0000;
}  

span.lookup {
  position: absolute;
  top: 25px;
  left: 850px;
  height: 18px;
  z-index: 10;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold; 
}

iframe.stk_frm {
  margin: 0px 0px 5px 0px; 
}

div.stocks {
  margin: 0px 0px 5px 0px;
  position: relative;
  top: -50px;
  width: 1000px;
  height: 400px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: medium double rgb(0,0,0);
}

div.ma {
  margin: 0px 3px 5px 0px;
  position: relative;
  top: -50px;
  width: 33%;
  height: 400px;
  border: medium double rgb(0,0,0);
  overflow: hidden;
  float: left;
}

div.sector {
  margin: 0px 3px 5px 0px;
  position: relative;
  top: -50px;
  width: 32%;
  height: 400px;
  border: medium double rgb(0,0,0);
  overflow: hidden;
  float: left;
}

div.st_graph {
  margin: 0px 0px 5px 0px;
  position: relative;
  top: -50px;
  width: 32%;
  height: 400px;
  border: medium double rgb(0,0,0);
  overflow: hidden;
  float: left;
}

a.div_hdr {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold; 
}

table.left_menu {
  position: relative;
  top: 35px;
  left: 25px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}

table.left_menu_ds {
  position: relative;
  top: -140px;
  left: 25px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #6e6eff;
  font-size: 14px;
}

table.left_menu1 {
  position: relative;
  top: 32px;
  left: 25px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
}

table.left_menu_ds1 {
  position: relative;
  top: -207px;
  left: 25px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #6e6eff;
  font-size: 14px;
}

table.menu {
  position: relative;
  top: -12px;
  margin: 0px 0px 5px 13px;
  width: 960px;
  height: 40px;
  background-image: url("./images/menu_bar.png");
}

td.main_menu_top {
  width: 280px;
  height: 53px;
  background-image: url("./images/menu_bkg_top.png"); 
}

td.main_menu_middle {
  width: 280px;
  background-image: url("./images/menu_bkg_middle.png");
  background-repeat: repeat-y; 
}

td.main_menu_bottom {
  width: 280px;
  height: 50px;
  background-image: url("./images/menu_bkg_bottom.png"); 
}

td.menu {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  align: center;
}

table.ds {
  position: relative;
  top: -58px;
  margin: 0px 0px 5px 13px;
  width: 960px;
  height: 40px;
}

td.ds {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #343434;
  text-align: center;
  align: center;
}

div.left_menu {
  height: 300px;
  width: 314px;
  margin: 0px 5px 5px 14px;
  position: relative;
  top: -55px;
  background-image: url("./images/login_box.png");
}

div.left_menu_basic {
  height: 300px;
  width: 314px;
  margin: 0px 5px 5px 14px;
  position: relative;
  top: -55px;
}

div.congrats {
    align: center;
    text-align: center;
}

div.mkt_text {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 30px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 12px;
    color: #373737;
    line-height: 130%;
}

table.user_data {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

tr.user_data {
    margin-left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #373737;
}

td.user_data {
    background-color: #cecece;
}   

div.user_menu {
  width: 325px;
  margin: 0px 5px 5px 14px;
  position: relative;
  top: -55px;
  float: left;
}

div.daily {
  width: 310px;
  height: 225px;
  position: relative;
}

div.weekly {
  width: 310px;
  height: 285px;
  margin: 10px 5px 0px 0px;
  position: relative;
}

div.add_features {
  width: 310px;
  height: 345px;
  margin: 10px 5px 0px 0px;
  position: relative;
}

span.welcome {
  position: absolute;
  top: 15px;
  left: 350px;
  padding-bottom: 10px;
  margin-left: 30px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
}

div.main_content {
  position: relative;
  top: -50px; 
}

div.mc {
  position: relative;
  top: -55px;
  width: 1000px;
  height: 300px;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #646464;
}

div.lc {
  width: 450px;
  float: left;
}

div.rc {
  width: 450px;
}
  
div.right_pane {
  height: 400px;
  width: 650px;
  margin: 0px 0px 5px 10px;
  position: relative;
  top: -360px;
  left: 360px;
}

div.ftr {
  margin: 5px 5px 5px 5px;
  position: relative;
  top: -300px;
}

div.ftr1 {
  margin: 5px 5px 5px 5px;
}


table.login_form {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 50px;
  left: 40px;
  color: #343434;
}

table.lg {
  margin: 5px 5px 5px 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #343434; 
}

img.trial {
  position: relative;
  top: 50px;
  left: 55px;
}

font.test {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

table.submenu {
  margin: 0px 20px 0px 40px;
  width: 900px;
  height: 20px;
  position: relative;
  top: -61px;
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: none;
}

table.submenu_l1 {
  margin: 0px 20px 0px 40px;
  width: 900px;
  height: 20px;
  position: relative;
  top: -61px;
  background-color: #444444;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: none;
}


fieldset {
    float: left;
    clear: left;
    width: 100%
    margin: 0 0 1.5em 0;
    padding: 0;
}

fieldset ol {
    padding: 0.25em 1em 0 0;
    list-style: none;
}
fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 0;
}

fieldset.submit {
    float: none;
    width: auto;
    border: 0 none #000;
    padding-left: 0em;
    margin-top: 0.25em;
}

input.submit {
    position: relative;
    left: 270px;
}

label {
    vertical-align: middle;
    float: left;
    width: 10em;
    margin-right: 1em;
}

legend.form_set {
  padding: 0.2em 0.5em;
  border:1px;
  color:#000eff;
  font-size:90%;
  text-align:right;
} 

fieldset.form_set {
    margin-top: 0px;
    margin-left: 20px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
	font-weight: bold;
}

label.form_set {
  float:left;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-size: 10px;
  color: #000cff;
}

input.text_in_valid {
    font-family: Arial;
    font-style: normal;
    color: #373737;
    background-color: #cecece;
}

input.text_in_invalid {
    color: #ff0000;
    background-color: #ffe4e1;
}

img.tech_news_button
{
    position: relative;
    top: -20px;
    float: right; 
    clear: both;
}

#daily_sub td {
  width: 150px;
  vertical-align: center;
  text-align: -moz-center;
}

#weekly_sub td {
  width: 300px;
  vertical-align: center;
  text-align: -moz-center;
}

#add_feature_sub td {
  width: 300px;
  vertical-align: center;
  text-align: -moz-center;
}

#links_sub td {
  width: 180px;
  vertical-align: center;
  text-align: -moz-center;
}

#profile_sub td {
  width: 222px;
  vertical-align: center;
  text-align: -moz-center;
}

#tech_sub td {
  width: 450px;
  vertical-align: center;
  text-align: -moz-center;
}

#portfolio_sub td {
  width: 300px;
  vertical-align: center;
  text-align: -moz-center;
}

#sector_sub td {
  width: 150px;
  vertical-align: center;
  text-align: -moz-center;
}

#index_sub td {
  width: 222px;
  vertical-align: center;
  text-align: -moz-center;
}

#power_sub td {
  width: 450px;
  vertical-align: center;
  text-align: -moz-center;
}

#misc_st_sub td {
  width: 128px;
  vertical-align: center;
  text-align: -moz-center;
}

#city_sub td {
  width: 100px;
  vertical-align: center;
  text-align: -moz-center;
}
