/* simple positioning */
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}

h4 {
  text-align: center;
}

/* footer */
.footerr {
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 1%;
  left: 50%;
}
.footerb {
  position: fixed;
  height: 15%;
  top: auto;
  bottom: 10%;
  right: 1%;
  left: 50%;
}

/* frequently used colors */
body.default {
  color: black;
  background-color: white;
  margin : 0px 0px 0px 0px;
}
.purple {
  color: purple;
  background-color: white;
}
.silver {
  color: silver;
  background-color: white;
}

.silverbg { 
  color: black;
  background-color: silver;
  text-align: left;
}

.bluebg {
  color: black;
  background-color: #bfcede;
  text-align: left;
}
.red {
  color: red;
  background-color: white;
}

.portfoliored { 
  color: red;
  background-color: #AFD3DF;
}

/* left menu links */
.lmpurple { color: purple; background-color: #AFD3DF; }
.lmsilver { color: silver; background-color: #AFD3DF; }
.lmwhite { color: white; background-color: #AFD3DF; }


/* links */
A:link {
  color: #0000FF;
  background-color: white;
}
A:visited {
  color: #0000AA;
  background-color: white;
}
A:active {
  color: #FF00FF;
  background-color: white;
}
A:hover {
  text-decoration: underline;
  color: red;
  background-color: white;
}

A.left:link {
  color: #0000CC;
  background-color: #AFD3DF;
  font-size: small;
}
A.left:visited {
  color: #0000AA;
  background-color: #AFD3DF;
}
A.left:active {
  color: #FF00CC;
  background-color: #AFD3DF;
}
A.left:hover {
  text-decoration: underline;
  color: red; background-color: #AFD3DF;
  /* font-size: medium; */
}

/* like a.left, but bold */
A.leftb:link {
  color: #0000FF;
  background-color: #AFD3DF;
  font-size: small;
  font-weight: bold;
}
A.leftb:visited {
  color: #0000AA;
  background-color: #AFD3DF;
  font-weight: bold;
}
A.leftb:active {
  color: #FF00FF;
  background-color: #AFD3DF;
  font-weight: bold;
}
A.leftb:hover {
  text-decoration: underline;
  color: red; background-color: #AFD3DF;
  font-weight: bold;
}

A.loginBar:link {
  color: #0000FF;
  background-color: #EEF5F5;
  font-size: small;
}
A.loginBar:visited {
  color: #0000AA;
  background-color: #EEF5F5;
}
A.loginBar:active {
  color: #FF00FF;
  background-color: #EEF5F5;
}
A.loginBar:hover {
  text-decoration: underline;
  color: red; background-color: #EEF5F5;
  /* font-size: medium; */
}
/* misc stuff */
HR { color: red; background-color: white; }
table.center { 
  left: 40%;
}

table.stockcenter {
  border-style: hidden;
/*  position: relative; */
  left: 20%;
}

TD { font-size: 12pt }
TD.black { color: black; background-color: black }
TD.dataDate { text-align: left; font-family: Courier, serif, Serif, Arial, Helvetica; font-size: medium; }
TD.data { text-align: left; font-family: serif, Serif, Arial, Helvetica; font-size: medium; }
TR.heading { text-align: right }
TR.header { text-align: center }
TD.heading { font-size: 10pt; color: black; background-color: yellow; letter-spacing: 0.5em; }
TD.header { font-size: 10pt; color: black; background-color: #008080; letter-spacing: 0.5em; }
TD.portfolio { font-size: small; color: black; background-color: #AFD3DF; }
TH.alert {  font-size: small; }
H4 { text-align: left }
P.ask { font-size: 10pt; text-align: right; }
P.smallright { font-size: 8pt; text-align: right; }
p.para { 
  text-align: left;
  text-indent: 20px;
  color: black;
  background-color: white;
  margin-right: 15px;
}
p.normal { 
  text-align: left;
  color: black;
  background-color: white;
  margin-right: 15px;
}
P.leftmenu {
  text-align: left;
  color: black;
  font-size: 12px;
  background-color: #AFD3DF;
}

TD.loginBarLeft { 
  text-align: left;
  background-color: #EEF5F5;
  color: black;
  font-size: small;
}

TD.loginBar {
  text-align: right;
  background-color: #EEF5F5;
  color: black;
  font-size: small;
}

span.leftheading { 
  color: purple;
  background-color: #AFD3DF;
  font-size: 14px;
}

span.header {
  text-align: center;
  font-size: 18pt;
  font-family: serif, Serif, Arial, Helvetica;
  color: black;
  background-color: white;
}
span.header2 {
  text-align: center;
  font-size: 14pt;
  font-family: serif, Serif, Arial, Helvetica;
  color: black;
  background-color: white;
}
span.section {
  text-align: center;
  font-size: medium;
  font-family: serif, Serif, Arial, Helvetica;
  color: navy;
  background-color: white;
}

.underline { 
  text-decoration: underline;
}
/* main layout */
.c0 {
  clear: both;
  text-align: center;
}

#content {
  background-color: white;
  position: absolute;
  left: 220px;
  top: 50px;
}

#admincontent { 
  background-color: white;
  position: absolute;
  left: 50px;
  top: 50px;
}

#leftnav {
  /* position: absolute; */
  width: 200px;
  height: 100%; 
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-left: 2px solid black;
  margin-left: 5px;
  margin-right: 15px;
  padding-left: 5px;
  padding-bottom: 20px;
  background-color: #AFD3DF;
}
