
/*基本样式*/
*{
	margin:0;
	padding:0;
	font-size:12px;
}
body{
background-image: url(images/bg1.jpg);
}
a:link,a:visited {
	text-decoration: none;
	color:#000000;
}

a:hover,a:active {
	text-decoration: underline;
	color:#000000;
}
.title{
font-size:16px;
}
.nav{
background-color:#326CFE;
}
.nav *{
color:#FFFFFF;
}
.nav a:link,.nav a:visited {
	text-decoration: none;
	color:#ffffff;
}

.nav a:hover,.nav a:active {
	text-decoration: underline;
	color: #FF9933;
}
.title a:link,.title a:visited {
	text-decoration: none;
	color:#ffffff;
	vertical-align: middle;
	font-family:"黑体";
	font-weight:normal;
}

.title a:hover,.title a:active {
	text-decoration: none;
	color: #FF9933;
	padding-top:5px;
	display:block;
	font-family:"黑体";
	font-weight:normal;
}

.articlel_list td{
background:url(images/naSzarym.gif) repeat-x left bottom;
height:22px;
line-height:22px;
}
.table_foot  td{
background: none;
height:22px;
line-height:22px;
}
.input_menu{
width:120px;
}
.button_menu{
background-color:#326CFE; 
color:#ffffff;
border:1px solid #000000;
width:50px; 
height:18px;
}
.content{
font-size:12px;
}
.content *{
font-size:12px;
}
.article_detail_title{
	font-size:16px;
	font-weight:bold;
}
.friend_link a{
height:22px;
line-height:22px;
}
/*****************隐藏list控件的标题栏******************/
.table_field{
	/*display:none;*/
}
.word_top{
color:#FF9900;
}
.word_hot{
color:#9933FF;
}
.word_pith{
color:#0066FF;
}

.table_title
{
    height: 24px;
    line-height: 24px;
    background-image: url(controls/images/table_title_bg.gif);
    width: 100%;
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.table_field
{
    background-color: #d6d6d6;
    height: 20px;
    color: #FFFFFF;
    font-size: 14px;
    background-position: center center;
    line-height: 14px;
    font-family: "宋体";
    vertical-align: middle;
    border-top: #b1b1b1 3px double;
    border-bottom: gray 3px solid;
    background-image: url(../content/images/table_field_bg.gif);
}
.table_line {
	background:url(images/naSzarym.gif) repeat-x left bottom;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CFCFCF;
	height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.table_data_empty
{
    background-color: #F5F5F5;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #CFCFCF;
    height: 24px;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 12px;
    color: #990033;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    text-indent: 25px;
}
.table_line_mouseover
{
	background:url(images/naSzarym.gif) repeat-x left bottom;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CFCFCF;
	height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.table_line_select
{
    background-color: #a9a9a9;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #CFCFCF;
    height: 22px;
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 12px;
    color: #f5fffa;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
.table_foot
{
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: #CCCCCC;
    height: 22px;
    font-size: 12px;
    color: #A9A9A9;
    text-align: right;
    vertical-align: middle;
    background-image: url(../content/images/table_foot_bg.gif);
}
