/**********************************************************************
 * NOTICE: 	PART OF CSS SETTING IS BASED ON CSS3 STANDARD
 * 		 	ONLY IE9+, CHROME, FIREFOX IS SUPPORTED
 *			PLEASE CHECK IF THERE IS ANY CSS SETTING NOT WORKING 
 **********************************************************************/

/** all element font style **/
* {
	font-size: 12px;
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
}
 
html {
	border: 0px;
	overflow: auto;
	height : 100%;
}

body {
	margin: 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	height : 100%;
}

form {
	height:100%;
}

td {
	font-size: 12px;
}

img {
	border: 0px;
}

iframe {
	background-color: #ffffff;
	width:100%;
	height:100%;
	border:0px;
}

a {
	color: #15428b;
	cursor: pointer;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	color: #15428b;
	cursor: pointer;
	text-decoration: underline;
	background: transparent;
}

a:visited {
	color: #15428b;
	cursor: pointer;
	text-decoration: underline;
	background: transparent;
}

a:focus {
	color: #15428b;
	cursor: pointer;
	text-decoration: underline;
	background: transparent;
}

a:active {
	color: #15428b;
	cursor: pointer;
	text-decoration: underline;
	background: transparent;
}

.rounded {
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	border-color:#000000;
}

.padding {
	padding: 10px;
}

.clear {
	clear:both;
}

body.home {
	background-image: url(../image/background/bg_home.gif);
}


body.login {
	background-image: url(../image/background/sky_bg.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  	background-size: cover;	
	background-repeat: no-repeat;
	background-position: center; 
}

body.loading {
	background-color: #eeeeee;
}

iframe.loading {
	background: #eeeeee;
	background: url(../image/iframe-content-loading.gif);
	background-repeat: no-repeat;
	background-position: center; 
}

div.container {
	display:block;
	height:100%;
}

div.content {
	overflow: auto;
	padding: 10px;
}

div.content-padding-none {
	float: left;
	overflow: hidden;
}

div.popup_container {
	padding:40px;
}

div.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
	height: 30px;
	background: #e9e9e9;
	border-style:solid;
	border-color: #cccccc;
	border-width: 1px 0px 0px 0px
}

div.footer table {
	width: 100%;
	height: 30px;
}

div.footer table tr td {
	text-align:right;
	padding: 2px;
}	

div.content-form {
	width: 99%;
	float: left;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

input[readonly], input[readonly="readonly"] {
    background: #ebebe4;
    border:1px solid #a9a9a9;
}

textarea {
	resize: none;
}

textarea[readonly], textarea[readonly="readonly"] {
    background: #ebebe4;
    border:1px solid #a9a9a9;
}

input.errorMessage {
	background-color: #ffdee5;
}

select.errorMessage {
	background-color: #ffdee5;
}

textarea.errorMessage {
	background-color: #ffdee5;
	width:95%;
}

span.homeTitle {
	font-weight	: bold;
	font-size	: 28px;
}

label.system {
	font-weight: bold;
}

ul.errorMessage {
	color: #ff0000;
}

label.errorMessage {
	color: #ff0000;
}

table.dialog tr.title {
	font-weight: bold;
	background-color: #88a3ff;
}

table.dialog tr.detail {
	background-color: #e1e1e1;
}

fieldset {
	border: 1px solid #d4e3ee;
	-moz-box-shadow: 0px 1px 1px #000000;
	-webkit-box-shadow: 0px 1px 1px #000000;
	box-shadow: 0px 1px 1px #111111;
}

fieldset legend {
	padding: 5px; 
	border: 1px solid #15428b;
	background: #d4e3ee;
	font-weight: bold;
}

div.loading {
	background-image: url(../image/common/loader.gif);
	background-repeat:no-repeat;
	background-position:center; 
}

span.mandatory {
	color: #FF0000;
	text-indent: 3px;
}

div.banner {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 20%, rgba(201,217,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(201,217,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 20%,rgba(201,217,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 20%,rgba(201,217,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 20%,rgba(201,217,246,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 20%,rgba(201,217,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9d9f6',GradientType=1 ); /* IE6-9 */
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  	background-size: cover;
}

div.bannerImage {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 400px;
	height: 70px;
	float: left;
}

div.bannerImage img {
	height: 100%;
}

div.bannerMenu {
	background: transparent!important;
	position: absolute;
	top: 65px;
	right: 0px;
	float: right;
	width: 800px;
	height: 55px;
}

div.bannerMenu table {
	text-align:right;
	width:100%;
	bottom:0px;
	font-weight:bold;
}

div.bannerMenu table.menuBar {
	text-align:center;
	font-weight:bold;
}

div.bannerMenu table.menuBar tr td {
	padding: 0px 0px;
	cursor: pointer;
}

div.bannerMenu table.menuBar tr td img {
	width: 40px;
	height: 40px;
}

#banner {
	height:20%;
	width:100%; 
	text-align:right;
	color:#000000; 
	font-size:15px;
	font-weight: bold;
	border-bottom-style:solid;
	border-color:grey;
	border-width:2px;
	float:left;
	clear:both;
}

#bannerImage { 
	float:left;
}

div.menuContainer {
	height:70%;
	overflow:auto;
	background: #c9d9f6;
}

#menuContainer {
	height:70%;
	overflow:auto;
	margin-top:1%;
}

div.menuTitle {
	border-width:0px 1px 1px 1px;
	border-color:grey; 
	border-style:#cccccc;
	background: #c9d9f6;
	font-weight: bold;
	min-height: 30px;
	cursor: pointer; 
}

div.menuTitle table {
	width: 100%;	
}

div.menuTitle table tr {
	height: 30px;	
}

div.menuTitle table tr td {
	text-align:left;
}

div.menuTitle img {
	width: 25px;
	height: 25px;
}


div.leftPanel {
	position: absolute;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #c9d9f6;;
}

div.rightPanel {
	position: absolute;
	height: 100%;
	float: right;
}

div.shieldPanel {
	position: absolute;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #eeeeee;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-Index:99999;
}

div.loadingPanel {
	position: absolute;
	padding: 10px 20px;
	background: transparent;
	top: 0px; 
	right: 0px;
	align: right;
	z-index: 999;
}


div.mainPanel {
	position:absolute;
	width:100%;
	height:100%;
	background-color: #cccccc;
	overflow-x:hidden;
}

div.menuBox {
	background:#E1EDFD;
	padding-left:10px;
	padding-bottom:10px;
	overflow:auto;
}

tr.menuItem td {
	padding: 0px 5px;
}

input.searchBox {
	background: #ffffff url(../image/button/btnSearch16.png) no-repeat;
	padding-left: 20px;
	padding-right: 0px;
}

div.frame-loading {
	background-repeat: no-repeat;
	background-position: center;
}

iframe.frame-loading {
	background: #ffffff;
	opacity:0.3;
	filter:alpha(opacity=30);
}

div.loadingScreen {
	background:url(../image/common/progress.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 20px;
}

.highlighted {
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #111111;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

img.icon20 {
	border: 0px;
	width: 20px;
	height: 20px;
}

/* Logon Dialog CSS - Start */
div.floatingDialog {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
		
div.floatingDialog div.dialog-title {
	background:#EEEEEE;
 	height:10px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	valign : middle;
	text-align:left;
	padding: 10px;
	border:1px solid #CCCCCC;
}
		
div.floatingDialog div.dialog-content {
	background:#FBFBFB;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align:left;
}
		
div.logonHeader {
	position:absolute;
	width: 100%;
	height: 85px;
	text-align: center;
	top: 0px;
}

div.logonHeaderLeft {
	position:absolute;
	width: 50%;
	height: 85px;
	top: 0px;
	left: 0px;
	z-index: -9999;
}

div.logonHeaderRight {
	position:absolute;
	width: 50%;
	height: 85px;
	top: 0px;
	right: 0px;
	z-index: -9999;
}

div.logonHeaderTitle {
	position:absolute;
	width: 100%;
	text-align: center;
	top: 85px;
}

div.logonFooter {
	position:absolute;
	width: 100%;
	bottom:0px;
}
		
.logonTitle * {	
	font-size: 2em;
	color: #002060;
}
/* Logon Dialog CSS - End */

/* Error Block CSS - Start */
.error {
	color: #ff0000;
}

input.error {
	background-color: #ffEEEE;	
}

textarea.error {
	background-color: #ffEEEE;	
}

img.error {
	vertical-align: middle;
	cursor:help
}

img.note {
	vertical-align: middle;
}

.errorblock {
	color: #000;
	background-color: #ffEEEE;
	border: 2px solid #ff0000;
	padding: 8px;
	margin: 0px;
}

.errorblock img {
	vertical-align: bottom;
}


input.normalFormInput{
	width:99%;
}

textarea.normalFormInput{
	width:99%;
}


input.telFaxInput {
	width :180px;
}

input.passwordInput {
	width:50%;
}

input.emailInput {
	width:250px;
}

input.bankAccNo1Input {
	width :30px;
}

input.bankAccNo2Input {
	width :60%;
}

input.hourMinInput {
	width :30px;
}

input.hourMinInputErrorMessage {
	width :30px;
	background-color: #ffdee5;
}

#headerPanel {
	text-align:left;
	width:100%; 
	height:52px;
	background:url("../image/background/header_panel_bg.jpg");
	margin-bottom: 18px;
	vertical-align:middle;
	font-size:1.20em;
}

#headerPanel div.cluster{
	float:left;
	width:46px;
	background-color:#7799cc;
	height:42px;
	overflow:hidden;
	margin:5px 0px 5px 0px;
}

#headerPanel  img.icon {
margin:11px 11px 0px 11px;
}
#headerPanel div.icon {
vertical-align:middle;
float:left;
}

#headerPanel div.text{
padding-top:15px;
color:#4d4d4d;
font-weight:bold;
font-size : 22px;
text-indent: 20px;
}

#wizBody {
	position: absolute;
	width : 90%;
	height : 80%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding : 10px;
}

#wizLeftPanel {
	position: absolute;
	width : 20%;
	height : 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #c9d9f6;
	background-color:#c9d9f6;	
	vertical-align:center; 
	float: left;
	border: 1px #000000 solid;
}

#wizRightPanel {
	position: absolute;
	left : 20%;
	width : 85%;
	height : 100%;
	padding-left:20px;
	padding-right:20px;
}

#rightPanelHeader {
	text-align:left;
	width:100%; 
	height:37px;
	vertical-align:middle;
}

#rightPanelHeader div.cluster{
	padding-left:10px;
	padding-top:15px;
	float:left;
	width:80px;
	height:100%;
	background-color:#7799cc;
	font-size : 18px;
	border: 1px #000000 solid;
}

#rightPanelHeader div.text{
	padding-left:10px;
	padding-top:15px;
	color:#4d4d4d;
	font-weight:bold;
	font-size : 18px;
	border: 1px #000000 solid;
	text-indent:20px;
	height:100%;
}

#rightPanelBody{
	margin-top:35px; 
	border-top: 1px #000000 solid;
	width:100%;	
	height:80%;
}

#rightPanelBody div.rightPanelBodyHeader{
	width:100%; 
	height:32px;
	background-color:#7799cc;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;	
}

div.rightPanelBodyHeaderText{
	padding-top:5px;
	padding-left:10px;
	font-size : 18px;
	text-align:left;
}

#rightPanelBody div.rightPanelContent{
	width:100%; 
	height:85%;
	/*overflow: scroll;*/
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}


#rightPanelBody div.rightPanelFooter {
	width:100%; 
	margin-top: 20px;
	border: 1px #000000 solid;
	height: 43px;
}

#rightPanelBody div.rightPanelFooter  div.btnDiv {
	float:right;
}

#wizLeftPanel div.wizLeftPanelStep{
	font-size : 16px;
	border: 1px #000000 solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding : 5px;
}

#wizLeftPanel div.wizLeftPanelStep span.title {
	font-weight:bold;
	font-size : 16px;
}

#wizLeftPanel div.wizLeftPanelCurrentStep{
	font-size : 16px;
	border: 1px #000000 solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding : 5px;
	background-color:#7799cc;
}

#wizLeftPanel div.wizLeftPanelCurrentStep span.title {
	font-weight:bold;
	font-size : 16px;
}

#wizLeftPanel div.wizLeftPanelCaseInfo{
	position: absolute;
	bottom: 0;	
	font-size : 16px;
	border: 1px #000000 solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding : 5px;
	width : 100%;
}


#wizLeftPanel div.wizLeftPanelCaseInfo table tr td{

}

#wizLeftPanel div.wizLeftPanelCaseInfo table tr td SPAN.responsibleHeader {
	font-weight:bold;
	font-size : 16px;	
}

#wizLeftPanel div.wizLeftPanelCaseInfo table tr td SPAN.responsibleContent {
	font-size : 12px;	
}

div.btnTableDiv {
	border: 1px #CCCCCC solid;
	height:41px;
}
div.btnTableDiv div.tNc{
	padding:10px 0px 0px 10px;
	font-size:0.83em;
}
div.btnTableDiv div.tNc p.text{
	
}

INPUT.actionBtn{
	font-size:1em;
	background-color:#c9d9f6;
	border:none;
	cursor:pointer;
	width:120px; 
	height:41px;
	font-weight: bold;
	color:#000000;
	/*padding:3px 0px 0px 0px;*/ 
	text-align:center;
}

INPUT.actionBtn_hover {
	font-size:1em;
	background-color:#7799cc;
	border:none;
	cursor:pointer;
	width:120px; 
	height:41px;
	font-weight: bold;
	color:white;
	/*padding:3px 0px 0px 0px;*/
}

INPUT.nextActionBtn{
	font-size:1em;
	background-color:#24bb52;
	border:none;
	cursor:pointer;
	width:120px; 
	height:41px;
	font-weight: bold;
	color:#000000;
	/*padding:3px 0px 0px 0px;*/ 
	text-align:center;
}

INPUT.nextActionBtn_hover {
	font-size:1em;
	background-color:#1B893C;
	border:none;
	cursor:pointer;
	width:120px; 
	height:41px;
	font-weight: bold;
	color:white;
	/*padding:3px 0px 0px 0px;*/
}


INPUT.downloadBtn{
	font-size:1em;
	background-color:yellow;
	border:none;
	cursor:pointer;
	width:190px; 
	height:41px;
	font-weight: bold;
	color:#000000;
	/*padding:3px 0px 0px 0px;*/ 
	text-align:center;
}

INPUT.downloadBtn_hover {
	font-size:1em;
	background-color:yellow;
	border:none;
	cursor:pointer;
	width:190px; 
	height:41px;
	font-weight: bold;
	color: red;
	/*padding:3px 0px 0px 0px;*/
}

INPUT.hkid_Part1 {
	width:30px;
}

INPUT.hkid_Part2 {
	width:90px;
}

INPUT.hkid_Part3 {
	width:20px;
}

INPUT.hkid_Part1_error {
	width:30px;
	background-color: #ffdee5;
}

INPUT.hkid_Part2_error {
	width:90px;
	background-color: #ffdee5;
}

INPUT.hkid_Part3_error {
	width:20px;
	background-color: #ffdee5;
}

INPUT.appno_Part1 {
	width:50px;
}

INPUT.appno_Part2 {
	width:100px;
}

INPUT.priceChartUnit{
	width:30px;
}

INPUT.priceChartUnitError{
	width:30px;
	background-color: #ffdee5;
}



INPUT.CCF_showOthersMonthBtn {
	background-color:LightBlue;
	cursor:pointer;
	width:100px; 
}

INPUT.CCF_reserveQuotaBtn {

	background-color:LightGreen;
	cursor:pointer;
	width:100px; 
}

INPUT.CCF_waitingListBtn {

	background-color:Orange;
	cursor:pointer;
	width:100px; 
}

PRE.wrapWordsPre{
	style:width:300px;
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap:break-word; /* Internet Explorer 5.5+ */
}
/* Error Block CSS - End */
