/**
 * Master Style Sheet
 *
 * Version 1.0
 *
 * Last Updated: Sept 17, 2009
 * Created by Srinivas for globalweb Hong Kong specific site
 */

@import "/static/slfglobal/styles/reset.css";
@import "/static/slfglobal/styles/navigation.css";
@import "/static/slfglobal/styles/layout.css";
@import "/static/slfglobal/styles/billboards_hk.css";
@import "/static/slfglobal/styles/banners.css";
@import "/static/slfglobal/styles/features_hk.css";
@import "/static/slfglobal/styles/about_us.css";
@import "/static/slfglobal/styles/investors.css";
@import "/static/slfglobal/styles/news_and_insights.css";
@import "/static/slfglobal/styles/search.css";
@import "/static/slfglobal/styles/overlay.css";


/* ----------------------------------------------------------------------------
	GLOBAL CONTENT RULES
---------------------------------------------------------------------------- */

	body div.inputRow div.inputLabel {
		color: #5482ab;
		display: inline;
		margin-right: 10px;
		padding-top: 0.20em;
		white-space: no-wrap;
		width: 70px;
		float:left;
	}
	
	body h2 {
		color: #003946;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		margin-bottom: 14px;
	}
	
	body h2 a {
		text-decoration: none;
		color: #003946;
	}
	
	body h2 a:hover {
		text-decoration: underline;
		color: #5482ab;
	}
	
	.inner-right h2 a {
	  color: #003946;
		text-decoration: none;
	}
	
	.inner-right a:hover h2 {
		text-decoration: underline;
		color: #5482ab;
	}
	
	.col-middle-2 h2 a {
	  color: #003946;
		text-decoration: none;
	}
	
	.col-middle-2 a:hover h2 {
		text-decoration: underline;
		color: #5482ab;
	}

	body p {
		margin-bottom: 14px;
	}
	body div.box p {
		margin-bottom: 2px;
	}

	body strong {
		font-weight: bold;
	}
	body strong.title {
		font-size: 12px;
	}
	
	/*
	Showing tables "properly" requires the
	parent element (child of layout column)
	to have padding and an auto width.
	*/
	body table {
		empty-cells: show;
		table-layout: auto;
	}
	
	body ul {
		list-style-type: none;
		margin: 0 0 14px 0;
	}
		body ul ul,
		body ul ol { }

		body ul li {
			background: transparent url(/static/hongkong/images/box_yellow.gif) no-repeat 0 0.50em;
			margin-bottom: 6px;
			padding-left: 16px;
			/*zoom: 1;*/
		}
		body ul li.others {
			color: #00395a;
		}

