/* HKU App CSS and Utilities 1.3 Standard Contrast */

html, body {
	font-family:Helvetica, Arial, sans-serif; 
	background-color:#EAEAEA;
	margin:0;
	padding:0;
	height:98%;
	min-height:98%;
	//padding-bottom:1%;
}

p {
	text-align:left;
	padding:0 8px 0 8px;
}

#header {
	position:fixed;
	padding:0 0 0 0;
	top:0;
	width:100%;
	background-image:url('../images/header-bar.jpg');
	height:44px;
	display:none;
}

#headertable {
	margin:0px 0px 0px 0px;
	width:100%;
	white-space:nowrap;
}

#headertable td {
	text-align:center;
	vertical-align:middle;
	padding:0px 8px 0px 8px;
//	width:33%;
	font-size:18px;
	font-weight:bold;
	height:44px;
	color:#FFFFFF;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
}

#headertable td:first-child{
	text-align:left;
}

#headertable td:last-child{
	text-align:right;
}

/*#content {
	padding-bottom:38px;
}*/

#subnavbar {
	position:fixed;
	width:100%;
	background-color:#FFFFFF;
	border-bottom:solid 1.5px #C8C8C8;
}

#subnavbarframetable {
	width:100%;
	padding-top:5px;
	border-spacing:3px 0;
}

#subnavbarframetable td {
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	background-color:transparent;
	border:none;
	text-align:center;
	padding:3px;
	vertical-align:middle;
}

#subnavbarframetable td.navitems {
	padding:0;
	vertical-align:bottom;
	overflow:hidden;
}

#subnavbartable {
	border-spacing:5px 0px;
	white-space:nowrap;
}

#subnavbartable td {
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	background-color:#FAFAFA;
	border:solid 1.5px #C8C8C8;
	border-bottom:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:7px 8px 7px 8px;
	vertical-align:middle;
}

#subnavbartable td.highlight {
	background-color:#EAEAEA;
	color:#000000;
}

#waUtilitiesFooter {
	width:100%;
	height:36px;
    background-image:url('../images/bg-green.jpg');
	position:fixed;
	bottom:0;
}

#footer {
	width:100%;
	position:fixed;
	bottom:0;
	padding-bottom:1%;
}

img.nav_button {
	padding-top:2px;
	border:none;
}

.footnote {
	font-size:12px;
}

.phone {
	font-family:Helvetica, Arial, sans-serif; 
	font-size:16px; 
	color:#333333;
	line-height:1.3em;
	//-webkit-text-size-adjust:none;
	text-align:right;
	white-space:nowrap;
	padding:4px 18px 4px 4px;
}

.phonehour {
	font-family:Helvetica, Arial, sans-serif; 
	font-size:16px; 
	color:#333333;
	line-height:1.3em;
	//-webkit-text-size-adjust:none;
	text-align:right;
	white-space:nowrap;
	padding:4px 4px 4px 4px;
}

.sub {
	font-family:Helvetica, Arial, sans-serif; 
	padding-left:20px;
	color:#333333;
	line-height:1.3em;
	//-webkit-text-size-adjust:none;
	cursor:default;
	font-weight:bold;
	padding:4px 4px 4px 15px;	 
} 
	  
.title {
	color:#6ABE2A;
	font-size:20px;
	line-height:1.2em;
	padding:2% 1% 0 1%;
	font-family:Helvetica, Arial, sans-serif; 
	font-weight:bold;
	text-decoration: none;
	letter-spacing:-0.5px;
}

.tablemenu {
	font-family:Helvetica, Arial, sans-serif; 
	font-size:20px;
	color:#333333;
	line-height:1.3em;
	//-webkit-text-size-adjust:none;
	cursor:default;
	font-weight:bold;
	padding:15px 15px 15px 15px;
	border-bottom:0;
}

.tablemenugo {
	font-family:Helvetica, Arial, sans-serif; 
	font-size:20px;
	color:#666666;
	line-height:1.3em;
	//-webkit-text-size-adjust:none;
	cursor:default;
	font-weight:bold;
	padding:15px 15px 15px 15px;
}

.highlight {
	color:#FF0000;
}

.hide {
	display:none;
}

img.space {
	width:100%;
	height:100%;
}

td.top {
	vertical-align:top;
}

tr.odd td{
	background-color:#dedede;
}

tr.even td{
	background-color:#ffffff;
}

tr.highlight td {
	color:#FFFFFF;
	background-color:#6ABE2A;
	border-bottom:solid thin #FFFFFF;
}

tr.mouseover td {
	background-color:#efefef;
}

td.td_phone {
	width:1%;
	text-align:right;	
}

/* Round Corner Table */

table.round_corner_table {
	/*margin:3% 3% 3% 3%;*/
	width:100%;
	border:0;
	padding:3% 3% 3% 3%;
	border-spacing:0px;	
}

.round_corner_table td{
	background-color:#ffffff;
	padding:1% 0.5% 1% 0.5%;
}

.round_corner_table thead td:first-child {
    border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
}

.round_corner_table thead td:last-child {
    border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;

	border-top:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
}

.round_corner_table thead td:only-child{
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
	border:solid 1.5px #C8C8C8;
	text-align:center;
}

.round_corner_table thead td{
	border-top:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.round_corner_table tbody td:first-child {
	border-left:solid 1.5px #C8C8C8;
}

.round_corner_table tbody td:last-child {
	border-right:solid 1.5px #C8C8C8;
}

.round_corner_table tbody td:only-child{
	border-left:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
}

.round_corner_table tfoot td:first-child {
    border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
	border-left:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.round_corner_table tfoot td:last-child {
    border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
	border-right:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
} 

.round_corner_table tfoot td:only-child{
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
	border-left:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.round_corner_table tfoot td{
	border-bottom:solid 1.5px #C8C8C8;
}

/* Round Corner Table 1 */

table.round_corner_table1 {
	/*margin:3% 3% 3% 3%;*/
	width:100%;
	border:0;
	padding:3% 3% 3% 3%;
	border-spacing:0px;	
}

.round_corner_table1 td{
	background-color:#ffffff;
	padding:1% 1% 1% 1%;
	border-top:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.round_corner_table1 td:first-child {
    border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.round_corner_table1 td:last-child {
    border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
	border-top:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.round_corner_table1 td:only-child{
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
	border:solid 1.5px #C8C8C8;
}

/* Menu Table */

table.menu_table {
	/*margin:3% 3% 3% 3%;*/
	width:100%;
	border:0;
	padding:3% 3% 3% 3%;
	border-spacing:0px;
}

.menu_table tr {
	background-color:#ffffff;
}

.menu_table td{
	padding:0 1% 0 1%;
}

.menu_table thead td:first-child {
    border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
}

.menu_table thead td:last-child {
    border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
	border-top:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
}

.menu_table thead td:only-child{
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
}

.menu_table thead td{
	border-top:solid 1.5px #C8C8C8;
}

.menu_table tbody td:first-child {
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
}

.menu_table tbody td:last-child {
	border-top:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
}

.menu_table tbody td:only-child{
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
}

.menu_table tbody td{
	border-top:solid 1.5px #C8C8C8;
}

.menu_table tfoot td:first-child {
    border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.menu_table tfoot td:last-child {
    border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
	border-top:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
} 

.menu_table tfoot td:only-child{
    border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.menu_table tfoot td{
	border-top:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

/* Menu Table 1 */

table.menu_table1 {
	/*margin:3% 3% 3% 3%;*/
	width:100%;
	border:0;
	padding:3% 3% 3% 3%;
	border-spacing:0px;	
}

.menu_table1 tr {
	background-color:#ffffff;
}

.menu_table1 td{
	padding:0 1% 0 1%;
	border-top:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.menu_table1 td:first-child {
    border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
	border-top:solid 1.5px #C8C8C8;
	border-left:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.menu_table1 td:last-child {
    border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
	border-top:solid 1.5px #C8C8C8;
	border-right:solid 1.5px #C8C8C8;
	border-bottom:solid 1.5px #C8C8C8;
}

.menu_table1 td:only-child{
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
	border:solid 1.5px #C8C8C8;
}

/* Table Zebra */
/*******************************/
 
table.zebra {
	margin:3% 3% 3% 3%;
	width:94%;
	padding:0;
	border:0;
	border-spacing:0px ;
}
			 
.zebra td {
	font-weight: normal;
    padding:10px 10px 10px 10px;
}

.zebra thead, tfoot{
	background-color:#dedede;
}

.zebra thead td {
	border-bottom:solid thin #FFFFFF;
}

.zebra thead td:first-child {
    border-radius:16px 0 0 0;
	-moz-border-radius:16px 0 0 0;
    -webkit-border-radius:16px 0 0 0;
	border-bottom:solid thin #FFFFFF;
}

.zebra thead td:last-child {
    border-radius:0 16px 0 0;
	-moz-border-radius:0 16px 0 0;
    -webkit-border-radius:0 16px 0 0;
	border-bottom:solid thin #FFFFFF;
} 

.zebra thead td:only-child{
    border-radius:16px 16px 0 0;
    -moz-border-radius:16px 16px 0 0;
    -webkit-border-radius:16px 16px 0 0;
	border-bottom:solid thin #FFFFFF;
}
 
.zebra tfoot td:first-child {
    border-radius:0 0 0 16px;
	-moz-border-radius:0 0 0 16px;
    -webkit-border-radius:0 0 0 16px;
	border-top:solid thin #FFFFFF;
}

.zebra tfoot td:last-child {
    border-radius:0 0 16px 0;
	-moz-border-radius:0 0 16px 0;
    -webkit-border-radius:0 0 16px 0;
	border-top:solid thin #FFFFFF;
}

.zebra tfoot td:only-child{
    border-radius:0 0 16px 16px;
    -moz-border-radius:0 0 16px 16px;
    -webkit-border-radius:0 0 16px 16px;
	border-top:solid thin #FFFFFF;
}

.zebra tfoot td {
	border-top:solid thin #FFFFFF;
}

/* Table Zebra 1 */
/*******************************/
 
table.zebra1 {
	margin:3% 3% 3% 3%;
	width:94%;
	padding:0;
	border:0;
	border-spacing:0px ;
}
			 
.zebra1 td {
	font-weight: normal;
    padding:10px 10px 10px 10px;
}

.zebra1 td:first-child {
    border-radius:16px 0 0 16px;
	-moz-border-radius:16px 0 0 16px;
    -webkit-border-radius:16px 0 0 16px;
}

.zebra1 td:last-child {
    border-radius:0 16px 16px 0;
	-moz-border-radius:0 16px 16px 0;
    -webkit-border-radius:0 16px 16px 0;
} 

.zebra1 td:only-child{
    border-radius:16px 16px 16px 16px;
    -moz-border-radius:16px 16px 16px 16px;
    -webkit-border-radius:16px 16px 16px 16px;
}

/* Table Zebra 2 */
/*******************************/
 
table.zebra2 {
	margin:3% 3% 3% 3%;
	width:94%;
	padding:0;
	border:0;
	border-spacing:0px ;
}
			 
.zebra2 td {
	font-weight: normal;
    padding:10px 10px 10px 10px;
}

.zebra2 thead, tfoot{

}

.zebra2 thead td {

}

.zebra2 thead td:first-child {
    border-radius:16px 0 0 0;
	-moz-border-radius:16px 0 0 0;
    -webkit-border-radius:16px 0 0 0;
}

.zebra2 thead td:last-child {
    border-radius:0 16px 0 0;
	-moz-border-radius:0 16px 0 0;
    -webkit-border-radius:0 16px 0 0;
} 

.zebra2 thead td:only-child{
    border-radius:16px 16px 0 0;
    -moz-border-radius:16px 16px 0 0;
    -webkit-border-radius:16px 16px 0 0;
}
 
.zebra2 tfoot td:first-child {
    border-radius:0 0 0 16px;
	-moz-border-radius:0 0 0 16px;
    -webkit-border-radius:0 0 0 16px;
}

.zebra2 tfoot td:last-child {
    border-radius:0 0 16px 0;
	-moz-border-radius:0 0 16px 0;
    -webkit-border-radius:0 0 16px 0;
}

.zebra2 tfoot td:only-child{
    border-radius:0 0 16px 16px;
    -moz-border-radius:0 0 16px 16px;
    -webkit-border-radius:0 0 16px 16px;
}

.zebra2 tfoot td {

}

/* Option Table */
table.option_table {
	width:100%;
	border-spacing:0;
}

table.option_table td {
	background-color:#FAFAFA;
	color:#000000;
	border: solid 1.5px #C8C8C8;
	border-right:none;
	text-align:center;
	font-size:x-small;
	font-weight:bold;
	padding:7px 8px 7px 8px;
	vertical-align:middle;
}

table.option_table td:first-child {
	border-radius:100px 0 0 100px;
	-moz-border-radius:100px 0 0 100px;
	-webkit-border-radius:100px 0 0 100px;
}

table.option_table td:last-child {
	border-right: solid 1.5px #C8C8C8;
	border-radius:0 100px 100px 0;
	-moz-border-radius:0 100px 100px 0;
	-webkit-border-radius:0 100px 100px 0;
}

table.option_table td:only-child {
	border-right: solid 1.5px #C8C8C8;
	border-radius:100px 100px 100px 100px;
	-moz-border-radius:100px 100px 100px 100px;
	-webkit-border-radius:100px 100px 100px 100px;
}

table.option_table td.highlight {
	background-color:#EAEAEA;
	color:#000000;
}

.textinput {
	border-radius: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button {
	border-radius: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button2 {
	background-color: #6ABE2A;
	border-radius: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
				0 2px 2px -1px rgba(0, 0, 0, .5),
				0 1px 0 rgba(255, 255, 255, .3) inset;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 1px 10px;
}

/*hidden text*/
.hiddentext {
	position:absolute;
	top:-999px;
	left:0;
	overflow:hidden;
}