@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body{
        padding: 0px;
        margin: 0px;
		background-color:rgba(204,204,204,1);
		font-family: Arial, Helvetica, 'Noto Sans TC', 'LiHei Pro', "微軟正黑體", "新細明體", 'Microsoft JhengHei',  sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		width:100%;
		height:100%;
}
input, textarea, select, button {
    font-family: Arial, Helvetica, 'Noto Sans TC', 'LiHei Pro', "微軟正黑體", "新細明體", 'Microsoft JhengHei',  sans-serif;
}
#fbContainer{ width:100%; height:100%; position:absolute;background-color: #AAA;}

#fbFooter {
	position:absolute;
	bottom:0;
	width:100%;
	height:5%;
    min-height: 50px;
	background-color: #f0850c;
	/*background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;*/
	overflow:hidden;
}

.fbPaginationMinor {
	/*color: #4e6605;*/
	color: #FFFFFF;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 4px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}

#fbMenu a{display: inline-block;}
#fbBackButton,
#fbForwardButton{cursor: pointer;}


/* mobile */
#fbFooter.mobile{height: 100px;}

#fbFooter.mobile #fbContents{/*float: none;*/ display: inline-block;margin: 23px 0 0 70px;}
#fbFooter.mobile #fbMenu{float: none; width: 100%; display: block; margin: 0; text-align: center;}
#fbFooter.mobile #fbBackButton, #fbFooter.mobile #fbForwardButton, #fbFooter.mobile #fbDownloadButton{margin: 10px; width: 72px; height: 80px;}

#fbFooter.mobile #fbBackButton{float: left;}
#fbFooter.mobile #fbForwardButton{float: right;}

#fbFooter.mobile .fbPaginationMinor, #fbFooter.mobile #fbContentsMenu, #fbFooter.mobile{font-size: 30px;}
#fbFooter.mobile .fbPaginationMinor{ margin-right: -15px;}

