/*CEV2-15-01-01 john.zhong 2013-12-30*/
/* $Id: Standard.css,v 1.18 2011/05/18 03:50:36 yinqiaojun Exp $ */
body {
	font-family: 'MyriadPro','Helvetica Neue',Helvetica,Arial,sans-serif;
	margin: 0;
	font-size:12px;
	overflow-x:hidden; 
}
form{
	margin: 0;	
}
h1 {
	color: #ea7200;
	font-size: 24px;
	padding-left: 0;
    padding-bottom: 10px;
}

p {
	line-height: 1.6em;
}

ul {
	font-weight: normal; 
	color: #003D79; 
	font-size: 0.75em;
}
a:link, a:visited {
	color: #003D79;
	text-decoration: none;
}

a:hover, a:active {
	color: #ea7200;
}

img {
	border:0;
}
.FldLabel {
	color: #003D79;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: left;
    vertical-align: top;
    white-space:nowrap;
    width: 180px;
}

.FldLabelMarg {
	color: #003D79;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: left;
    vertical-align: top;
    white-space:nowrap;
    width: 120px;
}

.FldData {
    background-color: #FFFFFF;
    left: 5px;
    position: static;
    text-align: left;
    font-size: 12px;
}

.AuthUserRuleByFunc {
	color: #003D79;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
}

.ProductItemsBox {
	color: #003D79;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 3px;
	vertical-align: top;--
	white-space:nowrap;
}
#A_MENU {
	/*position: absolute;*/
	width: 180px;
	float:left;
}

#B_CONTENT {
	left: 180px;
	/*position: absolute;*/
	width: 1000px;
	float:left;
}
#toolbar {
	left:980px;
	position: absolute;
	width:230px;
}
#showLineFlag{
	display:none;
}

.dialog {
	color: #003D79;
	margin: 0 auto;
	margin-bottom: 0.5em; /* spacing under dialog */
	margin-left: 12px; /* default,width of left corner */
	max-width: 3200px; /* based on image dimensions - not quite consistent with drip styles yet */
	min-width: 8em;
	position: relative;
	z-index: 1;
}

.dialog .content,.dialog .t,.dialog .b,.dialog .b div {
	/*background: url(../Images/CE_background.jpg) no-repeat top right;*/
}

.dialog .content {
	_overflow-y: hidden;
	padding: 0 12px 0 0;
	position: relative;
	zoom: 1;
}

.dialog .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	/* top slice width */
	margin-left:-12px;
	height:100%;
	_height:3200px;
	/* arbitrary long height,IE 6 */
	background-position:top left;
}

.dialog .b {
	position: relative; /* bottom */
	width: 100%;
}

.dialog .b,.dialog .b div {
	font-size: 1px;
	/*height: 30px;*/ /* height of bottom cap/shade */
}

.dialog .b {
	background-position: bottom right;
}

.dialog .b div {
	background-position: bottom left;
	margin-left: -12px;
	position: relative;
	width: 12px; /* bottom corner width */
}

.dialog .hd,.dialog .bd,.dialog .ft {
	position: relative;
}

.dialog .wrapper {
	max-height: 3200px;
	height:auto;
	/*overflow: auto; *//* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2,and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
	position: static; /* extra content protector - preventing vertical overflow (past background) */
}

.dialog h1,.dialog p {
	margin: 0; /* margins will blow out backgrounds,leaving whitespace. */
	padding: 0.5em 0 0.5em 0;
}

.dialog h1 {
	padding-bottom: 0;
}

/* dialog variants - not needed for first blue (non-drip) style */
.dialog.type2 .content,.dialog.type2 .t,.dialog.type2 .b,.dialog.type2 .b div {
	background-image: url(dialog2-dark-800x1200-alpha-drip.png);
}

/* "drip" variant */
.dialog.drip .b,.dialog.drip .b div {
	height: 75px;
}

.dialog.drip {
	margin-left: 65px;
}

.dialog.drip .t,.dialog.drip .b div,.dialog.drip .hd,.dialog.drip .bd,.dialog.drip .ft,.dialog.drip .wrapper {
	margin-left: -65px;
	width: 65px;
}

.dialog.drip .wrapper {
	width: auto;
}

.dialog .wrapper .hd,.dialog .wrapper .bd,.dialog .wrapper .ft {
	margin-left: 0;
}

.dialog.drip .hd,.dialog.drip .bd,.dialog.drip .ft {
	padding: 0 2px 0 12px;
	width: auto;
	zoom: 1;
}

/* message category in the tab */
.Tab > table {
	width: 100%;
	margin:0 1px 5px 1px;
}

table.tbMsgCate td, th {
	margin: 0;
	padding: 3px;
}

/* prodItem and funcItem table */
table.TB_MAINMENU {
	background-color: #D4D5D6;
	border: 0;
	border-collapse: collapse;
	margin: 2px;
	text-align: left;
}

/* for changeBk function in SecuAuthUserRule.js */
.Auth_ActivePrdName {
	color:#ea7200;
}

/**
 * Start: buttons
 * There are 2 tiers of buttons: primary and secondary.
 */
/* Primary buttons */
/* input.prim,
input.prim_add,
input.prim_approvals,
input.prim_edit,
input.prim_view_file,
input.prim_refreshlist,
input.prim_template,
input.prim_update,
input.prim_view_clause,
input.prim_append,
input.prim_previous,
input.prim_select,
input.prim_documents,
input.prim_continue,
input.prim_view_historical,
input.prim_save,
input.prim_next,
input.prim_confirm,
input.prim_create,
input.prim_delete,
input.prim_load_template,
input.prim_reset,
input.prim_print,
input.prim_export,
input.prim_savelist,
input.prim_start,
input.prim_stop,
input.prim_userprofile,
input.prim_send,
input.prim_release,
input.prim_refuse,
input.sec_back,
input.prim_view_rpt,
input.prim_view_Curr_Image,
input.prim_email,
input.prim_close,
input.prim_mixpay,
input.sec_cancel {
	background-color: #FFFFFF;
	border-bottom-color: #452768;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #452768;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: #452768;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #452768;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	height: 18px;
}
*/

/* Secondary buttons */
/*
input.sec,
input.ter_clause_off,
input.ter_search_off,
input.ter_filter_off,
input.ter_reset_off,
input.ter_go_off,
input.ICO_UP,
input.ICO_DOWN,
input.ICO_LEFT,
input.ICO_RIGHT {
	background: transparent;
	border-style: none;
	color: #003D79;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	width: 70px;
}
*/
/**
 * End: buttons
 */
/**
 * Start: icons
 */
/* calendar */
.ICO_CALENDAR {
	background-image: url("../Images/calendar.gif");
	background-repeat: no-repeat;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	cursor: pointer;
	height: 15px;
	width: 15px;
}

/* list options */
.ICO_LISTOPT {
	background-image: url("../Images/sys_combo.gif");
	background-repeat: no-repeat;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	height: 11px;
	width: 9px;
}

/* list options */
.ICO_HELPTIP {
	background-image: url("../Images/icn_question.gif");
	background-repeat: no-repeat;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	height: 13px;
	width: 12px;
}

/**
 * End: icons
 */
/**
 * Start: help tip
 */
table.tbHelpTip {
	background-color: #000066;
	border: 0;
	width: 150px;
}

td.tdHelpTip {
	color: #FFFFFF;
	font-size: 12px;
}

/**
 * End: help tip
 */
/* sub section in the tab */
.title {
	color: #000000;
	font-weight: bold;
	text-align: left;
}

/* Main title, i.e. function description */
.title_main {
	background-color: #FFFFFF;
	color: #ea7200;
	font-size: 24px;
	font-weight: bold;
	height: 24px;
}

/* security module tab */
.title_second {
	color: #ea7200;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 18px;
}

/* trx tab - can be removed */
.title_top {
	color: #666666;
	cursor: pointer;
	font-size: 11px;
}

/* trx tabs */
table.tab {
	border-collapse: collapse;
	border-spacing: 0;
}

td.tab {
	border: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding: 6px;
	text-align: center;
}

/* catalog table-1 */
.TB_TRANCATA_001 {
	border: 0;
	width: 99%;
}

/* catalog table-2 */
table.TB_TRANCATA_002, table.tb_ingCUBK_title_001 {
	background-color: transparent;
	border: 0;
	border-collapse: separate;
	height: 20px;
	width: 100%;
	text-align:center;
}

/* table title */
.FONT_GETTRANCATA_HEAD, .General_title, .TB_GETTRANCATA_HEAD , .td_ingCUBK_012, .InqCUBKKeyFldDesc {
	background-color: #003D79;
	border: 0 solid #008000;
	color: #FFFFFF;
	filter: alpha(opacity=90);
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	z-index: 10;
}
.FONT_GETTRANCATA_HEAD a {
	cursor: pointer;
}
/* table row */
.TR_GETTRANCATA {
	line-height: 14px;
}

/* table single row */
/* single_file is for inbox double row */
.TD_GETTRANCATA_SINGLE, .single_file {
	background-color: #FFFFFF;
	color: #000000;
	filter: alpha(opacity=70);
	font-size: 11px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	z-index: 10;
}
/*Action Button Styles*/
ul.CataActionUl {
	margin:0;
	padding:0;
}
ul.CataActionUl li {
	list-style:none;
	padding:2px 4px;
}
/* table double row */
/* double_file is for inbox double row */
.TD_GETTRANCATA_DOUBLE, .double_file {
	background-color: #ECECEC;
	color: #000000;
	filter: alpha(opacity=70);
	font-size: 11px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	z-index: 10;
}

/* table cell content */
/* inbox table cell content */
.inbox_total {
	font-size: 11px;
	height: 20px;
}

/* catalog criteria field description */
.CHK_GETCRITERIA_1 {
	color: #003D79;
	font-size: 11px;
	padding-right: 4px;
	text-align: right;
}

/* catalog criteria operator */
/* catalog keyword field */
/* inquire data */
.BTN_GETBUTTONINFO_1 {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	color: #FFFFFF;
	font-size: 0;
	height: 25px;
	width: 98px;
}

.BTN_PAGINATION_1 {
	font-size: 7pt;
	height: 15px;
	margin: 0;
	padding: 0 0 10px 0;
	white-space: nowrap;
	width: 15px;
}

.CHK_GETCRITERIA_1 {
	color: #0054A0;
	font-size: 11px;
	text-decoration: none;
}

/* Template table */
.td_TrxTemplate_004, .td_TrxTemplate_006, .td_TrxTemplate_007, .td_TrxTemplate_008, .td_TrxTemplate_009 {
	font-size: 11px;
	padding-left: 3px;
}

/* Product items */
table.ProdItem {
	cursor: hand;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.ProdItem td{
	color: #003D79;
	font-weight: bold;
	padding:4px 10px;
	font-size: 12px;
}

table.ProdItem td#selectedSubMenu{
	border-bottom: solid 1px #C4C4C4;
	border-top: solid 1px #C4C4C4;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.ProdItem a.ProdLink:visited{
	color: #003D79;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-decoration: none;
}

table.ProdItem a.SelectedProdLink{
	color: #EA7200;
	font-weight: bold;
	text-decoration: none;
}

/* Function items */
table.FuncItem {
	font-weight: normal;
	width: 100%;
	font-size:11px;
}

table.FuncItem td{
	padding-bottom: 2px;
	padding-left: 18px;
	padding-top: 2px;
	font-size: 1em;
}

table.FuncItem td a.SelectedFuncLink{
	color: #EA7200;
	font-weight: normal;
	text-decoration: none;
}

/* Message to user */
div.MsgToUser {
	background-color: #FFFEE4;
	background-position: top left;
	background-repeat: no-repeat;
	border: solid 1px #FF0000;
	margin: 2px;
	padding: 2px;
	padding-top: 5px;
	width: 98%;
}

div.MsgToUser ul{
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 2px;
	padding-top: 0;
}

div.MsgToUser li{
	margin-left: 8px;
}

div.MsgToUser table tr td span.MsgToUserHeader{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin-top: 0;
	padding-left: 25px;
	padding-top: 0;
	text-align: left;
}

div.MsgToUser span.MsgToUserHeader{
	color: #FF0000;
	font-size: 105%;
	font-weight: bold;
	height: 20px;
	margin-top: 0;
	padding-left: 25px;
	padding-top: 2px;
	text-align: left;
}

.MsgToUserMarker{
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 2px;
	padding-right: 2px;
}

.MsgToUserNote{
	color: #FF0000;
	padding-left: 33px;
}

/* Pagination */
td.PaginationCont {
	text-align: center;
}

td.PaginationTable{
	font-size: 14px;
	text-align: center;
}

td.PaginationTable a {
	background-color: #FFFFFF;
	color: #003D79;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

td.PaginationTable a.PaginationCurrLink{
	background-color: #EAEAEB;
}

button.PaginationForward, button.PaginationBack{
	background: none;
	border: 0 none;
	color: #003D79;
	cursor: hand;
	font-size: 1em;
	font-weight: bold;
}

/* Notes */
div.notes{
	margin-bottom: 10px;
}

div.notes table{
	border: solid 1px #FFFFFF;
	padding-top: 3px;
}

div.notes th{
	color: #003D79;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

div.notes ul{
	margin-bottom: 2px;
	margin-top: 2px;
}

div.notes li{
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
}

.HeadingBg {
	background: url("../Images/bg_2489B7_1x100.png") repeat-x scroll 50% 50% #15478B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    z-index: 10;
}

.LabelEmphasis {
	font-size: 12px;
}

.HeaderCenter {
	background-color: #B8A8C6;
	color: #000000;
	font-size: 15px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	text-align: center;
}

.MainHeading {
	font-size: 20px;
	font-weight: bold;
}

.SubHeading {
	font-size: 15px;
}

.Auth_InActivePrdName {
	
}

/* table single and double row to hide*/
.TD_GETTRANCATA_SINGLE_hidden, .TD_GETTRANCATA_DOUBLE_hidden, .TD_GETTRANCATA_SINGLE_hidden, TD_GETTRANCATA_DOUBLE_hidden {
	background-color: #FFFFFF;
	color: #667580;
	display: none;
	font-size: 11px;
	text-decoration: none;
}

.InqCUBKKeyFldOdd, .FONT_GETTRANCATA_CONTENT, .InqCUBKKeyFldEven {
	background-color: transparent;
	border: 0;
	font-size: 11px;
	min-height: 20px;
	width: 100%;
}

table.ProdItem a.ProdLink:hover, table.ProdItem a.ProdLink:link, table.ProdItem a.ProdLink:active {
	color: #003D79;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-decoration: none;
}

/* Hide */
.Hide {
	display: none;
}

.SEL_GETCRITERIA_1, .TXT_GETCRITERIA_1 {
    display: block;
}

table.FuncItem a.FuncLink:visited, table.FuncItem a.FuncLink:link, table.FuncItem a.FuncLink:active, table.FuncItem a.FuncLink:hover, td.PaginationTable a.PaginationUnselectedLink:visited, td.PaginationTable a.PaginationUnselectedLink:link, td.PaginationTable a.PaginationUnselectedLink:active, td.PaginationTable a.PaginationUnselectedLink:hover {
	color: #003D79;
	font-weight: normal;
	text-decoration: none;
}

#titleNav{
	font-size:20px;
}
#itemNav{
	font-size:18px;
}
input.inbox_tab {
	background-color:#003D79;
	border-left:0;
	border-right-color:#000000;	
	border-top:0;
	border-bottom:0;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-family: 'MyriadPro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;	
}

input.inbox_tab_on {
	background-color:#ea7200;
	border-left:0;
	border-right-color:#000000;	
	border-top:0;
	border-bottom:0;		
	color: #FFFFFF;         
	cursor: pointer;
	float: left;
	font-family: 'MyriadPro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;		
}

.UploadImageLink {
	text-align:right;
	color: #003D79;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 3px;
}
.TD_BATCHMANAGER_001 {
	color: #003D79;
	font-size: 14px;
	font-weight: blod;	
}
.TD_BATCHMANAGER_002 {
	color: #003D79;
	font-size: 14px;	
}
.TD_BATCHMANAGER_003 {
	color: #000000;
	font-size: 14px;	
}

/*Grid: View Images Grid*/
.GridData {
    background-color: #FFFFFF;
    left: 5px;
    position: static;
    text-align: center;
    border: 1px solid #7f9db9;
    font-family: 'MyriadPro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;	
    color:#000000;
}
.GridHeader {
	background-color: #003D79;
	border: 0 solid #008000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;	
}
/*layout.css*/
.hide{
	display:none;	
}
div#divHeader{
	height: 53px;	
}
.TopBanner{
	/*background-image: url("../Images/header_bg4.jpg");*/
    background-position: right top;
    background-repeat: repeat-y;
    height: 53px;
    display: inline-block;
    width: 100%;
    min-width: 800px;
	background:#003D79;
}
.TopBanner .logo{
	display:inline;
	background: url("../Images/CSlogo.png") no-repeat scroll 0 0 transparent;
	width:182px;
	height:44px;
	float:left;
	margin: 0px;
}
.TopBanner .actions{
	display:inline;
	float:right;
}
.TopBanner .actions
.links{
	display: inline-block;
	/* carly 20180622 S*/
    margin: 3px 0px 3px;
    /* carly 20180622 E*/
    width: 100%;	
}
.TopBanner .actions .links
ul{
	float: right;
    line-height: 1.3;
    list-style: none inside none;
    margin: 0;
    padding: 0 10px 0 0;
}
.TopBanner .actions .links ul 
li.first a{
    border: 0 none;
}
.TopBanner .actions .links
ul li{
    display: inline;
    font-size: 12px;
    font-weight: bold;
}
.TopBanner .actions .links
ul li a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;	
	border-left: 1px solid #FFFFFF;
    padding: 0 8px;
}

.TopBanner .actions .links
ul li a:hover{
	text-decoration:underline;	
}
.TopBanner .actions .links
.userinfo {
	float:left;	
}
.TopBanner .actions .search-bar{
	display: inline;
    width: 100%;
}
.TopBanner .actions .search-bar
.search{
	background: url("../Images/search_bar_bg.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 24px;
    margin: 2px 30px;
    width: 190px;
    display:inline;
}
.TopBanner .actions .search-bar
.search .icon{
	display:inline;
	float:left;	
	vertical-align: middle;
	width:20px;
}
.TopBanner .actions .search-bar
.search .icon .more{
	cursor: pointer;
    margin: 0 0 0 18px;
    background: url("../Images/buttons/Arrow_Down.gif") no-repeat;
    width:7px;
    height:4px;
}
.TopBanner .actions .search-bar
.search .data{
	display:inline;
	float:left;
   	width: 160px;
   	margin:0 0 0 20px;
}
.TopBanner .actions .search-bar
.search .data input{
	background: url("../Images/search_bar_bg.png") no-repeat scroll -20px -2px transparent;
    border: medium none;
    height: 20px;
    margin: 2px 0;
    width: 150px;
    display:inline;
}

.divCenter{
	display: inline-block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    min-width: 800px;
}
.footer{
	border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 1px 0;
    bottom:0;
    width:100%;
    background-color: #FFFFFF;
    z-index:300;
    min-width: 800px;
    position: fixed;
}
.footer .content{
	background-color: #3B3B3B;
    color: #B1B1B1;
    padding: 3px 0;
    text-align: center;
    width:100%;
    font-size:12px;
}
.footer .content a{
	color: #B1B1B1;
    text-decoration: underline;
}
.Tab table tr.even-row{
	background-color:#ECECEC;	
}
#loading{
	background-color:#F4F4F4;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;	
}
#loading.tb,
#loading.tb.lt,
#loading.tb.lt.wp{
	display: block;
}
#loading .msgp{
	margin: 20em 1em 1em;	
}
#loading .msgp table{
	width: 100%;	
}
#loading .msgp .msg{
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color: #003D79;
	padding: 3px;
}
#loading .msgp .bar{
	border: 3px solid #F17034;
	border-radius:12px;
    height: 9px !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 310px;	
}
#loading .msgp .bar .rate{
	float:left;
	display:inline;
	margin:0;
	background-color: #F17034;
	height:9px;
	width:1%;
}
#loading .logo{
	margin: 10px 0;	
	text-align: center;
}
#loading .logo .img{
	background: url("../Images/CSlogo.png") no-repeat scroll 0 0 transparent;
    height: 36px;
    margin: 0 auto;
    width: 45px;
}

.TB_NOTIFICATION_HEAD {
    border-collapse: collapse;
    border: 1px solid;
    width: 700px;
    color:gray;
    font-family: 'MyriadPro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size:12px;
}
.TB_NOTIFICATION_HEAD tr th {
	border:1px solid;
	border-top-color:#E6E6E6;
	border-left-color:#E6E6E6;
	border-right-color:#E6E6E6;
    background-color: #2489B7;
    color:#FFFFFF;
}
.TD_NOTIFICATION_SINGLE, .TD_NOTIFICATION_DOUBLE {
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    height: 20px;
    text-align: left;
}

.TD_NOTIFICATION_DOUBLE {
    background-color: #EEEEEE;
}

.pwd-strength{
margin: 5px 0 0 10px;
padding: 0;
display: none;
400px;
}
.success{
margin: 5px 0 0 170px;
padding: 0;
display: none;
}
#pwd-strength li{
list-style-type: none;
float: left;
border-top: 6px #DCDCDC solid;
color: #DCDCDC;
width: 50px;
}
#pwd-strength li.pwdstrength_1{
border-top: 6px #E70403 solid;
width: 50px;
color: #DCDCDC;
}
#pwd-strength li.pwdstrength_2{
border-top: 6px #FFAB16 solid;
width: 50px;
color: #DCDCDC;
}
#pwd-strength li.pwdstrength_3{
border-top: 6px #32C040 solid;
width: 50px;
color: #DCDCDC;
}
#pwd-strength li.currs {
color: #000000;
}
.background_grey3{
	visibility:hidden;
}
.exporticon img {
    height: 20px;
    padding: 6px 0 0;
    float:right;
}
/**
 * Start: buttons
 * There are 3 tiers of buttons: primary,secondary and tertiary.
 */
/* Primary buttons */
.prim {
	background-color: #003D79;
	border:1px solid;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding:2px 4px;
}

/* Secondary buttons */
.sec {
	background-color: #003D79;
	border:1px solid;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding:2px 4px;
}

/* Tertiary buttons */
.ter {
	background-color: #15478B;
	border:#15478B 1px solid;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding:2px 4px;
}
/**
 * End: buttons
 */
 
#icons {
	display: inline-block;
	float: right;
}

#cataContent span.actionMenu {
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 18px;
    margin: -9px 0 0;
    padding: 0;
    position: absolute;
    width: 14px;
    z-index: 100;
}
#cataContent span.actionMenu a .actionMenuImg {
    border: 0 none;
}
#cataContent span.selectedLeftActionMenu a .actionMenuImg {
    display: none;
}
#cataContent span.selectedActionMenu {
    background-image: url("../Images/SCF/action_arrow_hover_v35.gif");
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    margin: -9px 0 0;
    padding: 0;
    position: absolute;
    width: 14px;
    z-index: 100;
}
#cataContent span.selectedLeftActionMenu {
    background-image: url("../Images/SCF/action_arrow_hover_left_v35.gif");
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    margin: -9px 0 0;
    padding: 0;
    position: absolute;
    width: 14px;
    z-index: 100;
}
#cataContent span.actionMenu ul {
    display: none;
}
#cataContent span ul.selectedActionUl {
    background-color: #ffffff;
    border: 1px solid red;
    border-collapse: collapse;
    display: block;
    float: left;
    line-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 3px 5px;
    position: absolute;
    text-align: left;
    white-space: nowrap;
    z-index: 1000;
}
#cataContent span ul.selectedActionUl li {
    list-style: none outside none;
}
#cataContent span ul.selectedActionUl li a {
    color: #000;
    text-decoration: underline;
}

.CataConfigDiv {
	z-index:100000;
	position:absolute;
	top:5%;
	left:20%;
	background:#FFF;
	width:60%;
	padding:5px;
}
.CataConfigDiv ul {
	list-style:none;
}
.CataConfigDiv ul li {
	display:block;
}
.CataConfigDiv ul li span{
	display:block;
	width:50%;
}
.CataConfigDiv input {

}
.CataConfigDiv input.prim_select {
float:right;
}
.CataConfigDiv td {
white-space:nowrap;
text-align:left;
}
.CoverDiv {
filter: alpha(opacity=10);
opacity: 0.1;
 width: 100%; 
 position:absolute;
height: 100%;
left:0;
top:0;
background-color:#000000;
z-index:9999;
margin:0;
padding:0;
}
#RecNumPerPage {
    position: relative;
    display:inline-block;
}
.numberofpage {
        
}
#num_20 {
    padding-right:5px;
    border-right:2px solid #003D79;
}
#num_50 {
    padding-right:5px;    
    padding-left:5px;
    border-right:2px solid #003D79;
}
#num_100 {
    padding-right:5px;    
    padding-left:5px;    
}
.activeNumber {
    text-decoration:none;
    color:#ea7200 !important;
}
#pageInformationRow {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
.catalogcontrol {
	display: block;
	width:99%;
	height: 30px;
}
.CataConfig {
	float: left;
	display: inline-block;
	padding-right: 20px;
}

/*CEV2-01-23-01 carly add for secu template S*/
#Template_Content
{
     width:100%;
     overflow:auto;
}
#Template_Content ul
{
     list-style-type:none; 
     text-align:left;
     font-size:12px;
}

#Template_Content ul li
{
	float:left;
    display:inline;
    width:50%;
    margin-bottom :10px;
}
#Template_Content li.wholeLine
{
    width:100%;
    margin-bottom :10px;
}
#Template_Content hr
{
	margin-bottom:10px;
}
#Template_Content ul span.DescLine
{
	font-size:14px;
	font-weight:bold;
	background-color: #2489B7;
    color: #FFFFFF;
    padding-left: 3px;
    z-index: 10;
}

#closePrewC
{
	/*CEV2-01-23-01 carly 20180611 S*/
	margin-left:85%;
    margin-top:10px;
    /*CEV2-01-23-01 carly 20180611 E*/
}

#cmpOptions{
	display:none;
	margin-top:10px;
	margin-left:35%;
}
li.tab{
	list-style-type:none;
	display:inline; 
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-right:10px;
}
#div_tab ul{
	-webkit-padding-start: 0px;
}

.legendText{
	color: #003D79;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    width: 120px;
    padding-left: 10px;
}
.fapTemplLst{
	display:inline-block;
	float:left;
	width:50%;
}
#PreviewFapBtns{
	display:block;
	text-align:right;
}
	/*CEV2-01-23-01 carly add for secu template 20180702 S*/
.previewLk{
	cursor:pointer;
	text-decoration:underline;
	margin-right:5px;
	/*20180911 Carly S*/
	color:#003D79;
	font-size:12px;
	/*20180911 Carly  E*/
}
	/*CEV2-01-23-01 carly add for secu template 20180702 E*/
/*CEV2-01-23-01 carly add for secu template E*/
/* CEV2-05-14-21 harry.wang 2018-12-24 s*/
.highLight{
	outline:2px solid red;
}
/* CEV2-05-14-21 harry.wang 2018-12-24 e*/

/* add dora 20181025 Auth-info CEV2-05-14-22 S*/
.AuthInfoDiv {
	z-index:100000;
	position:absolute;
	top:25%;
	left:20%;
	background:#FFF;
	padding:5px;
}
#releaseTab{
	padding-bottom:5px;
}
#releaseTab .REA_REFU_AUTH{
    line-height: 20px;
    padding-bottom: 5px;
    width: 1000px;
}
#releaseTab .REA_REFU_AUTH .REFUSE_SPAN{
	padding-left:50px;
}
#releaseTab .REA_REFU_AUTH .AUTH_INFO{
	padding-left:440px;
}
#releaseTab .REA_REFU_AUTH .AUTH_HREF{
	color:#8d7f7f;
}
/* add dora 20181025 Auth-info CEV2-05-14-22 E*/

/* CEV2-01-10-12 carly 20181128 s */
.FONT_AUTHRULE_HEAD {
    background-color: #003D79;
    border: 0 solid #008000;
    color: #FFFFFF;
    filter: alpha(opacity=90);
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    z-index: 10;
    border:1px;
    height:20px;
}
.div_layer{
	display:none;
	overflow-y:auto;
    text-align: left;
    position: absolute;
    top: 190px;
    border-style: double; 
    border-color: rgb(102, 102, 102);
    background-color: rgb(217, 219, 231);
}
.auth_layer{
	height:250px;
    width: 90%;
    left: 35px;
}
.prod_layer{
	height:280px;
    width:58%;
    left: 320px;
    font-size:15px;
}
.actBtn{
	width: 16px;
    height: 16px;
    border: none;
    margin: 0 3px;
    background-color:transparent;
    cursor: pointer;
}
.editBtn{
	background-image:url("../Images/authrule/edit.png");
}
.delBtn{
	background-image:url("../Images/authrule/delete.png");
}
.insrtBBtn{
	background-image:url("../Images/authrule/table-row-plus-before.png");
}
.insrtABtn{
	background-image:url("../Images/authrule/table-row-plus-after.png");
}
.copyToOthers{
	background-image:url("../Images/authrule/copy.png");
}
.authRowbgColor{
	background-color:#d1d0d0 !important;
}
.amtbgColor{
	background-color:rgb(249, 246, 226);
}
.athead{
	width:95%;
	margin-left: 20px;
	padding-top: 7px;
	border-spacing:1px 8px;
}
.evenLine{
	background-color:rgba(241, 241, 241, 1);
}
#d_tab{
	width:100%;
    float:left;
    padding-bottom:10px;
}
.type_title{
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
  	text-align:center;
  	width:47%;
  	height:30px;
  	margin:10px 10px 0px 10px;
  	float:left;
  	display:inline;
}
.hightlightTitle{
	border-style:none none double;
	border-color:#1a74ba;
	color:#ea7200; 
}
/* CEV2-01-10-12 carly 20181128 e */


/*20190304 DORA CEV2-01-03-20 3.3BUG2 S */
.tab1{
	color : #a2a0a1;
}
.tab2{
	color : #a2a0a1 ;
}
.tab3{
	color : #a2a0a1;
}
/*20190304 DORA CEV2-01-03-20 3.3BUG2 E */
/*CEV2-05-58-02 harry.wang 2019-08-26 s*/
#dual-company-struct-panel .searchCmp{
	padding-left:5px;
	border:0.1px;
	width:245px;
	height:20px;
	outline:none;
	background-color:#EEE;
}
#dual-company-struct-panel .borderNone{
	border:0;
}
#dual-company-struct-panel .borderBot{
	border-bottom:1px solid black;
	font-size:12px;
}
#dual-company-struct-panel .paddingLeft{
	padding-left:2px;
	padding-top:2px;
}
#dual-company-struct-panel .outlineNone{
	outline:none;
	border:0;
}
#dual-company-struct-panel .increaseHeight{
	width:250;
	height:300px;
}
.searchCmp::-ms-clear{
display:none;
}
/*CEV2-05-58-02 harry.wang 2019-08-26 e*/
/* ADD DORA FOR CEV2-05-12-10  */
.floatLayerDIV{
	width:550px;
	height:230px;
	box-shadow:#262525 0px 0px 20px;
	border-radius: 12px;
	z-index:111000;
	position:absolute;
	top:30%;
	left:30%;
	background:#FFF;
	padding:5px;
}
#CoverLayer{
	opacity: 0.3;
	 z-index: 110000;
}
.layerHeader{
	width: 90%;
    height: 16%;
}
.layerHeader h3{
	float: left;
    font-size: 14px;
    color: #2b3772;
    margin: 15px 0 0 10px;
    display: inline;
}
.floatLayerDIV hr{
	height: 1px;
	border : none;
	border-top : 1px dashed #aba7a7;
}
#countNum{
	color:#003D79;
	font-weight:bold;
}
.layerMain{
	padding-top: 10px;
    padding-left: 8px;
    height: 45%;
    font-size: 13px;
}
.layerFoot{
	height: 20%;
    text-align: center;
    cursor: pointer;
}
/* END DORA FOR CEV2-05-12-10 */