img 
{
 border-width: 0pt;
}

#bottom_div 
{
 width: 520px;
 height: 150px;
 background-color: #b9d1ea;
 clear: both;
}

#vista_toolbar 
{
 float: left;
 font-size: 12px;
 font-style: normal;
 font-family: 'Trebuchet MS', 'Arial';
 margin: 0;
 padding: 0;
 width: 100%;
 background-image: url(back.gif);
 background-repeat: repeat-x;
}

#vista_toolbar ul 
{
 background-image: url(back.gif);
 background-repeat: repeat-x;
 float: left;
 line-height: 32px;
 list-style: none;
 margin: 0;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 10px;
 width: 97%;
}

#vista_toolbar li 
{
 display: inline;
 padding: 0;
}

#vista_toolbar a 
{
 color: #FFF;/* need because it will use default link color */

 float: left;
 padding-top: 0;
 padding-right: 3px;
 padding-bottom: 0;
 padding-left: 3px;/* left 3 px because of left.png image */

 text-decoration: none;
}

#vista_toolbar a span 
{
 display: block;
 float: none;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 7px;
}

#vista_toolbar a span img 
{
 border-style: none;
 margin-top: 8px;
 margin-right: 4px;
 margin-bottom: 0;
 margin-left: 0;
}

/* show picture when mouse over link */
#vista_toolbar a:hover 
{
 background-image: url(left.png);
 background-repeat: no-repeat;
 background-position: left center;
}

#vista_toolbar a:hover span 
{
 background-image: url(right.png);
 background-repeat: no-repeat;
 background-position: right center;
}

#vista_toolbar a.right 
{
 float: right;/* for help button - just add class "right" ->  <a class="right"... */
}