/* main CSS */
@charset "UTF-8";

/* Font-family */
@font-face {
	font-family: 'GTWalsheim'; /*this is what you put on your font family*/
	/* src: url('/Portals/_default/Skins/CXSkin/fonts/GT-Walsheim-Regular.ttf'); */
	src: url('/Portals/_default/Skins/CXSkin/fonts/GT-Walsheim-Regular.woff2'); /*Link to the font*/
}
@font-face {
	font-family: 'PingFangHK'; /*this is what you put on your font family*/
	/* src: url('/Portals/_default/Skins/CXSkin/fonts/pingfang-hk_regular.ttf'); */
	src: url('/Portals/_default/Skins/CXSkin/fonts/pingfang-hk_regular.woff2'); /*Link to the font*/
}
@font-face {
	font-family: 'CathaySans';
	/* src: url('/Portals/_default/Skins/CXSkin/fonts/CathaySans_Rg.ttf'); */
	src: url('/Portals/_default/Skins/CXSkin/fonts/CathaySans-Rg.woff2');
}

/* Wrappers */
Body, #Form {
	padding: 0px;
	margin: 0px;
	/*height: 100%;*/
	/*font-size: 12px;		*/
	/*text-align: center;*/
	font-size: 1em;
}

.clearfix:before{
	display:table;
	content:"";
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {display: inline-block;}

.dnnFormPopup{
	background-image: none;
	background-color: fff;
}

.FullWidth {
	width: 100%;
}
.FullHeight {
	height: 100%;
}

/* CSS Document */

body {	
	/* background-image: url(/Portals/_default/Skins/CXSkin/images/new/background_header.png), url(/Portals/_default/Skins/CXSkin/images/new/background_footer.png) ; 
	background-repeat: repeat-x, repeat-x ;
	background-position: top, bottom ; */
	/* background-image: url(/Portals/_default/Skins/CXSkin/images/new/background_cookie.png); 
	background-repeat: repeat-x;
	background-position: center -57px; */
	margin: 0px;	
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-decoration: none;	
}

a, a:visited {
	color: #0F748F;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

.smaller_text{
	font-size: 0.95em;
	-webkit-text-size-adjust:none;
}

#container 
{		
	/*margin: 0 auto;*/
	position:relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.container
{	
	/*margin: 0 auto;*/
	position:relative;
	width: 980px;
}

#container .frame_middle {
	float: left;
	width: 960px;
	/*background-color: #FFF;	*/
}

.container .frame_middle {
	float: left;
	width: 960px;
	/*background-color: #FFF;	*/
}

#container .frame_middle #main #left_col {
	float: left;
	width: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	height: 100%;
}

.container .frame_middle #main #left_col {
	float: left;
	width: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	height: 100%;
}

#container .frame_middle #main #right_col {
	float: left;
	width: 733px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
}

.container .frame_middle #main #right_col {
	float: left;
	width: 733px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
}

#container .frame_middle #main #full_col {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
}

.container .frame_middle #main #full_col {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 12px;
	padding-left: 12px;
}

.frame_left  {
	float: left;
	width: 5px;
	/*background-image: url(../../../../../../images/Cargo/Cargo_sideBG-left1.gif);*/
	/* background-image: url(../../../../../../images/Cargo/Cargo_left_shadow.png);
	background-repeat: repeat-y;
	background-position: right bottom;*/
}
.frame_left .frame_Left_top  
{
	/*background-image: url(../../../../../../images/Cargo/Cargo_sideBG-topleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
	width: 5px;
	height:20px;
	/*height: 940px;*/
}

.frame_right  {
	float: left;
	width: 5px;
	/*background-image: url(../../../../../../images/Cargo/Cargo_sideBG-right1.gif);*/
	/*background-image: url(../../../../../../images/Cargo/Cargo_right_shadow.png);
	background-repeat: repeat-y;
	background-position: left bottom;*/
}
.frame_right .frame_Right_top  {
	/*background-image: url(../../../../../../images/Cargo/Cargo_sideBG-topright.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	width: 10px;
	height:20px;
	/*height: 940px;*/
}

#container .frame_middle #bottom {
	width: 100%;
	/* border: red 1px solid; */
	float: left;
	/*margin-top: 0px;*//*90px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
	/*background-image: url(../../../../../../images/Cargo/Cargo_footer-bg1.jpg);*/
	background-image: url(../../../../../../images/Cargo/Cargo_footer_bg.png);
	background-repeat: repeat-x;/*no-repeat;*/
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 0.7em;
	-webkit-text-size-adjust:none;
}

.container .frame_middle #bottom {
	width: 100%;
	float: left;
	/*margin-top: 0px;*//*90px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 40px;
	/*background-image: url(../../../../../../images/Cargo/Cargo_footer-bg1.jpg);*/
	background-image: url(../../../../../../images/Cargo/Cargo_footer_bg.png);
	background-repeat: repeat-x;/*no-repeat;*/
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	/*font-size: 11px;*/
	-webkit-text-size-adjust:none;
}

.mid_col .content .non_current {
	/*font-size: 12px;*/
	font-weight: lighter;
	color: #005a63;
	background-image: url(../../../../../../images/Cargo/Cargo_PharmaLIFT_netigator_icon.gif);
	background-repeat: no-repeat;
	background-position: 9px 8px;
	padding-left: 20px;
	list-style-type: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
}

.left_page_menu_guide {
	float: left;
	height: 15px;
	width: 100%;
}

.left_page_menu {
	float: left;
	width: 190px;
}
.left_col .left_page_menu .mid_col{
padding-top:0px;
}
.mid_col_guide {
	float: left;
	height: 15px;
	width: 100%;
}
#country_block1 .block h1 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
.hint {
	color: #000;
}
.blq-hide {
	display: none;
}
#cargo-links {
	display: none;
}
#sidebar_contact .sideContent .content h2 span {
	float: left;
	padding-left: 10px;
}
.cx ul {
	list-style-type: none;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.cx ul li {
float: left;
}

.bullet_ul li a {
	float: left;
}

.cx ul li a , .usual2 .cx ul li a {
    /*font-size: 0.75em;*/
	text-decoration: underline;
	float: left;
	background-image: none;           
	color: #007987;
}

.cx ul li a.selected {
	text-decoration: none;
	font-weight: bold;          
}

.content p, .content_bright p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 13px;
	line-height: 1.4em;
	font-size: 0.75em;
}
.content .no_padding {
	margin-left: 0px;
	
	padding-left: 0px;

}
.content .no_padding, .content_bright no_padding {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	font-size: 0.75em;
}

.align_right {
	float: right;
}
.align_left {
	float: left;
}

.no_align {
	float: none;
}



.block_gudie {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AECAD1;
	border-right-color: #AECAD1;
	border-bottom-color: #AECAD1;
	border-left-color: #AECAD1;
}

.block_guide {
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AECAD1;
	border-right-color: #AECAD1;
	border-bottom-color: #AECAD1;
	border-left-color: #AECAD1;
}
.current_page .selected_link {
	font-weight: bold;
}
.banner_btn {
	float: left;
	padding-left: 15px;
}
.content_article ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	
	font-size: 0.75em;
	*margin-left: 30px;
}
#container .frame_middle #main {
	float: left;
	background-color: #FFF;
	/* padding-bottom: 90px; */
	min-height: 630px;
}

.container .frame_middle #main {
	float: left;
	background-color: #FFF;
	/* padding-bottom: 90px; */
	min-height: 630px;
}
.top_right_print_button {
	float: left;
}
.top_right_email_button {
	float: left;
}
.right_padding {
	margin-right: 12px;
}
.top_padding {
	margin-top: 12px;
}
.no_right_padding {
	padding-right: 0px;
}
.no_left_padding {
	padding-left: 0px;
}
.top_margin {
	margin-top: 12px;
}
.left_margin {
	margin-left: 12px;
}
.right_margin {
	margin-right: 12px;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7C5CD;
}
.search_result_items {
	font-size: 0.8em;
	float: left;
	padding-left: 12px;
}
.top_of_search {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.search_link a {
	font-size: 0.9em;
	text-decoration: underline;
	margin-left: 10px;
	-webkit-text-size-adjust:none;
}
.search_result_ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	
	width: 305px;
	*width: 305px;
	
}
h1 span {
	padding-left: 12px;
}
.cx ul li {
}
.cx ul li div {
	font-size: 0.75em;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.email_link {
	text-decoration: underline;
}
.page_guide1 {
	float: left;
	background-color: #AECAD1;
	margin-right: 12px;
	margin-left: 15px;
	width: 704px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page_guide2 {
	background-color: #A7C5CD;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 274px;
	float: left;
}
.page_guide3 {
	background-color: #A7C5CD;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 574px;
	float: left;
}
.page_guide_full {
	background-color: #A7C5CD;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 890px;
	float: left;
}
.cx ul .selected {
	font-weight: bold;
	text-decoration: none;
}
.search_result_ul li {
	float: left;
}

.stop_lightbox_ul li {
	margin: 0px;
	padding: 0px;
}
.stop_lightbox_ul li {
	margin: 0px;
	padding: 0px;
}
.general_table tr:first-child {
	height: 27px;
}

.general_table_form tr:first-child {
	padding-top: 10px;
	
}
.member_table {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}

.member_table ul{
	list-style-type: none;
}
.member_top_component {
}
.light_box_inside {
	width: 620px;
	float: left;
}
.member_table {
	padding-left: 12px;
}
.bold_link  {
	font-weight: bold;
}
.table_form th {
	font-size: 1em;
}
.nowarp {
	
	white-space: nowrap;
}
.description_div {

}
.grey_text {
	color: #666666;
}
.clear {clear:both;}
.form_left_margin{ margin-left:12px;}
.ex_group_search {
	margin-right: 12px;
	margin-left: 12px;
	float: left;
	clear: both;
	width: 710px;
}

.test {
	background-color:#0FF
}

.search_icon {
	background-image: url(/Portals/_default/Skins/CXSkin/images/new/Cargo_trackSearch_btn.jpg);
	background: url(/Portals/_default/Skins/CXSkin/images/new/Cargo_trackSearch_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* font-weight: bold; */
	color: #FFF;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 34px;
	width: 75px;
	margin-top: -8px;
	padding-top: 2px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 0px;
	cursor: pointer;
}
.fullFrame_table {
	width: 912px;
}

/* ArrDep Fix*/

.general_table_2_line_header th{
	*text-align:left;
	padding-top: 6px;
	*padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 3px;
	*padding-bottom: 4px;
	padding-left: 15px;
	padding-left: 15px\9; 	
	text-align:left\9;
}


.general_table_2_line_header td {	
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.general_table_2_line_header tr:nth-child(1) {
	background-image: url(../images/Cargo_GenericContent_table_bg_mid_height.png);
	color: #FFF;
	*text-align:left;
	text-align:left!important;
}
.general_table_2_line_header_first {
	background-image: url(../images/Cargo_GenericContent_table_bg_mid_height.png);
	color: #FFF;
	*text-align:left;
	text-align:left!important;
}

.general_table_2_line_header tr:nth-child(2) {
	/*background-image: url(../images/Cargo_GenericContent_table_bg_mid_height.png);
	background-position: 0px -21px;
	color: #FFF;*/
	text-align:left;
	background-color: #003337;
}
.general_table_2_line_header_second { 
	/*background-image: url(../images/Cargo_GenericContent_table_bg_mid_height.png);*/
	background-color: #003337;
	color: #FFF;
	text-align:left;
}

.general_table_2_line_header tr:nth-child(2) th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0003;
}

.general_table_2_line_header_redBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0003;
}

.general_table_2_line_header tr:nth-child(1) th:first-child {
background-image: url(../images/Cargo_GenericContent_table_height_bg_L.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.general_table_2_line_header_corner_L {
	background-image: url(../images/Cargo_GenericContent_table_height_bg_L.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.general_table_2_line_header tr:nth-child(1) th:last-child {
	background-image: url(../images/Cargo_GenericContent_table_height_bg_R.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.general_table_2_line_header_corner_R {
	background-image: url(../images/Cargo_GenericContent_table_height_bg_R.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.general_table_2_line_header .white_split {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/* End ArrDep Fix */

.search_other_route {
	margin: 0px!important;
	padding: 0px!important;
}

/* Rebranding */


.input_alert {
     border: 1px solid #c2262e !important;
}

input[type='text'],
input[type='password'],
select,
.input_field_short {
    height: 30px !important;	
	border-top: 0px ;
	border-left: 0px;
	border-right: 0px;
	border-bottom-color: #c6c2c1 ;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px !important;
	padding-left: 0px\9 !important;
	line-height: 30px !important;
}

.input_box input[type='button'],
.ui-datepicker-trigger {
    margin-left: -31px !important;
    /* margin-top: 8px; */
	width: 26px;
	height: 30px;
}

#side_officeSearch .input_field {
	padding-left: 5px !important;
	padding-right: 0px;
}

#top_menu > ul > li {
  /* border-bottom-color: rgb(198, 194, 193);
  border-bottom-style: solid; */
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.sf-menu a {
	margin: 4px !important;
}

#top_menu .nohover {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 1px !important;
}

#top_menu  > ul > li > a {
	font-size: 0.95em;
	font-weight: normal !important; 
}
input[type="radio"]{
	margin-top: 8px;
	width: 20px;
}
input[type="radio"]:checked:before {background-color:#0f748f}
input[type="radio"]:before{background:#fff;border:#fff .4em solid;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;-moz-box-shadow:0 0 0 1px #c6c2c1;-webkit-box-shadow:0 0 0 1px #c6c2c1;box-shadow:0 0 0 1px #c6c2c1;content:'';cursor:pointer;display:inline-block;height:.6em;margin:0 .5em 0 0;width:.6em;vertical-align:-3px}

input[type="radio"] + label { color: #0F748F !important; font-size: 14px !important }
input[type="radio"]:checked + label { color: #4c4c4c !important; font-weight: bold !important;font-size: 14px !important;}

#dnnCPWrap{    
    visibility:hidden;
}
#dnnCPWrap:hover {
    visibility:visible;
}
body {
	margin-top: 0px !important;
}

.timeSearch_btn {
	background:#c2262e url(/Portals/_default/Skins/CXSkin/images/new/red_arrow.png) no-repeat 99.5% center; 
}

.box_inside_box input[type='button'] {
  margin-left: -31px !important;
  margin-bottom: 6px;
}

p.search_other_route .ui-datepicker-trigger {
  margin-left: -32px !important;
}

.box_inside_box  .ui-datepicker-trigger {
  margin-left: -25px !important;
}

.box_inside_box .hasDatepicker {
  width: 110px !important;
}

.content_article textarea {
	width: 400px;
	height: 250px;
}

.form_block {
	background-color: #ebedec;
}

.form_block p {
	text-align: top\9 !important;
}

.unbold {
	color: #4c4c4c !important;
}

.port_no span {
  color: #fff !important;
}
h1, h2, .big_head, p, span, .milestone li, .milestone h2{
	color: #4c4c4c;
}

.mid_header_text h2, .input_box span, #main_office_search label, .content_bold, .dark, h1 span, h2 span, .uldlbl span, .mid_header_text h2 span {
	color: #4c4c4c !important;
}

.menu_header_text span, th span, .point_header_text span {
	color: #fff;
}

#dnn_HEADER_dnnSEARCH_txtSearch {
	border: 0 !important;
}

#item7 > span, .tab_btn > span {
	color: #fff !important;
}

	.secondary_btn {
	display: block;
	/* background-image: url(../../../../../images/Cargo/Cargo_ger_btn.png);
	background: url(../../../../../images/Cargo/Cargo_ger_btn.png);
	height: 20px; */
	background-color: #0f748f;
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
	width: 65px;
}

select::-ms-expand { display: none; }

.input_box select 
{
	height: 33px;
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: url('/Portals/_default/Skins/CXSkin/images/new/arrow_down.png') no-repeat;  /*Adds background-image*/
      background-position: 125px;  /*Position of the background-image*/      
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
	  background-color: white;
}

.input_box_short select 
{
	height: 33px !important;
	width: 90px;
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: url('/Portals/_default/Skins/CXSkin/images/new/arrow_down.png') no-repeat;  /*Adds background-image*/
   
	background-position: 65px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
	  background-color: white;
}

.ad_ddlAirline {
	height: 33px !important;
	width: 65px !important;
	background-position: 40px !important;
}

.ad_departCbo {
	height: 33px !important;
	width: 105px !important;
	background-position: 80px !important;
}

.ad_down {
	margin-top: 3px;
}

.ad_cboFltTime {
		width: 125px !important;
	background-position: 100px !important;
}

.ad_portsel{
	margin-bottom: 4px !important;
}

.ad_portsel2 {
    position: relative;
    top: 2px;
}

.general_table_2_lines_header_mid span {
  color: #fff;
}

ul.sf-menu ul li {
	background-color: #ebedec !important;
	border-bottom: 1px solid #d7d7d7 !important;
	padding: 0px 0px 0px 15px;
}

ul.sf-menu li.current ul li a {
  color: #4c4c4c !important;
  font-weight: normal !important;
}
.sf-menu li ul li a {
 color: #4c4c4c !important;
  font-weight: normal !important;
}
.sf-menu li ul li a:hover {
	background-image: none !important;
	text-decoration: underline !important;
}

.dnnFormValidationSummary {
  background : transparent  url(/Portals/_default/Skins/CXSkin/images/new/exclamation_mark.png) no-repeat 10px center;
  text-shadow: 0px 1px 1px #fff;
  color: #e32020 !important;
  border: 0;
  padding: 15px 40px;
}
.dnnFormValidationSummary  span{
	color: #e32020 !important;
}

.alert_board_ul li {
	color: #e32020 !important;
}

.ui-tabs .ui-tabs-nav li {
	background-image: url(/Portals/_default/Skins/CXSkin/images/new/cxcargo_tab_bg_nonselected.png) !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background-image: url(/Portals/_default/Skins/CXSkin/images/new/cxcargo_tab_bg_selected.png) !important;
}

.ui-tabs .ui-tabs-nav li a {
	padding-top: 10px !important;

}

::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}

.hilite_odd_selected, .hilite_even_selected, .hilite_th_selected {
	border-style: solid;
	border-left-color: #006564;
	border-right-color: #006564;
	border-top-color: #006564;
	border-bottom-color: #006564;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.hilite_th_selected {	
	border-top-width: 2px;
}
.tbl_last_row .hilite_odd_selected, .tbl_last_row  .hilite_even_selected {
	border-bottom-width: 2px;
}

.input_box .no_padding .ui-datepicker-trigger {
	margin-top: 1px;
}

.left_menu {
    margin-bottom: 10px;
}

.home_banner_text span,.banner_text2 span {
	color: #fff !important;
}

.box_inside_box .table_form img.ui-datepicker-trigger {
    margin-left: -32px !important;
} {
	margin-left: 30px !important;
}

.color_white_text {
	color: #fff;
}

/*fix home page line-height fom 38px*/

h2 {
    line-height: 15px !important;
}

/*Fix Find our offices Hong Kong too height*/
h1 {
    line-height: 20px;
}

div#header_search {
    margin-top: -10px;
    margin-left: 12px;
}
/*fix search text size*/
span#dnn_ctr902_SearchResults_lblMessage {
    font-size: 16px !important;
}