BODY {
  margin:           0;
  padding:          0;
  font-family:      verdana, sans-serif;
  background:       white;
  font-size:        80%;
}

TD {
  font-family:      verdana, sans-serif;
  background:       white;
  font-size:        100%;
}

A {
  color:            #D2691E;
  text-decoration:  none;
/*font-weight:      bold;*/
}
A:link    {color: #D2691E;}
A:visited {color: #D2691E;}
A:hover   {color: ORANGE; text-decoration: underline;}
A:active  {color: ORANGE;}

#Main {
  padding-left:     50;
  padding-right:    50;
}

.BigBold {
  font-weight:      bold;
  font-size:        120%;
}

#Header {
  text-align:       center;
  width:            100%;
  clear:            both;
}

#NavPanel {
  background:       WHITE;
  float:            left;
  width:            100px;
  padding-left:     10px;
}

#ContentPanel {
  background:       WHITE;
  float:            right;
  width:            600px;
  min-width:        450px;
  max-width:        900px;
  padding-right:    15px;
}

#PopUp {
  background:       WHITE;
  padding:          8px;
}

.StashTable {
  border-style:     none;
  border-collapse:  collapse;
  width:            100%
}

.StashHeader {
  border:           #006633 thin solid;
  border-width:     .2ex;
  background-color: #FFE7ED;
  font-weight:      bold;
  text-align:       center;
}

.StashCell {
  border:           #006633 thin solid;
  border-width:     .2ex;
  padding:          .5ex;
}

.StashCell2 {
  font-size:        80%;
}

.AppCell {
  border:           #006633 thin solid;
  border-width:     .2ex;
  padding:          .5ex;
  font-size:        80%;
}

.SpacedList {
  margin-bottom:    7px;
}

.MoonTable {
  border-style:     none;
  border-collapse:  collapse;
  width:            450px;
}

.Normal {
  border-bottom:    1px solid black;
}

.Clover {
  border-bottom:    1px solid #32CD32;
}

.Spoiler {
  background:       silver;
  color:            silver;
  cursor:           default;
}
A.Spoiler:link    {color: silver; text-decoration: none;}
A.Spoiler:visited {color: silver; text-decoration: none;}
A.Spoiler:hover   {color: black;  text-decoration: none;}
A.Spoiler:active  {color: black;  text-decoration: none;}

.Rank0 {
  font-weight:      normal;
}
A.Rank0:link    {color: black; text-decoration: none;}
A.Rank0:visited {color: black; text-decoration: none;}
A.Rank0:hover   {color: black; text-decoration: underline;}
A.Rank0:active  {color: #F08080; text-decoration: none;}

.Rank1 {
  font-weight:      normal;
  color:            navy;
}
A.Rank1:link    {color: navy; text-decoration: none;}
A.Rank1:visited {color: navy; text-decoration: none;}
A.Rank1:hover   {color: navy; text-decoration: underline;}
A.Rank1:active  {color: #F08080; text-decoration: none;}

.Rank2 {
  font-weight:      normal;
  color:            purple;
}
A.Rank2:link    {color: purple; text-decoration: none;}
A.Rank2:visited {color: purple; text-decoration: none;}
A.Rank2:hover   {color: purple; text-decoration: underline;}
A.Rank2:active  {color: #F08080; text-decoration: none;}

.Rank3 {
  font-weight:      normal;
  color:            teal;
}
A.Rank3:link    {color: teal; text-decoration: none;}
A.Rank3:visited {color: teal; text-decoration: none;}
A.Rank3:hover   {color: teal; text-decoration: underline;}
A.Rank3:active  {color: #F08080; text-decoration: none;}

.Rank4 {
  font-weight:      bold;
  color:            navy;
}
A.Rank4:link    {color: navy; text-decoration: none;}
A.Rank4:visited {color: navy; text-decoration: none;}
A.Rank4:hover   {color: navy; text-decoration: underline;}
A.Rank4:active  {color: #F08080; text-decoration: none;}

.Rank5 {
  font-weight:      bold;
  color:            purple;
}
A.Rank5:link    {color: purple; text-decoration: none;}
A.Rank5:visited {color: purple; text-decoration: none;}
A.Rank5:hover   {color: purple; text-decoration: underline;}
A.Rank5:active  {color: #F08080; text-decoration: none;}

.Rank6 {
  font-weight:      bold;
  color:            teal;
}
A.Rank6:link    {color: teal; text-decoration: none;}
A.Rank6:visited {color: teal; text-decoration: none;}
A.Rank6:hover   {color: teal; text-decoration: underline;}
A.Rank6:active  {color: #F08080; text-decoration: none;}

.Rank7 {
  font-weight:      bold;
  color:            maroon;
}
A.Rank7:link    {color: maroon; text-decoration: none;}
A.Rank7:visited {color: maroon; text-decoration: none;}
A.Rank7:hover   {color: maroon; text-decoration: underline;}
A.Rank7:active  {color: #F08080; text-decoration: none;}

.Rank8 {
  font-weight:      bold;
  color:            orange;
}
A.Rank8:link    {color: orange; text-decoration: none;}
A.Rank8:visited {color: orange; text-decoration: none;}
A.Rank8:hover   {color: orange; text-decoration: underline;}
A.Rank8:active  {color: #F08080; text-decoration: none;}

.LowValue {
  font-weight:      normal;
}
A.LowValue:link    {color: black; text-decoration: none;}
A.LowValue:visited {color: black; text-decoration: none;}
A.LowValue:hover   {color: black; text-decoration: none;}
A.LowValue:active  {color: black; text-decoration: none;}

.HighValue {
  font-weight:      bold;
  color:            ORANGE;
}
A.HighValue:link    {color: ORANGE; text-decoration: none;}
A.HighValue:visited {color: ORANGE; text-decoration: none;}
A.HighValue:hover   {color: ORANGE; text-decoration: underline;}
A.HighValue:active  {color: ORANGE; text-decoration: none;}

/* *{border:1px solid red;} */