/*--------------------------------------------------|
|                    控件的css　                    |
|---------------------------------------------------|
| 　　　　　　　　　　　　　　　　　　              |
|--------------------------------------------------*/

.dtree
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img
{
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel
{
	background-color: #c0d2ec;
}
.dtree .clip
{
	overflow: hidden;
}






.notBtnTabStyle
{
	background-image: url(../images/dfj/window_button_02.gif);
	height: 26px;
	width: 86px;
	border: 0px none;
}

.btnTabStyle
{
	background-image: url(../images/dfj/window_button_01.gif);
	height: 26px;
	width: 86px;
	border: 0px none;
}



/* by yangl */
.btn1_mouseout
{
	border-right: #7EBF4F 1px solid;
	padding-right: 2px;
	border-top: #7EBF4F 1px solid;
	padding-left: 2px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#B3D997);
	border-left: #7EBF4F 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7EBF4F 1px solid;
}



/*
自动完成控件式样
配合autoComplete.js使用

by oklin 2008-06-18
*/

#tblContent
{
	border-right: #009933 1px solid;
	border-top: #009933 1px solid;
	border-left: #009933 1px solid;
	border-bottom: #009933 1px solid;
	color: #000;
	background-color: #fff;
}
#tblContent td
{
	float: left;
	/* font-family: Microsoft Yahei,Arial,宋体, Helvetica, sans-serif; */
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
	border-bottom-style: none;
}

#tblContent span
{
	padding-right: 10px;
}

#tblContent .msover
{
	color: #fff;
	background-color: #009933;
}

#tblContent .msout
{
	color: #000;
	background-color: #fff;
}
#divContent
{
	float: left;
	z-index: 100000;
}


/* 任务列表状态  by oklin 2008-07-01 */

.cell_style_alarm_step /* 岗位警告 */
{
	background-color: #fff2a6;
}

.cell_style_alarm_flow /* 流程警告 */
{
	background-color: #e5c747;
}

.cell_style_expired_step /* 岗位过期 */
{
	background-color: #eb8888;
	color: #fff;
}

.cell_style_expired_flow /* 流程过期 */
{
	background-color: #de3939;
	color: #fff;
}

.cell_style_retrun /* 回退 */
{
	background-color: #d442d4;
	color: #fff;
}
.cell_style_retrun a
{
	color: #fff;
}

.cell_style_retrun2 /* 并行回退 */
{
	background-color: #9d009d;
	color: #fff;
}

.cell_style_retrun2 a
{
	color: #fff;
}

.NavBar
{
	/*background-color: #FFFFFF;*/ /*border: 1px solid #000000;*/
	padding: 2px;
	padding-bottom: 1px;
	cursor: default;
}

.TopItem
{
	color: #FFFFFF;
	background-image: url(../images/dfj/item_bg.gif); /*background-color: #000;*/
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold; /*border:1px solid #000;*/
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: hand;
}

.TopItemHover
{
	color: #FFFFFF;
	background-image: url(../images/dfj/item_hoverBg.gif); /*background-color: #000;*/
	font-family: tahoma, verdana;
	font-size: 11px;
	font-weight: bold; /*border: 1px solid #454545;*/
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: hand;
}

.Level2Item
{
	font-family: tahoma, verdana;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
}

.Level2ItemHover
{
	font-family: tahoma, verdana;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 10px;
	cursor: hand;
}

.Level2Group
{
	/* background-color:white;*/ /*background-image: url(../images/dfj/group_bg.gif);*/ /*border-top-color: #F0F1F5;*/
	padding: 10px;
	padding-left: 10px;
	padding-right: 0px;
}

.Empty
{
}

.OverRow
{
	background-color: #A1ADF1;
	text-align: center;
	font-weight: normal;
	visibility: inherit; /* by oklin 2008-08-13 */
	
}
.SelectedRow
{
	background-color: #D1DDF1;
	color: #333333;
	font-weight: bold;
	text-align: center;
	visibility: inherit; /* by oklin 2008-08-13 */
	
}
.Row
{
	background-color: #EFF3FB;
	text-align: center;
	font-weight: normal;
	
}
.AlternatingRow
{
	background-color: White;
	text-align: center;
	font-weight: normal;
	visibility: inherit; /* by oklin 2008-08-13 */
	
}
.HeaderRow
{
	background-color: #507CD1;
	background-image: url(../Images/tab_bar.gif);
	color: #000;
	font-weight: bold;
	text-align: center;
	height: 29px;
}
.HeaderRow a
{
	color: #000;
}
.PagerRow
{
	background-color: White;
	height: 26px;
}
.PagerRow a
{
	color: #000;
	text-decoration: none;
	background: #fff;
	border: solid 1px #fff;
}
.PagerRow a:hover
{
	color: #fff;
	text-decoration: none;
	background: #88e;
	border: solid 1px #66f;
}
.PagerRow span
{
	color: #fff;
	background: #88e;
	border: solid 1px #66f;
}

.RightMenu
{
	border-right: 2px outset;
	border-top: 2px outset;
	border-left: 2px outset;
	border-bottom: 2px outset;
	background-color: buttonface;
}
.RightMenu hr
{
	width: 100px;
}
.RightMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.RightMenu ul li
{
	vertical-align: bottom;
}
.RightMenu A
{
	color: MenuText;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	line-height: 20px;
}
.RightMenu A:link
{
	color: MenuText;
	text-decoration: none;
}
.RightMenu A:active
{
	color: MenuText;
	text-decoration: none;
}
.RightMenu A:visited
{
	color: MenuText;
	text-decoration: none;
}
.RightMenu A:hover
{
	color: HighlightTxt;
	background-color: Highlight;
}
/*默认的Input的样式*/




.ShortInput
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 40px;
}
.LongInput
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 200px;
}

.button
{
	background-image: url(../Images/button.gif);
	width: 56px;
	border: 0px none #FFFFFF;
	height: 19px;
}
/*----------------Added by ChenJie 20070311-------------------*/
.buttonBackground
{
	background-image: url(../Images/imgbg.gif);
	width: 140px;
	border: 0px none;
	height: 57px;
}
/*----------------End-------------------*/
.login_button
{
	height: 20px;
	width: 50px;
	border: 0px none;
	background-image: url(../Images/in_button.gif);
}
.txtrighttd
{
	text-align: right;
	padding-right: 5px;
}
.txtlefttd
{
	text-align: left;
	padding-left: 5px;
	width: 55%;
}
.txtcentertd
{
	text-align: center;
}
/*----------------Added by ChenJie 20070120-------------------*/
.txtrighthalftd
{
	text-align: right;
	padding-right: 5px;
	width: 20%;
}
.txtlefthalftd
{
	text-align: left;
	padding-left: 5px;
	width: 30%;
}
/*----------------End-------------------*/
.CloseTD
{
	padding-right: 3pt;
	padding-left: 3pt;
	font-size: 8pt;
	padding-bottom: 3pt;
	color: #cccccc;
	width: 1;
	vertical-align: bottom;
	text-align: left;
}

.Close
{
	font-size: 8pt;
	cursor: hand;
	color: #cccccc;
}

.OverClose
{
	font-size: 8pt;
	cursor: hand;
	color: black;
}

/* Table 设置 */
.window_tab_list
{
	border-collapse: collapse;
	height: 100%;
	width: 100%;
	border: 1px solid #85cb33;
	word-break: break-all;
}
.window_tab_list_Asc
{
	background-image: url(../Images/toolbaruparrow.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	margin-left: 3px;
}
.window_tab_list_desc
{
	background-image: url(../Images/toolbardownarrow.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	margin-left: 3px;
}
.window_tab_list_scd_dray
{
	background-color: #ffffff;
	border-width: 1px;
	border-color: #85cb33;
	border-style: solid;
	width: 250px;
	position: absolute;
	padding: 2px;
	overflow: auto;
}
.window_tab_list td
{
	/*background-color: #fbfcf3;*/
	border: 1px solid #85cb33;
}
.window_tab_list th
{
	border: 1px solid #85cb33;
	background-image: url(../Images/th.gif);
	line-height: 14px;
	height: 30px;
}
.window_tab_list_Mouseover
{
	background-color: #ebf6cb;
}
.window_tab_list_Mouseout
{
	background-color: #fbfcf3;
}
.window_tab_list_fst_lbl
{
	color: #a30101;
}
.window_tab_list_all
{
	width: 100%;
}
.window_tab_list_fst
{
	margin-top: 5px;
	text-align: center;
	border-width: 1px;
	border-color: #85cb33;
	border-style: solid;
	padding: 2px;
	background-color: #ffffff;
}
.window_tab_list_sed
{
	margin-top: 5px;
	border-width: 1px;
	border-color: #85cb33;
	border-style: solid;
	padding: 2px;
	background-color: #ffffff;
}
.ShowContent
{
	width: 78%;
}
.HideContent
{
	width: 98%;
}

/*菜单颜色配置*//*menu*/
.index_menu
{
	/*margin-top: 8px; 	float: left; 	margin-left: 8px; 	margin-right: 8px; margin-right: auto;
	margin-left: auto;!important;*/
	
	margin-left: 4px; 	
	
	height: 480px;
	width: 170px;
	border: #b9d4e2 1px solid;
	background-color: #fff;
	z-index: 200px;
	overflow: visible;
	text-align: left;
}

.menu
{
	height: 70%;
	float: left; /*margin-right: 5px;*/
	margin-left: 5px;
}
.menu_middle
{
	text-align: left;
	line-height: 18px;
}
.menu_middle a
{
	color: #000000;
}
.menu_middle a:hover
{
	background-color: #d9df5c;
	padding: 2px;
	color: #4c2626;
}
.menu_end
{
	position: absolute;
	background-image: url(../Images/menu_end.gif);
	background-position: top;
	height: 6px;
	width: 184px;
	background-repeat: no-repeat;
	clear: left;
}
.menu_blank
{
	height: 79px;
	width: 8px;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 200px;
}
.menu_img
{
	background-image: url(../Images/left02.gif);	 
	width: 8px;
	cursor: pointer;  
	background-position:center;
	background-repeat:no-repeat;
	
}

.menu_img_close
{
	background-image: url(../Images/left01.gif);
	 background-position:center;
	background-repeat:no-repeat;
	width: 8px;
	cursor: pointer; 
}


.nav_top_link a, .nav_top_link
{
	width: 75px;
	text-align: center;
	height: 21px;
	line-height: 21px;
}
.nav_top_link
{
	float: left;
	background-color: #ececec;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #adadad;
	border-right-color: #adadad;
	border-left-color: #adadad;
	height: 20px;
}

.nav_top_active a
{
	color: #686868;
	text-decoration: none;
}
.nav_top_active
{
	float: left;
	color: #FFFFFF;
	line-height: 22px;
	background-image: url(../Images/nav_active.gif);
	height: 22px;
	width: 75px;
	text-align: center;
	border: 0px none;
}
.nav_top_hover
{
	background-image: url(../Images/nav_hover.gif);
	border: 0px none;
	width: 75px;
	text-align: center;
	height: 21px;
	line-height: 21px;
	color: #FFFFFF;
}

.nav a
{
	height: 21px;
	width: 75px;
}
.nav
{
	margin-top: 32px;
	margin-left: 8px;
}

.webpart_zone
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
/* 个性化主页Css定义 */
.index_window_bar
{
	line-height: 26px;
	color: #6a2301;
	height: 28px;
	background-image: url(../Images/index_box_top.gif);
	width: 350px;
	margin-top: 2px;
	text-align: center;
}
.index_window_bar_long
{
	line-height: 26px;
	color: #6a2301;
	height: 28px;
	background-image: url(../Images/index_box_top_long.gif);
	width: 720px;
	margin-top: 2px;
	text-align: center;
}
.index_box_middle
{
	width: 348px;
	line-height: 19px;
	border-color: #93d14a;
	border-width: 1px;
	background-color: #ffffff;
	border-bottom-width: 0px;
	border-style: solid;
	text-indent: 2pc;
	letter-spacing: 0.5px;
	list-style-type: disc;
}
.index_box_middle_long
{
	width: 718px;
	line-height: 19px;
	border-color: #93d14a;
	border-width: 1px;
	background-color: #ffffff;
	border-bottom-width: 0px;
	border-style: solid;
	text-indent: 2pc;
	letter-spacing: 0.5px;
	list-style-type: disc;
}

.index_box_middle li a, .index_box_middle_webPart li a
{
	text-decoration: none;
}
.index_box_middle li a:hover, .index_box_middle_webPart li a:hover
{
	background-color: #cfde87;
}
.index_box_middle_webPart
{
	line-height: 19px;
	text-indent: 2pc;
	letter-spacing: 0.5px;
	list-style-type: disc;
}

.index_box_end
{
	background-image: url(../Images/index_window_box_end.gif);
	height: 9px;
	width: 350px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 2px;
}
.index_box_end_long
{
	background-image: url(../Images/index_window_box_end_long.gif);
	height: 9px;
	width: 720px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 2px;
}
.widnow_box
{
	margin: 5px;
	float: left;
	width: 350px;
	border: 0px;
}
.widnow_empty
{
	border-width: 1px;
	background-color: #ebf7e2;
	border-color: #759c0a;
	color: #947122;
	border-style: solid;
	height: 60px;
	text-align: center;
}
.window_hander
{
	background-image: url(../Images/window_design_bar.gif);
	width: 320px;
	border-style: solid;
	border-color: #759c0a;
	border-width: 1px;
	height: 19px;
	text-indent: 1pc;
}

.window_output_bar
{
	line-height: 19px;
	background-image: url(../Images/window_output_bar.gif);
	height: 19px;
	color: #FFFFFF;
	text-align: center;
}
.window_output_box
{
	width: 300px;
	border: 3px solid #b8d7a1;
	background-color: #ecf4dd;
}
.window_output_text_bar
{
	background-image: url(../Images/window_output_text_bar.gif);
	height: 23px;
	width: 300px;
	line-height: 23px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 2pc;
	float: left;
	background-repeat: no-repeat;
}
.window_output_text_TitleBar
{
	background-image: url(../Images/window_output_text_bar.gif);
	height: 23px;
	margin: 6px;
	text-indent: 2pc;
	background-repeat: no-repeat;
	background-position: left;
}
.window_output_text_box
{
	line-height: 23px;
	height: 23px;
	margin-top: 5px;
	margin-left: 15px;
	border: 0px solid #947122;
}
.window_output_text_TitleBar_Tbl
{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.window_output_text_select
{
	color: #ffffff;
	background-color: #947122;
}




.BtnPanel
{
	margin-top: 1px;
}

.BtnPanel fieldset
{
	border: 1px solid #85c538;
	padding: 2px;
}

.BtnPanel input
{
	margin-left: 5px;
	margin-right: 5px;
}

.DropDownListTree
{
	background-color: #fbfcf3;
	border: 1px solid #85c538;
	z-index: 9999;
	position: absolute;
	padding: 2px;
	width: 214px;
	height: 350px;
	overflow: scroll;
}
.DropDownListButton
{
	background-image: url(../Images/toolbardrop.gif);
	width: 16px;
	height: 16px;
	margin-left: 1px;
	line-height: 16px;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 1px;
}
.dropdownlist
{
	z-index: 0;
}

.loading
{
	width: 379px;
	height: 183px;
	background-image: url(../Images/progress.gif);
}
.loading DIV
{
	width: 176px;
	height: 63px;
	background-image: url(../Images/loading.gif);
	vertical-align: middle;
	line-height: 63px;
	font-size: 15px;
	text-indent: 15px;
	margin-top: 60px;
	margin-left: 100px;
}

.printImg
{
	background-image: url(../Images/toolbarprint.gif);
	width: 17px;
	height: 18px;
	cursor: pointer;
}
.printdiv
{
	float: right;
	margin-right: 5px;
	margin-bottom: 2px;
}

/*TreeManager样式 Start */
.treemanager_tree
{
	clear: both;
	border: 1px solid #1e74b3;
	background-color: #FFFFFF;
	z-index: 2;
	top: -2px;
	color: Black;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 500px;
	width: 182px;
}
.treemanager_edit
{
	text-align: center;
}
/*TreeManager样式 End */

/* 配置控件里css布局 Start */

.deploy
{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
.deploy .side
{
	border-width: 1px;
	border-color: #85cb33;
	border-style: solid;
	float: left;
	height: 500px;
	width: 250px;
	overflow: scroll;
}
.deploy .rightside
{
	border-width: 1px;
	border-color: #85cb33;
	border-style: solid;
	float: left;
	height: 500px;
	width: 400px;
	overflow: scroll;
}
.deploy .middle
{
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
.deploy .middle div
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 配置控件里css布局 End */

/* DetailsView样式 */
.details
{
	width: 80%;
	border-width: 0;
	border-style: none;
}
.details input
{
	height: expression(this.type=='text'?'25px':'inherit');
	width: expression(this.type=='text'?'75%':'inherit');
}



/************************************TabControl Style Start Add by ChenJie 2007-01-09************/
.StoreTabContent
{
}

.StoreTabContent .storetab_content
{
	background-image: url(../Images/tab.gif);
	display: inline;
	float: left;
	overflow: hidden;
	height: 21px;
	width: 72px;
	cursor: Default;
	border-color: #91A7B4;
	border-style: hidden;
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	line-height: 21px;
}
.StoreTabContent . .storetab_content.selected
{
	background-image: url(../Images/tab.active.gif) !important;
	background-repeat: no-repeat;
	height: 21px;
	width: 72px;
	border-style: hidden;
	z-index: 3;
	padding: 2px 6 2px 6;
	margin: 0px -1px 0px 0px;
	display: inline;
	overflow: hidden;
	cursor: Default;
	text-align: center;
	line-height: 21px;
}

.StoreTabContent . .storetab_content.hover
{
	height: 21px;
	width: 72px;
	background-image: url(../Images/tab.hover.gif);
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	text-align: center;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 21px;
}

.StoreTabContent .storetab_page
{
	clear: both;
	border: 1px solid;
	border-bottom-style: none;
	border-left-color: #1e74b3;
	border-right-color: #1e74b3;
	border-top-color: #1e74b3;
	background-color: #FFFFFF;
	z-index: 2;
	top: -2px;
	color: Black;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 350px;
	width: 182px;
}
.StoreTabContent .outlook_page
{
	clear: both;
	border: 1px solid;
	border-bottom-style: none;
	border-left-color: #1e74b3;
	border-right-color: #1e74b3;
	border-top-color: #1e74b3;
	background-color: #FFFFFF;
	z-index: 2;
	top: -2px;
	color: Black;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 150px;
	width: 182px;
}
/************************************End ************/
/************************************TabControl Style Start***************************************/

.TabControl
{
}

.TabControl .tab
{
	background-image: url(../Images/tab.gif);
	display: inline;
	float: left;
	overflow: hidden;
	height: 21px;
	width: 72px;
	cursor: Default;
	border-color: #91A7B4;
	border-style: hidden;
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	line-height: 21px;
}

.TabControl .tab.selected
{
	background-image: url(../Images/tab.active.gif) !important;
	background-repeat: no-repeat;
	height: 21px;
	width: 72px;
	border-style: hidden;
	z-index: 3;
	padding: 2px 6 2px 6;
	margin: 0px -1px 0px 0px;
	display: inline;
	overflow: hidden;
	cursor: Default;
	text-align: center;
	line-height: 21px;
}

.TabControl .tab.hover
{
	height: 21px;
	width: 72px;
	background-image: url(../Images/tab.hover.gif);
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	text-align: center;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 21px;
}

.TabControl .tab-page
{
	clear: both;
	border: 1px solid;
	border-bottom-style: none;
	border-left-color: #1e74b3;
	border-right-color: #1e74b3;
	border-top-color: #1e74b3;
	background-color: #FFFFFF;
	z-index: 2;
	top: -2px;
	color: Black;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	height: 557px;
	width: 182px;
}

.TabControl_Content
{
	width: 99%;
}

.TabControl_Content .tab_Content
{
	background-image: url(../Images/tab.gif);
	display: inline;
	float: left;
	overflow: hidden;
	height: 21px;
	width: 72px;
	cursor: Default;
	border-color: #91A7B4;
	border-style: hidden;
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	line-height: 21px;
}
.TabControl_Content .tab_Content.selected
{
	background-image: url(../Images/tab.active.gif) !important;
	background-repeat: no-repeat;
	height: 21px;
	width: 72px;
	border-style: hidden;
	z-index: 3;
	padding: 2px 6 2px 6;
	margin: 0px -1px 0px 0px;
	display: inline;
	overflow: hidden;
	cursor: Default;
	text-align: center;
	line-height: 21px;
}

.TabControl_Content .tab_Content.hover
{
	height: 21px;
	width: 72px;
	background-image: url(../Images/tab.hover.gif);
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	text-align: center;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 21px;
}

.TabControl_Content .tab-page_Content
{
	clear: both;
	border: 0px solid;
	border-bottom-style: none;
	border-left-color: #3d9202;
	border-right-color: #3d9202;
	border-top-color: #3d9202;
	background-color: #FFFFFF;
	z-index: 2;
	top: -2px;
	color: Black;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

.TabControl_Content_long
{
	margin-right: 2px;
	width: 100%;
	height: auto;
}

.TabControl_Content_long .tab_Content_long
{
	background-image: url(../Images/tablong.gif);
	display: inline;
	float: left;
	overflow: hidden;
	height: 21px;
	width: 90px;
	cursor: Default;
	border-color: #91A7B4;
	border-style: hidden;
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	line-height: 21px;
}
.TabControl_Content_long .tab_Content_long.selected
{
	background-image: url(../Images/tab.activelong.gif) !important;
	background-repeat: no-repeat;
	height: 21px;
	width: 90px;
	border-style: hidden;
	z-index: 3;
	padding: 2px 6 2px 6;
	margin: 0px -1px 0px 0px;
	display: inline;
	overflow: hidden;
	cursor: Default;
	text-align: center;
	line-height: 21px;
}

.TabControl_Content_long .tab_Content_long.hover
{
	height: 21px;
	width: 90px;
	background-image: url(../Images/tab.hoverlong.gif);
	margin: 0px -1px 0px 0px;
	padding: 2px 6 2px 6;
	text-align: center;
	background-repeat: no-repeat;
	cursor: pointer;
	line-height: 21px;
}

.TabControl_Content_long .tab-page_Content_long
{
	clear: both;
	border: 0px solid;
	border-bottom-style: none;
	border-left-color: #3d9202;
	border-right-color: #3d9202;
	border-top-color: #3d9202;
	background-color: #FFFFFF;
	z-index: 2;
	top: -2px;
	color: Black;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}


/************************************TabControl Style End***************************************/
/* SVG */
.svgzoomin
{
	background-image: url(../Images/WebMap/svgTools/zoomin.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	line-height: 24px;
}

.svgzoomout
{
	background-image: url(../Images/WebMap/svgTools/zoomout.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgzoomarea
{
	background-image: url(../Images/WebMap/svgTools/zoomarea.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	line-height: 24px;
}

.svgpan
{
	background-image: url(../Images/WebMap/svgTools/pan.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgrefresh
{
	background-image: url(../Images/WebMap/svgTools/refresh.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svghome
{
	background-image: url(../Images/WebMap/svgTools/home.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgseparator
{
	background-image: url(../Images/WebMap/svgTools/separator.gif);
	width: 8px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svglocation
{
	background-image: url(../Images/WebMap/svgTools/location.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgbearingdistadvanced
{
	background-image: url(../Images/WebMap/svgTools/bearingdistadvanced.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgdistance
{
	background-image: url(../Images/WebMap/svgTools/distance.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgarea
{
	background-image: url(../Images/WebMap/svgTools/area.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}
/*  */
.mapzoomin
{
	background-image: url(../Images/WebMap/zoomin.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.mapzoomout
{
	background-image: url(../Images/WebMap/zoomout.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}
.mapleft
{
	background-image: url(../Images/WebMap/left.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.mapup
{
	background-image: url(../Images/WebMap/up.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}
.mapdown
{
	background-image: url(../Images/WebMap/down.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.mapright
{
	background-image: url(../Images/WebMap/right.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}
.mapview
{
	margin-top: 4px;
	overflow: hidden;
	border: 1px solid #1e74b3;
	text-align: right;
}
.maplegend
{
	margin-top: 4px;
	text-align: left;
	overflow: auto;
	border: 1px solid #1e74b3;
	text-align: left;
	width: 160px;
}
.mapscalebar
{
	background-image: url(../Images/WebMap/scalebar.gif);
	height: 20px;
	cursor: pointer;
	border: 0px;
}
/* SVG */
.svgzoomin
{
	background-image: url(../Images/WebMap/svgTools/zoomin.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	line-height: 24px;
}

.svgzoomout
{
	background-image: url(../Images/WebMap/svgTools/zoomout.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgzoomarea
{
	background-image: url(../Images/WebMap/svgTools/zoomarea.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
	line-height: 24px;
}

.svgpan
{
	background-image: url(../Images/WebMap/svgTools/pan.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgrefresh
{
	background-image: url(../Images/WebMap/svgTools/refresh.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svghome
{
	background-image: url(../Images/WebMap/svgTools/home.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgseparator
{
	background-image: url(../Images/WebMap/svgTools/separator.gif);
	width: 8px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svglocation
{
	background-image: url(../Images/WebMap/svgTools/location.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgbearingdistadvanced
{
	background-image: url(../Images/WebMap/svgTools/bearingdistadvanced.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgdistance
{
	background-image: url(../Images/WebMap/svgTools/distance.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}

.svgarea
{
	background-image: url(../Images/WebMap/svgTools/area.gif);
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: 0px;
}
/*  */
.mapzoomin
{
	background-image: url(../Images/WebMap/zoomin.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.mapzoomout
{
	background-image: url(../Images/WebMap/zoomout.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}
.mapleft
{
	background-image: url(../Images/WebMap/left.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.mapup
{
	background-image: url(../Images/WebMap/up.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}
.mapdown
{
	background-image: url(../Images/WebMap/down.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}

.mapright
{
	background-image: url(../Images/WebMap/right.gif);
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0px;
}
.mapview
{
	float: left;
	overflow: hidden;
	border: 1px solid #1e74b3;
	text-align: left;
	margin-left: 2px;
}
.maplegend
{
	float: left;
	overflow: auto;
	border: 1px solid #1e74b3;
	text-align: left;
	margin-left: 2px;
	width: 150px;
}
.mapscalebar
{
	background-image: url(../Images/WebMap/scalebar.gif);
	height: 20px;
	cursor: pointer;
	border: 0px;
}
