﻿body {
	font-family: "Arial", "Microsoft JhengHei", "PMingLiU", "MingLiU", "simhei", "nsimsun", "simsun";
	font-size: 9pt;
	color: #000000;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea {
  font-family: "Arial", "Microsoft JhengHei", "PMingLiU", "MingLiU", "simhei", "nsimsun", "simsun";
  font-size: 9pt;
}

select {
  font-family: "Arial", "Microsoft JhengHei", "PMingLiU", "MingLiU", "simhei", "nsimsun", "simsun";
  font-size: 9pt;
}

.iconButton {
  border: 0px;
  cursor: hand;
  background-color: transparent;
}

.button32 {
  font-size: 9pt;
  border: 0px;
  width: 32px;
  height: 29px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  background-image: url(Images/Button32x29.gif);
  background-repeat: no-repeat;
  cursor:hand;
}

.button40 {
  font-size: 9pt;
  border: 0px;
  width: 40px;
  height: 29px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  background-image: url(Images/Button40x29.gif);
  background-repeat: no-repeat;
  cursor:hand;
}

.button64 {
  font-size: 9pt;
  border: 0px;
  width: 64px;
  height: 29px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  background-image: url(Images/Button64x29.gif);
  background-repeat: no-repeat;
  cursor:hand;
}

.button80 {
  font-size: 9pt;
  border: 0px;
  width: 80px;
  height: 29px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  background-image: url(Images/Button80x29.gif);
  background-repeat: no-repeat;
  cursor:hand;
}

.button120 {
  font-size: 9pt;
  border: 0px;
  width: 120px;
  height: 29px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: transparent;
  background-image: url(Images/Button120x29.gif);
  background-repeat: no-repeat;
  cursor:hand;
}

hr {
  color: #E0E0E0;
}

.border {
  border:solid 2px #E0E0E0;
}

.borderLeft {
  border-left:solid 2px #E0E0E0;
}

.borderRight {
  border-right:solid 2px #E0E0E0;
}

.borderTop {
  border-top:solid 2px #E0E0E0;
}

.borderBottom {
  border-bottom:solid 2px #E0E0E0;
}

p.line {
  height: 20px;
  margin: 0px;
}

a:link, a:visited {
	color: #0033FF;
	text-decoration: none;
  cursor: hand;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	cursor: hand;
}

table.gridview {
  width: 640px;
}

table.formview {
  width: 640px;
}

tr.emptyRow {
  height: 12px;
}

.titleCell {
  padding-left: 4px;
  padding-right: 2px;
  text-align: left;
  font-size: 9pt;
  color: #000000;
  background-color:#ECFFC0;
}

.valueCell {
  padding-left: 2px;
  padding-right: 2px;
  text-align: left;
  font-size: 9pt;
  color:#000000;
}

td.leftTitleCell {
  width: 144px;
  padding-left: 4px;
  padding-right: 2px;
  text-align: left;
  font-size: 9pt;
  color: #000000;
  background-color:#ECFFC0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.leftValueCell {
  width: 496px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: left;
  font-size: 9pt;
  color:#000000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.tailButtonCell {
  width: auto;
  text-align: center;
}

.gridTopTitle {
  height: 23px;
  color: #000000;
  background-image: url(Images/Bar04-8x23.gif);
  background-repeat:repeat-x;
}

.gridRowEmpty {
  height: 16px;
}

.gridRowColor0 {
  height: 20px;
  background-color: #FAFFF0;
}

.gridRowColor1 {
  height: 20px;
  background-color: #F4FFDA;
}

.gridRowPrompt {
  height: 20px;
  background-color: #F5E1ED;
}

.pageTitle {
  color: #7B673D;
  font-size: 10pt;
  font-weight: bold;
}

.textboxBorderless {
  background-color: Transparent;
  border-width: 0px;
}
