﻿/* 全局通用样式 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 宋体, verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

table {
	/*margin: 0;
	padding: 0;
	border:0;*/
	
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: 宋体, tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #333333;
}


img {
	border-width: 0;
}

/*列表控件样式开始*/
.gridview td{
	background-color:#fff;
	border-bottom:1px #999 solid;
	padding:5px;
	}

.gridview th{
	background-color:#fff;
	border-bottom:1px #999 solid;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#006699;
}
.gridviewone td{
	background-color:#fff;
	padding:5px;
	}
.gridviewtow td{
	background-color:#DFEEF8;
	text-align:left;
	}

.gridviewtow th{
	background-color:#E0F0F8;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
.tblManageMain{/*控件的表格样式*/
	margin-left:8px;
	margin-top:8px;
	text-align:left;
}
.tblManageMain-title{
	background-image:url(rtm_hmenu_mg.gif);
	padding:8px 10px 5px 10px; 
	border:1px solid #8391A3;
	width:100% 
}
.tblManageMain-text{
	padding:8px 10px 5px 10px; 
	/*border:1px solid #8391A3;*/
	background-color:#8391A3;
	width:100% 
}
.tblManageMain-text td{
	padding:8px 10px 5px 10px; 
	/*border:1px solid #8391A3;*/
	background-color:#fff;
	width:100% 
}



.tblManageMain-text_1{
	padding:8px 10px 5px 10px; 
	/*border:1px solid #8391A3;*/
	background-color:#8391A3;

}
.tblManageMain-text_1 td{
	padding:8px 10px 5px 10px; 
	/*border:1px solid #8391A3;*/
	background-color:#fff;

}
/*列表控件样式结束*/

.DrOUEntityName{/*选择企业下拉框*/
	width:150px;
	margin:8px 10px 8px 10px;
}
input {/*单行文本输入框的样式*/
	border: 1px solid #94B1D5;
	background-color: #FFFFFF;	
}
textarea{/*多行文本输入框的样式*/
	SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #94B1D5; 
    SCROLLBAR-SHADOW-COLOR: #94B1D5;
    SCROLLBAR-ARROW-COLOR: #94B1D5;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR:#edf6fd;
    border: 1px solid #94B1D5;
	background-color: #FFFFFF;	

}

.header {/* HEADER部分样式 */
	background-image: url(Images/header_bj_1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	width: 100%;
	height:89px;
}
.header_log {/* log部分样式 */

	margin-left:18px;
	padding-top:10px;
	background-image: url(Images/log_1.jpg);
	background-repeat:no-repeat;
	text-align: left;
	width: 525px;
	height:48px;
}

.header_welcome {/* 欢迎用户窗口部分样式 */
	width: 100%;
	color:White;
	text-align:right;
	margin-top:9px;
}
.header_menu {/* 导航部分样式 */
	background-image: url(Images/ul_bj_1.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height:30px;
	border-bottom:solid 1px #94B1D5;
	border-top:solid 1px #94B1D5;
}

/*导航部分样式 以下部分用于ApplicationTabMenu的显示 开始*/
.Menu_line_left
{
 width:3px;
 background-image:url('Images/MainMenu_line.jpg');
 background-repeat: no-repeat;
}
.applicationTabMenu
{
 width:100%;
 height:30px;
 table-layout:fixed;
}
/*显示前*/
td.ptt {
 color:#3C6AB0;
 /*width:90px;*/
 padding-right:5px;
 padding-left:5px; 
 cursor:pointer;
 background-image: url('Images/MainMenu_link.jpg');
 background-repeat: repeat-x;
 text-align:center;
 height:27px;
 vertical-align:middle;
 padding-top:1px;
}
/*显示后*/
td.att { 
 color:#FFFFFF; 
  /*width: 90px;*/
 padding-right:5px;
 padding-left:5px; 
 cursor:pointer; 
 background-image: url('Images/MainMenu_active.jpg');
 background-repeat: repeat-x;
 text-align:center;
 height:27px;
 vertical-align:middle;
 padding-top: 1px;
 cursor:pointer;
}/*导航部分样式 以下部分用于ApplicationTabMenu的显示 结束*/


.main_left {/* 内容部分的左边 */
	width:171px;
	height:100%;
    background-color:#edf6fd;
}
.main_middle {/* 内容部分的左边 */
	width:20px;
	height:100%;
	float: left;
	background-color: #edf6fd;
	border-right:solid 1px #94B1D5;
	border-left:solid 1px #94B1D5;
	background-image:url(Images/spl.gif);
	background-repeat:no-repeat;
	background-position:center;
	cursor:hand;
}
.main_right {/* 内容部分的右边 */
	width:100%;
	height:100%;
	text-align:left;
	/*padding-left:15px;
	padding-top:20px;
	background-image:url(Images/main_right_bj.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
}

.main_nav {/* 内容部分的左边导航 */
	width: 175px;
	margin-top:4px;
	margin-left:2px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:35px;
	background-image:url(Images/main_left_nav.jpg);
	background-repeat:no-repeat;
}

/*.main_nav_2 { 内容部分的左边2级导航 
	padding-left:15px;
	height:23px;
}*/
/* 内容部分的左边2级导航开始 */
.main_nav_1 {/* 内容部分的左边2级导航 */
	padding-left:25px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

.main_nav_1 a:link  {
	color: #333333;
}
.main_nav_1 a:visited {
	color: #333333;
}

.main_nav_1 a:hover {
	text-decoration: none;
	color: #d32525;
}

.main_nav_1 a:active {
	color: #333333;
}/* 内容部分的左边2级导航结束 */

/*用户注册界面样式开始*/
.Wizard
{
	height:400px;
} 
.SideBarStyle
{
	/*background-color:#BED2E2; */
	background-color:#fff;
	text-align:center;
	vertical-align:top; 
	border-right:1px solid #94b1d5;
	 width:120px;
}
.SideBarButtonStyle
{
	line-height:25px; 
	text-decoration:none; 
	text-align:center;
	color:#333; 
	width:120px; 
	padding-left:15px; 
	background:url(01p_1221.gif) no-repeat 0px 5px;
	}
.StepStyle
{
	vertical-align:top;
	margin-top:0px;
	border:solid 0px #222222;
	padding-top:0px;
}

.HeaderStyle
{
	border:solid 0px #222222;
	
}
.TableStyle
{
	height:360px;
	vertical-align:top;
}
.TableStyle_title {
	text-align:left;
	background-image: url(Images/h_bj2.jpg);
	background-repeat: repeat-x;
	font-family:"宋体";
	font-size: 13px;
	color: #08509A;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	border-top:solid 1px #94b1d5;
	border-left:solid 1px #94b1d5;
	border-right:solid 1px #94b1d5;

}
.TableStyle_title_1 {
	text-align:left;
	background-image: url(Images/h_bj1.jpg);
	background-repeat: repeat-x;
	font-family:"宋体";
	font-size: 13px;
	color: #08509A;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;

}
.TableStyle_td {
	border-bottom:solid 1px #94b1d5;
	border-left:solid 1px #94b1d5;
	border-right:solid 1px #94b1d5;

}
/*LinkBotton1*/
a.linkbtn {background:url(linkbtnl.gif) no-repeat left 3px;height:26px;padding:0px 0px 0px 5px; }
a.linkbtn span {background:url(linkbtnr.gif) no-repeat right 3px; padding:5px 10px 7px 5px;   color:#333;text-align:center; width:50px;cursor:hand;white-space:nowrap; WORD-BREAK: keep-all; }
a.linkbtn:hover {background-position:0% -20px; text-decoration: none;}
a.linkbtn:hover span {background-position:100% -20px;color:#333; text-decoration: none;}
/*END LinkBotton1*/

/*用户注册界面样式结束*/
.bottom{/*底部样式 */
	background-image: url(Images/bottom_bj.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding:15px;
	border-top:solid 1px #94B1D5;
}


/* 用户登入界面开始 */
#login_main{ /* 用户登入界面中间部分 */
	width:414px;
	height: 254px;
	font-size: 12px;
	color:#3862A0;
	background-image: url(Images/login_bj.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	text-align: left;
}
#login_btm{/* 用户登入界面倒影部分 */
	width:414px;
	height: 61px;
	color:White;
	font-family:arial;
	background-image: url(Images/login_btm.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.login_main_1{/* 用户登入界面中间部分 */
	margin-top:44px;
	margin-left:86px;
	
}
.login_main_2{/* 用户登入界面中间部分 */
	margin-top:10px;
	margin-left:86px;
}
.login_password{/* 用户忘记密码 */
	margin-top:0px;
	margin-left:134px;
}
.login_main_3{/* 用户登入界面中间部分 */
	margin-top:9px;
	margin-left:130px;
}/* 用户登入界面结束 */


/* Make By UserProfile 开始 */
.calender
{
	/*height:21px;*/
}
.rtm_fim{}

.rtm_fim .fim_l{ text-align:right; padding-right:5px;}
.rtm_fim .fim_r{ padding:3px;}

.rtm_hmenu_mg{
	background-image:url(rtm_hmenu_mg.gif); 
	height:29px; 
	border:1px solid #8391A3; 
	border-bottom:0px;
}
.HStaticMenuItemStyle
{
	background-image:url(rtm_hmenu_f.gif); 
	text-align:center; font-weight:bold;  
	line-height:25px; color:#140050; 
	height:25px; 
	width:75px; 
	background-repeat:no-repeat;
}
.HStaticHoverStyle
{
	background-image:url(rtm_hmenu_s.gif);
	text-align:center;
	font-weight:bold;  
	line-height:25px; 
	color:#140050; 
	height:25px; 
	width:75px;
	background-repeat:no-repeat;
}
.HStaticSelectedStyle
{
	background-image:url(rtm_hmenu_s.gif);
	}

.HStaticMenuItemStyle2
{
	background-image:url(rtm_hmenu_f2.gif); 
	text-align:center; 
	line-height:25px; 
	color:#333; 
	height:25px; 
	width:85px; 
	background-repeat:no-repeat;
}
.HStaticHoverStyle2
{
	background-image:url(rtm_hmenu_s2.gif);
	text-align:center; 
	line-height:25px; 
	color:#333; 
	height:25px; 
	width:85px;
	background-repeat:no-repeat;}
.HStaticSelectedStyle2
{
	background-image:url(rtm_hmenu_s2.gif);
	}


.rtm_hmenu_mg2
{
	height:25px;
	background-image:url(rtm_hmenu_mg2.gif); 
}
.rtm_hmenu_mg2_line
{
	background-color:#D0E0F0; 
	height:2px; 
	border-left:1px solid #8391A3; 
	border-right:1px solid #8391A3;
	}
.rtm_hmenu_mg2_bg
{
	border:1px solid #8391A3; 
	padding:10px; 
	background-color:White;
}

.rtm_btm
{
	text-align:right; 
	padding-right:30px;
}
/* Make By UserProfile 结束 */

/*首页样式开始 */
.home_page
{
	width:100%;
	height:100%;
	}
.DefaultWelComeText{
	background-image: url(Images/page_bj.jpg);
	background-repeat: repeat-x; 
	width:100%
}	
.DefaultWelComeText_1{
	padding:22px 0px 5px 18px; 
	font-family: 宋体; 
	font-size:15px; 
	color:#3C6AB0; 
	font-weight:bold;
}
.DefaultWelComeText_2
{
	padding:0px 0px 30px 18px; 
	color:#3C6AB0;

}
.DefaultImageLink
{
	margin-top:5px;
	margin-left:27px;
	margin-right:28px;
	margin-bottom:8px;
	}
.DefaultImageLink_title{
  background-image: url(../../App_Themes/Default/images/page_fast_top.jpg);
  background-repeat: repeat-x;
  padding:4px 0px 4px 8px;
  font-weight: bold;
  border-left: 1px solid #94B1D5; 
  border-top: 1px solid #94B1D5; 
  color:#3C6AB0;	
  border-right: 1px solid #94B1D5; 
  background-color :#F2F9FC;
}
.DefaultImageLink_img
{
	background-color:#F2F9FC;
	border-left: 1px solid #94B1D5;
	border-right: 1px solid #94B1D5;
	border-bottom: 1px solid #94B1D5;
}
.DefaultImageLink_btm{
	background-image: url(Images/page_btm_line.jpg);
	background-repeat: repeat-x; 
	height:3px;	
}	
.DefaultImageLink_right_line
{
	width:14px;
	background-image: url(Images/UserAssociate_Welcome_bj_right.jpg);
	background-repeat: repeat-y;
	
}
.HomeNews_list_td
{
	width:495px;
	
}
.HomeNews_list_title{
	border-top: 1px solid #94B1D5;
	border-left: 1px solid #94B1D5;
	border-right: 1px solid #94B1D5; 
}

.HomeNews_list_title_h{
	font-weight: bold; 
	font-size:13px; 
	color:#3C6AB0;
	padding:4px 40px 4px 40px;
	border-left: 1px solid #94B1D5;
	border-top: 1px solid #94B1D5;
	border-right: 1px solid #94B1D5;
	background-image: url(Images/page_news.jpg);
	background-repeat: repeat-x;
}
.HomeNews_list_title_h1{
	font-weight: bold; 
	font-size:13px; 
	color:#3C6AB0;
	padding:4px 40px 4px 40px;
	border-right: 1px solid #94B1D5;
	background-image: url(Images/page_news.jpg);
	background-repeat: repeat-x;
}
.HomeNews_list_title_more{
background-image: url(Images/page_news_top.jpg);
background-repeat: repeat-x;
border-bottom: 1px solid #94B1D5;
text-align:right; 
padding-right:5px;
width:340px;
}
.HomeNews_list_text{
	padding:10px 0px 5px 8px;
	line-height:190%;
	border-left: 1px solid #94B1D5; 
	border-right: 1px solid #94B1D5; 
	width: 244px;
}
.HomeNews_list_btm{
	background-image: url(Images/page_btm.jpg);
	background-repeat: repeat-x;
	height:16px;
	border-left: 1px solid #94B1D5; 
	border-right: 1px solid #94B1D5; 
	border-bottom: 1px solid #94B1D5;
}	
.DefaultImageLinkRight{
	border: 1px solid #94B1D5;
	padding:4px
}	
/*首页样式结束 */
/*新闻详细样式开始 */
.New_Display_h{
   	font-family:"宋体";
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align:center;
   
}
.New_Display_time{
    font-family:"宋体";
	font-size: 12px;
	color: #333333;
	text-align:center;
}
.New_Display_content{
   	font-family:"宋体";
	font-size: 12px;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height:160%;

}
/*新闻详细样式结束 */

/*E通卡查询*/
.ECard{
	background-image:url(Images/h_bj2.jpg);
	background-repeat:repeat-x;
	padding-left:7px;
	font-weight:bold;
	font-size:13px;
	color:#08509a;
	font-family:"宋体";
	padding-bottom:6px;
	padding-top:6px;
	border: 1px #94B1D5 solid;
	text-align:left;
	}
.tblManageMain{
	margin-left:8px;
	margin-top:8px;
	text-align:left;
}
.ecar th{
	background-image:url(rtm_hmenu_mg.gif);
	padding:8px 10px 5px 10px; 
	border:1px solid #8391A3;
	width:100% 
}
.tblManageMain-text{
	padding:8px 10px 5px 10px; 
	/*border:1px solid #8391A3;*/
	background-color:#8391A3;
	width:100% 
}
.ecar td{
	padding:8px 10px 5px 10px; 
	/*border:1px solid #8391A3;*/
	background-color:#fff;
	width:100% 
}
.gridview_ecard td{
	background-color:#fff;
	border-bottom:1px #999 solid;
	padding:5px;
	width:600px;

	}

.gridview_ecard th{
	background-color:#fff;
	border-bottom:1px #999 solid;
	width:600px;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#006699;
}

/*E通卡查询结束*/

/*新闻详细列表开始*/
.News_Display_h{
   	font-family:"宋体";
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align:center;
   
}
.News_Display_time{
    font-family:"宋体";
	font-size: 12px;
	color: #666666;
	text-align:center;
}
.News_Display_content{
   	font-family:"宋体";
	font-size: 12px;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height:160%;
	text-align:left;
}
/*新闻详细列表结束*/
#NoRight{ /* 无权查看页面 */
	width:538px;
	height: 245px;
	font-size: 12px;
	background-image: url(Images/NoRight.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	text-align: left;
}



.Login2_log{
	background-image: url('Images/login_logo.gif');
	background-repeat: no-repeat;
	width:246px;
	height:38px;
}


.Login2_ad{
	background-image: url('Images/login_ad.png');
	background-repeat: no-repeat;
	width:246px;
	height:170px;
}
.Login2_text{
	width:370px;
	height:170px;
	background-color:#7297CF;
	color:#FFFFFF;
	line-height:120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Login2_text1{
	width:20px;
	height:170px;
	background-color:#7297CF;
	
}
.Login2_box{
	width:249px;
	height:334px;
	border:1px solid #94B1D5;
}
#Login2{
    margin-top:35px;
    margin-bottom:15em;
	
}
.Login2_table
{
	color:#3C6AB0;
	margin:10px;
}
.Login2_table td
{
	padding-top:8px;
	padding-bottom:3px;
}


.Login2_table a:link,.Login2_table a:visited{
	color:#3C6AB0;
	text-decoration: none;
}
.Login2_table a:hover{
	color:#e05252;
	text-decoration: underline;
}
