/* @override http://localhost/snowball/widgets/textThumbs/textThumbs.css */

/* @override http://localhost/snowball/widgets/textThumbs/textThumbs.css */

/* @override http://localhost/snowball/widgets/textThumbs/textThumbs.css */

.textThumbs
{
	width: 760px;
	margin-left: 4px;
	height: 24px;
	background: url(../../img/linkback.jpg) repeat-x;
	
}
.textThumbs td
{
	padding: 4px;
	color: #333;
	
}
.textThumbsTitle
{
	width: 90px;
	padding-left: 10px;
	background: url(../../img/linktitleback.jpg) no-repeat;
	text-align: center;
}
td.textThumbsLink
{
	width: 78px;
	padding: 0px;
	background: url(../../img/linklinkback.jpg) no-repeat;
}
td.textThumbsLink a
{
	display: block;
	width: 61px;
	height: 14px;
	padding: 5px;
	padding-left: 12px;
}
td.textThumbsLink a:hover
{
	background: url(../../img/linksel.jpg) no-repeat 4px;
}
#linksbar
{
	margin-top: 60px;
	
}
#linksbarcontent a
{
	display: inline-block;

	padding-left: 5px;
	padding-right: 5px;
}
#news
{
	margin: 0;
	width: 100%;
	min-width: 1300px;
	border: none;
	background: url(../../img/newsback.jpg)repeat-x;
	overflow: hidden;
	height: 22px;
}
#news td.textThumbsTitle
{
	border: none;
	background: url(../../img/newsdiv.jpg) no-repeat 100px;
	text-align: center;
	color: #999;
	min-width: 100px;
}
#newslink
{
	border: none;
	background: url(../../img/newsdiv.jpg) no-repeat -2px;
}
#newslink:hover
{
	
}
#newscontent
{
	overflow: hidden;
	min-width: 650px;
	color: #999;
}

#newscontent b
{
	font-weight: 600;

}

.tooltipLink
{
	display: block;
	position: absolute;
	background: white;
	color: white;
	padding: 10px;
	border: 1px solid #333;
	display:none;
	visibility: hidden;
}
.tooltipLink img
{
	max-height: 50px;
	max-width:125px;
	
}