/* maintable.css,主要为系统内部功能页面各元素(比如table、td)的样式表文件 */
/* 以日期标明的最新版本为准,注意区分大小写 -qyf- 2006.06.07 */

/* BodyBg,页面背景色及边框样式 */
.BodyBg
{
	background-color: #D7DFEA;
}
/* BodyBgPic,页面内容部分背景图及外边框 */
.BodyBgPic
{
	background-color: #FBFDFF;
	border: 1px solid #B2BACF;
}
/* BodyLocation,当前位置栏样式 */
.BodyLocation
{
	height: 20px;
	color: #A36209;
	background-color: #FFF7D4;
	border-top: 1px solid #FBFDFF;
	border-bottom: 1px solid #D7DFEA;
	text-align: left;
	text-indent: 8px;
}
/* BodySearch,搜索栏样式 */
.BodySearch
{
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	height: 30px;
	background-color: #FFFDDA;
	word-break: keep-all;
	border-right: 1px solid #FBFDFF;
	border-left: 1px solid #FBFDFF;
	background-image: url(../images/table_bg_search.gif);
}
/* TableBorderColor,内容表格外边框-普通 */
.TableBorder01
{
	border: 1px solid #AFB7CC;
}
/* TableBorder02,内容表格外边框-浅色 */
.TableBorder02
{
	background-color: #F0F0F3;
}
/* TableBorder03,内容表格外边框-蓝色 */
.TableBorder03
{
	border: 1px solid #88AFE8;
}
/* TableTitle1,内容表格标题栏-绿色背景 */
.TableTitle1
{
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	height: 26px;
	background-color: #C3DD75;
	word-break: keep-all;
	border-top: 1px solid #FBFDFF;
	border-right: 1px solid #FBFDFF;
	border-left: 1px solid #FBFDFF;
	background-image: url(../images/table_bg_title.gif);
}
/* TableTitle,内容表格标题栏-蓝色背景 */
.TableTitle
{
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	height: 26px;
	background-color: #9BCCF7;
	word-break: keep-all;
	border-top: 1px solid #FBFDFF;
	border-right: 1px solid #FBFDFF;
	border-left: 1px solid #FBFDFF;
	background-image: url(../images/table_bg_title1.gif);
}
/* TableTitleBgpic1,内容表格标题栏-绿色背景图片及标题文字 */
.TableTitleBgpic1
{
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
	color: #000000;
	text-align: left;
	height: 26px;
	word-break: keep-all;
	background-image: url(../images/table_bgpic_title.gif);
	background-repeat: no-repeat;
}
/* TableTitleBgpic,内容表格标题栏-蓝色背景图片及标题文字 */
.TableTitleBgpic
{
	font-size: 12px;
	font-family: "宋体";
	font-weight: bold;
	color: #000000;
	text-align: left;
	height: 26px;
	word-break: keep-all;
	background-image: url(../images/table_bgpic_title1.gif);
	background-repeat: no-repeat;
}
/* TableContent,表格正文区-背景色 */
.TableContent
{
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	background-color: #F4F4F4;
	border-top: 1px solid #FBFDFF;
	border-right: 1px solid #FBFDFF;
	border-bottom: 10px solid #FBFDFF;
	border-left: 1px solid #FBFDFF;
}
/* TableHead01,不分页列表表头样式-灰色 */
.TableHead01
{
	height: 22px;
	color: #000000;
	background-color: #F8F8F8;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #FCFCFC;
	background-image: url(../images/table_bg_doctitle_gray.gif);
}
/* TableHead02,不分页列表表头样式-蓝色 */
.TableHead02
{
	height: 22px;
	color: #000000;
	background-color: #F8F8F8;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #FCFCFC;
	background-image: url(../images/table_bg_doctitle_blue.gif);
}
/* TableHead03,分页列表表头样式-绿色 */
.TableHead03
{
	height: 22px;
	color: #000000;
	background-color: #B4D44D;
	border-right: 1px solid #AFB7CC;
	border-bottom: 1px solid #AFB7CC;
	border-left: 1px solid #E8FC98;
	background-image: url(../images/table_bg_title_green.gif);
}
/* TableHead04,分页列表表头样式-蓝色 */
.TableHead04
{
	height: 22px;
	color: #000000;
	background-color: #9FCBEE;
	border-right: 1px solid #88AFE8;
	border-bottom: 1px solid #88AFE8;
	border-left: 1px solid #D3E4FE;
	background-image: url(../images/table_bg_title_blue.gif);
}
/* TableHead05,内容表格副标题栏-黄色背景图及操作命令文字 */
.TableHead05
{
	font-size: 12px;
	font-family: "宋体";
	color: #FF0000;
	height: 22px;
	background-color: #FEF6DB;
	word-break: keep-all;
	border-right: 1px solid #FBFDFF;
	border-bottom: 1px solid #DADEE7;
	border-left: 1px solid #FBFDFF;
	background-image: url(../images/table_bg_tt_yellow.gif);
}
/* TableHead06,分页列表表头样式-灰色,文本可换行 */
.TableHead06 
{
	border: 1px solid #000000;
	background-color: #ffffff;
}

/* TableHead07,分页列表表头样式-蓝色,文本可换行 */
.TableHead07
{
	height: 20px;
	line-height: 16px;
	color: #000000;
	background-color: #9FCBEE;
	border-top: 1px solid #D3E4FE;
	border-right: 1px solid #88AFE8;
	border-bottom: 1px solid #88AFE8;
	border-left: 1px solid #D3E4FE;
}
/* TableBg01,表格正文栏样式-灰色 */
.TableBg01
{
	height: 22px;
	color: #000000;
	background-color: #F0F0F0;
	border-top: 1px solid #FBFDFF;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #FBFDFF;
}
/* TableBg01_B,表格正文栏样式-灰色-加粗*/
.TableBg01_B
{
	height: 22px;
	color: #000000;
	font-weight:bold;
	background-color: #F0F0F0;
	border-top: 1px solid #FBFDFF;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #FBFDFF;
}
/* TableBg02,表格正文栏样式-亮色 */
.TableBg02
{
	height: 22px;
	color: #000000;
	background-color: #F9F9F9;
	border-top: 1px solid #FBFDFF;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #FBFDFF;
}
/* TableBg03,表格正文栏样式-白色 */
.TableBg03
{
	height: 22px;
	color: #000000;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #ffffff;
}
/* TableBg04,表格正文栏样式-鼠标经过黄色 */
.TableBg04
{
	height: 22px;
	color: #000000;
	background-color: #FEF6DD;
	background-image: url(../images/table_bg_yellow.gif);
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #FBFDFF;
	border-left: 1px solid #FBFDFF;
}
/* TableBg05,表格正文栏样式-鼠标经过灰色 */
.TableBg05
{
	height: 22px;
	color: #000000;
	background-color: #EBEBF2;
	background-image: url(../images/table_bg_blue.gif);
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #FBFDFF;
	border-left: 1px solid #FBFDFF;
}
/* TableMainTitle,页面内容标题栏-浅灰色拉丝效果背景 */
.TableMainTitle
{
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	height: 25px;
	background-color: #F5F5F5;
	word-break: keep-all;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #D7DFEA;
	background-image: url(../images/table_main_title_bg.gif);
}
/* TableMainButton,页面内容标题栏-图标按钮样式 */
.TableMainButton
{
	font-size: 12px;
	font-family: "宋体";
	color: #000000;
	height: 20px;
	background-color: #ffffff;
	word-break: keep-all;
	border: 1px solid #AFB7CC;
	background-image: url(../images/table_main_btn_bg.gif);
	cursor: hand;
}
/* inputgo,分页列表跳转页面输入框样式 */
.InputGo
{
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	background-color: transparent;
	width: 20px;
	height: 16px;
	color: #9E0B0E;
}
/* NewsHeadLeft,NewsHeadCenter,NewsHeadRight,NewsTitle,新闻中心页面顶部样式 */
.NewsHeadLeft
{
	background-image: url(../images/news_center/news_head_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.NewsHeadCenter
{
	background-image: url(../images/news_center/news_head_center.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 115px;
}
.NewsHeadRight
{
	background-image: url(../images/news_center/news_head_right.jpg);
	background-repeat: repeat-x;
	height: 40px;
}
.NewsTitle
{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #2E4674;
}
/* NewsLeftBg,NewsLeftTop,NewsLeftBgpic,NewsLeftNavi,NewsLeftCtrl,新闻中心页面左侧面板样式 */
.NewsLeftBg
{
	background-image: url(../images/news_center/news_left_bg.jpg);
	background-repeat: repeat-x;
}
.NewsLeftTop
{
	background-image: url(../images/news_center/news_left_top.jpg);
	background-repeat: repeat-x;
	height: 9px;
}
.NewsLeftBgpic
{
	background-image: url(../images/news_center/news_left_bgpic.jpg);
	background-repeat: no-repeat;
}
.NewsLeftNavi
{
	font-size: 12px;
	font-weight: bold;
	color: #2E4674;
	border-bottom: 1px dotted #94BBFB;
	height: 30px;
	display: inline;
	overflow: hidden;
	line-height: 28px;
	padding-left: 10px;
	cursor:hand;
}
.NewsLeftNaviDown
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-image:url(../images/news_center/news_left_navi_down.gif);
	border-bottom:1px dotted #94BBFB;
	height:30px;
	display:inline;
	overflow:hidden;
	line-height:28px;
	padding-left:10px;
	cursor:hand;
}
.NewsLeftCtrl
{
	background-image: url(../images/news_center/news_left_ctrl_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 11px;
}
/* NewsTableTitle,NewsTableTd,NewsTableMore,新闻中心页面列表样式 */
.NewsTableTitle
{
	background-image: url(../images/news_center/news_main_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 21px;
	border-bottom: 1px solid #B3B9CF;
	font-weight: bold;
	line-height: 21px;
	padding-left: 8px;
}
.NewsTableTd
{
	background-color: #F9FBFE;
	border-bottom: 1px dotted #D9E6F8;
	height: 22px;
	line-height: 22px;
	padding-right: 5px;
	padding-left: 5px;
}
.NewsTableMore
{
	background-color: #F2F6FC;
	height: 20px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

