@CHARSET "UTF-8";

img {
	border:none;
}

.right {
  float: right;
}
.left {
   float: left;
}

.admin_readonly_input {
/*	background: #808080;*/
	background: #E6E6E6;
	cursor: none;
	border-style:solid;
	border-width:1px;
	border-color:black;
}

.admin_ellipsis {
	font-size:40px;
	font-weight:bold;
	color:black;
	text-align:center;
	font-family:Microsoft JhengHei, arial, helvetica,sans-serif;
}

/*
.hidden {
	display:none;
}*/

.hidden
{position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.utable tr .ui-state-hover {
	font-weight: normal;
}

.utable .ui-widget-content a { color: blue; }

.utable .ui-widget-content a { color: blue; }

.utable .ui-state-default { 
	border: 1px solid #cccccc; 
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; 
	font-weight: bold; 
	color: #1c94c4; 
	text-align: left;
}

.utable .section_heading { 
	text-decoration:underline;
	font-weight:bold;
	font-size:large;
	color: black;
}

#loadingScreen {  
    background: url(images/loading.gif) no-repeat 5px 18px;  
    padding-left: 25px;  
}

.loadingScreenWindow .ui-dialog-titlebar-close {  
    display: none;  
}

.nostyle table {
	border-color: transparent
}

body,input,select,td,textarea {
	font-family: Microsoft JhengHei, Times, Arial, Helvetica, sans-serif, Verdana, Geneva, 細明體_HKSCS,"新細明體", "新细明体", PMingLiu, "細明體", "细明体" , MingLiu;
	font-size: 100%;
}

body, td {
/* 	font-size:0.84em; */
	font-size:0.92em;
}

select {
	font-size:0.93em;
}

button.dialog-button-margin {
	margin: 5px;
}

/* CSS for jstree. wrap long menu text */
#menu a { white-space:normal !important; height: auto; padding:1px 2px; }   

#menu li > ins { vertical-align:top; }  

#menu .jstree-hovered, #demo4 .jstree-clicked { border:0; } 

td.public_step, th.public_step, span.tableheader  {
	text-align:left;
	font-weight:bold;
	font-size:20px;
}

td.officer_select {
	font-size:14px;
}

select.officer_select {
	font-size:14px;
}

.boldUnderlineHeading {
	text-decoration:underline;
	font-size: 1.4em;
	font-family:Microsoft JhengHei,Times New Roman,Georgia,Serif;
	font-weight:bold;
}

.boldUnderlineCenterHeading {
	text-decoration:underline;
	font-size: 1.6em;
	font-family:Microsoft JhengHei,Times New Roman,Georgia,Serif;
	font-weight:bold;
	text-align:center;
}

.ulHeading {
	text-decoration:underline;
	font-size: 14pt;
	font-family:Microsoft JhengHei,Times New Roman,Georgia,Serif;
}

.boldHeading {
	font-family:Microsoft JhengHei,Times New Roman,Georgia,Serif;
	font-weight:bold;
}

.regularText {
	font-size: 1.4em;
	font-family: Microsoft JhengHei,細明體_HKSCS,新細明體", "新细明体", PMingLiu, "細明體", "细明体 , MingLiu, Times New Roman,Georgia,Serif;
}

.regularTextEng {
	font-size: 1.4em;
	font-family: Microsoft JhengHei,Times New Roman,Georgia,Serif;
}

.engLink {
	font-size: 10pt;
	font-family:Microsoft JhengHei,Times New Roman,Georgia,Serif;
	float:right;
}

.chiLink {
	font-size: 10pt;
	font-family:Microsoft JhengHei,Times New Roman,Georgia,Serif;
	float:right;
}

[lang|=en]
{
	font-family: Arial,Microsoft JhengHei,Times New Roman,Georgia,Serif;
} 

div#notes {
	text-align:justify;
	line-height: 1.25em;
}

/*
a:visited {
	color: blue;
	text-decoration: none;
}
*/

a:link {	color: #003366;	text-decoration: underline;}
a:visited {	color: #003366;	text-decoration: underline;}
a:hover {	color: #0099FF;	text-decoration: underline;}
a:active {	color: #0099FF;	text-decoration: underline;}

				/* for external links */
                a {
                position:relative;
                z-index:24;
                text-decoration:none
                }
                a:hover, a:focus, a:active {
                z-index:25;
                }
                a span.popup {
                position: absolute;
                left: -9000px;
                width: 0;
                overflow: hidden;
                }
                a:hover span.popup, a:focus span.popup, a:active span.popup {
				z-index:26;
                display:block;
                position:absolute;
				padding-top:1%;
                top:1.1em; left:3em; width:23em; height:1.1em;
                border:1px solid #0cf;
                background-color:#cff;
                color:#000;
                text-align: center;
                }

 .accessible {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
                