****************************************************
/*定义通用的风格									*/
/****************************************************/
body, table, input, select, textarea{	
	font-size: 12;
}
body{	
	margin: 0;
	text-align:center;
}
a img{	
	border: 0;
}
a{	
	text-decoration: none;
}
a:hover{	
	text-decoration: underline;
}

/*********************************************************
资源框架表格的风格
*********************************************************/
/*资源显示界面框架*/
table.cssArticleFrame{
	border: 2px solid #636566;
	width:745;
	height:100%;
}

/*资源显示界面页头风格*/
td.cssArticleHeader
{	background-image: url(../../images/HYPOimages/hypo_02.jpg);
	background-repeat: no-repeat;
	height: 102;
	font-size: 20;
	font-weight: bolder;
	color: white;
}

/*资源显示界面内容风格*/
td.cssArticleContent{
	font-size: 14;
	padding-left: 50;
	padding-right: 50;
	border: 1px dotted #868686;
}

td.cssArticleBottom{
	background-color:#d3d5d6;
}

/*资源显示界面页脚风格
td.cssArticleFooter
{	height: 30;
	color: white;
	background-color: #7e7f80;
	text-align: center;
	font-weight:bolder;
}*/
td.cssArticleFooter
{	height: 65;
	background:url(../../images/HYPOimages/hypo_9.gif) no-repeat;
}


/*********************************************************
详细资源的显示风格
*********************************************************/
/*标题风格*/
div.cssTitle{
	font-size: 170%;
	font-family: "楷体_GB2312";
	font-weight: bold;
	color: #000066;
	text-align: center;
	margin-top: 20;
	margin-bottom: 10;
}

/*副标题风格*/
div.cssSubTitle{
	font-size: 130%;
	font-weight: bold;
	color: #006600;
	margin-bottom: 10;
	text-align: center;
}

/*题注风格*/
div.cssTitleNote{
	text-align: center;
	color: #008799;
}

/*图片风格*/
div.cssContent div.cssFigure{
	text-align:center;
	margin-top:0px;
}

/*内容风格*/
div.cssContent p{	
	white-space: normal;
	line-height: 20px;
}

/*发布日期风格*/
div.cssFileDate{
	text-align: right;
	color: #336699;
	padding:3px;
}

/*按钮风格*/
div.cssButton{
	text-align: center;
	height:40px;
	padding-top:10px;
}

div.cssButton a{
	font-weight:bolder;
	color:#ff5000
}

/*flash风格*/
div.cssFlash{
	width:100%;
	text-align:center;
	padding:0;
}

