/* Global styles */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0 ;
  font: bold smaller sans-serif;
}
/* Styles for admin/list */
#product-list .list-title {
         color:  #244 ;
         font-weight: bold;
         font-size:     larger;
}
#product-list .list-image {
  width:         60px;
  height:        70px;
}
#product-list .list-actions {
  font-size:     x-small;
  text-align:    right;
  padding-left: 1em;
}
#product-list .list-line-even {
  background: #e0f8f8 ;
}
#product-list .list-line-odd {
  background: #f8b0f8 ;
}
/* Styles for main page */
#banner {

  background: #c9c090;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  font: small-caps 42px/42px "Times New Roman", serif;
  color: #208020 ;
  text-align: center;
}
#ticktape {
  float: center;
  width: 100%;
  padding: 0 0 0 0;
}
#myContent {
  visibility:hidden;
}

#banner img {
  float: left;
}
#footer {
  background: #FFFFFF;
  padding-top: 360px;
  padding-bottom: 15px;
  font: small-caps 42px/42px "Times New Roman", serif;
  color: #208020 ;
  text-align: center;
}
#footer img {
  float: center;
}
#columns {
  background: #808455
/*  background-image: url(../images/background7.png);
  background-repeat: repeat-x fixed;
*/
}
#columns_frame {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background: #fefefe;
}
#main {
  margin-left: 11em;
  padding-top: 4ex;
  padding-left: 1em;
  padding-right: 2em;
  background: white;
}
#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 11em;
  background: #808455 ;
}
#sideright {
  float: right;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 11em;
  background: #808455 ; 
}
#side_frame {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 100%;
  border: 1px solid #808455;
  background: #808455 url(/images/gradient1.gif) repeat-x top left;
}
#rside_adframe {
  text-align: center;
  font-family: sans-serif;
  font-size: 0.8em;
  float: left;
  padding: 0em;
  width: 100%;
  border: none;
  background: #FFFFFF;
}
#rside_adframe img {
  border: none;
}
#multi_side_frame {
  float: left;
  width: 10em;
  background: #fee;
}

img.middle {
  vertical-align: middle;
}

#side a {
  color: #bfb ;
  font-size: small;
}

#vertalign {
  vertical-align: middle;
}

.subport {
  color: #000 ;
  font-family: "Times New Roman";
  font-size: 20px;
}

.subport._bold {
  font-weight: bold;
}

.subport._midbold {
  font-size: 16px;
  font-weight: bold;
}


p#indented {
  text-indent: 1em;
}
p#indented img {
  padding: 3px 6px 3px 6px;
}
h1 {
  font: 150% sans-serif;
  color: #208020;
  border-bottom: 3px dotted #77d ;
}

h4 {
  font: 90% sans-serif;
  color: #000 ;
  border-bottom: 2px solid ;
}

/* Styles for order form */
.depot-form fieldset {
  background: #efe ;
}
.depot-form legend {
  color: #dfd ;
  background: #141 ;
  font-family: sans-serif;
  padding: 0.2em 1em;
}
.depot-form label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}
.depot-form .submit {
  margin-left: 5.5em;
}
/* The error box */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0 ;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00 ;
  color: #fff ;
}
#errorExplanation p {
  color: #333 ;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

wikibox_test1 {
  width: 125px;
  height: 80px;
  border: 2px solid #000000;
  padding: 8px;
}

#wikibox {
   width: 430px;
   height: 270px;
   overflow: auto;
   padding: 8px;
   border: 1px solid #000000
}

trade.table {
  border-spacing: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: black;
}
trade.td {
  padding: 5px 5px 5px 5px;
}

newtrade.table{
  border-spacing: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: black;
}
newtrade.tr {
  padding: 0 0 0 0;
}
newtrade.td {
  width: 20px;
  padding: 2px 2px 2px 2px;
}

table#users { width: 100%;}
table#users th { font-size: 95%; }
table#users td { font-size: 90%; }

table#trade { width: 100% }

table {
  width: 90%;
  margin: 0 auto;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
}

th {
  text-align: left;
  border-bottom: 1px solid #000;
}

td {
  color: #333;
}

#wrapper {
  width: 62em;
  margin: 0 auto;
  text-align: left;
}

body {
  text-align: center;
  background: #736505 url(/images/bg.gif) repeat-x;
  background-color: #CFCFCF
}
.tabheaderlink {
  text-decoration:none;
  color: #736505;
}

.tabheaderrow {
  font-family: arial;
  font-weight: bold;
  text-decoration:none;
  text-align: center;
  border-spacing: 0px;
  border-padding: 0px;
}
.tabheaderrow._blank {
  text-decoration:none;
  text-align: left;
  width: 2px;
}
.tabheaderrow._def {
  text-decoration:none;
  text-align: center;
  text-size: 12px;
}
.tabheaderrow._linktkr {
  font-size: 12px;
  text-align: center;
  color: #736505;
  width: 60px;
}
.tabheaderrow._linkposition {
  font-size: 11px;
  text-align: center;
  color: #736505;
  width: 20px;
}
.tabheaderrow._linkdate {
  font-size: 12px;
  text-align: center;
  color: #736505;
  width: 80px;
}
.tabheaderrow._nshares {
  font-family: fantasy;
  font-weight: bolder;
  font-size: 9px;
  text-align: center;
  width: 45px;
}
.tabheaderrow._cost {
  font-family: fantasy;
  font-weight: bolder;
  font-size: 11px;
  text-align: right;
  width: 55px;
}
.tabheaderrow._ltrade {
  font-family: fantasy;
  font-weight: bolder;
  font-size: 10px;
  text-align: right;
  width: 55px;
}
.tabheaderrow._dividends {
  font-family: fantasy;
  font-weight: bolder;
  font-size: 10px;
  text-align: right;
  width: 65px;
}
.tabheaderrow._gainloss {
  font-family: fantasy;
  font-weight: bolder;
  font-size: 12px;
  text-align: right;
  width: 60px;
}
.tabheaderrow._value {
  font-family: fantasy;
  font-weight: bolder;
  font-size: 12px;
  text-align: right;
  width: 75px;
}

.tab_alignleft {
  text-align: left;
  float: left;
}

.rowcentered {
  text-align: left;
  height: 30px;
}

.topranklink {
  text-decoration:none;
  color: #3755AE;
}

.tabnospacing {
  border-spacing: 0px;
  border-padding: 0px;
}

.tabwatch {
  border-spacing: 0px;
  border-padding: 0px;
}

.decalign {
  text-align: right;
}


/*******************  BOX FRAMES  ************************/

.colorgradient { 
  background-color: #808455; 
}
.gradwhite img, .gradblack img {
  background-color: transparent;
  height: 100%;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
}
.boxframe {
  border: solid #808455 1px;
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  position:relative;
  width: 11em;
}

/******************* IMAGES  ****************************/

img.art_left {
  float: left;
  margin: 4px;
  padding: 0 12px 0 0;
  border: 0;
}

img.art_right {
  float: right;
  margin: 4px;
  padding: 0 0 0 12px;
  border: 0;
}

