/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: url('/img/bg.jpg') center repeat-y;
	color: #333;
	FONT-SIZE: 13px; 
    FONT-FAMILY: "新細明體", "細明體", "Arial", "sans-serif";
    padding: 0 0 5px;
	overflow:auto;
	
}
.uni_bg{
	border-bottom: 2px solid gray;
}
#tabs{
	
	overflow:auto;
	white-space: normal;
}
#ws{
	white-space: nowrap;
	overflow:auto;
}
#top_fix{
	width: 980px;
	z-index: 1000; 
}
#main_block{
	padding-top:155px;
}
#footer_blk{
	padding:80px;
}
/* anchors
----------------------------------------------- */
a {
	color: #0544FF;
	text-decoration: none;
}
a:hover {
	color:blue;
	visibility:visible;
}
a:visited {
	color:black;
	visibility:visible;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#FFFFFF;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
#branding {
	height:210px;
	width:950px;
	background: url('/img/title-bak14.jpg') center no-repeat;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:blod;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}



/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
	margin-top:3px;
	overflow:auto;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-bottom:1px solid #bbb;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}