#main > table {
	background-color: #FFF;
}
#loading {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 9999;
}
.top-nav {
	background-image: url(../images/bg_topnav.png);
	background-repeat: no-repeat;
	background-size: 1160px 101px;
	background-position-x: -4px;
	height: 95px;
	vertical-align: middle;
}
.top-nav .sys-logo {
	float: left;
	margin-left: 45px;
	vertical-align: middle;
}
.top-nav .news,
.top-nav .password {
	float: right;
	margin-right: 50px;
	height: 92px;
	vertical-align: middle;
	line-height: 95px;
}
.top-nav .logout,
.top-nav .login {
	float: right;
	margin-right: 65px;
	height: 92px;
	vertical-align: middle;
	line-height: 95px;
}
.top-nav .news-border {
	float: right;
	border-right: 1px #bababa solid;
	height: 100px;
    top: 0px;
    margin-top: -8px;
    margin-right: 50px;
}
.top-nav .birthday,
.top-nav .credit_card,
.top-nav .policy,
.top-nav .document {
	float: right;
	margin-right: 50px;
	height: 92px;
	vertical-align: middle;
	line-height: 95px;
	width: 30px;
}
.top-nav .birthday .icon {
	background-image: url(../images/icon_birthday.png);
}
.top-nav .credit_card .icon {
	background-image: url(../images/icon_credit_card.png);
}
.top-nav .policy .icon {
	background-image: url(../images/icon_policy.png);
}
.top-nav .document .icon {
	background-image: url(../images/icon_document.png);
}
.top-nav .news .icon {
	background-image: url(../images/icon_news.png);
}
.top-nav .password .icon {
	background-image: url(../images/icon_pass.png);
}
.top-nav .logout .icon {
	background-image: url(../images/icon_logout.png);
}
.top-nav .login .icon {
	background-image: url(../images/icon_login.png);
}
.top-nav .icon {
	background-repeat: no-repeat;
	background-size: 18px 22px;
	width: 18px;
	height: 22px;
	position: relative;
	top: 5px;
	right: 3px;
	display: inline-block;
}
.top-nav2 {
	background-color: #23416d;
	color: #74d0ec;
	height: 50px;
	vertical-align: middle;
	font-size: 14px;
}
.top-nav2 .nav > li {
	position: relative;
	display: block;
}
.top-nav2 .navbar-nav {
	float: left;
	margin-left: 50px;
}
.top-nav2 .navbar-nav > li {
	float: left;
	padding: 12px;
}
.top-nav2 .navbar-nav > li:first-child {
	padding-left: 0px;
}
.top-nav2 .navbar-right {
	float: right;
	margin-right: 50px;
}
.top-nav2 .navbar-right > li {
	float: right;
	padding: 12px;
	padding-top: 17px;
}
.top-nav2 .navbar-nav > li:last-child {
	padding-right: 0px;
}
.top-nav2 .home .icon {
	background-image: url(../images/btn_home.png);
}
.top-nav2 .update-date .icon {
	background-image: url(../images/btn_time.png);
}
.top-nav2 .datafeed-date .icon {
	background-image: url(../images/icon_feed.png);
}
.top-nav2 .icon {
	background-repeat: no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	position: relative;
	top: 5px;
	right: 3px;
	display: inline-block;
}
.top-nav2 .btn-lang {
	height: 19px;
}
.top-nav2 .lang_item_on {
	border-bottom: 2px #74d0ec solid;
}
.top-menu {
	width: 1023px;
}












.menu_img{
	display:block;
	margin:0 auto;
}
.menu_item, .menu_item_on{
	cursor:pointer;
	height:130px;
}
.menu_item_on .menu_title{
	font-size:16px;
	text-align:center;
	color:#0a7475;
	padding-top:8px;
}
.menu_item .menu_title{
	font-size:16px;
	text-align:center;
	color:#967e53;
	padding-top:8px;
}












.bottom-pad-before {
	height: 50px;
}
.bottom-bar {
	background-color: #454545;
	color: #FFF;
	height: 50px;
	line-height: 49px;
	padding-right: 16px;
	font-size: 14px;
}
.bottom-item {
	padding:0 10px;
	font-size:14px;
}
.bottom-item:first-child {
	padding-left: 50px;
}
.bottom-item:last-child {
	padding-right: 50px;
}












.main-container {
	background-color:#ffffff;
	text-align: center;
	width: 1024px;
	font-size: 16px;
}
.main-container .row {
	max-width: 1024px;
}












.view-login {
	background-image: url(../images/login/bg_login.png);
	background-repeat: no-repeat;
}
.view-login .form-container {
	font-size: 34px;
	color: #073062;
	position: relative;
	margin-top: 50px;
	margin-left: 60px;
	float: left;
}
.view-login .input-form {
	position: absolute;
	top: 122px;
	width: 100%;
}
.view-login .input-form > div {
	width: 435px;
}
.view-login .sys-name {
	text-align: center;
	padding-bottom: 5px;
}
.view-login .user-name,
.view-login .user-pw {
	background-repeat: no-repeat;
	height: 46px;
}
.view-login .user-name {
	background-image: url(../images/login/input_user.png);
	padding-bottom: 5px;
	background-size: 460px;
    background-position-x: -25px;
    background-position-y: 5px;
}
.view-login .user-pw {
	background-image: url(../images/login/input_pw.png);
	padding-bottom: 10px;
	background-size: 460px;
    background-position-x: -25px;
    background-position-y: 5px;
}
.view-login .user-name > input[type="text"],
.view-login .user-pw > input[type="password"] {
    background-color: transparent;
    border: 0 none;
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    width: 435px;
}
.view-login .btn-lang {
	color: #264C8A;
	width: 48px;
	height: 40px;
	font-size: 12px;
	line-height: 42px;
	float: left;
	text-align: center;
}
.view-login .btn-lang.lang_item_on {
	background-image: url(../images/login/btn_login_selected.png);
	background-size: 48px 40px;
	color: #FFF;
}
.view-login .btn-login {
	background-image: url(../images/login/btn_login.png);
	width: 187px;
	height: 40px;
	font-size: 12px;
	line-height: 42px;
	float: right;
	text-align: center;
	background-size: 187px 40px;
}
.view-login .btn-forgot {
	color: #264C8A;
	font-size: 13px;
	text-align: center;
	padding-top: 55px;
}
.view-login .btn-terms {
	color: #264C8A;
	font-size: 13px;
	text-align: right;
	padding-top: 10px;
}
.view-login .btn-forgot .hyperlink, 
.view-login .btn-terms .hyperlink {
	text-decoration: underline;
}
.view-login .btn-forgot .hyperlink:hover, 
.view-login .btn-terms .hyperlink:hover {
	text-decoration: none;
}











.view-forgot {
	background-image: url(../images/login/bg_login.png);
	background-repeat: no-repeat;
}
.view-forgot .form-container {
	background-color: rgba(255, 255, 255, 0.75);
	color: #073062;
	border-radius: 15px;
	margin-top: 50px;
	width: 500px;
}
.view-forgot .form-container > div {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.view-forgot .form-container > div:first-child {
	padding-top: 30px;
}
.view-forgot .form-container > div:last-child {
	padding-bottom: 30px;
}
.view-forgot .title1 {
	font-size: 35px;
}
.view-forgot .title2 {
	font-size: 20px;
}
.view-forgot .title3 {
	font-size: 30px;
	color: #F47741;
}
.view-forgot #email, 
.view-forgot #captcha {
	font-size: 25px;
	line-height: 46px;
	width: 80%;
	border-color: #DDD;
	border-style: solid;
	border-radius: 5px;
}
.view-forgot #email:focus,
.view-forgot #captcha:focus {
	border-color: #264C8A;
}











.view-reset {
	background-image: url(../images/login/bg_login.png);
	background-repeat: no-repeat;
}
.view-reset .form-container {
	background-color: rgba(255, 255, 255, 0.75);
	color: #073062;
	border-radius: 15px;
	margin-top: 50px;
	width: 500px;
}
.view-reset .form-container > div {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
.view-reset .form-container > div:first-child {
	padding-top: 30px;
}
.view-reset .form-container > div:last-child {
	padding-bottom: 30px;
}













.view-terms {
	vertical-align: middle;
	padding: 10px;
	margin: 10px;
}













.view-disclaimer {
	vertical-align: middle;
	padding: 10px;
	margin: 10px;
}













.header-text-title {
	color: #073062;
	font-size: 31px;
	display: block;
	padding-bottom: 20px;
}












.page-bar-default, .dialog-page-bar-default {
	background-image: url(../images/display_bar1.png);
	width: 1023px;
	height: 52px;
}
.page-bar-default.pagination, .dialog-page-bar-default.pagination {
	background-image: url(../images/display_bar2.png);
}
.page-bar-default > table, .dialog-page-bar-default > table {
	width: 100%;
}
.page-bar-default > table .breadcrumb, .dialog-page-bar-default > table .breadcrumb {
	font-size: 18px;
	width: 315px;
	color: #fff;
	padding: 14px;
}
.page-bar-default > table .category, .dialog-page-bar-default > table .category {
	text-align: right;
	padding: 5px 25px 0px 25px;
}
.page-bar-default.pagination > table .category, .dialog-page-bar-default.pagination > table .category {
	padding: 5px 5px 0px 25px;
}
.page-bar-bottom-padding {
	height: 10px;
}
#pagination_info, #bottom_pagination_info, #dialog_pagination_info {
	padding: 11px 10px 0px 0px;
}
#pagination_control, #bottom_pagination_control, #dialog_pagination_control {
	padding: 6px 4px 0px 4px;
}









.search-bar {
	background-color: #F3F3F3;
	padding: 10px;
}
.search-bar-btn {
	padding-top: 36px;
}










#error_msg_title{
	color:#ffffff;
	font-size:15px;
	background-color:#d62c2c;
	border:1px solid #d62c2c;
	width:60px;
	line-height:30px;
	padding:0 10px;
}
#error_msg_content{
	color:#ff0000;
	font-size:15px;
	border:1px solid #d62c2c;
	line-height:30px;
	padding:0 10px;
}









.home-left-title,
.home-right-title{
	color: #ffffff;
	width: 494px;
	height: 56px;
	font-size: 18px;
	line-height: 26px;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	border-top:1px solid #b7b7b7;
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
    		box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
}
.home-left-title > .title-bar, 
.home-right-title > .title-bar {
	padding: 15px;
}
.title-bar > .main-title-icon {
	float: left;
}
.title-bar > .main-title {
	padding-left: 10px;
}
.title-bar2 > .main-title {
	padding-left: 0px;
}
.main-title.multi-title {
	font-size: 14px;
	line-height: 15px;
	padding: 5px 0px 5px 10px;
}
.home-left-title {
	background-image: url(../images/news/display_bar3.png);
}
.home-left-title > .title-bar > .sub-title{
	color: #284a8c;
	font-size: 16px;
	float: right;
}
.home-left-title > .title-bar > .sub-title:hover{
	text-decoration:underline;
}
.home-right-title {
	background-image: url(../images/news/display_bar4.png);
}
.home-item {
	padding-top:4px;
	padding-bottom:6px;
	cursor:pointer;
}
.home-item-date {
	color:#646464;
	font-size:16px;
	padding-top:3px;
	padding-bottom:3px;
	letter-spacing:1px;
	position: relative;
}
.home-item-content {
	color:#646464;
	font-size:16px;
	text-decoration:underline;
	letter-spacing:1px;
	overflow: hidden;
	word-wrap: break-word;
}
.home-item-content:hover {
	text-decoration:none;
}
.home-item-img {
	position: absolute;
	top: 15px;
	right: 0px;
}
#home_comments,
#home_messages,
#home_news,
#home_promotion{
	width: 474px;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	-webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
    		box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#home_comments,
#home_messages {
	height: 250px;
}
#home_news,
#home_promotion{
	/*height: 566px;*/
	height: 250px;
}
#home_comments .scroller.simply-scroll-container, 
#home_messages .scroller.simply-scroll-container {
	width: 100%;
	height: 250px;
}
#home_news .scroller.simply-scroll-container, 
#home_promotion .scroller.simply-scroll-container {
	width: 100%;
	/*height: 566px;*/
	height: 250px;
}
#home_comments .scroller .simply-scroll-clip, 
#home_messages .scroller .simply-scroll-clip {
	width: 100%;
	height: 250px;
}
#home_news .scroller .simply-scroll-clip, 
#home_promotion .scroller .simply-scroll-clip {
	width: 100%;
	/*height: 566px;*/
	height: 250px;
}
#home_comments .scroller .simply-scroll-list li,
#home_messages .scroller .simply-scroll-list li,
#home_news .scroller .simply-scroll-list li,
#home_promotion .scroller .simply-scroll-list li{
	width: auto;
	height: auto;
}
#home_messages .unread{
	font-weight: bold;
}
#home_messages .unread .home_messages_img{
	display: none;
}
#home_messages .read .home_messages_img{
	display: inline-block;
	width: 19px;
	height: 19px;
    margin-bottom: -3px;
    margin-left: 5px;
}
#home_messages .unread .home_messages_content{
	font-size: 16px;
}











#list_main_container {
	padding-top: 10px;
}
.list_table{
	width: 100%;
}
.list_table th, 
.list_table td{
	border: 1px solid #000;
	padding: 10px;
}
.list_table th {
	font-size: 18px;
	line-height: 26px;
}
.list_table td {
	font-size: 16px;
}
.list_table th{
	border-top: 0px solid #000;
	font-weight: normal;
}
.list_table th:first-child{
	border-left: 0px solid #000;
}
.list_header_1{
	color:#ffffff;
	padding:4px 15px;
	background-color:#7092c6;
}
.list_table th.list_header_1:last-child{
	border-right: 1px solid #7092c6;
}
.list_header_2{
	color:#ffffff;
	padding:4px 15px;
	background-color:#8d7f69;
}
.list_table th.list_header_2:last-child{
	border-right: 1px solid #8d7f69;
}
.list_header_3{
	background-color:#8d7f69;
}
.list_table th.list_header_3:last-child{
	border-right: 1px solid #8d7f69;
}
td.list_detail{
	color:#000;
	text-align:center;
	padding: 15px 14px 5px 14px;
	cursor: pointer;
}
td.list_detail:hover{
	text-decoration:underline;
}
td .detail-button{
	margin-left: -10px;
}
td .detail-button:after{
	content: "\203A";
	font-size: 50px;
	line-height: 10px;
	position: absolute;
}
.list_row .list_col{
	color: #000;
	font-weight: normal;
}
.list_row .list_date{
	color:#000;
	font-weight:normal;
}
.list_row .list_title{
	color:#000;
	font-weight:normal;
}
.list_body tr:nth-child(odd){
	background-color: #ffffff;
}
.list_body tr:nth-child(even){
	background-color: #f3f8fc;
}
.list_col .row {
	padding-bottom: 5px;
}













#detail_main_container > table {
	width: 100%;
}
.details-title {
	color: #264c8a;
	font-size: 18px;
	padding: 10px 15px;
	background-color: #f3f3f3;
}
.details-body {
	padding-top: 10px;
	background-color: #ffffff;
}
.details-body > table {
	width: 100%;
	font-size: 16px;
}
.details-body > table > tbody > tr > td {
	border: 1px solid #b7b7b7;
	padding: 15px;
}
.details-content-label {
	color: #264c8a;
}
.details-content-label, 
.details-content {
	padding-bottom: 20px;
}
.details-content ul, 
.details-content ol, 
.details-content li {
	list-style: inherit;
}
.details-content ul > li{
	list-style-type: disc;
}
.details-content ol > li{
	list-style-type: decimal;
}
.details-content ul > li.second-level,
.details-content ol > li.second-level{
	list-style: none;
}
.details-content ul > li.second-level > ul > li{
	list-style-type: circle;
}
.details-content ol > li.second-level > ol > li{
	list-style-type: decimal;
}
.details-content ul, 
.details-content ol {
	padding-left: 20px;
}
.text-justify .details-content {
	text-align: justify;
}
.details-download {
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	font-size: 18px;
	background-color: #8d7f69;
	color: #ffffff;
}
.details-download .title-bar > .main-title {
	line-height: 30px;
}
.details-file {
	background-color: #f2eadc;
	color: #264c8a;
}
.details-file .detail_download_cat {
	padding-bottom: 20px;
	font-size: 18px;
}
.details-file .title-bar {
	padding-bottom: 10px;
}









#video_player_bg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/alpha_black_75.png);
}
#video_player_container{
	position:absolute;
	margin:0 auto;
}
#video_player_container td{
	text-align:center;
	vertical-align:middle;
}








.dialog-open{
	overflow: hidden;
}
#general_dialog0,
#general_dialog,
#general_dialog2,
#general_dialog3,
.custom-dialog{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px 30px;
}
#general_dialog3{
	padding: 100px 30px;
}
#dialog_container{
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1045px;
	min-height: 30px;
	margin: 0px auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#dialog_close{
	position: absolute;
	width: 44px;
	height: 45px;
	top: -25px;
	right: -25px;
	cursor: pointer;
	background-image: url(../images/btn_closed.png);
}
#dialog_body{
	overflow: auto;
	overflow-y: scroll;
	height: 100%;
}





#dialog_body.pdp, 
#dialog_body.pr {
	background-color: #ffffff;
}
#policy_details{
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(../images/policy/icon_bg_money.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#policy_details, 
#policy_report {
	display: grid;
}
#policy_details .pdp-header-image img, 
#policy_report .pdp-header-image img {
	width: 1026px;
}
#policy_details .pdp-header-msg, 
#policy_report .pdp-header-msg {
	font-weight: bold;
	font-size: 18px;
	color: #23416d;
	background-color: #F3F3F3;
	line-height: 80px;
	padding-left: 25px;
}
#policy_details .pdp-left-container, 
#policy_report .pdp-left-container {
	border-right: 1px solid gray;
}
#policy_details .pdp-right-container, 
#policy_report .pdp-right-container {
	border-left: 1px solid gray;
}
#policy_details .pdp-header, 
#policy_report .pdp-header{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #23416d;
	padding: 25px 0px 5px 25px;
}
#policy_details .pdp-content-underline, 
#policy_report .pdp-content-underline {
	margin: 0px 25px 0px 25px;
	padding-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}
#policy_details .pdp-content, 
#policy_report .pdp-content {
	margin: 0px 25px 0px 25px;
	padding-bottom: 20px;
	font-size: 16px;
}
#policy_details .pdp-tbl-container, 
#policy_report .pdp-tbl-container{
	padding: 5px 0px 0px 0px;
}
#policy_details .pdp-tbl-container.pdp-history-details-view, 
#policy_report .pdp-tbl-container.pdp-history-details-view{
	padding-left: 25px;
	padding-right: 25px;
}
#policy_details .pdp-tbl, 
#policy_report .pdp-tbl{
	width: 100%;
}
#policy_details .pdp-tbl tbody tr:nth-child(even) td, 
#policy_report .pdp-tbl tbody tr:nth-child(odd) td{
	background-color: #F3F8FC;
}
#policy_details .pdp-title, 
#policy_report .pdp-title{
	white-space: nowrap;
	padding: 5px 5px 5px 25px;
	color: #83693f;
}
#policy_details .pdp-title:after, 
#policy_report .pdp-title:after{
	content: '\00a0\00a0\00a0\00a0\00a0';
}
#policy_details .pdp-content, 
#policy_report .pdp-content {
	padding: 5px;
}
#policy_details .pdp-tbl-container .pdp-plan-table, 
#policy_report .pdp-tbl-container .pdp-plan-table{
	width: 100%;
}
#policy_details .pdp-tbl-container .pdp-plan-table th,
#policy_details .pdp-tbl-container .pdp-plan-table td, 
#policy_report .pdp-tbl-container .pdp-plan-table th,
#policy_report .pdp-tbl-container .pdp-plan-table td{
	border: 1px solid #000;
	text-align: left;
}
#policy_details .pdp-tbl-container .pdp-plan-table th, 
#policy_report .pdp-tbl-container .pdp-plan-table th{
	background-color: #016982;
	color: #fff;
}
#policy_details .pdp-tbl-container .pdp-plan-table td, 
#policy_report .pdp-tbl-container .pdp-plan-table td{
	background-color: #fff;
}
#policy_details .pdp-tbl-container .pdp-plan-table .plan-title, 
#policy_report .pdp-tbl-container .pdp-plan-table .plan-title{
	padding: 0 5px;
	width: 60%;
}
#policy_details .pdp-tbl-container .pdp-plan-table .plan-sum-isrd, 
#policy_report .pdp-tbl-container .pdp-plan-table .plan-sum-isrd{
	padding: 0 5px;
	text-align: right;
	width: 20%;
}
#policy_details .pdp-tbl-container .pdp-plan-table .plan-prem, 
#policy_report .pdp-tbl-container .pdp-plan-table .plan-prem{
	padding: 0 5px;
	text-align: right;
	width: 20%;
}
#policy_details .pdp-history-container, 
#policy_report .pdp-history-container{
	padding-left: 25px;
}
#policy_details .pdp-history-container .pdp-header, 
#policy_report .pdp-history-container .pdp-header{
	padding-left: 0px;
}
#policy_details .pdp-link, 
#policy_report .pdp-link{
	color: #2e7b8d;
}
#policy_details .pdp-link:hover, 
#policy_report .pdp-link:hover{
	text-decoration: underline;
}
#policy_details .pdp_history_table, 
#policy_report .pdp_history_table{
	width: 100%;
}
#policy_details .pdp_history_table th, 
#policy_report .pdp_history_table th{
	background-color: #016982;
	color: #fff;
}
#policy_details .pdp_history_table td, 
#policy_report .pdp_history_table td{
	background-color: #fff;
}
#policy_details .pdp_history_table th, 
#policy_details .pdp_history_table td, 
#policy_report .pdp_history_table th, 
#policy_report .pdp_history_table td {
	border: 1px solid #000;
	padding: 0 5px;
	text-align: left;
}
.pdp_history_linkLargerView{
	max-width: 1000px !important;
}
#policy_details .btn-base, 
#policy_report .btn-base{
	color: #284E98;
	background-color: White;
	border-color: #507CD1;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial,Verdana,sans-serif;
	padding: 5px 6px;
	width: auto;
	line-height: 12px;
	height: auto;
}
#policy_details .pdp-title-n, 
#policy_report .pdp-title-n{
	content: '';
}
#policy_details .pdp-title-b:before, 
#policy_report .pdp-title-b:before{
	content: '\00a0\00a0\00a0\00a0\00a0';
}
#policy_report .row.policy-report-info:nth-child(even) > div{
	background-color: #F3F8FC;
}
#policy_report .row.policy-report-info > div{
	padding-top: 5px;
	padding-bottom: 5px;
}
#policy_report .pdp-tbl td{
	padding: 5px;
}
#policy_report .pdp-header2 {
	font-weight: bold;
	color: #83693f;
}
#policy_report .pdp-content2 {
	padding-left: 5px;
}





#dialog_body.new_msg, #dialog_body.show_msg{
	background-color: #F3F3F3;
}
#new_message{
	padding: 0px;
	/*margin-bottom: 20px;*/
}
#new_message .pdp-header-msg {
	font-weight: bold;
	font-size: 18px;
	color: #23416d;
	background-color: #F3F3F3;
	line-height: 80px;
	padding-left: 25px;
}
#new_message .pdp-header{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #23416d;
	padding: 25px 0px 5px 25px;
}
#new_message .pdp-title{
	white-space: nowrap;
	padding: 5px 5px 5px 25px;
	color: #23416d;
	line-height: 40px;
	font-size: 16px;
}
#new_message .pdp-title:after{
	content: '\00a0\00a0\00a0\00a0\00a0';
}
#new_message .pdp-content {
	padding: 5px 25px 5px 5px;
}
#new_message .pdp-tbl-container .pdp-table-form{
	width: 100%;
}
#new_message .pdp-tbl-container .pdp-table-form textarea{
	height: 200px;
	width: 98%;
}
#new_msg_complete{
	display: none;
	font-weight: bold;
	line-height: 46px;
	background-color: #DADADA;
	padding-left: 25px;
	padding-right: 25px;
}
#new_msg_complete_alert{
	display: none;
	position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#new_msg_must_read{
	width: auto;
	height: auto;
}
#new_msg_complete_alert .new_msg_complete_alert_container{
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
}
#new_msg_complete_alert .new_msg_complete_alert_msg{
	font-weight: bold;
}
#new_msg_complete_alert .new_msg_complete_alert_box{
    background-color: #fff;
    padding: 15px 15px 50px 15px;
    text-align: center;
}
#show_message .pdp-header-msg {
	font-weight: bold;
	font-size: 18px;
	color: #23416d;
	background-color: #F3F3F3;
	line-height: 80px;
	padding-left: 25px;
}


.outstanding_details .remark_table{
	width: 100%;
}
.outstanding_details .remark_table th{
	background-color: #016982;
	color: #fff;
}
#policy_details .remark_table td, 
#policy_report .remark_table td{
	background-color: #fff;
}
.outstanding_details .remark_table th, 
.outstanding_details .remark_table td {
	border: 1px solid #000;
	padding: 0 5px;
	text-align: left;
}
.nb-link{
	color: #2e7b8d;
}
.nb-link:hover{
	text-decoration: underline;
}