body {
	margin: 0px; 	/*与浏览器四周的边距*/
	overflow-y: scroll;	/*浏览器右边的滚动条永远显示（垂直滚动条）*/
	overflow-x: hidden;	/*隐藏浏览下面的滚动条（水平滚动条）*/
	background-color: #fdf5c7;	/*页面背景颜色*/
	scrollbar-face-color: #ffffff; 	/*以下这些是定义滚动条的颜色*/
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #ffffff; 
	scrollbar-darkshadow-color: #000000
}
/*整体风格的行间距，文字颜色*/
body,td{ line-height: 150%; color: #000001;}
/*整体风格的文字大小*/
body,td,input,select,textarea {	font-size: 12px;}
/*输入框和下拉列表的文字颜色*/
input,select { color: #000001;}
/*连接风格*/
a {
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #000001;
}
a:link {
	color: #000001;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*当前位置表格里面的连接文字风格*/
a.position:link {
	color: #000001;
}
a.position:hover {
	color: #000001;
}
a.position:visited {
	color: #000001;
}
/*红色粗体文字*/
.redbold {
	font-size: 9pt;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}
/*输入框的风格*/
input.input{
	background-color: #C7C7C7;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*按钮风格*/
input.button{
	background-color: #9E9E9E;
	border-left: 1px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
/*下拉列表风格*/
select {
	background-color: #C7C7C7;
}
/*多行输入框的风格*/
textarea.input{
	background-color: #C7C7C7;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*页面底部版权表格风格*/
table.CopyRight {
	width: 765px;
	background-color: #ffc98f;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
	border-top: 2px solid #a2100c;
}
/*公告以下版权以上表格风格*/
table.MainBody {
	width: 765px;
	background-color: #fae9ad;
}
/*顶部一行表格风格*/
table.TopLine {
	width: 765px;
	height: 37px;
	background-color: #fae9ad;
}
/*LOGO和BANNER表格风格*/
table.LogoBanner {
	width: 765px;
	height: 66px;
	background-color: #ffc98d;
}
/*公告表格风格*/
table.Announce {
	width: 765px;
	height: 20px;
	background-color: #a2100c;
}
/*顶部一行每列的风格*/
td.TopLineCell {
	padding-left: 10px;
}
/*已无效，可以删除*/
.titleBackColor{
	color: black;
	font-weight: bold;
	background-color: #a2100c;
}
/*二级或多级菜单表格风格*/
.menu {
	background-color:#D4D0C8;
	width:97%;
	overflow:hidden
}
/*二级或多级菜单单个风格*/
.classmenu{
	width:97%;
	background-color: #a2100c;
	border-bottom: 1 solid #666666;
	border-left: 1 solid #666666;
	border-right: 1 solid #666666;
}
/*已无效，可删除*/
.fontDate {
}
/*白色字体*/
.fontWhite {
	color: white;
}
/*黄色字体*/
.fontYellow {
	color: #FF9900;
	font-weight: bold;
}
/*首页左边标题风格*/
.leftTitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #a2100c;
}
/*首页右边标题风格*/
.rightTitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #a2100c;
}
/*当前位置单元格风格*/
td.position {
	color: #FFFFFF;
	background-color: #a2100c;
}
/*首页文章菜单表格风格*/
.index_art_class {
	width: 100%;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*首页文章菜单列风格*/
.index_art_class_cell {
	text-align: center;
}
/*首页大图与登录等表格风格*/
.alter_image {
	width: 100%;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
	border-top: 2px solid #a2100c;
	border-bottom: 2px solid #a2100c;
}
/*首页大图所在列风格*/
.alter_image_l{ text-align: center;}
/*登录与信息快报所在列风格*/
.alter_image_r{}
/*专题与文章表格风格*/
.special_diary{
	width: 100%;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*专题所在列风格*/
.special_diary_l{
	border-right:2px solid #a2100c;
}
/*文章所在列风格*/
.special_diary_r {
	background-color: #ffc98d;
}
/*广告设置二表格风格*/
.ad_middle {
	width: 100%;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*广告设置二所在单元格风格*/
.ad_middle_cell {
	text-align: center;
}
/*首页图片搜索表格风格*/
.site_search {
	width: 100%;
	background-color: #a2100c;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*首页图片搜索所在单元格风格*/
.site_search_cell {
	text-align: center;
}
/*图片分类友情连接与分类导航表格风格*/
.image_class {
	width: 100%;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*图片分类与友情连接所在单元格风格*/
.image_class_l {
	border-right:2px solid #a2100c;
}
/*图片分类导航所在单元格风格*/
.image_class_r {
}
/*分类导航左边风格*/
.class_lead_l { background-color: #ffc98e;}
/*左边上面一行的风格*/
.class_lead_l_t { font-weight: bold; height: 22px; padding-left: 5px; padding-right: 5px;}
/*左边中间一行的风格*/
.class_lead_l_m { height: 111px; padding-left: 5px; padding-right: 5px;}
/*左边下面一行的风格*/
.class_lead_l_b { text-align: right; background-color: #ffc98e; height: 22px; padding-left: 5px; padding-right: 5px;}
/*分类导航右边风格*/
.class_lead_r {}
/*右边表格风格*/
.class_lead_r_i { background-color: #adadad;}
/*右边上面一行的风格*/
.class_lead_r_t { height: 130px;}
/*右边下面一行的风格*/
.class_lead_r_b { height: 25px; text-align: center; background-color: #ffb478;}
/*分类导航中间横条的风格*/
.class_lead_line { height: 2px;	background-color: #adadad;}
/*广告设置三的表格风格*/
.ad_bottom {
	width: 100%;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*广告设置三所在单元格的风格*/
.ad_bottom_cell {
	text-align: center;
}
/*文章页面主表格风格*/
.article_main {
	width: 100%;
	border-top: 2px solid #a2100c;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*文章页面左栏风格*/
.article_l {
	width: 180px;
	border-right: 2px solid #a2100c;
}
/*文章页面右栏风格*/
.article_r {
}
/*图片菜单表格风格*/
.pic_menu {
	width: 765;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
	border-bottom: 2px solid #a2100c;
}
/*图片搜索表格风格*/
.pic_search {
	width: 765;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*图片相关页面主表格风格*/
.pic_main {
	width: 100%;
	border-top: 2px solid #a2100c;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*图片页面左栏风格*/
.pic_l { width: 180px; border-right: 2px solid #a2100c;}
/*图片页面右栏风格*/
.pic_r {}
/*图库首页右栏中间横条的风格*/
.pic_line { background-color: #a2100c;}
/*图库首页右边标题所在单元格风格*/
.pic_index_title { font-weight: bold; color: #FF9900; padding-left: 10px;}
/*前台编辑表格风格*/
.pic_edit { width: 100%}
/*出错信息表格风格*/
.error_main {
	width: 100%;
	border-top: 2px solid #a2100c;
	border-left: 2px solid #a2100c;
	border-right: 2px solid #a2100c;
}
/*大图页面整体背景风格*/
.image_p_bg { width: 765px; background-color: #fae9ad;}
/*大图所在行风格*/
.image_p_div { line-height: 18px; background-color: #fae9ad;border-top: 1px solid #a2100c;border-bottom: 1px solid #a2100c}
/*组图说明表格风格*/
.image_p_desc {	width: 100%; border-top: 2px solid #a2100c; border-bottom: 2px solid #a2100c;}
/*组图说明所在单元格风格*/
.image_p_desc_area { letter-spacing: 1px; line-height: 20px; word-break: break-all; padding: 5px; background-color: #ffffa0;}
/*“发表评论”所在单元格风格*/
.image_p_v_title { height: 22px; border-top: 1px solid #a2100c;border-bottom: 1px solid #a2100c; padding-left: 10px;}
/*评论表格风格*/
.image_p_comment { background-color: #fae9ad;}
/*图片参数表格风格*/
.image_p_border {background-color: #a2100c;}
/*图片参数表格行风格*/
.image_p_row {background-color: #fae9ad;}
/*大图所在列风格*/
#ThumImage { width: 100px; background-color: #a2100c; text-align: center;}
/*显示图片位置单元格风格*/
#ThumPos { word-break: break-all; text-align: center;}
/*以下四个为大图阴影风格*/
#ThumImageBack1 { background-color: #fbb773;}
#ThumImageBack2 { background-color: #a2100c;}
#ThumImageBack3 { background-color: #fbb773;}
#ThumImageBack4 { background-color: #fae9ad;}
/*公共左栏标题风格*/
.CommonTitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #a2100c;
}
/*公共左栏内容风格*/
.CommonText {
	line-height: 20px;
	background-color: #fae9ad;
}
/*图片菜单所在单元格风格*/
.ClassMenuCell {
}
/*数据列表表格行风格*/
.tableBack {
	background-color: #fae9ad;
}
/*数据列表表格头风格*/
.tableHeader {
	background-color: #a2100c;
}
/*数据列表表格风格*/
.tableBorder {
	background-color: #a2100c;
}
