body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #fff;
}

#main
{
line-height: 130%;
}


a
{
text-decoration: none;
}

a img {
border: 0;
}

#container
{
/*width: 75%;*/
margin: 10px auto;
background-color: #fff;
line-height: 160%;
font-size: 85%;
}

#top
{
padding: .5em;
background-color: #fff;
#border: 1px solid gray;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0.2em;
}

#leftnav
{
  display: none;
}

#content .printerfriendly
{
float: right;
font-size: 1em;
margin-top: -1em;
text-align: right;
}


#content
{
padding: 1em;
}

#content a
{
color: black;
border-bottom: dotted 1px #333;
}

#content a:hover
{
#color: black;
color: red;
#border-bottom: solid 1px #333;
border-bottom: dotted 1px #333;
}

#content a.image
{
border: 0;
}

#content .error
{
color: red;
}

#content a img {
border: 0  ! important;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #fff;
border-top: 1px solid gray;
text-align: center;
font-size: 10px;
text-decoration: none;
line-height: 130%;
}

#footer a
{
color: #333;
border-bottom: dotted 1px #333;
}

/* --- silva list styles --- */

ul {
  margin : 0.5em 0em;
  /* override default indent */
  padding-left: 1.4em; 
}

ul.disc {
  list-style-type : disc;
}
  
ul.square {
  list-style-type : square ! important;
} 

ul.circle {
  list-style-type : circle;
} 

ul.nobullet {    
  list-style-type: none;   
}

ol {
  margin : 0.5em 0em;
  /* override default indent */
  padding-left: 1.9em; 
}

ol.decimal {
  list-style-type : decimal;
} 

ol.upper-roman {
  list-style-type : upper-roman;
}

ol.lower-roman {
  list-style-type : lower-roman;
}

ol.upper-alpha {
  list-style-type : upper-alpha;
}

ol.lower-alpha {
  list-style-type : lower-alpha;
}

dt {
  font-weight: bold;
  background : transparent;
}

dd {
  background : transparent;
  margin-left : 1.5em;
  padding-bottom: 1em;
}

/* --- silva table styles --- */

table.silvatable {
  empty-cells: show;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.silvatable tr {
  vertical-align: top;
} 
table.silvatable tr.rowheading {
  font-weight: bold;
} 
table.silvatable td {
  border-right: none ! important;
} 
table.silvatable th.align-left, table.silvatable td.align-left {
  text-align: left;
}
table.silvatable th.align-center, table.silvatable td.align-center {
  text-align: center;
}
table.silvatable th.align-right, table.silvatable td.align-right {
  text-align: right;
}

table.datagrid, table.plain, table.list, table.grid {
  width: 100%;
}

table.plain {
  border-style: none;
} 
table.plain td {
  border-right: none ! important;
}
 
table.list td {
  border-bottom: 1px solid #444444;
} 

table.list tr.rowheading td, table.list thead th {
  border-bottom: 2px solid #444444;
} 
  
table.grid td, table.grid thead th {
  border: 1px dotted #444444;
  border-right: 1px dotted #444444 ! important;
} 
  
table.datagrid td {
  border: 1px dotted #444444;
  border-right: 1px dotted #444444 ! important;
} 
table.datagrid tr.rowheading td {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none ! important;  
} 

table.simple {
  border-style: none;
}

table.simple thead th {
  font-weight: normal;
}

td.even table td {
  border-right: none ! important;
}

tr.even
{
background-color: #fff;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; line-height: 120%; }
