/***
   * Style info for The Real Deal website.
   *
   * Ethan Brown
   * August 14, 2005
   */

body
{
  background: #a64a00;
}

br
{
  clear: all;
  }

div.mainpanel
{
  background: white;
  /* margin: 3em auto 1px auto; IE doesn't grok this*/
  margin-left: auto;
  margin-left: 5em;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 3em;  
  width: 800px;
  width: 87%;
  /*min-height: 500px; */
  border: thin solid black;
  
  }

.navbar
{
  background: #b5713a;
  background: #f0ae79;
  color: white;
  font-family: arial, helvetica;
  font-size: 10pt;
  font-weight: bold;
  }

.navbar td
{
  text-align: center;
  align:
  }

A { text-decoration: none; } 
A:link {color: white}
A:visited{color: white}
A:hover{color: #5dfff9}

div.header
{
  padding: 10px 10px 0 10px;
  }

div.content
{
  background: #ffeee0;
  padding: 1.5em;
  font-family: arial, helvetica;
  font-size: 12pt;
  }

p
{
  padding-left: 1em;
  padding-top: 3px;
  margin-top: 3px;
  }
span.heading
{
  font-size: 120%;
  }

span.real
{
  font-family: arial, helvetica;
  font-size: 120%;
  font-weight: bold;
/*  font-style: italic;*/
  }

table.printlist 
{ 
  border-collapse: collapse; 
  width : 98%; 
  border: 1px solid black; 
} 

div.printsongname 
{ 
  font-size:10pt; 
  float: left; 
  padding: 0.2em 0.5em 0.0em 0.5em; 
} 

div.printsongartist 
{ 
  font-size:10pt; 
  float: right; 
  padding: 0.1em 0.5em 0.1em 0.5em; 
  font-style: italic; 
} 

*#col1  { border: 1px solid black; } 

span.labelsmall
{
  font-size: 8pt;
  font-weight: bold;
  }
