/* File name:	common.css
   Description:	Common Cascading StyleSheets
   Date:	2005-12-08
   Author:	imacat <imacat@pristine.com.tw>
   Copyright:	Copyright (C) 2005-2009 Pristine Communications */

/* Basic Settings */
body {
	margin: 0;
	padding: 0;	
	color: #555555;
}

/* The default list */
.deflist {
    	font-size: 1em;
}

.currat {font-size: 1em;}

table {
	border-top: 0px solid red;
	padding-top: 4px;
	border-bottom: 0px solid red; 
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.5em;
}

tbody {border-top: 0px solid red;}

th {color: #000; padding: 5px;}

.deflist th, .deflist td {
	padding: 0.5em 0.5em;
	line-height: 1.2em;
}

.deflist th {
  	font-size: 11px;
   	text-align: left;
}

.deflist .oddrow td {
   	border-top: 1px solid #cccccc;
   	font-size: 11px;
}

.deflist .evenrow td {
   	border-top: 1px solid #cccccc;
   	font-size: 11px;
   	white-space: nowrap;
}


.bodyhome .homebox table {border: 0px solid red; }

/*
.bodyhome table.deflist {margin-left: 0px; width: 96%;}
.bodyhome table.deflist td {padding: 0; margin: 0; border: 1px solid red;}
*/

.bodyhome .homebox .evenrow td, .bodyhome .homebox .oddrow td {
   	/*border-top: 1px solid #cccccc;*/
   	font-size: 11px;
   	white-space: normal;
   	vertical-align: top;
   	width: auto;
   	padding: 4px; 
   	line-height: 1.2em;
}

td.date {white-space: no-wrap; border: 1px solid red; color: blue;}

.homebox {
	border: 0px solid red; 
	width: 254px; 
	height: 364px; 
	padding-left: 5px; 
	padding-top: 14px; 
	margin-right: 8px;
	float: left; 
	background-color: #fff;
	background-image: url(../images/home_reports_header.gif);
	background-position: top left;
	background-repeat: repeat-x;
  position: relative; /* For IE6 ! */
}	

html>body .homebox {
	width: 254px;
}

*:first-child+html .homebox {
	width: 254px;
}

.homebox h2 {display: none;}

.hltitle {
	position: relative;
	top: -5px;
	color: #505A64;
	font-size: 12px;
	font-weight: bold;
}

.deflist th {
	border-top: 1px solid #cccccc;
}

/*html>body .deflist th {border:0;}*/

.deflist .listno, .deflist .listdel {
   	text-align: center;
}

.deflist img {border: 0;}

.listprefform span {
   	white-space: nowrap;
}

/* Forms */
.defform .prefmsg {
    margin: 0 0 0.5em 0;
}
.defform table {
    width: 96%;
}
.defform th, .defform td {
    text-align: left;
    vertical-align: top;
}
.defform .thfile {
    width: 9em;
}
.defform .th {
    width: 8.5em;
}
.defform .oldnew {
    width: 3.5em;
}
.defform td .text, .defform td textarea {
    width: 96%;
}
.defform td .prompt {
    font-style: italic;
    margin: 0;
}
.defform td ol, .defform td li ul {
    margin: 0 0 0 2em;
    padding: 0;
}
.defform td ul, .defform td li {
    margin: 0;
    padding: 0;
}
.defform td ul li {
    list-style: none;
}
.defform td .oneline li {
    display: block;
    float: left;
    margin-right: 0.5em;
}
.defform td h4, .defform td .picinfo, .defform td .piccap {
    margin: 0;
    padding: 0;
}
.defform {
    font-size: 0.89em;
}

/* The rating summary list */

.deflist .isursum, .deflist .currat {
   	margin: 0 0 1em 0;
}
.deflist .isursum tbody th, .deflist .currat tbody th {
   	text-align: left;
   	vertical-align: top;
}
.deflist .currat tbody th {
   	width: 15em;
   	white-space: normal;
}

.deflist .currat td {
   	text-align: left;
}

/* The legend */
.olklegend table {
    border: medium solid gray;
    margin: 0.5em;
}
.olklegend table th, .olklegend table td {
    border: thin solid gray;
}
.olklegend table thead th {
    text-transform: uppercase;
    background-color: #c6ced4;
    color: black;
}
.olklegend th {
    text-align: left;
}
.olklegend td {
    text-align: center;
}
.lssvlegend table {
    border: medium solid gray;
    margin: 0.5em;
}
.lssvlegend table caption {
    text-align: left;
    background-color: transparent;
    color: #c8002f;
}
.lssvlegend table th, .lssvlegend table td {
    border: thin solid gray;
}
.lssvlegend table thead th {
}
.lssvlegend td {
    text-align: center;
    background-color: #c6ced4;
    color: #c8002f;
}


/* Accessibility Guide ¾Éª¼¿j */
.skiptobody {
   	position: absolute;
   	left: 0;
   	top: 0;
   	z-index: -9;
   	visibility: hidden;
}
.accessguide {
   	font-size: 0.5em;
   	color: #fff;
}
@media screen {
    .accessguide {
   	display: none;
    }
}

/* HTTP error message */

div.errmsg {
    margin: 1em 0.5in;
    font-size: 1.2em;
}

/* user agreement */

.agreement {
   	margin: 1em 2em;
   	padding: 1em 1em 1em 2em;
   	/*
   	border-width: thin thick thick thin;
   	border-style: solid;
   	border-color: black;
   	*/
}

/* Preview mark */
.previewmark {
    position: fixed;
    top: 1em;
    left: 1em;
    border: thick solid red;
    color: red;
    background-color: transparent;
    margin: 0;
    padding: 0.5em;
}
.previewmark h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}
.previewmark p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
.previewmark a, .previewmark a:visited, .previewmark a:hover {
    color: red;
    background-color: transparent;
}

/* HTML Validator */
.validator {
   	position: fixed;
   	right: 0;
   	bottom: 0;
   	text-align: right;
   	z-index: 15;
}

.validator img {
   	border: none;
   	height: 31px;
   	width: 88px;
}

html, body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.89em;
}

a:hover {color: #ff0000;}

form {margin: 0; padding: 0;}

a:link {text-decoration: underline;}
a:hover {text-decoration: underline;}

h1 {
	font-family: arial, sans-serif;
	font-size : 2em;
	padding-left: 35px;
	padding-top: 0px; 
	margin: 4px 0 5px 5px;
	color: #c8002f;
	background-image: url(../images/six_blocks.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: normal;
	/*color: #777777;*/
	
	/*
	border: 0px solid red;
	margin-left: 220px;
	*/
	
	margin-left: 14px;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #cb0447;
	font-weight: normal;
}

h3 {
	line-height: 1em; 
	font-size: 1.4em;
	font-weight: bold;
}


h4 {
	line-height: 1em; 
	font-size: 1em;
	font-weight: bold;
}

b {
	color: #000000;
	font-weight: bold;
}

a {color : #000000;}
a:active {color : #CB0447;}
a:hover {color : #CB0447;}
a:visited {}

address.date {margin-bottom: 7px; }

.red {color: #CB0447;}

.white {color: #FFFFFF;}

em {font-weight: bold;}

.illus {padding: 0 10px 0 20px;}

#topnav {
	position: absolute;
	padding-bottom: 10px;
	right: 0px;
	top: 0px; 
	width: 534px;
	height: 29px;
	background-image: url(../images/top_nav.jpg); 
}

#lang {
	position: absolute;
	padding-bottom: 10px;
	right: 30px;
	top: 104px; 
	font-size: 11px;
}

#lang a, #lang a:link, #lang a:visited {
	color: #fff;
	}

#lang a:hover {
	color: red;
	}
	
/* The header and footer */

.header {
  position: relative;
  display: block;
  /*height: 70px;*/
	/*height: 121px;*/    
	height: 100px;	    
  padding: 0px;
  background-image: url(../images/header_bg.jpg); 
	background-repeat: repeat-x;     
}

.header img {border: 0;}

.hdrlogo {
	float: left; 
	width: 183px; 
	height: 121px; 
	border-right: 1px solid black; 
	margin-right: -3px;
}

.hdrlogo img {border: 0;}	

.hdrbg {
	position: relative; 
	top: 27px; 
	height: 96px; 
	margin-left: 181px; 
	padding: 0; 
	border-top: 1px solid #000; 
	background-image: url(../images/fitch_bckgrnd.gif); 
	background-repeat: no-repeat; 
	background-color: #616A74;
}

html>body .hdrbg {margin-left: 184px; }

.hdrnav {
	position: absolute; 
	height: 94px; 
	width: 148px; 
	background-color: #6f7983; 
	right: 138px; 
	border-left: 1px solid #000;
}

.header2 {
    position: relative;
    display: block;
    height: 20px;
    padding: 0px;
    background-color: #505a64;
	  background: url(/images/nav_bg.jpg) repeat-x; 	        
    clear: both;
    top: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

html>body .header2 {height: 22px;}

.hdrimg {
    position: absolute;
    left: 0;
}

.taiwan {
    position: absolute;
    left: 205px;
    top: 10px;
}

.login {
    position: absolute;
    width: 510px;
    height: 18px;
    right: 10px;
    /*top: 3px;*/
    top: 130px;    
    padding: 0px;
    color: #585858;
    text-align: right;
    font-size: 0.89em;
}

#login {
	position: absolute;
	padding-bottom: 0px;
	right: 0px;
	top: 42px; 
	width: 280px;
	height: 58px;
	background: url(/images/login_bg.jpg);
}

.loginform {
    text-align: center;
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 0.89em;
    border: 0px solid red;
    display: none;
}

.loginform input {
    width: 75px;
    color: #000;
    background-color: #fff;
    font-family: verdana, arial, sans-serif;
}

.loginform a, .loginform a:visited {color: #fff;}

.loginform2 {
    text-align: center;
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 0.89em;
    border: 0px solid red;
}

.loginform2 input {
    width: 75px;
    color: #000;
    background-color: #fff;
    font-family: verdana, arial, sans-serif;
}

.loginform2 a, .loginform2 a:visited {color: #fff;}

.hdrsearch {
    width: 320px;
    height: 140px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 30px;
    background-image: url(/images/search_background.gif);
    background-repeat: repeat;
}

.grnsearchbar {
    position: relative;
    width: 320px;
    height: 30px;
    top: 6px;
    background: #006666;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

html>body .grnsearchbar {top: 0;}

.body0 {
    position:relative;
    margin-bottom: 30px; 
}

.layoutnormal .body0 {
    background-image: url(/images/lcolbg.jpg);
    background-repeat: repeat-y;
}

.body {
    padding: 20px 10px 10px 20px;
    margin-left: 220px;
    position: relative;
    display: block;
    height: 1%;
    line-height: 1.5em;
    color: #585858;
    margin-right: 20px;
    min-height: 300px;
}

* html .body {
	height: 300px;
}


html>body .body {padding-top: 6px;}

.layoutnonav .body {
        margin-left: 0px;
}

.body1 {
	border: 0 solid green;
}

.layoutaux {
	border: 0px solid green;
}

.layoutauxinner {
	border: 0px solid green;
	background-image: url(/images/auxnavbg1.jpg);
    background-repeat: repeat-y;
    background-position: top left;
}
	
.layoutauxinner2 {
	border: 0px solid green;
	/*background-image: url(/images/auxnavbg.jpg);*/
	background-repeat: repeat-y;
    background-position: top right;
}	
	
.layoutaux .body {
    margin-right: 200px;
    border: 0px solid green;
}


.nav .navhome {
    /*width: 150px;*/
	width: 170px;    

width: 180px;


    /*margin: 7px 5px;*/
	margin: 0;
	background-color: #39434f;
    /*padding: 0;*/
	padding: 5px;
	float: left;

	/*
	border-left: 1px solid #5C6774;
	border-right: 1px solid #5C6774;
	border-top: 0;
	border-bottom: 0;
	*/

	border: 0;
	height: 145px;

height: 155px;


border: 0px solid red;
}

html>body .nav .navhome {
	width: 170px;
	height: 145px;
}

*:first-child+html .nav .navhome {
  width: 170px; 
	height: 145px;
}

html>body .nav .navhome {
    /*margin: 15px 8px;*/
	margin: 0px 0px;
	padding: 5px;
	padding-top: 10px; 
	padding-bottom: 0px; 	
	
}

.nav .navhome li {
    margin: 0 0 0 4px;
    padding: 0;
}

.nav .navhome a {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

.nav .navhome a img {
    border: 0;
}

.nav .navhome a, .nav .navhome ul a:visited {
	text-transform: none;
	font-size: 11px;
	color: #A8B2BE;
	text-decoration: none;
}

.nav .navhome a:hover {
	color: #fff;
	text-decoration: underline;
}

.lnavbg {
	background-image: url(/images/left_nav_bg.jpg);
background-repeat: no-repeat;
	border: 0px solid red; 
}

.leftcolumnlinks {
 	width: 186px; 
 	float: left; 
 	position: relative; 
 	top: 180px;
top: 18px;
 	ext-align: center;
 	border: 0;

} 	

.leftcolumnlinks img {border: 0;}

.leftcolumnlinks a:hover img, .leftcolumnlinks a img, .leftcolumnlinks a:visited img  {border: 0;}

.body0home {
    position:relative;
    margin-bottom: 0; 
}

.bodyhome { 
    /*margin-left: 180px;*/
	/*margin-left: 210px;*/

	margin-left: 192px;
	padding-left: 4px; 

    /*margin-right: 180px;*/ 

	/*margin-right: 200px;*/

	margin-right: 0;

	background-image: url(/images/home_right_bg_fade.jpg);
	padding-top: 4px; 
	padding-left: 6px;
    border: 0px solid red;
}

.flash {
	width: 793px;
	height: 135px;
	background-color: white;
	}

.bodyhome .deflist {
	padding-bottom: 30px;
	margin-bottom: 30px; 
	font-size: 1em;
	}

.bodyhome .deflist td {
	padding: 3px;
	line-height: 2.2em;
	border: 0; 
}

.bodyhome .deflist th {
	display: none;
}

.bodyhome .deflist td img {
	vertical-align: middle;
}

/*.bodyhome table {border-bottom: 0px solid red;}*/


.nav {
    /*float: left;*/
    /*position: relative;*/
    width: 220px;
    left: 4px;
    top: 5px;
    position: absolute;
}

.nav ul {
    margin-left: 5px;
    padding-left: 5px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

.nav a {
    padding: 3px;
    background-color: white;
    color: black;
    padding-left: 19px;
text-transform: none;
font-size: 11px;  
line-height: 11px;
font-weight: normal;


}

.nav a:hover {
    color: red;
}

.nav li .current {
    background: transparent url(/images/current.gif) left center no-repeat;
    border: 0px solid red;
    padding-left: 19px;
}

.nav li {
    text-transform: uppercase;
    /*margin-bottom: 1em;*/
    font-weight: bolder;
}
.nav li li {
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
}

#nlist {
	padding-left: 8px;
	margin-left: 8px;
	font-family: arial, sans-serif;
	line-height: 1.6em;
}

#nlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
}

#nlist li a {color: #585858; text-decoration: underline; }
#nlist li a:hover {color: red; text-decoration: underline; }

.ltitle {
	font-family: arial, sans-serif;
	color: #c8002f;
	font-size: 1.8em;
	top: 4px;
	position: relative;
}

.leader {
	text-transform: uppercase
}

.leader img {
	float: left; 
	left: 5px; 
	top: 5px; 
	margin-right: 15px; 
	position: relative;
}	

.subtitle {
	font-size: 1.7em;
	color: #CC0033;
}

.auxnav {
        float: right;
        position: relative;
        width: 155px;
        right: 5px; 
        border: 0px solid blue;
}

html>body .auxnav {width: 160px;}

.bar {
	position: relative;
	margin: 5px 0;
	left: -2px;
	height: 15px;
	background-image: url(/images/right_side_seperator_fade.gif);
    background-repeat: repeat-x;
    width: 159px;
}

html>body .bar {
	left: -1px;
	width: 159px;
}

.maintitle {
	margin: 10px 0;
	font-size: 1.9em;
	color: #cb0447;
	font-family: arial, sans-serif;
}

#ctrmain {
    padding: 30px 10px 10px 10px;
    margin-left: 185px;
    margin-right: 170px;
    position: relative;
    display: block;
    height: 1%;
    background: #fff;
    line-height: 1.5em;
    color: #585858;
    border-right: 1px solid black;
}

.clear {clear:both;}

.logo {
        padding: 8px 10px 0 8px;
}

#hmenua a.hmenu, #hmenua a.hmenu:link, #hmenua a.hmenu:visited,
#hmenua a.hmenub, #hmenua a.hmenub:link, #hmenua a.hmenub:visited {
    display: block;
    /*width: 110px;*/
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    height: 10px;
    /*background: #cc0033;*/
    /*background: #cb0447;*/
	background: #39444e;        
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 21px;
    position: relative;
    left: 0px;
	top: 0px;
	border-right: 1px solid #000;
    border-right: 0px solid #000;        
	background: url(/images/nav_hover_bg.jpg) no-repeat; 	
	background-position: -4px 0px; 
}

html>body #hmenua a.hmenu, #hmenua a.hmenu:link, #hmenua a.hmenu:visited,
#hmenua a.hmenub, #hmenua a.hmenub:link, #hmenua a.hmenub:visited {
    padding-top: 0px;
    line-height: 19px;
    height: 21px;
    /*width: 90px;*/
    padding-left: 9px;
    padding-right: 10px;
}

*:first-child+html #hmenua a.hmenu, #hmenua a.hmenu:link, #hmenua a.hmenu:visited,
#hmenua a.hmenub, #hmenua a.hmenub:link, #hmenua a.hmenub:visited {
	padding-top: 1px;
} 

#hmenua a.hmenub, #hmenua a.hmenub:link, #hmenua a.hmenub:visited {
	/*background: #505A64;*/
	background: #39444e;
	background: url(/images/nav_hover_bg.jpg) no-repeat; 	
	background-position: -4px 0px; 
}

#hmenua a.hmenu, #hmenua a.hmenu:link, #hmenua a.hmenu:visited {float:left;}

#hmenua a.hmenu:hover {
	/*
	background:#d8d8d8; 
	color:#000;
	*/
	background: #000;
	color: #fff;
}

#hmenua a.hmenu:active {background:#c00; color:#fff;}
#hmenua {height:20px;}
#hmenua:after{ content: "."; display: block; height: 0; clear: both; visibility:hidden;}

#hmenua a.hmenub, #hmenua a.hmenub:link, #hmenua a.hmenub:visited {float:left;}
#hmenua a.hmenub:hover {
	/*
	background: #d8d8d8; 
	color:#000;
	*/

	background: #000;
	color: #fff;
}

#hmenua a.hmenub:active {background:#c00; color:#fff;}
#hmenua {height:20px;}
#hmenua:after{ content: "."; display: block; height: 0; clear: both; visibility:hidden;}

.h1 {
    font-size: 26px;
    color: #cc0033;
    font-weight: bold;
    font-family:"MingLiU","PMingLiU", sans-serif;
}

.mainsearch {
    position: absolute;
    top: 66px;
    right: 0;
    margin: 0px; 
    left: 5px; 
    white-space: nowrap;
    display: none;
}

.mainsearch select, .mainsearch input {
    font-size: 0.89em;
    width: 80px; 
    font-family: verdana, arial, sans-serif;
}

#topnavbox {
	position: absolute;
	padding-bottom: 0;
  margin-bottom: 0;
	right: 0px;
	top: 0px; 
	width: 454px;
	height: 48px;
	background-image: url(../images/top_nav.jpg); 
  background-repeat: no-repeat;
	border: 0px solid blue;
}



#topnav {
	font-family: arial, sans-serif;
	font-size: 11px;
	height: 19px;
	left: 58px;
	padding-top: 6px; 
	position: relative;
	background: none; 
	width: 390px;
	border: 0px solid red;
}
	
#topnav a, #topnav a:visited {	
	text-decoration: none;
	font-weight: bold;
	color: #454B52;
	padding: 0 4px;
	font-size: 11px
}
	
#topnav a:hover {text-decoration: underline;}

/*
#navsearch {}

#navsearch ul li { display: inline; margin-left: 10px;}

#navsearch ul {
	margin: 0;
	margin-left: 54px;
	padding: 0px;
	padding-top: 5px;
    right: 0px;
    list-style-type: none;
    text-align: left;
    line-height: 1.5em;
	font-size: 11px;
	border: 0px solid red; 	
}

html>body #navsearch ul {}

#navsearch ul li a {
    padding: 0;
    padding-left: 0px;
    text-align: left;
    font: normal 1em arial, verdana, sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: bolder;
    margin: 5px;
    margin-right: 0;
    text-decoration: none;
}

#navsearch ul li a:hover {
    color: red;
}

#navsearch ul li a#current {
    color: #666;
}

*/

.relsects img {border: 0;}

select {font-family: verdana, arial, sans-serif; font-size: 0.89em;}

.table1 {
    font-size: 0.89em;
    border: 1px solid black;
    width: 100%;
}

.table1 td {border-bottom: 1px solid #585858; padding: 5px;}
.table1 td a:link {text-decoration: underline; color: #585858;}
.table1 td a:visited {text-decoration: underline; color: #333333;}
.table1 td a:hover {text-decoration: underline; color: red;}

.footer {
	font-weight: bolder;
    display: block;
    height: 20px;
    text-align: left;
    padding: 8px 5px 8px 5px;
    /*background: #696969;*/
    
    background: #fff;
    color: #727D89;
    white-space: nowrap;
    border-top: 1px solid #CB0447;
    
}

html>body .footer {padding-bottom: 0px;}

.footer a:visited, .footer a:link {color: #727D89; text-decoration: none; cursor: pointer;}
.footer a:hover {color: #000; text-decoration: underline; cursor: pointer;}

.copyright {
	font-size: xx-small;
	/*
	position: absolute;
	right: 10px;
	*/
	font-weight: normal;
	}
	
.copy {display: none;}	

td #fbody {font-family: verdana, arial, sans-serif; font-size: 1em;}

.allhlines {
	text-align: right; 
	padding: 0 80px 10px 0;
}

.allhlines img {border: 0;}	

.loginremind {
	font-size: 0.89em; 
	padding: 10px;
	color: #fff;
}

.auxnav img {
	border: 0;
	margin: 3px 0 0 4px;
}	
  
/* Print Styles */

@media print {

.byline, .hdrnav, .hdrbg, .navsearch, .header2, .login, #lang, .auxnav, .nav0, .nav, #nav {
	display: none;
}

h1 {margin: 20px 0 10px -20px; color: black;}

.hdrlogo {
	border-right: 1px solid #575757; 
}	

.footer {
   display: none;
   
   /*
   display: block;
   height: 40px;
   text-align: left;
   padding: 8px 5px 8px 5px;
   color: #000;
   white-space: normal;
   */
}

.copy {display: block;}

.body {margin-left: 0px;}

}


