@charset "utf-8";
/* CSS DOCUMENT FOR BANKASIANA */


/***** COMMON STYLE START *****/

* {
	margin:0px;
	padding:0px;
}

html, body {
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:Gulim, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

img {
	display:block;
}

img.image_button {
	cursor:pointer;
	display:inline;
}

.floating_left {
	float:left;
}

.floating_right {
	float:right;
}


/***** COMMON STYLE END *****/


/***** HEADER STYLE START *****/

#ba_header_container {
	width:100%;
	height:91px;
	text-align:center;
	position:absolute; top:0px; left:0px;
	z-index:10;
	background:url(../images/bgd_navi_main.png);
	/* FOR IE6 */
	_background:none;
}

#ba_header_menu_container {
	width:100%;
	/* FOR IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgd_navi_main.png',sizingMethod='crop');
}

#ba_header_menu {
	margin-right:18px;
	position:relative; z-index:1;
}

#ba_header_top_button {
	width:60px;
	height:80px;
	position:absolute;
}

/***** HEADER STYLE END *****/


/***** BODY STYLE START *****/

#ba_body_container {
	width:100%;
	height:auto;
	position:absolute; top:82px; left:0px; right:0px; bottom:0px;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index:1;
	/* FOR IE6 */
	height:expression(document.body.clientHeight-82);
	background-color:#ffffff;
}

/***** BODY STYLE END *****/


/***** INDEX STYLE START *****/

#ba_index_container {
	width:900px;
	height:540px;
	position:relative;
	overflow:hidden;
}

#ba_index_online_banking {
	width:900px;
	height:365px;
}

#ba_index_online_banking_title {
	color:#f79421;
	font:bold 10pt Verdana, FranklinGothic, Arial, Gulim, Dotum, Times New Roman, Helvetica, sans-serif;
	margin-bottom:5px;
	position:absolute; top:110px; left:52px;
}

#ba_index_online_banking_list {
	position:absolute; top:133px; left:54px;
	list-style-type:none;
}

#ba_index_online_banking_list li {
	padding-left:10px;
	margin-bottom:3px;
	background:url(../images/index_online_banking_list_dot.gif) no-repeat 0px 8px;
}

#ba_index_online_banking_list li a {
	font:11px Verdana, FranklinGothic, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5b5b5b;
}

#ba_index_online_banking_list li a:hover {
	text-decoration:underline;
	color:#f79421;
}

#ba_index_rotating_banner {
	width:440px;
	height:325px;
	position:absolute; top:35px; right:0px;
}

#ba_index_download {
	width:287px;
	height:157px;
	background:url(../images/bgd_download.gif) no-repeat;
	position:absolute; top:365px; left:0px;
}

#ba_index_download h2 {
	height:30px;
	position:absolute; top:13px; left:108px;
	/*position:relative; top:13px; left:108px;*/
}

#ba_index_download h2 img {
	display:block;
}

#ba_index_download_online_list {
	list-style-type:none;
	position:absolute; top:54px; left:25px;
}

#ba_index_download_investor_list {
	list-style-type:none;
	position:absolute; top:122px; left:25px;
}

#ba_index_download_online_list li, #ba_index_download_investor_list li {
	line-height:15px;
	padding-left:10px;
	background:url(../images/icon.gif) no-repeat 0px 7px;
}

#ba_index_download_online_list li a, #ba_index_download_investor_list li a {
	font:11px Verdana, FranklinGothic, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5b5b5b;
}

#ba_index_download_online_list li a:hover, #ba_index_download_investor_list li a:hover {
	text-decoration:underline;
}

#ba_index_download_online_list li.ba_index_download_online_list_right {
	position:relative; top:-45px; left:130px;
}

#ba_index_message {
	width:299px;
	height:148px;
	position:absolute; top:374px; left:294px;
	background:url(../images/bgd_ceo.gif) no-repeat 0px -9px;
}

#ba_index_news {
	width:299px;
	height:148px;
	position:absolute; top:375px; left:600px;
	background:url(../images/bgd_news.gif) no-repeat 0px -10px;
}

#ba_index_message h2 {
	position:absolute; top:4px; left:76px;
}

#ba_index_news h2 {
	position:absolute; top:2px; left:79px;
}

#ba_index_message_image {
	float:left;
	border:1px solid #dedede;
	margin:3px 8px 0px 0px;
}

#ba_index_message p {
	width:270px;
	position:absolute; top:40px; left:15px;
	color:#5b5b5b;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.8;
}

#ba_index_message p span {
	float:right;
}

#ba_index_message p span a {
	text-decoration:none;
	font-size:11px;
	color:#5b5b5b;
}

#ba_index_message p span a:hover {
	text-decoration:underline;
}

#ba_index_news_list {
	list-style-type:none;
	position:absolute; top:40px; left:18px;
}

#ba_index_news_list li {
	background:url(../images/icon.gif) no-repeat 0px 7px;
	padding-left:10px;
	line-height:1.5em;
}

#ba_index_news_list li a {
	text-decoration:none;
	font:11px Verdana, FranklinGothic, Arial, Helvetica, sans-serif;
	color:#5b5b5b;
}

#ba_index_news_list li a:hover {
	text-decoration:underline;
}

/*

#ba_index_link {
	width:620px;
	height:156px;
	position:relative; top:-483px; left:291px;
	overflow:hidden;
	border-top:1px solid #dedade;
}

#ba_index_link img {
	display:block;
}

#ba_index_link_sba {
	position:relative; top:-20px; left:-4px;
}

#ba_index_link_loan {
	position:relative; top:-177px; left:152px;
}

#ba_index_link_news {
	position:relative; top:-293px; left:391px;
}

#ba_index_link_news img {
	display:inline;
}

#ba_index_link_list {
	list-style-type:none;
	position:relative; top:-280px; left:395px;
}

#ba_index_link_list li {
	line-height:20px;
	padding-left:10px;
	background:url(../images/icon.gif) no-repeat 0px 8px;
}

#ba_index_link_list li a {
	font:11px Verdana, FranklinGothic, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
}

#ba_index_link_list li a:hover {
	text-decoration:underline;
}

*/

/***** INDEX STYLE END *****/


/***** CONTENT STYLE START *****/

#ba_content_container {
	width:900px;
	margin:0 auto;
}

#ba_content_menu_container {
	width:172px;
	position:fixed; top:238px;
}

/* FOR IE6 */
* html #ba_content_menu_container {
	position:absolute;
	top:expression(155+((e=ba_body_container.scrollTop)?e:ba_body_container.scrollTop)+'px'); 
}

#ba_content_top_button {
	position:relative; left:900px;
}

#ba_content_title {
	padding-left:3px;
	font:bold 12px Verdana, Arial, FranklinGothic, Helvetica, sans-serif;
	padding-bottom:15px;
	position:relative; top:-81px;
}

.ba_content_title_personal {
	color:#d53214;
}

.ba_content_title_online {
	color:#5b5b5b;
}

.ba_content_title_business {
	color:#d38945;
}

.ba_content_title_international {
	color:#468e38;
}

.ba_content_title_commercial {
	color:#27a7b0;
}

.ba_content_title_sba {
	color:#2173a3;
}

.ba_content_title_general {
	color:#f18429;
}

.ba_content_title_customer {
	color:#f18429;
}

.ba_content_title_footer {
	color:#8d8d8d;
}

#ba_content_menu_list {
	list-style-type:none;
	border-top:1px solid #dedede;
	position:relative; top:-81px;
	background-color:#ffffff;
}

#ba_content_menu_list li {
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #dedede;
	background:url(../images/content_menu_list_dot.gif) no-repeat 0px 13px;
	padding:5px 0px 5px 9px;
	font:12px Arial, Verdana, FranklinGothic, Helvetica, sans-serif;
	color:#666666;
	cursor:pointer;
}

#ba_content, #ba_content_board {
	padding-top:170px;
	padding-bottom:18px;
	background-color:#ffffff;
}

.ba_content_personal {
	background:url(../images/bgd_personal.jpg) no-repeat;
}

.ba_content_online {
	background:url(../images/bgd_online.jpg) no-repeat;
}

.ba_content_business {
	background:url(../images/bgd_business.jpg) no-repeat;
}

.ba_content_international {
	background:url(../images/bgd_international.jpg) no-repeat;
}

.ba_content_commercial {
	background:url(../images/bgd_commercial.jpg) no-repeat;
}

.ba_content_sba {
	background:url(../images/bgd_sba.jpg) no-repeat;
}

.ba_content_about {
	background:url(../images/bgd_aboutus.jpg) no-repeat;
}

.ba_content_contactus {
	background:url(../images/bgd_contactus.jpg) no-repeat;
}

.ba_content_location {
	background:url(../images/bgd_location.jpg) no-repeat;
}

.ba_content_investor {
	background:url(../images/bgd_investor.jpg) no-repeat;
}

.ba_content_careers {
	background:url(../images/bgd_careers.jpg) no-repeat;
}

.ba_content_policy {
	background:url(../images/bgd_policy.jpg) no-repeat;
}

.ba_content_online_applications {
	background:url(../images/bgd_onlineapplications.jpg) no-repeat;
}

.ba_content_links {
	background:url(../images/bgd_links.jpg) no-repeat;
}

.ba_content_sitemap {
	background:url(../images/bgd_sitemap.jpg) no-repeat;
}

.ba_content_news {
	background:url(../images/bgd_news.jpg) no-repeat;
}

.ba_content_customer {
	background:url(../images/bgd_customer.jpg) no-repeat;
}


#ba_content h2 {
	border-bottom:#dedede 1px solid;
    font:bold 10pt Verdana, FranklinGothic, Arial, Gulim, Dotum, Times New Roman, Helvetica, sans-serif;
    color:#5b5b5b;
	padding-top:18px;
	margin-left:200px;
	padding-left:20px;
	padding-bottom:9px;
}

.ba_content_h2_personal {
	background:url(../images/c_main_body_h_2.gif) no-repeat 0px 18px;
}

.ba_content_h2_online {
	background:url(../images/c_main_body_h_1.gif) no-repeat 0px 18px;
}

.ba_content_h2_business {
	background:url(../images/c_main_body_h_3.gif) no-repeat 0px 18px;
}

.ba_content_h2_international {
	background:url(../images/c_main_body_h_4.gif) no-repeat 0px 18px;
}

.ba_content_h2_commercial {
	background:url(../images/c_main_body_h_5.gif) no-repeat 0px 18px;
}

.ba_content_h2_sba {
	background:url(../images/c_main_body_h_6.gif) no-repeat 0px 18px;
}

.ba_content_h2_general {
	background:url(../images/c_main_body_h.gif) no-repeat 0px 18px;
}

.ba_content_h2_customer {
	background:url(../images/c_main_body_h.gif) no-repeat 0px 18px;
}

#ba_content p {
	margin:25px 0px 27px 339px;
	font:10pt Verdana, FranklinGothic, Arial, Gulim, Dotum, Times New Roman, Helvetica, sans-serif;
	color:#5b5b5b;
	line-height:21px;
}

#ba_content p a {
	text-decoration:none;
	color:#5b5b5b;
}

#ba_content p a:hover {
	text-decoration:underline;
	color:#f7944d;
}

.ba_about_emphasize {
	font-weight:bold;
	color:#f18429;
}

.ba_about_president_picture {
	float:left;
	border:1px solid #dedede;
	margin-right:20px;
	margin-top:5px;
}

.ba_about_president_signature {
	float:left;
	margin-right:50px;
}

.ba_about_vision_image {
	border:1px solid #dedede;
	margin-right:25px;
	display:inline;
}

.ba_location_map {
	float:right;
}

.ba_investor_link {
	text-decoration:none;
	font-weight:bold;
	color:#f18429 !important;
}

#ba_links_atm_form {
}

#ba_links_exchange_rate {
	width:700px;
	margin-top:20px;
	margin-left:200px;
}

.ba_news_h3 {
	margin-top:43px;
	margin-left:200px;
	padding:5px;
	border:1px solid #5b5b5b;
	text-align:center;
	background-color:#ebebeb;
	color:#5b5b5b;
	font-weight:bold;
	font-size:10pt;
	font-family:Geneva, Arial, Helvetica, Verdana, Gulim;
}

#ba_news_recent_list {
	list-style-type:none;
	margin-top:12px;
	margin-left:200px;
}

#ba_news_recent_list li {
	padding-top:9px;
	padding-bottom:7px;
	padding-left:30px;
	border-bottom:1px solid #ebebeb;
	background:url(../images/icon.gif) no-repeat 16px 14px;
	font-size:9pt;
}

#ba_news_recent_list li a {
	text-decoration:none;
	color:#333333;
}

#ba_news_recent_list li a:hover {
	text-decoration:underline;
}

#ba_news_logo_press {
	text-align:center;
}

#ba_news_login_container {
	width:300px;
	margin:70px 0px 70px 400px;
	border:1px dotted #cccccc;
	padding-top:20px;
	padding-bottom:20px;
}

#ba_news_login_container p {
	padding:5px;
	text-align:center;
}

#customer_form {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	background:#fff;
	margin:50px auto;
	text-align:left;
	line-height:25px;
	width:440px;
}

/***** CONTENT STYLE END *****/


/***** CONTENT FORM STYLE START *****/

.input {
	vertical-align:top;
}

.login_input {
	border:1px solid #cccccc;
	height:18px;
	width:200px;
}

/***** CONTENT FORM STYLE END *****/


/***** CONTENT LIST STYLE START *****/

#ba_content_list_top {
	margin:50px 0px 0px 200px;
	height:30px;
	font-size:9pt;
	color:#cccccc;
}

#ba_list_table {
	margin-left:200px;
	text-align:center;
	font-size:9pt;
	border-collapse:collapse;
}

#ba_list_table th {
	border-bottom:1px solid #cccccc;
	font-weight:normal;
	color:#cccccc;
	padding-bottom:5px;
}

#ba_list_table td {
	border-bottom:1px solid #cccccc;
	color:#5b5b5b;
	padding:3px 0px;
}

.ba_list_table_td_title {
	text-align:left;
}

.ba_list_table_tr_stripe {
	background-color:#f7f7f7;
}

.ba_list_table_tr_empty {
	height:100px;
	color:#999999 !important;
}

#ba_list_table a {
	text-decoration:none;
	color:#333333;
}

#ba_list_table a:hover {
	text-decoration:underline;
}

#ba_list_navigation_bar {
	text-align:center;
	margin:10px 0px 10px 200px;
	color:#cccccc;
	font-size:9pt;
}

#ba_list_navigation_bar a.navigation_link {
	text-decoration:none;
	padding:0px 2px;
	font-size:8pt;
	color:#333333;
}

#ba_list_navigation_bar a.navigation_link:hover {
	text-decoration:underline;
}

#ba_list_navigation_bar a.navigation_link_activated {
	text-decoration:none;
	padding:0px 2px;
	font-size:8pt;
	color:red;
	font-weight:bold;
}

#ba_list_function_bar {
	margin:10px 0px 30px 200px;
	height:22px;
}

#ba_ad_list_table {
	width:700px;
	margin-left:200px;
	text-align:center;
	font-size:9pt;
	border-collapse:collapse;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#ba_ad_list_table td {
	width:175px;
	padding:10px;
	vertical-align:top;
}

#ba_ad_list_table td p {
	width:150px;
	margin:0 auto;
	margin-top:5px;
}



.ba_ad_list_thumb_frame {
	width:150px;
	height:180px;
	background-color:#f7f7f7;
	margin:0 auto;
	border:1px solid #ededed;
	overflow:hidden;
}

.ba_ad_list_thumb_frame img {
	margin:4px;
	border:1px solid #ffffff;
}

#ba_write_form {
	margin:50px 0px 0px 200px;
}

#ba_view_title {
	margin:43px 0px 0px 200px;
	padding:7px;
	padding-left:30px;
	border-top:1px solid #cccccc;
	border-bottom:11px solid #cccccc;
	font-weight:bold;
}

#ba_view_title span.sign {
	font-weight:normal;
	color:#999999;
}

#ba_view_content {
	margin-left:200px;
	padding:30px;
	background-color:#f4f4f4;
	font-size:10pt;
	border-bottom:1px solid #cccccc;
}

.ba_view_item {
	margin-left:200px;
	padding:5px 0px;
	border-bottom:1px solid #cccccc;
}

.ba_view_item img {
	vertical-align:middle;
	display:inline;
}

.ba_view_item a {
	text-decoration:none;
	color:#333333;
}

.ba_view_item a:hover {
	text-decoration:underline;
}

/***** CONTENT LIST STYLE END *****/


/***** FOOTER STYLE START *****/

#ba_footer_container {
	width:900px;
	height:100px;
	padding-top:7px;
	margin:0 auto;
}

#ba_footer_menuline {
	padding:5px 0px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	text-align:center;
	list-style-type:none;
}

#ba_footer_menuline li {
	display:inline;
	padding:0px 20px;
}

#ba_footer_menuline a {
	text-decoration:none;
	font:11px Verdana, FranklinGothic, Arial, Helvetica, sans-serif;
	color:#5b5b5b;
}

#ba_footer_menuline a:hover {
	color:#f79421;
}

#ba_footer_copyright_container {
	height:36px;
	margin-top:11px;
}

#ba_footer_copyright {
   font:7pt Gulim, Dotum, Times New Roman, Verdana, FranklinGothic, Arial, Helvetica, sans-serif;
   color:#5b5b5b;
   float:left;
}

#ba_footer_logo {
	float:right;
}

#ba_footer_logo img {
	display:inline;
}

#ba_footer_fdic {
	margin-top:15px;
	font:7pt Arial, Helvetica, sans-serif;
	color:#5b5b5b;
}

/***** FOOTER STYLE END *****/
