@charset "utf-8";
/* tag */
* {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif, DFSongStd;
	color: 333333;
}
body {
	margin: 5px 5px;
	text-align: center;
	background-color: #FFFFFF;
}
frame {
	padding: 0px;
	margin: 0px;
}
input {
	margin: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* for mozilla */
input[type=text] {
	background-color: #FCFCFC;
	border-width: 1px;
	border-style: solid;
	border-color: #7F9DB9;
}
input[type=radio] {
	margin-top: 5px;
	margin-right: 2px;
}
ul, ol {
	line-height: 150%;
}
h1, h2, h3 {
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h1 {
	display: inline;
	font-size: 1.46em;
}
h2 {
	font-size: 1.16em;
}
h3 {
	display: inline;
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF6600;
}
/* tag end */
#wrap {
	margin: 0px auto;
	height: auto;
	min-width: 760px;
	max-width: 940px;
	text-align: left;
}
/* ie min-width, max-width emulation */
* html #wrap {
	width: 940px; /* in case JS is off, set a fallback width. default is auto */
	width: expression(Math.max(Math.min((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 20, 940), 760)+'px');
}

/* Top Panel */
#topPanel {
	text-align: left;
	width:100%;
	height:27px;
	margin-bottom: 20px;
	margin-top:38px;
	vertical-align:bottom;
}
#headerFlag {
	float: left;
}
#headerRight {
	float: right;
	margin-top: 5px;
	margin-right:8px;
}
#navigationBar {
	float: right;
	height:27px;
	line-height:27px;
	background-image:url(../images/icon_close.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}
#navigationBar a {
	color:#666666;
	text-decoration:none;
	padding-right:23px;
}
#navigationBar a:hover
{
	text-decoration:underline;
}
/* Top Panel End */

/* Mid Panel */
#midPanel {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}
#leftMenuPanel {
	width: 135px;
	float: left;
	position:relative;
	background-color: #FFFFFF;
}
#leftMenuPanel .leftMenuSubPanel {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.leftMenuSubPanel .leftMenuPanelDimBox {
	background-color: #F0F0F0;
}
.leftMenuPanelDimBox .leftMenuTitle {
	padding:3px 3px 3px 5px;
	color: #000000;
	background-color: #FCF5E6;
	border-bottom: 3px solid #FFFFFF;
	font-size: 13px;
	word-break:break-all !important;
}
.leftMenuTitle h2 {
	color: #CC0000;
}
.leftMenuTitle h2 a {
	color: #CC0000;
	font-size: 15px;
}
.leftMenuTitle h2 a:hover {
	color: #FF6600;
}
.leftMenuTitle a {
	font-size: 13px;
}
.leftMenuPanelDimBox .stepBoxNotSelected,
.leftMenuPanelDimBox .stepBoxSelected {
	padding:3px 3px 3px 5px;
	display: block;
	border-bottom: 3px solid #FFFFFF;
	font-size: 13px;
	clear:both;
	height:100%;
}

.leftMenuPanelDimBox .stepBoxNotSelected {
	color: #000000;
	background-color: #F0F0F0;
}
.leftMenuPanelDimBox .stepBoxSelected {
	color: #FFFFFF;
	background-color: #CC0000;
}
#contentPanelFloat {
	float: left;
	clear:both;
	width:100%;
	margin:0px 0px 15px 0px;
	padding-bottom:25px;
	text-align:left;
	border:none;
	/* background-image */
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	background-image: url('../images/bottom_border.jpg');
}
#contentPanelFix {
	background-color: white;
	padding-left: 0px; padding-right: 13px; 
	border:none;
	text-align: left;
	padding:0px;
}
#contentPanel {
	width: 98%;
	float: left;
}
#contentPanel .applicationTitle,
#contentPanel .formPanel .formTitle,
#contentPanel .formPanel .formContent,
#contentPanel .pointsToNote,
#contentPanel .stepOf,
#contentPanel .normal {
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 3px;
	width: 100%;
}
#contentPanel .applicationTitle {
	font-weight: bold;
	color:#000000;
	background-color: #CBB6DA;
}

div.subheader {
	text-align:left;
	width:100%; 
	height:52px;
	margin-bottom: 18px;
	background:url("../images/subheader_bg.jpg");
	vertical-align:middle;
	font-size:1.20em;
}
div.subheader div.cluster{
	float:left;
	width:46px;
	background-color:#6B5B9A;
	height:42px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
}
div.subheader div.icon {
	vertical-align:middle;
	float:left;
}
div.subheader img.icon {
	margin:11px 11px 0px 11px;
}
div.subheader div.text{
	padding-top:15px;
	color:#4d4d4d;
	font-weight:bold;
}
#contentPanel .normal {
	font-size: 13px;
}
#contentPanel .errorPanel {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CC0000;
	background-color:#F0F0F0;
}
.errorPanel .errorText {
	border-color: #CC0000;
	border-width: 1px;
	border-style: solid;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.errorPanel img {
	vertical-align:middle;
}
.errorPanel ul {
	margin: 0px;
	margin-left: 50px;
	margin-bottom: 5px;
	padding: 2px;
}
.errorPanel ul li {
	margin: 0px;
	list-style-type: disc;
}
#contentPanel .formPanel{
	margin-bottom: 15px;
	padding-left: 0px;
}
.formPanel .formTitle {
	font-weight: bold;
	color: #000000;
	background-color: #FCF5E6;
	margin-bottom: 15px;
}
.formPanel .noBold {
	font-weight: normal;
}
.formPanel .formContent {
	background-color:#F0F0F0;
}
.formPanel .acknowledge,
.formPanel .error {
	background-color: #FFFFFF;
}
.formContent p,
.formContent p b,
.pointsToNote p,
.content p,
.content p b {
	line-height: 150%;
	margin-bottom: 20px;
	padding-left: 3px;
}
.formContent table.formTable {
	width: 605px;
}
.formContent table td {
	padding: 0px 5px 10px 5px;
}
.formContent ul,
.formContent ol {
	margin-left: 30px;
}
table.formTable td {
}
table.smallGap {
}
table.smallGap td {
	padding-right:1px;
	padding-left:1px;
	padding-bottom:1px;
}
.lastRow {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.radio {
	margin:2px;
}
#contentPanel .pointsToNote {
	color: #000000;
	background-color: #FCF5E6;
	border-top: 1px solid #CC0000;
	margin-bottom: 15px;
}
.pointsToNote h2 {
	color: #CC0000;
}
.pointsToNote ul,
.pointsToNote ol { 
	margin-left: 25px;
	margin-bottom: 15px;
}
.pointsToNote ul li {
	list-style-type: disc;
}
.pointsToNote ol li {
	list-style-type: decimal;
}
.pointsToNote p a,
.pointsToNote li a {
	color: #000000;
	text-decoration: underline;
}
.pointsToNote p {
	padding-left: 3px;
	padding-right: 3px;
}
#contentPanel .pointsToNote .hightlighted {
	color: #CC0000;
}
#contentPanel .buttonPanel {
	border: 1px #CCCCCC solid;
	height: 39px;
	margin-bottom:20px;
}
#contentPanel .buttonPanel p {
	vertical-align: middle;
}
#contentPanel .item {
	display: inline;
	float: right;
}
.greybutton, 
.redbutton {
	border: 0px;
	padding: 2px 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
	display: inline;
	text-align: center;	
}
.greybutton {
	background-color: #4D4D4D;
}
.greybutton:hover,
.greybutton:focus,
.greybutton:active {
	background-color: #FF6600;
	color: #FFFFFF;
}
.redbutton {
	background-color: #CC0000;
}
.redbutton:hover,
.redbutton:active,
.redbutton:focus {
	background-color: #FF6600;
	color: #FFFFFF;
}
#contentPanel #stepsOf {
	text-align: right;
	width: 100%;
}
/* Mid Panel End */

/* Bottom Panel */
#bottomPanel {
	width: 100%;
	height: 87px; padding-top:25px;
}
#footerLeft {
	width:60%; text-align:left; vertical-align:center; float: left;
}
#footerRight {
	width:40%; text-align:right; float: right;
}
#footerLeft ul {
	padding-top:23px;
}
#footerLeft ul li.navItem,
#footerLeft ul li.lastItem {
	text-decoration: none;
	margin-right: 20px;
	font-size: 12px;
}
#footerLeft ul li.navItem {

}
#footerLeft ul li {
	display: inline;
	padding: 0px 0px;
}
#footerLeft ul a {
	font-size: 12px;
}

#footerLeft ul a:active,
#footerLeft ul a:link{
	color: #333333;
	text-decoration: none;
	margin-right: 20px;
	font-size: 12px;
}
#footerLeft ul a:visited{
	color: #6B5B9A;
	text-decoration: none;
	margin-right: 20px;
}
#footerLeft ul a:hover{
	text-decoration: underline;
}
#footerLeft .triangle {
}
/* Bottom Panel */

/* others */
span.star {
	color: #CC0000;
	font-weight: normal;
}
td.form-content {
	text-align: left;
}
td.form-content table td {
	background-color: #F0F0F0;
}
td.form-content p.content {
	background-color: #F0F0F0;
}
td.form-content table tr.seperator td {
	border-bottom: 2px solid #FFFFFF;
}
td.form-content table tr.seperator2 td {
	border-bottom: 2px solid #FFFFFF;
}
td.form-content table tr.empty-seperator td {
	height: 2px; 
	background-color: #FFFFFF; 
	border-bottom: 0px;
}
img.warning {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
a.link4 {
	color:#003399;
	text-decoration:none;
	font-weight:normal;
}
a.link4:link {
	color:#6B5B9A;
}
a.link4:visited {
	color:#6B5B9A;
}
a.link4:hover {
	text-decoration:underline;
}
a.link4:active {
	color:#003399;
	text-decoration:none;
	font-weight:normal;
}
a.link4:focus {
	color:#003399;
	text-decoration:none;
	font-weight:normal;
}
input.readonly {
	background: #FFFFFF;
}
table.content-table {
 	width: 100%;
	border-collapse: collapse;
	border: 0px;
	padding: 0px 2px;
}
table.content-table td {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
}
table.content-table td.logo {
	text-align: left;
	border-top: 10px solid #FFFFFF;
}
table.content-table td.heading2 {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 0px;
	border-top: 10px solid #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.content-table td.content {
	background-color: #F0F0F0;
	border-bottom: 2px solid #FFFFFF;
}
td.content ul,
td.content ol {
	margin-left:25px;
}
table.content-table td.content form {
	padding-left:3px;
	padding-right:3px;
}
table.example_table
{}
.example_title {
	height:18px;
	text-align:right;
	padding:4px;
}
.example_table .example_cell {
	border-color:#000000;
	padding:3px;
	border-style:solid;
	border-width:1px;
	height:18px;
	font-size:11px;
}
.example_table .example_cell2 {
	font-size:13px;
	border-color:#D3D3D3;
	padding:3px;
	border-style:solid;
	border-width:1px;
	text-align:left;
	height:18px;
	text-transform:uppercase;
}
.description_cell {
	font-size: 11px;
}
.example_table div.floatLeft {
	float:left;
	margin-right: 3px;
	margin-left: 3px;
}
input.radio {
	margin-left: 2px;
	margin-right: 2px;
}
div.auto_complete {
  	width: 350px;
  	background: #fff;
}
div.auto_complete ul {
  	border:1px solid #888888;
  	margin: 0px;
  	padding: 0px;
  	width: 100%;
  	list-style-type: none;
}
div.auto_complete ul li {
  	margin: 0px;
  	padding: 3px;
}
div.auto_complete ul li.selected { 
  	background-color: #FFFFBB; 
}
div.auto_complete ul strong.highlight { 
  	color: #880000; 
  	margin: 0px;
  	padding: 0px;
}
.fourdigit {
	width: 60px;
}
.uppercase {
	text-transform: uppercase;
}
table.acknowledge {
	border-color: #ECE9D8;
	border-style: outset;
	border-width: 2px;
	display: block;
}
.hidden {
	display:none;
}
input.browse {
	font-size: 90%;
	text-transform: none;
}
.bold {
	font-weight:bold;
}
S, .arial {
	font-family:Arial;
}
.indent {
	margin-left: 10px;
}
.onedigit {
	width: 17px !important;
}
.twodigit {
	width: 31px !important;
}
.fourdigit {
	width: 45px !important;
}
.surname, .othername {
	width:160px !important;
}
.hkidMid {
	width:102px !important;
}
.hkidMidAu {
	width:52px !important;
}
.chinese {
	font-family:新細明體, MingLiU, PMingLiU, Arial,Taipei, sans-serif, Hei, LiHei Pro !important;
	font-size: 13px !important;
}
.printOnly {
	display:none;
}
.scrollable1 {
	overflow-y:auto;
	overflow-x:hidden;
	height:70px;
	width:100%;
	margin:0;
	padding:0;
}
/* others End */
div.cell {
	margin-bottom: 25px;
	background-color: white;
}

div.contenttable {
	border: 1px #CCCCCC solid;
	padding:0px;
}