/* @group Button to Link */

.buttonToLink {
    border:  none;
    background: none;
    color: #648BB7;
    font-size: small;
}
.buttonToLink:hover {
	color: #539C7C;
	text-decoration: underline;
	cursor: pointer;
}


/* @end */
body, .wholecontent {
	background-color: transparent;
		
}    

.contentContainer {
}    

 #toolbar_horizontal ul ul {
	border-left: 1px solid grey;
} 

 #toolbar_horizontal ul ul li {
	border-right: 1px solid grey;
}  

/*http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

div.enews  {
	float: left;
	display: inline;
	padding: 10px 0 10px 5px;
	line-height: 1.2em;
}

.enews img {
	padding: 0 5px 0 15px;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration: none; !important
}

.thumbnail span{ /*CSS for enlarged image*/
width: 300px;
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;!important
}


.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}