/* =================================================================================================
	layout.css
	LAYOUT GRID

	Common layout stylesheet for PDQA
	Define the layout grid / base look & feel etc.
================================================================================================= */

/* =================================================================================================
	Wrapper
================================================================================================= */

body{
	position:relative;
	font-size:8px;
}

.style1 {
font-size: 20px;
font-weight: bold;
}

.style2 {
font-size: 20px;
font-weight: bold;
color: #333333;
}

.style3 {
font-size: 15px;
font-weight: bold;
color: #414141;}

.style8 {
font-size: 18px;
font-weight: bold;
color: #414141;}

p {
	text-align:justify;
	}

.maintitle {
color:#330066;
font-weight:bold;
font-size:1.1em;
}

.mainword {
color:#003366;
font-size:1em;
}

#page_bg
{
		
}

img
{
    border: 0;
}

.clearfix
 {
	display: block;
}
/* =================================================================================================
	Homepage 
================================================================================================= */
ul.arrow {
list-style-image: url('../images/general/arrow_white.png');
padding-right:20px;
 }
 
li.point {
list-style-image: url('../english/info/images/point.png');
margin-bottom:5px;
}

.info_bg{
	background-image: url(../english/info/images/info_02.png);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position:top;
}

.content_title{
    color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;	
}

.content_question{
    color:#330066;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;	
}

.tips_question{
    color:#330066;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.5em;	
}

.tips_content{
    color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;	
}

.tips_point{
    color:#FFFFFF;
	font-size:1.1em;
	line-height:1.5em;	
}

.answer{
    color:#003366;
	font-size:0.95em;
	font-weight:bold;
	line-height:1.5em;	
}

.dotline {
  border-width: 2px; border-style: dashed; border-color:#e9168f;
  color: #003366;
  background-color: #ffffff;
  line-height:1.5em;
  width:50%;
  padding:5px;
}

.menu {
  font-size:0.76em;
}

.header{
	width:788px;
	height:70px;
	float:left;
	background-image:url(../images/bkgdtexture.gif);
	background-color:rgb(255,254,230);
	background-repeat:repeat;
}

.topbg{
	background-image:url(../images/general/mainbg.jpg);
	background-repeat:no-repeat;
	height:120px;
}

.topbanner{
	background-image:url(../images/general/menu.png);
	background-repeat:no-repeat;
	height:70px;
	width:467px;
}


.topbanner_en{
	background-image:url(../images/general/menu_en.png);
	background-repeat:no-repeat;
	height:70px;
	width:532px;
}


.main_item_title
 {
 margin: 10px 5px 10px 10px;
 padding-left:20px;
 font-weight:bold;
 color:#006;
 list-style:url(../images/main_arrow.png)
 }

.main_item_pt
 {
 margin: 5px 5px 10px 5px;
 padding-left:20px;
 list-style:url(../images/main_arrow2.png)
 }

.main_item_pt a
 {
	 color:#152b67;
 }
 
.main_item_pt a:focus, .main_item_pt a:hover, .main_item_pt a:active{
	color:#000000;
}


/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	200px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	200px; /* match ul width */
	top:	0;
}
/**** submenu css top  ***/
.sf-vertical li.sfHover ul.menu_su1 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su2 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su3 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su4 {
	top:	-200px;
}
.sf-vertical li.sfHover ul.menu_su5 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su6 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su7 {
	top:	0;
}


/*** OGCIO customer menu item location ***/


/*** END OGCIO customer menu item location ***/


/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* =================================================================================================
	General Elements
================================================================================================= */
.lower img, .topBorder img
{
	display:block;
}
tr td
{
	padding: 0;
}


.mainContent
{
    margin:auto;
	width:788px;
    margin:0;
	text-align:left;
}



.btnBack
{
    float: left;
    position: relative;
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
}
.btnTop
{
    float: right;
    position: relative;
margin: 20px 20px 0 20px;
padding-bottom: 20px;
}


/* ================================================================================================= 
        Screen Reader 
================================================================================================= */ 
.access {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;} 
.ignore {display:none !important;} /*hide elements which added for validation*/ 

/* ================================================================================================= 
        [WCAG v2 3.2.2 (A)] The submit button is missing 
================================================================================================= */ 
#searchIcon{ 
        display:none; 
} 

.frt_header_en{
background-image:url(../english/images/header.jpg); background-repeat:repeat-x; height:120px;
}
.frt_header_tc{
background-image:url(../tc_chi/images/header.jpg); background-repeat:repeat-x; height:120px;
}


.icon_space
{
	margin-right:5px;
}

.breadcrumb
{
	float:left;
    text-decoration: none;
	margin-top:5px;
	font-size:0.9em;
	color:#363636;
}
.breadcrumb a {
	color:#ac0c5c;
	text-decoration: none;
}

.breadcrumb a:focus, .breadcrumb a:hover, .breadcrumb a:active {
	color:#00348b;
	text-decoration: underline;
}

.print_icon{
	margin-right:5px;
	vertical-align:text-bottom;
}
.printBtn{
	float:right;
	margin-top:5px;
	text-align:right;
	font-size:0.9em;
	color:#363636;
}

.printBtn a {
	text-decoration: none;
}

.printBtn a:focus, .printBtn a:hover, .printBtn a:active {
	color:#ac0c5c;
	text-decoration: underline;
}

.path_dotline{
	border-top: 1px dotted #5467cd; 
	width: 100%;
}


h1
{
	margin-top:2em;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
color: #266C42;
font-size:1.2em;
text-decoration:underline;
margin-bottom:10px;
}


h3 {
color: #266C42;
margin-bottom:10px;
}

.hd
{
	color: #266740;
	margin-top:0.8em;
	margin-bottom:1.6em;
}
	
.subhd
{
	color: #145297;
	font-size:1em;
	font-weight:bold;  
}

.section_index
 {
 margin: 5px 5px 10px 10px;
 padding-left:20px;
 line-height: 1.5em;
 list-style:url(/images/main_arrow2.png)
 }

.section_index a
 {
	 color:#1a58a4;
 }
 
.section_index a:focus, .section_index a:hover, .section_index a:active{
	color:#000000;
}

.content
{
    color: #000000;
	font-size:0.9em;
	line-height:0em;
	width:788px;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding: 0px 0px 0px;
}

.headline
{
    color: #9E273C;
	font-size:1em;
	font-weight:bold;  
}

.table_border {
	border:1px #666666 solid;

}

.table_border td{
	border:1px #666666 solid;
		
}

.table_hd{
	color:#bd4200;
	font-size:1.1em;
	font-weight:bold;
	padding:3px;
	line-height:1.5em;
	
}

.table_menu{
    color:#ffffff;
	font-size:1em;
	font-weight:bold;
	padding:5px;
	line-height:1.5em;
}

.table_menu a{
  color:#ffffff;
  text-decoration:none;
}

.table_menu a:focus, .table_menu a:active{
	color:#ffffff;	font-weight:bold; text-decoration:none;
}

.table_menu a:hover{
text-decoration:underline;
}

.table_content{
    color:#ffffff;
	font-size:1em;
	padding:5px;
}

.form_btn{
	font-size:1em;
	padding:2px 8px;
	font-weight:500;

}

.form_field{
	font-size:1em;
	padding:2px;
	width:auto;
	height:auto;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}
.bold{
	font-weight:bold;
}

.category{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
}


.content1{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFFF;
}

.content2{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFE6;
}

.table_search1{
	font-size:1em;
	padding:5px;
	text-align:left;
	background-color:#E6E6E6;
	font-weight:bold;
	width:40%;
}

.table_search2{
	font-size:1em;
	padding:5px;
	text-align:left;
	background-color:#FFFFE6;
}

.search_result1{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFFF;
}

.search_result2{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFE6;
}
 
.table_contact1{
	font-size:1em;
	padding:5px 10px;
	text-align:left;
	background-color:#E6E6E6;
	font-weight:bold;
	width:50%;
}

.table_contact2{
	font-size:1em;
	padding:5px 10px;
	text-align:left;
	background-color:#FFFFE6;
	width:50%;
}

.highlight_fme{
	width:740px;
	height:3px;
	background-image:url(../images/frt_title_line.png);
	background-repeat:repeat-x;
}

.topbutton {
	font-size:0.9em;	
}
.topbutton a{
	color:#000000;text-decoration:none;
}

.topbutton a:focus,topbutton a:active{
	color:#003300;	font-weight:bold;text-decoration:none;
}

.topbutton a:hover {
text-decoration:underline;
}

.frt_banner{
	padding:10px 0 0 12px;
}


.search a, .search a:visited{
	float:left;
	width:70%;
	padding:5px;
	min-height:25px;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	background-image:url('../images/search_arrow.png');
	background-position:right top;
	background-repeat:no-repeat;
	color:#003366;
	background-color:#BDDDFD;
	text-decoration:none;
}

.search a:hover, .search a:focus{
	color:#ffffff;
	background-color:#003366;


}




/* =================================================================================================
	Footer 
================================================================================================= */

.btmNav{
float:right; width:760px; padding-top:30px;
}

.backBtn{
float:left; width:25%; text-align:left; padding:10px 30px;
}

.preBtn{
float:left; width:25%; text-align:center; padding:10px 30px;
}

.nextBtn{
float:left; text-align:center;
}

.topBtn{
float:right; width:24%; text-align:right; padding:10px 30px;
}


.footer{
    width:788px;
	height:66px;
	color: #003366; font-size:1.2em;
	clear:both;
}

.footer a:link
{ color:#003366 ; text-decoration:none;
}

.footer a:hover
{ color:#003366;
 text-decoration:underline;
}

.footer a:visited
{ color:#003366;
 text-decoration:none;
}

.footer_left{
float:left; padding-left:5px;padding-top:15px;
}

.footer_right{
float:right;padding-top:15px;padding-right:5px;
}


.footer_w3c{
float:right;padding-right:5px;padding-top:15px;
}

.footer_wfa{
float:right;padding-top:8px;padding-right:15px;
}


div.path1
{
   color:#000000;
   width:760px;
   font-size:0.9em; 
   line-height:2em;
   padding-left:20px;
   padding-top:20px;   
}

.path1 a:link {
  color:#000000;	
 text-decoration:underline;
}

.path1 a:hover{
 color:#1b4b2c;	
}

.path1 a:active{
 color:#1b4b2c;	
}

.path1 a:visited{
 color:#000000;	
}

.toplink
{ 
font-size:0.9em;
margin-top: 0.5em;
margin-bottom:0.5em;
color:#003366;
text-decoration:none;
 }

.toplink a:link {
color:#003366;
text-decoration:none;
}

.toplink a:hover
{
color:#FF0000;
}

.toplink a:active
{
color:#003366;
}
	
.toplink a:visited
 {
 color: #003366;
}   

/* table cell width height and content style ------ start ------*/

#content_tb1 th, #content_tb2 th, #content_tb3 th{
	background-color:#266C42;
	color:#FFFFFF;
}

#tb_function tr td{
	text-align:justify;
}

table{
	border:0;
	border-collapse:collapse; /* cellspacing=0 */
	font-family:Verdana;
	font-size:1em;
}

#title{
	background-color:#14562F;
	color:#FFFFFF;
	padding-left:10px;
}


#content_tb1 th, #content_tb2 th, #content_tb3 th, #content_tb_text th{
	text-align:left;
	padding:8px 20px 8px 10px;
}

#content_tb1 th{
	width:33%;
}


#content_tb3, #content_tb_text{
	margin-top:15px;
}

.th_date{
	width:30%;	
}

#content_tb1 td,
#content_tb2 td,
#content_tb3 td,
#content_tb_text td{
	padding:8px 20px 8px 10px;
	vertical-align:top;
	line-height:1.25em;
}

#content_tb3 td br{
	line-height: 0.5em;
}

#content_tb3 td li{
	margin: 0px;
}

#content_tb3 td a{
	margin-top:2px;
	display:block;
}

#content_tb2 td a{
	line-height:1.25em;
}

#tb_function td{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

.th_date {
width: 30%;
}

.white_color {
color: #FFFFFF;text-decoration:none;
}

.white_color a:focus, .white_color a:active, .white_color a:visited; {
	color:#FFFFFF;
	text-decoration:none;
}

.white_color a:hover{
	color:#000000;
	text-decoration:none;
}