@import url("global-advanced.css");
/* 
Import css for browsers that have advanced css support (css level 1). Older browers will 
ignore the '@import' statement. Note that this must appear at the top of the css 
file before any rules to comply with css level 1. 
*/


body,td,th
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: .6em;
  color:#333333;
}

th 
{
  font-weight: bold;
  text-align: left;
}

div,span 
{
  font-size:inherit;
}

/* normalize margin for the form tag */
form {
  margin:0 0 0 0;
}

a:link,
a:visited,
a:hover,
a:active 
{
  color:#1B7444;
  text-decoration:underline;
}

.footer a:link,
.footer a:visited,
a.news,
a:link.news,
a:visited.news
{
  color:#1B7444;
  text-decoration:none;
}

.footer a:hover,
.footer a:active,
a:hover.news,
a:active.news 
{
  text-decoration:underline;
}

.bulletLink,
a.bulletLink,
a:link.bulletLink,
a:visited.bulletLink,
a:hover.bulletLink,
a:active.bulletLink 
{
  font-weight:bold;
}

a:hover.nav,
a:active.nav 
{
  text-decoration:underline;
}

.secondaryNav a:link, .secondaryNav a:visited 
{
  text-decoration:none;
  font-weight:bold;
}

.secondaryNav a:hover, secondaryNav a:hover 
{
  text-decoration:underline;
}

.teriaryNav a:link, .teriaryNav a:visited 
{
  text-decoration:none;
  font-weight:normal;
}

.teriaryNav a:hover, .teriaryNav a:active 
{
  text-decoration:underline;
}

/* selected state */
.secondaryNav,.teriaryNav  
{
  font-weight:bold;
  color:#333333;
}

table.financials 
{
  border-collapse: collapse;
  border-bottom:solid 1px black;
  border-left:solid 1px black;
}

table.financials td, table.financials th 
{
  border-collapse: collapse;
  border-right:solid 1px black;
  border-top:solid 1px black;
  text-align:center;
}

table.financials th {
  font-weight: normal;
  background-color:#e2e2e2;
}

.tabCell {
  border:1px solid #333333;
  font-weight: bold;
  background-color:#e2e2e2;
}
.tabCell#selected {
  border-bottom:none;
  background-color:#ffffff;
}
.tabCell a:link,.tabCell a:visited,.tabCell a:active,.tabCell a:hover {
  font-weight: bold;
  text-decoration: none;
}
.tabDivider {
  border-bottom:1px solid #333333;
}

td.tabContainer {
  border-left:1px solid #333333;
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
}

.level_0 {
  font-weight: bold;
  font-size: 9pt;
}

.level_1 {
  font-weight: bold;
  font-size: 9pt;
  margin-left : 10px;
}


.level_2 {
	margin-left : 30px;
}

.level_3 {
	margin-left : 50px;
	list-style : inside url("../img/bullet.gif");
	display : list-item;
}
