.tooltip
{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
}
.toolbar
{
	font-family: "黑体" , "华文彩云" , "华文仿宋" , "华文细黑";
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.font
{
	font-family: "宋体";
	font-size: 12px;
}
.nav
{
	text-align: center;
	font-size: 12px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.table
{
	padding: 0px;
	border: 0px none;
}
.border
{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.noborder
{
	border: 0px none;
	font-size: 12px;
}

a
{
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
	color: 000000;
}
a:hover
{
	text-decoration: underline;
}

/*显示*/

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -100px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.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: 150px; /*position where enlarged image should offset horizontally */
}

.title
{
	font-size: 14px;
	font-weight: bold;
	color: #5f5d5e;
}
.title_center
{
	color: Gray;
	font-weight: bold;
}
.title_end
{
	color: #a5a5a5;
	font-weight: bold;
	font-size: 14px;
}
.title_more
{
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}
