body {
	font-size:12px;
	background-image: url("/shell/images/fw_shell_l1_bg.jpg");
	background-color: #1b4b51;}

td {font-size:12px;color:#B2C9E1;line-height:14px;}
/*输入框样式－－1、疑问解答*/
input.qa{width:130px;}
/*－－2、bug提交区带花边边儿的输入框*/
textarea.flower{width:96%;height:126px;background-color:#002F45;}
/*－－3、bug提交区选择系统的输入框*/
select.system{background-color:#42546B;color:#ffffff;}
/*－－4、bug提交区主输入内容区*/
input.bug{width:70%;}
textarea.bug2{width:90%;height:120px;}
/*默认链接颜色*/
a:link{color:#ffffff;text-decoration: none;}
a:visited{color:#ffffff;text-decoration: none;}
a:hover{color:#ffffff;text-decoration: none;}
a:active{color:#ffffff;text-decoration: none;}
/*首页新闻标题链接颜色*/
a.default:link{color:#2DB9F1;text-decoration: none;}
a.default:visited{color:#2DB9F1;text-decoration: none;}
a.default:hover{color:#2DB9F1;text-decoration: underline;}
a.default:active{color:#2DB9F1;text-decoration: none;}
a.default_news:link{color:#5F5F5F;text-decoration: none;}
a.default_news:visited{color:#5F5F5F;text-decoration: none;}
a.default_news:hover{color:#5F5F5F;text-decoration: underline;}
a.default_news:active{color:#5F5F5F;text-decoration: none;}
/*首页导航链接颜色*/
a.default_new:link{color:#000000;text-decoration: none;}
a.default_new:visited{color:#000000;text-decoration: none;}
a.default_new:hover{color:#000000;text-decoration: underline;}
a.default_new:active{color:#000000;text-decoration: none;}
/*首页新闻分类链接*/
a.news_sort:link{color:#00668E;text-decoration: none;}
a.news_sort:visited{color:#00668E;text-decoration: none;}
a.news_sort:hover{color:#00668E;text-decoration: none;}
a.news_sort:active{color:#00668E;text-decoration: none;}
.news_time{color:#0A435C;}
/*新闻区黄色链接颜色*/
a.yellow_title:link{color:#FFDD7C;text-decoration: none;padding-left:35px;}
a.yellow_title:visited{color:#FFDD7C;text-decoration: none;padding-left:35px;}
a.yellow_title:hover{color:#FFDD7C;text-decoration: underline;padding-left:35px;}
a.yellow_title:active{color:#FFDD7C;text-decoration: none;padding-left:35px;}
/*默认文字颜色－－1、内容*/
.content{color:#B2C9E1;line-height:23px;padding-left:35px;padding-right:35px;}
.gray{color:#BDC4CC;}
/*－－2、标题*/
.title{color:#FFDD7C;}
/*－－3、时间*/
.special_green{color:#00809E;font-size:9px;padding-left:35px;}
/*－－4、亮蓝色*/
.bright_blue{color:#2DB9F1;}
/*特殊背景－－1、首页顶部平铺火焰*/
.bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
/*－－2、新闻区右边金色条条*/
.default_newsbg
{
	background-repeat:repeat-y;
	background-position: right top;
	background-image:  url(file:///C|/Documents%20and%20Settings/Administrator/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/news/images/gold_bg.jpg);
}
/*－－3、背景不平铺*/
.bg2 {background-repeat: no-repeat;}
/*－－4、背景横向平铺*/
.bg_x{background-repeat: repeat-x;}
/*－－5、背景横向平铺，背景图居左上*/
.bg_left{background-position:left top;background-repeat:repeat-x;}
/*－－6、背景不平铺，背景图居中*/
.bg_3nav{background-position:center;background-repeat:no-repeat;}
/*－－7、背景不平铺，背景图居右上*/
.bg_right{background-position:right top;background-repeat:no-repeat;}
/*细边框相关*/
.border_2{
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #264D66;
	border-left-color: #264D66;
	background-position:left center;background-repeat:no-repeat;
}

.border_4{border: 1px solid #264D66;}
.border_3{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #264D66;
	border-bottom-color: #264D66;
	border-left-color: #264D66;
}
.border_3_noleft{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width:1px;
	border-left-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #264D66;
	border-bottom-color: #264D66;
	border-top-color: #264D66;
}
.border_3_noright{
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width:1px;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #264D66;
	border-bottom-color: #264D66;
	border-top-color: #264D66;
	background-position:left;
	background-repeat:no-repeat;
}
.down_border
{
	border-top: 1px solid #264D66;
	border-right: 1px solid #264D66;
	border-bottom: 1px solid #264D66;
	border-left: 1px solid #264D66;
}
.space{
	padding-top:15px;
    padding-bottom:25px;
	padding-right: 30px;
	padding-left: 30px;
	line-height:20px;
}
.dot_line{border-bottom: 1px dashed #264D66;}
.down_bg {
	background-position: right top;
	background-repeat: no-repeat;
}
.game_info_bb {
	font-weight: bold;
	color: #2db9f1;
}
.gameinfo {
	color: #00809e;
}
.bg_down{
background-position:bottom;
background-repeat:no-repeat;}
.black{color:#000000;}
