/* Fix a silly bug in Mozilla */
html { 
	min-width: 770px;
	 }

/* Helpers and base rules */
img	{
	border: 0;
	}

form {
	margin:0px;
}

/* Primary layout divisions */
body{
	margin: 0;
	padding: 0;
	border: 0;	
	}

body, p, td, ul, ol, li, dl, dt, dd {
	font-size:12px;
	font-family: "宋体";
	}

.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}

/* 区块元素定义 */
td.block {
	vertical-align:top;
	}
	
/* Default links 	*/
a:link, a:visited, a:hover, a:active {
	text-decoration : none;
	background: transparent; 
	color: #000;
	}

a:hover {
	color: #000;
	text-decoration:underline;
	}

a:active {
	color: #000;
	}

a.style1:link, a.style1:visited, a.style1:hover, a.style1:active{
	text-decoration:underline;
}

/* 导航条样式 */
a.yellow_nav:link,a.yellow_nav:visited {
	font-size: 14px;
	color: #FF6600;
}

a.yellow_nav:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration:underline;
}

/* 列表相关定义 */
.list {
	line-height:160%;
	}


.title, .title2 {
	font-size:18px;
	color:#05006C;
	font-weight:bold;
}

.title2 {
	font-size:16px;
}

/* 正文相关定义 */
.content, .content p{
	font-size: 14px;
	text-decoration: none;
	line-height: 170%;
}

.content-summary {
	font-size:12px;
	text-align:left;
	vertical-align:top;
	line-height:160%;
}

.FullWidth
{
	width:100%;
}




.black12px {
	font-size: 12px;
	line-height: 20px;
}
.yellow14px {
	font-size: 14px;
	color: #FF6600;
}
.yellow {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.grey {
	font-size: 12px;
	color: #666666;
}
.white {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.black14px {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.red {
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
}
.blue {
	font-size: 12px;
	color: #0000FF;
}
.white14 {
	font-size: 14px;
	color: #FFFFFF;
}












div.text{
		float:right;
		width:150px;
		font-size:12px;
		text-align:right;
		font-weight:bold;
		}
		
div.note{
		width:310px;
		float:left;
		text-align:left;
		font-size:12px;
		color:#999999;
		padding:3px;
		line-height:130%;
		background:#f1f7fc;
		border:#ffffff 1px solid;
		}

div.notetrue{
		width:310px;
		float:left;
		text-align:left;
		font-size:12px;
		padding:3px;
		line-height:130%;
		color:#485E00;
		background:#F7FFDD;
		border:#485E00 1px solid;
		}

div.noteawoke{
		width:310px;
		float:left;
		text-align:left;
		padding:3px;
		line-height:130%;
		background:#fff5d8;
		border:#ff7300 1px solid;		
		background-image:url("../I/icon_noteawake_16x16.gif");
		background-repeat:no-repeat;
		background-position:23px;
		margin:0px;
		}
		
div.noteawoke h1{
		margin-left:18px;
		margin-bottom:0px;
		font-size:12px;
		font-weight:normal;
		color:#000000;
		padding:0px;
		}
.ImageList_ItemBox
{
	width: 100%;
	text-align: center;
}

.ImageList_ItemImageBox
{
	border: 1px solid #ccc;
	width: 100px;
	height: 100px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.ImageList_ItemProImageBox
{
	border: 1px solid #ccc;
	width: 85px;
	height: 85px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}

.ImageList_ItemImageLoadBox
{
}

.ImageList_ItemImage
{
	visibility: hidden;
	border:0px;
}