/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #ff6600;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #000000;text-decoration: none;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffffff;}
a.channel:active {color: #ffffff;}
a.channel2:link {color: #ffffff;font-weight: bold;}
a.channel2:visited {color: #ffffff;font-weight: bold;}
a.channel2:hover{color: #ffffff;font-weight: bold;}
a.channel2:active {color: #ffffff;font-weight: bold;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffffff;}
a.bottom:active {color: #ffffff;}
/* 文章频道栏目css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #000000;}
a.class:visited {color: #000000;}
a.class:hover{color: #ff6600;}
a.class:active {color: #000000;}

/*首页flash新闻显示标题css定义*/
.flash_title a:link {
	font-size:20px;
	color:#05006c;
	font-family: "黑休";
	font-weight: bolder;
	line-height: 40px;
}
.flash_title a:visited {font-size:20px; color:#05006c; font-family: "黑休";line-height: 40px;font-weight: bolder}
.flash_title a:hover {font-size:20px; color:#05006c; font-family: "黑休";line-height: 40px;font-weight: bolder}
.flash_title a:active {font-size:20px; color:#05006c; font-family: "黑休";line-height: 40px;font-weight: bolder}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 12px;
	text-decoration: none;
	scrollbar-face-color: #f6f6f6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f6f6f6;
	scrollbar-darkshadow-color: #ffffff;
	margin: 0px;
	padding: 0px;
/*
	background-image: url(/skin/xlnet2009/newyear_indexbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
*/
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:宋体;font-size: 12px;line-height: 150%; 
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
input
{
	background-color: #ffffff; 
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #666666;
	height: 18px;
	border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}

/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
	font-size: 9pt;height: 20px; 
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
	font-size: 12px;height: 20px;
}
input {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
img {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px
}
form {
	margin: 0px
}
li {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
 /* --栏目文章列表内容间隔颜色的定义1-- */
.listbg
{
	height: 22px;
}
/* --栏目文章列表内容间隔颜色的定义2-- */
.listbg2
{
	height: 22px;
}


/* ==top中的css定义开始== */
.top_tdbgall /* 顶部表格总背景颜色定义 */
{
	background:#ffffff;
         color: #ffffff;
}
td.top_channel /* 频道表格背景、文字颜色定义 */
{
	background:url(/skin/xlnet2009/menu_bg.jpg);
	text-align:center;
	height: 30px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.top_announce /* 公告表格背景、文字颜色定义 */
{
	color: #0560a6;height: 30;bgcolor:#efefef;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
	height:30;
}
.top_path /* 您现在的位置表格背景、文字颜色定义 */
{
	background:#ffffff;border-right: 2px solid #b2b2b2;border-left: 2px solid #b2b2b2;height: 22;
}
/* ==top中的css定义结束== */


/* ==bottom中的css定义开始== */
.bottom_tdbgall /* 底部表格总背景颜色定义 */
{
	background:#2f9ad0;
	height:30px;
	text-align: center;
}
.bottom_info /* 版权信息表格背景、文字颜色定义 */
{
	color:#ffffff;
}
.bottom_copyright /* 版权信息表格背景、文字颜色定义 */
{
	background:#ffffff;color:#000000;
}
/* ==bottom中的css定义结束== */

/* ==文章显示正标题== */
.title{font-size:24px; color:#05006c; font-family: "黑休";font-weight: bolder}
/* ==文章显示副标题== */
.title_x{font-size:16px; color:#666666; font-family: "黑休";font-weight: bolder}
/* ==文章内容定义== */
.content     {font-size: 16px; color:#333333; line-height: 25px;}
/* ==栏目菜单定义== */
.class_line {
	text-align: left;
	padding-left:30;
	font-size: 12px;
	line-height: 30px;
	background-image: url(/skin/xlnet2009/class_nov_bg.gif);
}
/* ==栏目2菜单定义== */
.class_line2 {
	text-align: left;
	padding-left:50;
	font-size: 12px;
	line-height: 30px;
	background-image: url(/skin/xlnet2009/class_nov_bg2.gif);
}
/* ==栏目3菜单定义== */
.class_line3 {
	text-align: center;
	font-size: 12px;
	line-height: 26px;
         background-image: url(/skin/xlnet2009/class_nov_bg3.gif);
}
/* ==表格右边底部边框定义== */
.table_lrb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c4d1d8;
	border-bottom-color: #c4d1d8;
	border-left-color: #c4d1d8;
	line-height: 22px;
	background-image: url(/skin/xlnet2009/title_line.gif);
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
.table_lrb2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c4d1d8;
	border-bottom-color: #c4d1d8;
	border-left-color: #c4d1d8;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}
/* ==新闻标题定义== */
.title_line {
	vertical-align: top;
	line-height: 22px;
	text-align: left;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/skin/xlnet2009/title_line.gif);
}
/* ==画说二中图片定义== */
.photo_line {
	vertical-align: top;
	line-height: 22px;
	text-align: left;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
/* ==图片阴影定义== */
.dropshadow2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 30px;
	width:600px;
	float:none;
	clear:none;
	background: url(http://www.wzeg.net///skin/xlnet2009/img-shadow.jpg) no-repeat bottom right;
	padding: 5px;
	background-image: url(http://www.wzeg.net///skin/xlnet2009/img-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}
.innerbox{
	position:relative;
	bottom:5px;
	right: 5px;
	border: 1px solid #dddddd;
	padding:5px;
	margin: 0px;
	background-color: #fff;
}
.innerbox{
	/* ie5 hack */
	margin: 0px 0px -3px 0px;
	margin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}
.dropshadow_info{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	width:300px;
	float:none;
	clear:none;
	background: url(http://www.wzeg.net///skin/xlnet2009/img-shadow.jpg) no-repeat bottom right;
	padding: 5px;
	background-image: url(http://www.wzeg.net///skin/xlnet2009/img-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
}

/* ==自选风格中的css定义结束== */
