﻿body {
	background-color: rgb(219,230,241);
	text-align: center;
}
div#wrapper {
  background-color: rgb(219,230,241);
	/*width: 700px;
	margin: 0 auto;
	padding:0; */
}
div#title {
	background-color: rgb(219,230,241);
	padding: 10px 10px 3px 10px;
	border-bottom: 1px solid #000;
}
img#title_img {
	float: left;
}
h1 {
  text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	/*font-weight: bold;
	font-family: 標楷體;*/
	font-size: 12pt;
}
div#mainarea {
	background-color: rgb(219,230,241);
	font-size: 16px;
	padding: 10px;
	text-align: left;
}
div#navigation {
	padding: 0px;
	font-size: 16px;
	text-align: right;
}
div#spacer {
  clear: both;
}
div#errMsg {
	color:red;
  border: 1px dashed #cc0000;
  font-weight: bold;
  background-color: #FBEEEB;
  text-align: center;
  width: 90%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 5px;
}
div#usrMsg {
  width: 75%;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #efefef;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 5px;
}
div#subs_title {
  width: 100px;
  border: 1px solid #cccccc;
  background-color: #efefef;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;

}
.odd {
 	background-color: lightGrey;
}
.even {
 	background-color: darkGray;
}
.selectmailto {
 	vertical-align: top;
}

