td { font-size:9pt;line-height:150%}
.input2 {
	BORDER: 1px solid #666666;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	line-height: 14px;
}
.borderStyle {
	BORDER-TOP-STYLE: dashed; BORDER-RIGHT-STYLE: dashed; BORDER-LEFT-STYLE: dashed; BORDER-BOTTOM-STYLE: dashed
}
.px14 {
	font-size: 14px;

}
.footer_index	{ 

	font-family : "??ì?", "arial", "Verdana", "Helvetica";

	font-size: 8pt;

	color: #ffffff;

	line-height: 13pt;

	text-align: right;

}

A:link { text-decoration: none ; color: #0E46AC }

A:visited { text-decoration: none ; color: #0E46AC }

A:active { text-decoration: none ; color: #000000 }

A:hover { text-decoration: none; color:#ff7800;text-decoration: underline ;  }


A.1:link    { text-decoration: none;color: #4E4E4E;font-size:13px;font-weight: bold;}

A.1:visited { text-decoration: none ; color: #4E4E4E;font-size:13px;font-weight: bold;}

A.1:active  {text-decoration: none;color: #B70000;font-size:13px;font-weight: bold;}

A.1:hover   { text-decoration: none; color:#B70000;font-size:13px;font-weight: bold;}

A.2:link    { text-decoration: none;color: #FFFFFF;font-size:13px;font-weight: bold;}

A.2:visited { text-decoration: none ; color: #FFFFFF;font-size:13px;font-weight: bold;}

A.2:active  {text-decoration: none;color: #F0FF00;font-size:13px;font-weight: bold;}

A.2:hover   { text-decoration: none; color:#F0FF00;font-size:13px;font-weight: bold;}


textarea

{

    BORDER-RIGHT: #aaaaaa 1px solid;

    BORDER-TOP: #aaaaaa 1px solid;

    FONT-SIZE: 9pt;

    BORDER-LEFT: #aaaaaa 1px solid;

    COLOR: black;

    BORDER-BOTTOM: #aaaaaa 1px solid;

    FONT-FAMILY: ??ì?;

    BACKGROUND-COLOR: white

}
.middle td{
	padding:7px 5px 0 5px;
	border-bottom:1px dashed #ccc;
}
.middle ul li{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:18px;
	text-indent:0.6em;
}


.MainTable{
	margin-top:5px;
}

/******************************************
.MainTable .guide样式导航表格样式
margin-top:5px;与上方表格的距离
border:1px #A7CAFA solid;边框样式,solid可更换成dotted虚线
height:20px;表格高度
background:#F5FAFE;表格背景颜色

.MainTable .guide td{ padding:5px; 表格内的文字距离四周的间距
可改成 padding:5px 0 0 0;指上右下左
*******************************************/

.MainTable .guide{
	margin-top:5px;
	border:1px #777777 solid;
	height:20px;
	background:#FFF7F8;
}
.MainTable .guide td{
	padding:5px;
	border:1px #ff0000 solid;
}


/*****************************************************************
******************************************************************
内容大表格模块样式
width:100%;占满整个空间宽度
margin-top:5px;与上一个表格间距为5个像素
overflow:hide;内容超过时,将隐藏.不过上面用百分比,一般这里设置无效.
只有上面用具体像素,这里才生效
border:1px #A7CAFA solid;边框样式,1个像素,可以改solid为虚线dotted,要取消边框改1px为0px
******************************************************************
******************************************************************/

.dragTable{
	width:100%;
	margin-top:5px;
	overflow:hide;
	border:1px #777 solid;
	background:#FFF7F8;
	
}

/******************************************
内容表格模块头部样式
background:#D2E4FC;背景颜色
height:20px;高度
padding-left:1em;字体与左边距离
padding-top:7px;字体与上方距离
border:1px #FFF solid;内边框样式,一般设置为0px较多,即不要内边框居多
******************************************/

.dragTable .head{
	background:#FCD6DC url(headbg.gif);
	height:20px;
	padding-left:1em;
	padding-top:7px;
	border-bottom:1px #777 solid;
}

/******************************************
模块主题文字
float:left;居左,
可以设置为粗体 font-weight:bold;颜色为color:#000;
******************************************/

.dragTable .TAG{
	float:left;
}

/******************************************
右边窄表格模块样式
width:98%;宽度
line-height:17px;字体行高
******************************************/

.MainTable .Side .dragTable{
	width:98%;
}

.MainTable .Side .dragTable .middle{
	line-height:17px;
}

/******************************************
内容模块主体部分
padding:8px;距离四周距离为8个像素,
可以改成更具体些的padding:8px 0 0 0;即上右下左的距离
line-height:20px;行高,即是使用<br>换行符时的文字行高
******************************************/

.dragTable .middle{
	padding:6px 1px 4px 7px;
	height:50px;
	line-height:20px;
}

/******************************************
右边窄表格最新,最热的内容样式.
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
通过设定固定宽度,使控制自动隐藏超出边界的内容自动隐藏,用省略号表示
只对<ul><li>有效
******************************************/

.MainTable .Side .dragTable .middle ul li{
	width:210px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/******************************************
右边窄表格最新,最热的标题样式.
必须<ul><li>有超链接的才有效
display:block;定义链接为实体,方便做效果处理
margin-left:4px;文字与左边大表格边框的距离
text-indent:0.6em;文字与小图标的距离
background:url(title_icon3.gif) no-repeat left;	右边列表,最热,最新等等标题前面的小图标
no-repeat 不平铺 left;背景居左
******************************************/

.MainTable .Side .dragTable .middle ul li a{
	display:block;
	margin-left:4px;
	text-indent:0.6em;
	background:url(title_icon3.gif) no-repeat left;
}
