﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: none;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 130%;
	font-size: 12px;
	background-color: #eef3fa;
	position:relative;
}
td, p, div, th, span, input
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
}
img
{
	border: none 0px white;
}
 
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #f9020b;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.hidden
{
	display:none;
	visibility:hidden;
}
.modalBackground
{
    background-color:#3F3D3E;
    filter:alpha(opacity=90);
    opacity:0.90;
}
.modalPopupBox
{
	background-color: #fff;
	border-left: solid 5px #6b6b6b;
	border-right: solid 5px #6b6b6b;
	margin:0px;
	padding:0px;
	width:360px;
	font-size: 12px;
	overflow:visible;
}
.modalQBHeader
{
	background-color: #6b6b6b;
	padding: 0px 0px 5px 0px;
}
.modalQBHeader .Title
{
	color: white;
	font-weight: bold;
}
.modalQBContent
{
	padding:10px 10px 10px 10px;
	min-height: 70px;
}
.modalQBCommand
{
	background-color: #6b6b6b;
}
.modalPopupLoading
{
	background-color: White;
	margin:0px;
	padding:20px;
	width:360px;
	font-size: 12px;
	overflow:visible;
}
.modalPopupIF
{
	background-color: Transparent;
	margin:0px;
	font-size: 12px;
	overflow:visible;
}
.modalIFHeader
{
	background-color: #6b6b6b;
}
.image_library_con
{
	border-left: solid 5px #6b6b6b;
	border-right: solid 5px #6b6b6b;
	border-bottom: solid 5px #6b6b6b;
}
.image_library
{
	background-image: url(images/image_library.png);
	background-repeat:no-repeat;
	width: 107px;
	height: 28px;
	display:block;
}
.select_sub_pages
{
	background-image: url(images/select_sub_pages.png);
	background-repeat:no-repeat;
	width: 125px;
	height: 27px;
	display:block;
}
.loading
{
	color: #626262;
	font-size: 12px;
	font-style:italic;	
}
.PopUpPanel
{
	background-color: White;
	position:absolute;
	visibility:hidden;
}

.PopupContainer
{
	border: solid 2px #d6d6d6; 
	border-style:solid;
	padding: 2px 5px 2px 2px;
}
.buttonYes
{
	background-color: Transparent;
	background-image: url(Images/Buttons/btnYes_Off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
	border-style: none;
	cursor: pointer;
}
.buttonYes:hover
{
	background-image: url(Images/Buttons/btnYes_On.png);
}
.buttonNo
{
	background-color: Transparent;
	background-image: url(Images/Buttons/btnNo_Off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
	border-style: none;
	cursor: pointer;
}
.buttonNo:hover
{
	background-image: url(Images/Buttons/btnNo_On.png);
}
.buttonOk
{
	background-color: Transparent;
	background-image: url(Images/Buttons/btnOk_Off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 120px;
	border-style: none;
	cursor: pointer;
}
.buttonOk:hover
{
	background-image: url(Images/Buttons/btnOk_On.png);
}
.buttonX
{
	background-color: Transparent;
	background-image: url(Images/Icons/icon_Close_Off.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor: pointer;
	height: 28px;
	width: 28px;
}

.buttonX:hover
{
	background-image: url(Images/Icons/icon_Close_On.png);
}		  

.wrapper
{
	width: 100%;
	text-align: center;	
	background-color: #eef3fa;
}
.content
{
	width: 1000px;
	text-align: left;
	padding: 0;  
	margin: 0 auto; 
	background-color: #fdfffe;
}
.content_pub
{
	width: 950px;
	text-align: left;
	padding: 0;  
	margin: 0 auto; 
	background-color: #fff;
}
.top_welcome_msg
{
	background-image: url(Images/welcome_msg_arrow_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left: 68px;
	height:16px;
	background-color: #74d6d5;
	text-align:left;
}
.top_menu_bg
{
	background-image: url(Images/top-02.png);
	background-repeat:repeat-x;
	height:80px;
	margin-top: 5px;
	height: 45px;
}
.top_menu_sep
{
	background-image: url(Images/top-02-sep.png);
	background-repeat:no-repeat;
	width: 5px;
	height: 35px;
	margin: 9px 0px 0px 0px;
	display:block;
}
.top_menu
{
	display:block;
	width: 120px;
	padding-top:10px;
	text-align:center;
	color: #000;
	white-space:nowrap;
	cursor:pointer;
}
.top_menu_hover
{
	display:block;
	width: 120px;
	padding-top:10px;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	color: #008c79;
}
.top_menu:link, .top_menu:visited
{
	color: #000;
}
.top_menu:hover, span.menu_selected, a.menu_selected, a.menu_selected:link, a.menu_selected:visited
{
	color: #008c79;
}
.top_sub_menu
{
	width: 124px;
	background-color: #e0e0e0;
	border-left: solid 1px #bcbcbc;
	border-right: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	text-align:center;
	padding: 8px 0px;
	display:block;
}
.home_page_top
{
	background-color: #cfd0d2;
	padding: 10px 30px;
	font-size: 13px;
	font-weight:bold;
	color: #5e5e5e;
}
.home_page_form
{
	background-image: url(images/page_bg_top_01.png);
	background-repeat:repeat-x;
	height: 35px;
	padding-top:10px;
	margin: 5px 30px;
}
.btm_btn_con
{
	background-color: #cfd0d2;
	padding: 15px 30px;
	text-align:center;
}
.gvlist
{
	border:solid 1px #cdcfce;
	width:100%;
	border-collapse:collapse;
}
.gvlist td, .gvlist th
{
	padding: 1px 3px 1px 3px;
}
.gvlist_header
{
	background-image: url(images/page_bg_top_01.png);
	background-repeat:repeat-x;
	height: 30px;
	font-size: 13px;
	font-weight:bold;
}
.no_border
{
	border: none 0px #fff;
}
.sub_title_con
{
	background-image: url(images/page_bg_top_01.png);
	background-repeat:repeat-x;
	height: 22px;
	font-size: 13px;
	font-weight:bold;
	padding: 3px;
}
.sub_content_con
{
	border:solid 1px #cdcfce;
	background-color: #eaeaea;
	padding: 3px;
}
.gvlist_row_alt
{
	background-color: #ebebeb;
}
.gvlist_row
{
}
.gvlist_row_selected
{
	background-color: #ccc;
}
.button_up
{
	background-image: url(images/icons/icon_up.png);
	background-repeat:no-repeat;
	height:15px;
	width: 15px;	
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	float:right;
	margin-right: 5px;
	margin-top:3px;
}
.button_down
{
	background-image: url(images/icons/icon_down.png);
	background-repeat:no-repeat;
	height:15px;
	width: 15px;	
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	float:left;
	margin-left:5px;
	margin-top:3px;
}
.button_edit
{
	background-image: url(images/icons/rd_btn_edit.png);
	background-repeat:no-repeat;
	height:15px;
	width: 15px;	
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	margin-top:3px;
}
.button_delete
{
	background-image: url(images/icons/rd_btn_cross.png);
	background-repeat:no-repeat;
	height:15px;
	width: 15px;	
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	margin-top:3px;
}
img.img_link
{
	cursor:pointer;
	border: solid 1px #474747;
}
.tp2_title
{
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}
.tp2_content
{
	padding: 2px 0px 2px 0px;
}
.tp2_link, .tp2_link:link, .tp2_link:visited, .tp2_link:active
{
	color: #474747;
	font-size: 10px;
}
.button_74
{
	background-image: url(images/buttons/fr_btn_74.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 20px;
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
}
.button_87
{
	background-image: url(images/buttons/fr_btn_87.png);
	background-repeat:no-repeat;
	width: 87px;
	height: 27px;
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
}
.button_grey
{
	background-image: url(images/buttons/fr_btn_grey_85.png);
	background-repeat:no-repeat;
	width: 85px;
	height: 25px;
	border-style:none;
	background-color:Transparent;
	cursor:pointer;
	color: #6b6b6b;
	font-size: 12px;
	font-weight:bold;
}
.pnl_dropdownlist
{
	padding: 2px 20px 2px 2px;
	width: 254px;
	height: 16px;
	border: solid 1px #6b6b6b;
	background-color: #fff;
	background-image: url(images/ddl.png);
	background-position: right;
	background-repeat: no-repeat;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.popup_pnl
{
	background-color: #fff;
	padding: 5px;
	width: 266px;
	border: solid 1px #6b6b6b;
}
.textbox_label
{
	border: none 0px #fff;
	margin:0;
	padding:0;
	width: 100%;
}
.watermark_txt
{
	color: #ccc;
}
.change_password
{
	background-image: url(images/change_password.png);
	background-repeat:no-repeat;
	width: 107px;
	height: 28px;
	display:block;
}
.menu_citizen
{
	background-color: Transparent;
	border: none 1px #fff;
	width: 32px;
	height: 103px;
	background-image: url(Images/vert_btn_citizenship.png);
	display:block;
	cursor:pointer;
}
.menu_services
{
	background-color: Transparent;
	border: none 1px #fff;
	width: 32px;
	height: 122px;
	background-image: url(Images/vert_btn_services.png);
	display:block;
	cursor:pointer;
}
.menu_markets
{
	background-color: Transparent;
	border: none 1px #fff;
	width: 32px;
	height: 100px;
	background-image: url(Images/vert_btn_markets.png);
	display:block;
	cursor:pointer;
}
.menu_firm
{
	background-color: Transparent;
	border: none 1px #fff;
	width: 32px;
	height: 100px;
	background-image: url(Images/vert_btn_firm.png);
	display:block;
	cursor:pointer;
}
.menu_career
{
	background-color: Transparent;
	border: none 1px #fff;
	width: 32px;
	height: 101px;
	background-image: url(Images/vert_btn_careers.png);
	display:block;
	cursor:pointer;
}
.logo_left_td
{
	width: 43px;
}
.logo_left_con
{
	width: 43px;
	height:96px;
	background-color: #e1e2e6;
	filter:alpha(opacity=80);
    opacity:0.8;
    zoom: 1;
}
.logo_left_img
{
	position:absolute;
	top:0;
	left:0;	
}
.logo
{
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	width: 139px;
	height:96px;
	background-color: #fff;
	cursor:pointer;
}
.logo_right
{
	height: 96px;
	background-color:#fff;
}
.logo_right_td
{
	width: 55px;
	height:96px;
}
.logo_right_con
{
	width: 55px;
	height:96px;
	background-color: #e1e2e6;
	filter:alpha(opacity=80);
    opacity:0.8;
    zoom: 1;
    z-index: 1;
}
.logo_right_img
{
	position:absolute;
	top:0;
	right:0;	
}
.header_right
{
	background-image: url(images/header_bg_right.png);
	background-position: top right;
	background-repeat:no-repeat;
	height:96px;
	background-color: #e1e2e6;
	filter:alpha(opacity=80);
    opacity:0.80;
}
.header_right_content
{
	position:absolute;
	top:0;
	right:0;
	padding: 22px 5px;
}
.home_opacity
{
	background-color: #fff;
	filter:alpha(opacity=80);
    opacity:0.8;
    zoom: 1;
}
.home_title
{
	color: #0bbcb6;
	font-size: 40px;
	line-height: 110%;
	padding:0px 0px 10px 20px;
}
.button_search
{
	background-color: Transparent;
	border: none 1px #fff;
	width: 19px;
	height: 19px;
	background-image: url(Images/btn_go.gif);
	cursor:pointer;
}
.search_box
{
	height: 14px;
	font-size: 10px;
	background-color: #fff;
}
.popup_citizen
{
	background-image: url(images/bg_citizen.png);
	background-repeat: repeat;
	height: 97px;
	width: 923px;
	display:block;
	position:absolute;
    visibility:hidden;
    filter:alpha(opacity=90);
    opacity:0.90;
    z-index: 9999;
}
.popup_services
{
	background-image: url(images/bg_services.png);
	background-repeat: repeat;
	height: 97px;
	width: 923px;
	display:block;
	position:absolute;
    visibility:hidden;
    filter:alpha(opacity=90);
    opacity:0.90;
    z-index: 9999;
}
.popup_markets
{
	background-image: url(images/bg_markets.png);
	background-repeat: repeat;
	height: 97px;
	width: 923px;
	display:block;
	position:absolute;
    visibility:hidden;
    filter:alpha(opacity=90);
    opacity:0.90;
    z-index: 9999;
}
.popup_firm
{
	background-image: url(images/bg_firm.png);
	background-repeat: repeat;
	height: 97px;
	width: 923px;
	display:block;
	position:absolute;
    visibility:hidden;
    filter:alpha(opacity=90);
    opacity:0.90;
    z-index: 9999;
}
.popup_career
{
	position:absolute;
    visibility:hidden;
	background-image: url(images/bg_career.png);
	background-repeat: repeat;
	height: 97px;
	width: 923px;
	display:block;
	position:absolute;
    visibility:hidden;
    filter:alpha(opacity=90);
    opacity:0.90;
    z-index: 9999;
}
.left_menu_outer
{
	padding: 12px 10px;
}
.left_menu_inner
{
	padding-left: 2px;
	padding-right: 2px;
	width: 180px;
}
.left_menu_inner_service
{
	padding-left: 2px;
	padding-right: 2px;
	width: 180px;
	height: 60px;
}
.left_menu_inner_grp
{
	padding-left: 8px;
	padding-right: 8px;
	border-top: solid 2px #ffffff;
}
.left_menu_con
{
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	border-collapse: collapse;
	padding: 1px 2px;
}
.left_menu_con_service
{
	border-top: solid 1px #fff;
	border-collapse: collapse;
	padding: 1px 2px;
}
a.left_menu_txt
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.footer
{
	padding: 8px 35px;
	font-size: 10px;
	color: #999999;
	background-color: #ebf0f3;
}
a.footer_link
{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.main_panel
{
	background-color: Transparent;
	background-repeat: no-repeat;
	overflow:hidden;
}
.content_top
{
	height: 10px;
}
.content_btm
{
	background-color: #e7ecf2;
	height: 5px;
}
.sub_pages
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sub_pages li
{
	border-bottom: solid 1px #cccccc;
	margin: 2px 0px 3px 0px;
	width: 300px;
	display:block;
	padding: 5px 0px 2px 0px;
}
.sub_pages_if
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.sub_pages_if li
{
	border-bottom: solid 1px #cccccc;
	margin: 2px 0px 3px 0px;
	display:block;
	padding: 5px 0px 2px 0px;
}
a.lnk_sub_page
{
	color: #999999;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.bread_crumb_sep
{
	width: 9px;
	height: 12px;
	background-image: url(Images/icon_arrow.gif);
	background-position: center;
	background-repeat:no-repeat;
	margin: 2px 3px 0px 5px;
}
a.bread_crumb
{
	color: #00cc99;
	font-size: 11px;
	text-decoration: none;
}
.bread_crumb_menu
{
	color: #00cc99;
	font-size: 11px;
	text-decoration: none;
}
.bread_crumb_current
{
	color: #5d5d5d;
	font-size: 11px;
	text-decoration: none;
}
.bread_crumb_con
{
	padding:5px 0px 0px 0px;
	border-bottom: solid 1px #999999;
}
.page_name
{
	color: #999;
	font-size: 13px;
	font-weight:bold;
	line-height: 130%;
	padding: 5px 0px 5px 0px;
}
.hr
{
	color: #ccc;
}
.opacity_con
{
	background-color: #e1e2e6;
	filter:alpha(opacity=80);
    opacity:0.8;
    zoom: 1;
}
.opacity_content
{
	position:absolute;
	top:0;
	left:0;	
}
.content_con
{
	background-color: #fff;
	filter:alpha(opacity=90);
    opacity:0.9;
    zoom: 1;
    z-index: 100;
    width:908px;
}
.content_con_gen
{
	background-color: #fff;
	filter:alpha(opacity=90);
    opacity:0.9;
    zoom: 1;
    display:block;
}
.content_dtl
{
	position:absolute;
	top:0;
	left:0;
	width:908px;
	z-index: 200;	 
}
.sitemap_top, .sitemap_mid, .sitemap_btm
{ 
	list-style-type: disc; 
	line-height: 150%;
}
.profile_sub_header
{
	font-size: 22px;
	line-height: 100%;
	font-weight: bold;
	vertical-align:bottom;
}
.profile_consulting
{
	color: #33cccc;
}
.profile_list_header
{
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	word-spacing: break-word;
	width: 115px;
}
.profile_division
{
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	padding: 10px 0px 10px 8px;
}
.profile_employee_cell
{
	border-left: solid 1px #fff;
	padding: 3px 0px 3px 2px;
}
a.profile_view_profile
{
	font-size: 11px;
}
.profile_sub_title
{
	font-size: 14px;
	font-weight:bold;
	display:block;
	padding: 0px 0px 5px 0px;
}
a.sitemap_link, a.sitemap_link:link, a.sitemap_link:visited
{
	color: #5d5d5d;
	text-decoration: none;
}
a.sitemap_link:hover
{
	text-decoration: none;
	color: #f9020b;
}