img{ border: 0pt; }


#vista_toolbar {
float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(../images/back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:660px;
}

#vista_toolbar li {
display:inline;
}

#vista_toolbar a  {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista_toolbar a.vista_link:hover{
background: url(../images/left.png) no-repeat left center;
}

#vista_toolbar a.vista_sel{
background: url(../images/left.png) no-repeat left center;
}
#vista_toolbar a.vista_sel span {
background:url(../images/right.png) no-repeat right center;
}

#vista_toolbar a.vista_link:hover span {
background:url(../images/right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

div.menuview
{
  position:absolute; visibility :hidden;
  width:80px;
}


a.tt{
    position:relative;
    z-index:24;
 	
    text-decoration:none;
   
    
}
a.tt div{ display: none; border:1px solid gray; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:25px; left:-20px;
	padding: 0 0 0 0;
	width:200px;
	text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	color:#000000;
}

a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;  background-color:#cccc66;
    

}

#dropmenudiv{
position:absolute;
background-color: white;
border:1px solid silver;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
color:black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ff9900;
color:white;
}
#dropmenudiv a:visited{ color:Black;}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #CCCC99;
}


.divHide{display:none;}