﻿A:link {
	FONT-SIZE: 9pt; COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 9pt; COLOR: #cc3300; TEXT-DECORATION: underline
}
A:visited {
	FONT-SIZE: 9pt; COLOR: #333300; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 9pt; COLOR: #cc0000; TEXT-DECORATION: underline
}

A.nav:link {
	FONT-SIZE: 9pt; COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.nav:hover {
	FONT-SIZE: 9pt; COLOR: #FFFF00; TEXT-DECORATION: underline
}
A.nav:visited {
	FONT-SIZE: 9pt; COLOR: #FFFFFF; TEXT-DECORATION: none
}
A.nav:active {
	FONT-SIZE: 9pt; COLOR: #00FF00; TEXT-DECORATION: underline
}

td {  font-size: 9pt}
.border-all-index {  border: #8c8c8c; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.title-indexList {  font-size: 12px; padding-top: 3px; padding-left: 10px; color: #FFFFFF; background-color: #6891d2}
.title-indexList1 { font-size: 12px; padding-top: 3px; padding-left: 10px; color: #000000; background-color: #ffcc00}
.title-indexList2 { font-size: 12px; padding-top: 3px; padding-left: 10px; color: #000000; background-color: #cccc66}
body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
.opacity {FILTER: alpha(opacity=100)}

/*点击图片放大CSS*/
#images a {
			margin-right: 14px;
		}

		#images a img {
			border: 0px solid #888;	
			padding: 3px;
			vertical-align: top;
		}

		#credit {
			clear: both;	
			margin-top: 50px;
			padding-top: 20px;
			font-size: 10px;
			border-top: 1px solid #BBB;
			font-family: Verdana;
		}
#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url('imgbox-spinner.gif') center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	display: none;
	z-index: 90;
}

.imgbox-img {
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('imgbox-close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 20px;
	height: 20px;
}

.imgbox-bg-n {
	left: 0;
	top: -20px;
	width: 100%;
	background: url(imgbox-bg-n.png) repeat-x;
}

.imgbox-bg-ne {
	right: -20px;
	top: -20px;
	background: url(imgbox-bg-ne.png) no-repeat;
}

.imgbox-bg-e {
	right: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-e.png) repeat-y;
}

.imgbox-bg-se {
	right: -20px;
	bottom: -20px;
	background: url(imgbox-bg-se.png) no-repeat;
}

.imgbox-bg-s {
	left: 0;
	bottom: -20px;
	width: 100%;
	background: url(imgbox-bg-s.png) repeat-x;
}

.imgbox-bg-sw {
	left: -20px;
	bottom: -20px;
	background: url(imgbox-bg-sw.png) no-repeat;
}

.imgbox-bg-w {
	left: -20px;
	top: 0;
	height: 100%;
	background: url(imgbox-bg-w.png) repeat-y;
}

.imgbox-bg-nw {
	left: -20px;
	top: -20px;
	background: url(imgbox-bg-nw.png) no-repeat;
}
/*点击图片放大CSS结束*/