body {
	font-family: sans-serif;
	font-size: 14px;
	margin: 4px;
	padding: 0px;
	line-height: 130%;
}

form {
	margin: 0px;
	padding: 0px;
}

td {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 130%;
}

.bodyShell {
	width: 550px;
	text-align: left;
}

.footer {
	font-family: tahoma;
	color: #1D5790;
}

input {
	height: 20px;
	font-family: tahoma;
	font-size: 12px;
	color: #7D7E7C;
	padding: 1 0 0 5px;
	margin: 0px
}

select {
	font-family: tahoma;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #FFFFFF;
	color: #7D7E7C;
}

.textbox {
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #FFFFFF;
	font-family: tahoma;
	color: #7D7E7C;
	padding: 1 5 0 5px;
	margin: 0px;
}

.textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #FFFFFF;
	font-family: tahoma;
	color: #7D7E7C;
	padding: 1 5 0 5px;
	margin: 0px;
}

.button {
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #CACACA;
	background: #EBEBEB;
	font-family: tahoma;
	color: #E51F1F;
	font-weight: bold;
	padding: 0 5 1 5px;
}

.silver-button {
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	background: url('../images/button-back.gif') repeat-x;
	font-family: tahoma;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

.info {
	font-size: 12px;
	color: #AAAAAA;
}

.errorBack {
	background-color: #FF0000;
	border: 1px solid #000000;
}

tr.error {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #0600FF;
	border: 1px solid #000000;
}

tr.info {
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

a {
	color: #136F01;
	text-decoration: underline;
}

a:hover {
	color: #21A707;
	text-decoration: none;
}

a.red {
	color: #E51F1F;
	text-decoration: underline;
}

a.red:hover {
	color: #1F86E5;
	text-decoration: none;
}

.title {
	color: #E51F1F;
	font-weight: bold;
	font-size: 25px;
	line-height: 110%;
}

th {
	background: url('../images/header_back.gif');
	color: #FFFFFF;
}

th a {
	text-decoration: none;
}

th.sortable a {
	background: url('../images/arrow_off.png') right no-repeat;
	display: block;
	color: #FFFFFF;
}

th.orderAsc a {
	background: url('../images/arrow_down.png') right no-repeat;
	color: #F2C933;
	display: block;
}

th.orderDesc a {
	background: url('../images/arrow_up.png') right no-repeat;
	color: #F2C933;
	display: block;
}

.odd {
	background-color: #B0E07B;
}

.even {
	background-color: #D2F1B0;
}

div.hipokukuVoucherInfo {
	text-align: center;
	line-height: 140%;
}

span.hipokukuDiscountSoldPrice {
	color: #E51F1F;
	font-weight: bold;
	font-size: 25px;
	padding: 3px;
	line-height: 140%;
}

span.hipokukuSoldPrice {
	color: #E51F1F;
	font-weight: bold;
	font-size: 25px;
	padding: 3px;
	line-height: 140%;
}

span.hipokukuReward {
	color: #1F86E5;
	font-weight: bold;
}