/* CSS Document */


/* 通用 */
Body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px ;
}
td 
{
	font-size: 12px ;
}
th {
	font-size: 12px ;
}
P {
	font-size: 12px ;
}
OL {
	font-size: 12px ;
}
A
{
    COLOR: navy;
}
/*连接_未访问*/
A:link {
	TEXT-DECORATION: none;
	color:#000000;
}
/*连接_已访问*/
A:visited 
{
	color:#000000;
	TEXT-DECORATION: none;
}
/*连接_悬停*/
A:hover 
{
	color:Red;
	TEXT-DECORATION: none;
}
A:active 
{
	color:#000000;
	TEXT-DECORATION: none;
}
.font {
	color: #000000;
}
.fonthanggao {
	line-height: 18px;

}

.fontWhite {
	color: #ffffff;
}
.fontWhite13 {
	color: #ffffff;
}
.fontWhite14 {
	font:14px;

}
.fontBlack {
	color: #000000;
}


/* 页头导航区域 */
#HeaderNavPart{
	color: #ffffff;
}
/*页头Banner_栏*/
.Top{
	background-image:  url(../images/blue/b_top01.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
/*页头Banner背景*/
.BannerBG{
	background-image:  url(../images/blue/b_top02.jpg);
	background-repeat: no-repeat;
}
/*页头标签背景*/
.ItemBG {
    background-image:url(../images/blue/b_top06.jpg);
	/*background-repeat: no-repeat;*/
}
/*页头左侧Banner*/
.LeftBannerImage{
	background-attachment: fixed;
	background-image: url(../images/blue/b_top05.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*页头中间Banner*/
.MiddleBannerImage{
	background-attachment: fixed;
	background-image: url(images/PL_07.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
/*页头右侧Banner*/
.RightBannerImage{
	background-attachment: fixed;
	background-image: url(../images/blue/b_top03.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*页头导航区域_标签*/
.Item {
    background-attachment: fixed;
	background-image: url(../images/blue/b_top07.gif);
	background-repeat: no-repeat;
}
/*页头导航区域_选定标签*/
.SelectItem {
    background-attachment: fixed;
	background-image: url(../images/blue/b_top08.gif);
	background-repeat: no-repeat;
}
/*页头标签左侧分界线*/
.LeftLine{
	background-attachment: fixed;
	background-image: url(../images/blue/b_top09.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*页头标签中部分界线*/
.MiddleLine {
	background-image: url(../images/blue/b_top10.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*页头标签右侧分界线*/
.RightLine {
	background-image: url(../images/blue/b_top14.gif);
	background-repeat: repeat-x;
}
/*页头标签底部背景色*/
.ItemBottomColor {
	background-color: #84b4ff;
}
/* 页左导航区 */
#NavPart {
	color: #000000;
}
/*导航区背景*/
.NavBG {
	background-attachment: fixed;
	background-image: url(../images/blue/b_bg01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*导航区_标题*/
.Title {
	background-attachment: fixed;
	background-image: url(../images/blue/b_left01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*导航组*/
.NavGroup {
	background-image: url(../images/blue/b_left04.gif);
	background-repeat: no-repeat;
}
/*导航组选中*/
.NavGroupSelect{
	background-image: url(../images/blue/b_left02.gif);
	background-repeat: no-repeat;
}
/*导航组图标*/
.NavGroupIcon{
	background-image: url(../images/blue/b_icon01.gif);
}
/*导航组选中字体颜色*/
.NavGroupSelectFont{
	color: #456f1f;
}
/*导航组未选中字体颜色*/
.NavGroupFont {
	color: #9e2d00;
}
/*导航项背景*/
.NavItem {
	background-image: url(../images/blue/b_left03.gif);
	background-repeat: no-repeat;
}
/*导航项栏目背景*/
.NavItemColumn{
	background-color: #cfe4fd;
}
/*导航项图标*/

.NavItemIcon {
	background-image: url(../images/blue/b_icon02.gif);
}
/*导航项图标2*/
.NavItemIcon2{
	background-image: url(../images/blue/b_icon04.gif);
}
/*导航项栏目图标*/
.NavItemColumnIcon {
	background-image: url(../images/blue/b_icon03.gif);
}
.NavPartFont {
	color: #9e2d00;
}
.test
{
	border-color : Green;
}


/*页右主要内容区*/
#Main {
	color: #000000;
}
.Part_Body_T {
	background-color: #87B6FF;
}
/*树形区域标题区背景*/
.TreeTitleBG{
	background-attachment: fixed;
	background-image: url(../images/blue/b_sec002.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 203px;
	vertical-align : middle;
}
/*树形区域主体区背景*/
.TreeBodyBG{
	width: 203px;
	/*height: 422px;*/
	background-color:#FFFFFF;
}

/*树与主体区的间隔背景*/
.TreeLine 
{
	background-attachment: fixed;
	/*background-image: url(../images/blue/b_top12.gif);*/
	background-color: #2764BE;
	background-repeat: repeat-y;
}
.TreeLine1{
	height: 1px;
	width: 100%;
	background-color: #2764BE;
}
.DivTreeBG
{
	border-top:#2764BE 1px solid;
}
.DivGridBG
{
	border-left:#2764BE 1px solid;
}

/*主体区背景*/
.BodyBG {
	background-attachment: fixed;
	background-image: url(../images/blue/b_bg02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*间隔区背景*/
.MidBG {
	background-attachment: fixed;
	background-image: url(../images/blue/b_top12.gif);
	background-repeat: repeat-y;
}
/*导航栏字体*/
.NavBarFont{
	
}
/*查询区域标题区背景*/
.Part_TitleBG {
	background-attachment: fixed;
	background-image: url(../images/blue/b_sec002.gif);
	background-repeat: repeat-x;
}
/*区域标题区字体颜色*/
.Part_TitleFont 
{
	font:9pt;
	color: #243E5E;
}
/*区域_tab标签*/
.Part_Tab {
	background-image: url(../images/blue/b_top07.gif);
	background-repeat: no-repeat;
}
/*区域_tab标签（被选中)*/
.Part_SelectedTab {
	background-image: url(../images/blue/b_top08.gif);
	background-repeat: no-repeat;
}
/*区域图标*/
.Part_TitleIcon {
	background-attachment: fixed;
	background-position: left 3px;
	background-repeat: no-repeat;
	background-image: url(../../Images/blue/b_icon05.gif);
}
/*区域背景*/
.Part_BodyBG {
	background-color: #87B6FF;
}
/*查询区域背景*/
.Part_BG{
	background-color: #2764BE;
}
/*查询区背景*/
.SearchAreaBG{
	background-color: #B9DCFF;
}
/*栏目Item背景*/
.ColumnItemBG{
	background-color: #B9DCFF;
}
/*栏目组背景*/
.ColumnGroupBG{
	background-color: #2764BE;
}
/*表格区域标题区背景*/
.CtlGrid_TitleBG {
	background-attachment: fixed;
	background-image: url(../images/blue/b_sec002.gif);
	background-repeat: repeat-x;
}
/*表格区域主体背景*/
.CtlGrid_BodyBG {
	background-color: #87B6FF;
}
/*表格背景*/
.CtlGrid_BG{
	background-color: #FFFFFF;
}
/*表格Title背景*/
.CtlGrid_TitleRow {
	background-attachment: fixed;
	background-image: url(../../Public/Images/blue/b_grid_TBg.jpg);
	background-repeat: repeat-x;	
}
/*表格奇数行背景*/
.CtlGrid_Row {
	background-color: #FFFFFF;
}
/*表格偶数行背景*/
.CtlGrid_AliernatiingRow {
	background-color: #E9F4FF;
}
/*表格选中行背景*/
.CtlGrid_SelectedRow {
	background-color: #B4C0E8;
}
.CtlGrid1 {
	background-color: #000000;
}
.CtlGrid_TitleRow1 {
	background-color: #EDF6FF;
}
.CtlGrid_Row1 {
	background-color: #FFFFFF;
}
/*分页栏字体*/
.CtlGrid_PagerFont{
	background-attachment: fixed;
	background-image: url(../../Public/Images/Blue/b_grid_BBg.jpg);
	background-repeat: repeat-x;
}
/*分页栏背景*/
.CtrlGrid_PagerBackColor
{
	background-color:#FFFFFF;
}

/*表格区域标题区背景-带Tab*/
.CtlGrid_TitleTabBG {
	background-attachment: fixed;
	background-image: url(../../Public/Images/blue/b_sec001.gif);
	background-repeat: repeat-x;
}

/* 按钮 */
.Button{
	font-family: '宋体';
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: Transparent;
	height: 22px;
	width: 58px;
	background-image: url(../images/blue/b_sec003.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* tree 添加按钮 */
.btnAddTree
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:16px;
	width:16px;
	background-color: Transparent;
	background-image:url(../images/icon/tree_add.gif);
}
/*tree 删除按钮 */
.btnDecTree
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:16px;
	width:16px;
	background-color: Transparent;
	background-image:url(../images/icon/tree_del.gif);
}
/*文本框*/
/*input{border:1px solid #2764BE;FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal; HEIGHT: 18px; LINE-HEIGHT: normal;}
*/
/*文本区域*/
textarea.CtlTextBox_Area{border:1px solid #2764BE;FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-VARIANT: normal; FONT-WEIGHT: normal;LINE-HEIGHT: normal;overflow:auto;}

INPUT.CtlTextBox {
	FONT-SIZE: 9pt; 
	border:1px solid #2764BE;
	color:#333333;
	background-color:#FFFFFF;
}
/*OPTION {
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体,MS SONG,SimSun,tahoma,sans-serif
}
SELECT {
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体,MS SONG,SimSun,tahoma,sans-serif
}
TEXTAREA {
	FONT-SIZE: 9pt; FONT-FAMILY: 宋体,MS SONG,SimSun,tahoma,sans-serif
}
*/


/*比输项textbox*/
input.CtlTextBox_M{
	border:1px solid #C66600;
	FONT-SIZE: 9pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	HEIGHT: 18px;
	LINE-HEIGHT: normal;
	background-color: #FFF0E1;
}
/*只读textbox*/
input.CtlTextBox_R{
	border:1px solid #FFF0E1;
	FONT-SIZE: 9pt;
	FONT-STYLE: normal;
	FONT-VARIANT: normal;
	FONT-WEIGHT: normal;
	HEIGHT: 18px;
	LINE-HEIGHT: normal;
	background-color: #FFF0E1;
}
/*下拉列表*/
.CtlDropDownList
{FONT-SIZE: 9pt; COLOR: #243E5E; FONT-FAMILY: Verdana,Arial; border:1 solid  #2764BE;}

/*??*/
.ListBG {
	background-image: url(../images/b_sec016.gif);
	background-repeat: repeat-x;
}

/*连接_未访问*/
.cancel A:link {
	TEXT-DECORATION: none;
	color:#13339A;
}
/*连接_已访问*/
.cancel A:visited 
{
	color:#000000;
	TEXT-DECORATION: none;
}
/*连接_悬停*/
.cancel A:hover 
{
	color:Red;
	TEXT-DECORATION: none;
}
.cancel A:active 
{
	color:#000000;
	TEXT-DECORATION: none;
}

/*连接_未访问*/
.title A:link {
	TEXT-DECORATION: none;
	color:White;
}
/*连接_已访问*/
.title A:visited 
{
	color:White;
	TEXT-DECORATION: none;
}
/*连接_悬停*/
.title A:hover 
{
	color:red;
	TEXT-DECORATION: none;
}

/*连接_未访问*/
.username A:link {
	TEXT-DECORATION: none;
	color:ActiveCaption;
}
/*连接_已访问*/
.username A:visited 
{
	color:ActiveCaption;
	TEXT-DECORATION: none;
}
/*连接_悬停*/
.username A:hover 
{
	color:Purple;
	TEXT-DECORATION: none;
}