@charset "utf-8";

/* 
++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: April 14, 2008
++++++++++++++++++++++++++++++++++++++++++++++
*/

/*----------------------------------
 #body
------------------------------------*/
#body {
	max-width: 960px;
	height: 400px;
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}


/*----------------------------------
 #entrylist
------------------------------------*/
.entrylist {
	color: #fff;
	width: 159px;
	margin: 0 1px 1px 0;
	display: inline-block;
	float: left;
	background: #000;
	overflow: hidden;
}
.column .hover {
	color: #fff;
	cursor: pointer;
	background: #0098DA;
}
.column a:link {
	color: #fff;
}
.column a:visited {
	color: #fff;
}
.column a:hover {
	color: #fff;
	background: none;
}



.column p {
	display: none;
}
.column .entrylist p {
	line-height: normal;
	display: block;
	width: 159px;
	overflow: hidden;
	height:84px;
}

.column .entrylist p img {
	line-height: normal;
}

.column .entrylist p.bg {
	position: relative;
	height: 70px;
	z-index: 1;
	margin: -70px 0 0 0;
	display: block;
	overflow: hidden;
	/*background: url(../images/bg_159x85.gif) no-repeat left top;*/
}

.column .hover p.bg {
	background: none;	
}


.column .entrylist .entryInfo {
	height: 20px;
	overflow: hidden;
}
.column .entrylist .entryInfo p {
	font-size: 77%;
	width: 55px;
	padding: 0 2px;
}
.column .entrylist h4 {
	font-size: 77%;
	font-weight: normal;
	width: 96px;
	padding: 0 2px 0 10px;
}
.column .entrylist h3 {
	display: none;
}
.column .entrylist h3 span {
	display: none;
}


/*----------------------------------
#tooltip
------------------------------------*/

#tooltip {
	color: #fff;
	position: absolute;
	z-index: 3000;
	background-color: #000;
	padding: 8px 5px;
	opacity: 0.9;
	font-size: 72%;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
#tooltip.ttEntryList {
	width: 170px;
	text-align: center;
}


