#main_panel{	
	position: absolute;
	background: #f15a22;	
	border-style: solid;
    border-width: 1px;
	top: 12px;
	bottom: 0px;
	left: 12px;
	right: 0px;	
}
#main_panel .alert{
	background: #fee700;
	color: #ff0000;
	left: 0px;
	right: 0px;
	position: fixed;
	text-align: center;
}
#main_panel .content{	
	position: absolute;	
	margin: 12px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;		
}
#button_panel{			
	height: 60px;
	width: 100%;		
}
#button_panel .btn{	
	cursor: pointer; cursor: hand;
	float: left;	
	width: 20%;
	height: 100%;	
	color: #ffffff;
}
#button_panel .clicked{	
	color: #fff200;	
}
#button_panel .btn_inline{
	margin: 0px auto;
}
#button_panel .btn_inline,
#button_panel .icon{
	width: 50px;
	height: 50px;	
}
#button_panel .btn_inline,
#button_panel .icon,
#button_panel .text{
	margin-left: 4.4px;
}
#button_panel .text{
	width: 100%;
	position: relative;
	top: 0px;
	text-align: center;		
	font-size: smaller;		
	white-space: nowrap;
}
#login_btn .icon{ background:  url('../../assets/images/login.png') no-repeat center center; }
#login_btn .logout_icon{ background:  url('../../assets/images/logout.png') no-repeat center center; }
#delivery_btn .icon{ background:  url('../../assets/images/delivery.png') no-repeat center center; }
#inv_mgt_btn .icon{ background:  url('../../assets/images/inv_mgt.png') no-repeat center center; }
#ireport_btn .icon{ background:  url('../../assets/images/ireport.png') no-repeat center center; }
#statement_btn .icon{ background:  url('../../assets/images/statement.png') no-repeat center center; }

#login_btn .icon_clicked { background:  url('../../assets/images/login_clicked.png') no-repeat center center; }
#login_btn .logout_icon_clicked { background:  url('../../assets/images/logout_clicked.png') no-repeat center center; }
#delivery_btn .icon_clicked { background:  url('../../assets/images/delivery_clicked.png') no-repeat center center; }
#inv_mgt_btn .icon_clicked { background:  url('../../assets/images/inv_mgt_clicked.png') no-repeat center center; }
#ireport_btn .icon_clicked { background:  url('../../assets/images/ireport_clicked.png') no-repeat center center; }
#statement_btn .icon_clicked { background:  url('../../assets/images/statement_clicked.png') no-repeat center center; }

#button_panel .icon,
#button_panel .logout_icon{
	background-size: 100% auto;
}

#info_panel{		
	position: absolute;
	top: 70px;
	left: 0px;
	right: 0px;	
	bottom: 0px;		
}
#info_panel .tab_ctrl{
	position: absolute;
	height: 24px;
	top:0px; left:0px; right: 0px;
	background:  url('../../assets/images/panel_tab.png') no-repeat center center; 
}
#info_panel .status{
	width: 47px;
	height: 15px;
}
#info_panel .offline {	
	background:  url('../../assets/images/offline.png') no-repeat center center; 
}
#info_panel .online {	
	background:  url('../../assets/images/online.png') no-repeat center center; 
}
#info_panel .tab{	
	cursor: pointer; cursor: hand;
	position: absolute;
	width: 80px;
	height: 18px;
	top: 5px;
}
#info_panel .text{    		
	height: 18px;
	top: 50%;
	line-height: 10pt;
	margin-top: -5px;
	color: #ffffff;
	text-align: right;
	font-size: 12px;	
}
#info_panel .tab_arrow{	
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 1px;
	margin-left: 3px;	
	background:  url('../../assets/images/tab_arrow.png') no-repeat center center; 
	background-size: cover;
}
#info_panel .clicked .text{	
	color: #fff200;	
}
#info_panel .clicked .tab_arrow{	
	background:  url('../../assets/images/tab_arrow_clicked.png') no-repeat center center; 
	background-size: cover;
}
#my_inv_tab {		
	left: 10%;	
}
#guide_tab{
	right: 10%;
}
#panel_content{
	position: absolute;	
	top:24px; left:0px; right: 0px; bottom: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 5px;
	border-color: #910000;
	background: #e6e5e5;
	z-index: 100;	
	overflow: hidden;
}
#panel_content .grid{	
	position: absolute;	
	top:0px; left:0px; right: 0px; bottom: 0px;	
	font-size: 13px;
}
#panel_content .c_header,
#panel_content .c_top_tool_bar{
	position: absolute;
	height: 22px;
	line-height: 22px;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	background: #fff100;
}
#panel_content .c_top_tool_bar{
	top: 22px;
	background: #ffffff;
}
#panel_content .c_header .close{
	background: url('../../assets/images/close2.png') no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	cursor: pointer; cursor: hand;	
	right: 2px;	
	top: 2px;
	position: absolute;	
}
#panel_content .footer{
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #221816;
	height: 44px;
}
#panel_content .detail{
	position: absolute;
	top: 44px;	
	left: 0px;
	right: 0px;
	bottom: 44px;	
}
#panel_content .datagrid{
	position:relative;	
	height: 100%;	
}
#panel_content .datagrid .table-scroll{
	overflow-x:hidden;
	overflow-y:visible;
	height: 100%;		
}
#panel_content .datagrid table{
	 width:100%;
	 border-spacing: 0px;
	 font-size: 15px;
	 table-layout: fixed;
	 white-space: nowrap;
}
#panel_content .datagrid thead .header .col_head{	
	background-image: url('../../assets/images/sort_bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer; cursor: hand;
}
#panel_content .datagrid thead .headerSortDown .col_head{
	background-image: url('../../assets/images/sort_desc.gif');
}
#panel_content .datagrid thead  .headerSortUp .col_head{
	background-image: url('../../assets/images/sort_asc.gif');
}
#panel_content .datagrid th .col_head,
#panel_content .datagrid td{
	font-weight: normal;
	overflow: hidden;
	border-style: solid;
	border-color: #a0a0a0;
}
#panel_content .datagrid th .col_head{
	position: absolute;
	top: -22px;
	background: #b5b5b5;		
	border-width: 1px 1px 1px 0px;	
	height: 22px;	
	line-height: 22px;	
	padding-left: 1px;
}
#panel_content .datagrid .inline_text{
	padding-left: 5px;
	padding-right: 5px;
}
#panel_content .datagrid .col_head .inline_text.right_align{
	padding-right: 21.5px;
}
#panel_content .datagrid .inline_text.last_col_with_right_align{
	padding-right: 18px;
}
#panel_content .datagrid td{
	height: 25px;
	line-height: 25px;
	text-align: center;	
	border-width: 0px 1px 0px 0px;	
	padding: 0 3px;	
}
#panel_content .datagrid .panel_row_click{
	cursor: pointer; cursor: hand;
}
#panel_content .datagrid .panel_row_click:hover{
	text-decoration: underline;
	color: blue;
}
#panel_content .datagrid .gray_bkg{
	background: #dcdcdc;
}
#panel_content .datagrid .white_bkg{
	background: #ffffff;
}
#login_form{
}
#login_form form{
	position: absolute;	
	top: 25px;
	left: 20px;
	right: 20px;
}
#login_form input{
	width: 67%;
}
#login_form label, #login_form button{	
	font-size: small;	
	margin-top:8px;
	margin-bottom:2px;
    display:inline-block;
}
#login_form .kuaidi100{
	position: absolute;
	bottom: 0px;
	right: 4px;
}
#logout_btn{
	width: 177px;
	height: 52px;
	line-height: 52px;
	left: 0px;
	right: 0px;
	top: 40px;
	position: absolute;
	cursor: pointer; cursor: hand;
	background:  url('../../assets/images/logout_btn.png') no-repeat center center; 
}
#logout_btn p{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
#login_form button{
	font-weight: bold;
	line-height: 10pt;
	width: 70px
}
#gen_code_btn{	
	float: right;
	background: #ea5404;
	color: #fee700;	
	line-height: 10pt !important;
	font-size: small !important;
	font-weight: normal !important;
	width: 87px !important;		
	margin-top: 0px !important;
	white-space: nowrap;
}
#my_inv{	
}
#my_inv .detail{
	top: 101px;
}
#my_inv .del_no_info{
	color: gray;
	font-style: italic;	
	cursor: pointer; cursor: hand;
}
#my_inv .del_no_info:hover{
	text-decoration: underline;
	color: blue;
}
#my_inv .del_info{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 78px;	
	background: white;
}
#my_inv .total_amt{
	height: 30px;
	line-height: 30px;
	color: #a2232e;
	font-size: 15px;
	border-style: solid;
	border-width: 0px 0px 2px 0px;	
	border-color: #f8c6ad;
	margin-left: 15px;
	margin-right: 15px;
}
#my_inv .amt_title{	
	bottom: 1px;
	position: relative;
}
#my_inv .amt{
	position: absolute;	
	right: 15px;	
}
#my_inv .amt_value{
	font-family: 'impact';
	line-height: 26px;
	font-size: 20px;	
}
#my_inv .total_amt .icon{
	float: left;	
	margin-top: 3px;
	margin-left: 0px;	
	width: 38px;
	height: 24px;
	background: url('../../assets/images/del.png') no-repeat center center; 
	cursor: pointer; cursor: hand;
}
#my_inv .del_acct{
	position: absolute;
	left: 15px;
	right: 0px;
	height: 48px;
	line-height: 28px;
	color: black;		
}
#my_inv .del_acct .acct_head{	
	height: 20px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 3px;
	bottom: 0px;	
	overflow: hidden;
	line-height: 20px;
}
#my_inv .del_acct .acct_head .name{	
	font-size: 15px;		
}
#my_inv .del_acct .acct_head .name:hover{		
	cursor: pointer;	
	text-decoration: underline;
	color: blue;
}
#my_inv .del_acct .acct_head .seperate{	
	font-weight: bold;
	position: relative;
	bottom: 2px;
}
#my_inv .del_acct .acct_head .district{	
	font-size: 12px;
}
#my_inv .del_acct .acct_address{
	height: 24px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 22px;
	bottom: 0px;	
	overflow: hidden;
}
#my_inv .del_acct .acct_address span{	
	line-height: 20px;
	font-size: 12px;
}

#my_inv .datagrid .col1, 
#my_inv .datagrid .col1 .col_head{ width: 210px; left: 0px; }
#my_inv .datagrid .col2,
#my_inv .datagrid .col2 .col_head{ width: 56px; left: 212px; }
#my_inv .datagrid .col3,
#my_inv .datagrid .col3 .col_head{	left: 270px; right: 0px; }

#placeorder_preivew .datagrid .preview .col1,
#placeorder_preivew .datagrid .preview .col1,
#placeorder_preivew .datagrid .preview .col1 .col_head{ width: 143px; left:  0px; }
#placeorder_preivew .datagrid .preview .col2,
#placeorder_preivew .datagrid .preview .col2 .col_head{ width: 408px; left: 145px; }
#placeorder_preivew .datagrid .preview .col3,
#placeorder_preivew .datagrid .preview .col3 .col_head{ width: 108px; left: 555px; }
#placeorder_preivew .datagrid .preview .col4,
#placeorder_preivew .datagrid .preview .col4 .col_head{ width: 108px; left: 665px; }
#placeorder_preivew .datagrid .preview .col5,
#placeorder_preivew .datagrid .preview .col5 .col_head{ width: 128px; left: 775px; }
#placeorder_preivew .datagrid .preview .col6,
#placeorder_preivew .datagrid .preview .col6 .col_head{ width: 128px; left: 905px; }

#placeorder .datagrid .placeorder .col1,
#placeorder .datagrid .placeorder .col1,
#placeorder .datagrid .placeorder .col1 .col_head{ width: 143px; left:  0px; }
#placeorder .datagrid .placeorder .col2,
#placeorder .datagrid .placeorder .col2 .col_head{ width: 408px; left: 145px; }
#placeorder .datagrid .placeorder .col3,
#placeorder .datagrid .placeorder .col3 .col_head{ width: 108px; left: 555px; }
#placeorder .datagrid .placeorder .col4,
#placeorder .datagrid .placeorder .col4 .col_head{ width: 108px; left: 665px; }
#placeorder .datagrid .placeorder .col5,
#placeorder .datagrid .placeorder .col5 .col_head{ width: 128px; left: 775px; }
#placeorder .datagrid .placeorder .col6,
#placeorder .datagrid .placeorder .col6 .col_head{ width: 128px; left: 905px; }

#delivery .del_name .cdata_history_btn{
	position: absolute;
	width: 32px;
	height: 20px;	
	top: 1px;
	left: auto;
	right: 1px;		
	background: url('../../assets/images/cdata.png') no-repeat center center; 
	cursor: pointer; cursor: hand;
}
#delivery .detail,
#fill_payee_name .detail{
	top: 22px;
	margin: 15px 8px 0px 8px;	
	overflow: auto;
}
#delivery .detail div,
#fill_payee_name .detail div{
	margin-top: 0px;
}
#delivery .detail label,
#fill_payee_name .detail label{
	float: left;
	height: 20px;
	line-height: 25px;
}
#delivery .detail span,
#fill_payee_name .detail span {
    display: block;
    overflow: hidden;
    padding: 1px 5px
}
#delivery .detail span input,
#fill_payee_name .detail span input{	
	width: 100%;
}
#fill_payee_name .detail span input[type='radio']{	
	margin: 0px;
    margin-top: 2px;
    vertical-align: text-bottom;
    width: 30px;
}
#delivery .detail .del_name span{
	padding-right: 40px;
}
#delivery .detail select{
	/*width: 272px;*/
	width: 102%;
	height: 20px;	
}
#delivery .detail textarea{
	/*width: 266px;*/
	width: 99.5%;
	height: 37px;
	resize: none; 
}
#delivery .detail span input[disabled],
#delivery .detail select[disabled],
#delivery .detail textarea[disabled] {
   color: black;
   background: #efefef;
}
#delivery .del_name{
}
#delivery .del_district,
#delivery .del_owner{	
	margin-left: 13px !important;	
}
#delivery .del_district .city_select,
#delivery .del_district .area_select{	
	display: block;	
	margin-top: 4px;
}
#delivery .del_postcode{	
}
#delivery .del_address{
	margin-bottom: -4px;
}
#delivery .del_tel,
#delivery .del_mobile,
#delivery .del_remark{	
	margin-left: 26px !important;
}
#delivery .del_remark textarea{
	height: 80px;
}

#cdata_history{
	background: white;	
}
#cdata_history .datagrid .col1,
#cdata_history .datagrid .col1 .col_head{ width: 90px; left: 0px; }
#cdata_history .datagrid .col2,
#cdata_history .datagrid .col2 .col_head{ width: 170px; left: 92px; }
#cdata_history .datagrid .col3,
#cdata_history .datagrid .col3 .col_head{ width: 158px; left: 264px; }
#cdata_history .datagrid .col4,
#cdata_history .datagrid .col4 .col_head{ width: 301px; left: 424px; }
/*#cdata_history .datagrid .col5,
#cdata_history .datagrid .col5 .col_head{ width: 92px;	left: 534px; }*/
#cdata_history .datagrid .col5,
#cdata_history .datagrid .col5 .col_head{ width: 80px;  left: 727px; }
#cdata_history .datagrid .col6,
#cdata_history .datagrid .col6 .col_head{ width: 100px; left: 809px; }
#cdata_history .datagrid .col7,
#cdata_history .datagrid .col7 .col_head{ width: 130px; left: 911px; }
/*#cdata_history .datagrid .col9,
#cdata_history .datagrid .col9 .col_head{ width: 119px; left: 914px; }*/

/*#cdata_history .datagrid .name{
	text-decoration: underline;
	color: blue;
}*/

#inv_mgt{
	background: white;	
}
#inv_mgt .datagrid .list .col1,
#inv_mgt .datagrid .list .col1 .col_head{ width: 93px; left:  0px; }
#inv_mgt .datagrid .list .col2,
#inv_mgt .datagrid .list .col2 .col_head{ width: 90px; left: 95px; }
#inv_mgt .datagrid .list .col3,
#inv_mgt .datagrid .list .col3 .col_head{ width: 168px; left: 187px; }
#inv_mgt .datagrid .list .col4,
#inv_mgt .datagrid .list .col4 .col_head{ width: 308px; left: 357px; }
#inv_mgt .datagrid .list .col5,
#inv_mgt .datagrid .list .col5 .col_head{ width: 148px; left: 667px; }
#inv_mgt .datagrid .list .col6,
#inv_mgt .datagrid .list .col6 .col_head{ width: 78px; left: 817px;	 }
#inv_mgt .datagrid .list .col7,
#inv_mgt .datagrid .list .col7 .col_head{ width: 58px; left: 897px;	 }
#inv_mgt .datagrid .list .col8,
#inv_mgt .datagrid .list .col8 .col_head{ width: 80px; left: 957px;	 }

#inv_mgt .datagrid .revoke .inline_text {
	background:  url('../../assets/images/order_btn.png') no-repeat center center; 	
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-size: 13px;
	border-radius: 3px;
}
#inv_mgt .datagrid .panel_row_click{
	text-decoration: underline;
	color: #0000ff;
}
#inv_mgt .datagrid .revoke.panel_row_click,
#inv_mgt .datagrid .revoke.panel_row_click:hover{
	text-decoration: none;
	color: black;
}
#inv_mgt .datagrid .list .submit_time{
	font-size: 11px;
}

#inv_mgt .datagrid .order .col1,
#inv_mgt .datagrid .order .col1 .col_head{ width: 634px; left:  0px;  }
#inv_mgt .datagrid .order .col2,
#inv_mgt .datagrid .order .col2 .col_head{ width: 132px; left: 636px; }
#inv_mgt .datagrid .order .col3,
#inv_mgt .datagrid .order .col3 .col_head{ left: 770px; right: 0px;	}

#inv_mgt .datagrid .inv_mgt_detail .col1,
#inv_mgt .datagrid .inv_mgt_detail .col1 .col_head{ width: 143px; left:  0px; }
#inv_mgt .datagrid .inv_mgt_detail .col2,
#inv_mgt .datagrid .inv_mgt_detail .col2 .col_head{ width: 408px; left: 145px; }
#inv_mgt .datagrid .inv_mgt_detail .col3,
#inv_mgt .datagrid .inv_mgt_detail .col3 .col_head{	width: 108px; left: 555px; }
#inv_mgt .datagrid .inv_mgt_detail .col4,
#inv_mgt .datagrid .inv_mgt_detail .col4 .col_head{ width: 108px; left: 665px; }
#inv_mgt .datagrid .inv_mgt_detail .col5,
#inv_mgt .datagrid .inv_mgt_detail .col5 .col_head{ width: 128px; left: 775px; }
#inv_mgt .datagrid .inv_mgt_detail .col6,
#inv_mgt .datagrid .inv_mgt_detail .col6 .col_head{ width: 128px; left: 905px; }

#inv_mgt .datagrid .approval{
	color: blue;
}
#inv_mgt .datagrid .fail{
	color: red;
}
#inv_mgt .c_header .web_temp_no{
	position: absolute;
	left: 3px;
}
#inv_mgt .c_header .sale_header{
	position: absolute;
	right: 30px;
}
#inv_mgt .c_header .accha_header:hover,
#ireport .c_header .accha_header:hover{
	cursor: pointer; cursor: hand;
	text-decoration: underline;
	color: blue;
}

#ireport{
	background: white;	
}
#ireport .detail{
	top: 66px;
}
#ireport .c_header .title{
	position: absolute;
	left: 4px;
} 
#ireport .c_header .name_btn{
	cursor: pointer; cursor: hand;
} 
#ireport .c_header .name_btn.selected,
#ireport .c_header .name_btn:hover{
	text-decoration: underline;
	color: #0000ff;
}
#ireport .c_top_tool_bar .key_left{
	position: absolute;
	left: 3px;
}
#ireport .c_top_tool_bar .key_right{
	position: absolute;
	right: 3px;
}
#ireport .c_top_tool_bar .from_date,
#ireport .c_top_tool_bar .to_date{
	margin-left: 5px;
	margin-right: 15px;
}
#ireport .c_top_tool_bar .search{
	display: none;
	position: absolute;
	width: 168px;
	top: 1px;
	bottom: 1px;
	left: 3px;
	color: #fffeff;	
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-radius: 9px;
}
#ireport .c_top_tool_bar .search input{   
    width: 140px;    
    height: 12px;
	line-height: 12px;
	font-size: 10px;
    text-align: center;
    background: transparent;
    border: none; 
    left: 5px;   
    bottom: 2px;
	position: relative;
}
#ireport .c_top_tool_bar .search .icon{  
	float: right;
	width: 16px;
	height: 17px;
	margin-top: 2px; 
	background-image: url('../../assets/images/search_icon.png');
	background-repeat: no-repeat;
}
#ireport .datagrid .panel_row_click,
#ireport .c_top_tool_bar .ac_title:hover{
	cursor: pointer; cursor: hand;
	text-decoration: underline;
	color: #0000ff;
}
#statement{
	background: white;	
}
#statement .datagrid .col1, 
#statement .datagrid .col1 .col_head{ width: 197px; left:  0px; }
#statement .datagrid .col2,
#statement .datagrid .col2 .col_head{ width: 207px; left: 199px; }
#statement .datagrid .col3,
#statement .datagrid .col3 .col_head{ width: 207px; left: 408px; }
#statement .datagrid .col4,
#statement .datagrid .col4 .col_head{ width: 207px; left: 617px; }
#statement .datagrid .col5,
#statement .datagrid .col5 .col_head{ width: 207px; left: 826px; }

#delivery .footer .validate{
	top: 15px;
}
#my_inv .validate{
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0px;
	margin: auto auto;	
	background: white;
	border: red;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	border-radius: 5px;
	z-index: 100;
	width: 283px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;	
}
.footer{
	font-size: 13px;
}
#my_inv .footer .clear_btn,
#delivery .footer .clear_btn,
#fill_payee_name .footer .clear_btn,
#inv_mgt .footer .last_page,
#ireport .footer .last_page,
#cdata_history .footer .last_page,
#placeorder_preivew .footer .last_page,
#placeorder .footer .last_page{
	width: 52px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #ffffff;
	float: left;
	cursor: pointer; cursor: hand;
}
#ireport .footer .last_page{
	position: absolute;
	top: 0px;
}
#my_inv .footer .confirm_btn,
#my_inv .footer .preview_btn,
#my_inv .footer .payee_name_btn,
#delivery .footer .confirm_btn,
#fill_payee_name .footer .confirm_btn,
#inv_mgt .footer .go_detail,
#ireport .footer .month_btn,
#placeorder .footer .confirm{
	width: 52px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #f39c35;
	float: right;
	cursor: pointer; cursor: hand;
}
#my_inv .footer .preview_btn{
	background: transparent;
	width: auto;
	color: #f15a22;
	position: absolute;
	/* margin: auto 52px; */
	/* left: 0px; */
	right: 62px;
	font-size: 12px;
}
#my_inv .footer .payee_name_btn{
	background: transparent;
	width: auto;
	color: #f15a22;
	position: absolute;
	/* margin: auto 52px; */
	/* left: 0px; */
	right: 122px;
	font-size: 12px;
}
#my_inv .footer .preview_btn:hover,
#my_inv .footer .payee_name_btn:hover{
	text-decoration: underline;
	color: #5dbcff;
}
#inv_mgt .footer .go_detail{
	width: 62px;
}
#ireport .footer .month_btn{
	width: 82px;
}
#inv_mgt .footer .head_info,
#ireport .footer .total_info,
#statement .footer .date_range,
#statement .footer .balance,
#placeorder_preivew .footer .total_info,
#placeorder .footer .total_info{
	font-size: 20px;
	color: white;
	margin: 11px auto;
	text-align: center;
}
#inv_mgt .footer .notice_info{
	font-size: 12px;
	color: #f15a22;
	margin: 11px auto;
	text-align: center;
}
#ireport .footer .total_info .ir_ft_left{	
	position: absolute;	
	left: 75px;
}
#ireport .footer .total_info .ir_ft_right{	
	position: absolute;	
	right: 75px;
}
#statement .footer .balance{
	position: absolute;
	top: 0px;
	right: 8px;
}
#statement .footer .date_range span{
	font-size: 15px;	
}
#statement .footer .date_range .range_btn{	
	cursor: pointer; cursor: hand;
}
#statement .footer .date_range .range_btn.selected,
#statement .footer .date_range .range_btn:hover{
	text-decoration: underline;
	color: #5dbcff;
}




