/* GENERIC */


Body
{
    background-color: white;
}

BODY,TD
{
    font-family: "Arial, Helvetica, Sans-Serif";
    font-size:  14px;
    font-weight:  normal;
    color: black;
}

TH
{
	font-family: "Arial, Helvetica, Sans-Serif";
	font-size: 14px;
	font-weight: bold;
	background-color: yellow;
}

/*
TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}
*/

A:link  {
    text-decoration:    none;
    color:  blue;
}

A:visited   {
    text-decoration:    none;
    color:  blue;
}

A:active    {
    text-decoration:    none;
    color:  blue;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

/* CUSTOM */

/* same as body,td ? */
.text
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
}

.alerttext
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  color:Red;
}

.labeltext
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  font-weight: bold;
}

.largetext
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
}

.smalltext
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 10px;
}

.smalllabeltext
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 10px;
  font-weight: bold;
}


.title
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 18px;
  font-weight: bold;
}

.subtitle
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000066;
  padding: 10px;
}

.sectiontitle
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 18px;
  font-weight: bold;
}

.subsectiontitle
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 16px;
  /*font-weight: bold;*/
}

.header
{
  background-image:url("images/istar_masthead_bg.jpg");
}

.separator
{
  background-color: #000066;
}

.button
{
  margin: 5px;
}

.tableheader
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  font-weight: bold;
  background-color: yellow;
}

.performancetableheader
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  font-weight: bold;
  background-color: #f0ffee;
}

.understandingtableheader
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  font-weight: bold;
  background-color: #fff0ee;
}

.tablecell
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  background-color: white;
}

.alttablecell
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  background-color: lightgrey;
}

.linedtablecell
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
  border-bottom: solid 1px #000000;
}

.tablefooter
{
  font-family: "Arial, Helvetica, Sans-Serif";
  font-size: 14px;
}

