/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
} */
body {
	background-color: #636563;
	text-align: center;
}
div#wrapper {
	width: 700px;
	margin: 5 auto;
}
div#pagetitle {
	height: 120px;
	background-color: #efefe7;
	padding: 5px;
	border-bottom: 1px solid #000;
}
img#logo {
	float: left;
}
div#pagetitle h1 {
	margin-top: 30px;
	font-weight: bold;
	font-family: 標楷體;
	font-size: 20pt;
}
div#maintext {
	background-color:white;
	font-size: 16px;
	padding: 10px;
	text-align: left;
}
div#navigation {
	margin-top: 25px;
	font-size: 16px;
	text-align: right;
}
div#spacer {
  clear: both;
}
div#footer {
	height: 50px;
	background-color: #efefe7;
	padding: 10px;
	border-top: 1px solid #000;
	font-family: "Arial";
	font-size: 12px;
	color: #999999;
	text-align: center;
}
div#errmsg {
	color:red;
	border: 1px dashed #cc0000;
	background-color: #FBEEEB;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  width: 99%;
}
div#usrmsg {
	color:blue;
	border: 1px dashed #999999;
	background-color: #f7f7f7;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  width: 99%;
}
div#loadingmsg {
	display : none;
}
div#title {
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}

/* 修正因為 float 導致區塊無法撐開的問題
 * http://plog.longwin.com.tw/news-technology/2008/01/14/css_float_clear_both_2008
 * 遇到 float 完後, 要清除的地方, 寫個 <p class="clear"></p> 就可以了
 */
.clear {zoom:1; clear:both;}
.clear:after {content:''; display:block; clear:both; visibility:hidden; height:0;}

.odd {
 	background-color: lightGrey;
}
.even {
 	background-color: darkGray;
}
