/* main styleSheet for aqua.com.hk */
/* the primary style is set according to the user language selection and the textformat is set in header.as */
*{
	margin:0;
	padding:0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: Helvetica, Arial, _sans, sans-serif;
}

html {
	height: 100%;
	width:100%;
	padding: 0;
	margin: 0;
	overflow:auto; 
}
body {
	font-family: Helvetica, Arial, _sans, sans-serif;
	font-size:14px;
	color: #AAAAAA;
	background: none repeat scroll 0 0 #000000;
	height: 100%;
	width:100%;
	padding: 0;
	margin: 0;
}
#alternateContent {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top:40px;
	margin-bottom:50px;
	font-size:14px;
}

#flashContent{
	padding:0;
	margin:0;
	background-color:#000000;
	height:100%;
	width:100%;
	position:absolute;
}
/* language specific styles */
.jap {
	font-style: normal;
	font-family: Osaka;
	font-size: 14px;
	letter-spacing: 1px;
	text-align:left;
}
.eng {
	font-family: Helvetica, Arial, _sans, sans-serif;
	font-size: 14px;
	text-align:left;
}
.chSimp {
	font-family: "Apple LiGothic Medium", _sans, Verdana;
	font-size: 14px;
	text-align:left;
}

/*header styles. aqua uses "header#" format b/c the AS controls the color based on the brand style*/
p, h1, h2, h3, h4{
	margin:0;
	padding:0;
	display:block;
}
h1, .header1 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	/*margin-bottom:2em;*/
}
h2, .header2 {
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
}
h3, .header3 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
h4, .header4 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
h5, .header5 {
	font-weight:bold;
}
h6{
	font-size:14px;
	font-weight:bold;	
}
ul {
	margin:0px;
	padding:0px;
}
li {
	list-style:decimal;
	padding-bottom:4px;
	leading:10px;
}
.red1, .red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
/* phase this out but set to yellow to check remaining usage */
.noMargin {
	margin-left: 0px;
	margin-right: 0px;
}
.sloganText {
	font-size:14px;
	color:#AAAAAA;
	leading:10px;
	text-align:center;
}
/* link styles */
a {
	text-decoration:none;
}
a:link {
	text-decoration:none;
	color: #00FFCC;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color:#FF9D9F;
}
a:active {
	text-decoration:none;
	color: #FFFFFF;
}
.small, .menu, .btnLabel {
	font-size: 16px;
	font-weight:bold;
}
.tooltip {
	font-size: 12px;
	font-weight:bold;
}
.tiny, .mapName, .copyright {
	font-size: 9px;
	font-weight:bold;
}
.teensy {
	font-size:8px;
}
.label {
	font-size:11px;
	font-weight:bold;
}
.formText {
	font-size:12px;
}
/* menus section styles */
.menusItem, .menusSectionTitle, .menusDesc, .center {
	text-align:center;
}
.menusSectionTitle {
	color:#ff8c8c;
	font-size:16px;
}
.menusItem {
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
}
.submenuText {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}
.submenuText_mob {
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
.menuText {
	font-size:10px;
	font-weight:bold;
	letter-spacing: 1px;
}
.galleryCaption {
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
.nav2Text {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}
.nav3Text {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
}
.mainNavText {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}
/* form styles */
.btnLabel {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.largeBtnLabel {
	color:#646464;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0;
}
.footerMenuBtnTxt {
	color:#131313;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0;
}
.formHeader {
	font-size:22px;
}
.formSubHeader {
	font-size:16px;
	font-weight:bold;
}
.formLabel {
	font-size:12px;
	font-weight:bold;
	text-align:left;/*leading:2px;*/
}
.inputText, .droplistHeaderText {
	font-size:12px;
	text-align:left;
	color:#000000;
}
.droplistText {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
}
#pressPage {
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	width: 650px;
	background-color: #000;
	padding-top: 32px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
#pressPageSubtitle {
	font-size: 16px;
	text-align: left;
	margin-top: 24px;
	background-color: #000;
	padding: 4px;
}
#pageHeader {
	display: block;
}
#pageFooter {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*colors*/
.white {
color: #FFFFFF;
}
.red{
color: #FF0000;
}
.rose {
color:#ff8c8c;
}
.grayLight {
color:#CCCCCC;
}
.grayMed {
color:#666666;
}
.orange {
	color: #F30;
}
.grayDark{
color:#333333;
}
.yellow, .warning {
color:#FFF000;
}
.black {
color:#000000;
}
.brandColor1 {
color:#FF0000;
}
.brandColor2 {
color:#FF0000;
}
.aqua{
color: #00FFCC;
}



.pressCaption{
	color:#808285;
	font-size:12px;
	font-weight:bold;
	display: inline;
}
.pressCaption_headline{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	display: inline;
}
.pressCaption_publication{
	color:#AAAAAA;
	font-size:14px;
	font-weight:normal;
	display: inline;
	font-style: italic;
	font-weight:bold;
}
.pressCaption_action{
	color:#FFFFFF;
}

