/* 
site.css 
14:03 2021-11-22 change FAQ links from newline to within paragraph
15:23 2021-11-25 special fix for "terms" TC and SC need bold
*/

.floating-box {
    display: inline-block;
    width: 190px;
    height: 100px;
    margin: 10px 20px 10px 0;
    box-shadow: 0px 5px 0px #ddd;  
}

table, td, th {
    border: 1px solid black;
    padding: 5px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    height: 50px;
}

ul.inList > li {
    list-style-image: url('/en/theme/etendering/images/tri-ff9900.gif');
    text-align:justify;
    padding:10px;
    margin: 0 15px;
}
ul ul li {
    list-style-image: url('/en/theme/etendering/images/tri-ff9900.gif');
    text-align:justify;
    padding:10px;
    margin: 0 15px;
}

ul ul ul li {
    list-style-image: url('/en/theme/etendering/images/bullet_sub_sub.gif');
    text-align:justify;
    margin-left:30px;
    padding:0px;
}

p {
    text-align: justify;
}

.txtInline {
	display: inline;
}

.ico_img {
 width:190px;
 height:100px;
}

.tableHead {
 background: rgb(227, 242, 225) none repeat scroll 0% 0%;
}

.themeParksInfoText a {
    margin: 0px;
}

.paragraph {
	text-align: justify;
	font-family:Arial,"Microsoft JhengHei",微軟正黑體;
	font-weight: normal;
}
.ptitle {
	font-weight:700;
	font-size:0.9em;
	font-family:Arial,"Microsoft JhengHei",微軟正黑體;
	padding:15px 0;
}
.pclass {
	font-size:0.9em;
	font-family:Arial,"Microsoft JhengHei",微軟正黑體;
}
.pttable {
	width:100%;
	text-align: justify;
	font-size:0.9em;
	font-family:Arial,"Microsoft JhengHei",微軟正黑體;
	border:0;
	line-height:1.4em;
}

.pttable .ptnum{
	width:3%;
	padding:5px;
	vertical-align:top;
	text-align: justify;
}
.pttable td{
	font-size:1em;
	padding:5px 0;
	border:0;
}
.pttablein {
	width:100%;
	text-align: justify;
	margin:10px 0;
	font-size:1em;
	line-height:1.4em;
	border: 0;
}
.pttablein td{
	padding: 5px;
}
.pttableblock {
	border-left:1px solid black;
	border-bottom:1px solid black;
}
.pttableblock td{
	border-right:1px solid black;
	border-top:1px solid black;
	padding:5px;
	line-height: 1.4em;
}
a.buttonO, a.buttonD{
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.3em 0.3em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-align:center;
	transition: all 0.2s;
}
a.buttonO {
	background-color:#06cf1f;
}
a.buttonD {
	background-color:#4eb5f1;
}
a.buttonO:hover{
	background-color:#05b51b;
}
a.buttonD:hover{
	background-color:#4095c6;
}
@media all and (max-width:30em){
	a.buttonO, a.buttonD{
		display:block;
		margin:0.2em auto;
	}
}

/* 14:03 2021-11-22 change FAQ links from newline to within paragraph  */
.commonlyUsed.siteMap .accordions .accordionContent .secondLevel a{
	display:inline !important;
}

/* 15:23 2021-11-25 special fix for "terms" TC and SC need bold */
body.terms .secondLevelContent table td strong {
	font-weight:bold;
}

