﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/*
	CSS Rest
*/
html, body { width:100%; height:100%; text-align:center; direction:ltr; overflow:hidden; position:absolute; top:0; left:0;  }

/* -webkit-text-size-adjust:none; 解決Google Chrome 12px字體大小限 制*/ 
* { -webkit-text-size-adjust:none; }
/*用來解決 IE 6 ul li float 的問題 解決方式 在 ul 中加 zoom:1; */
* { zoom:1; }
/*雜項*/
* { background-repeat:no-repeat; position:static; z-index:0; }
/* 表格框線為緊密的 */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align:top; }
/* 超連結 外框虛線 底實線 文字顏色全部 移除  */
a { text-decoration:none; border:0; outline:0; color:inherit; }
/* for IE  解除外框虛線*/
a { behavior:expression(this.onFocus=this.blur());
}
/*使圖片可以緊密靠邊*/
img { vertical-align:bottom; }
/* 自動斷行 必須定義寬度 */ 
.linebr { word-break: break-word; word-wrap: break-word; white-space: -moz-pre-wrap; white-space: -hp-pre-wrap; white-space: -o-pre-wrap; white-space: -pre-wrap; white-space: pre; white-space: pre-wrap; white-space: pre-line; }

/* 支援IE6 fixed 屬性*/
.body { position:relative; width:100%; height:100%; text-align:center; overflow:auto; text-align:center; }
.fixed { position:absolute; left:0; top:0;  }
.background { z-index:0; }
.controlpanel, .mask { z-index:2; }
.benchmark { z-index:1; }
/* 支援IE6 fixed 屬性*/

