.ui-page .ui-content .ui-listview {
    margin-right : -5px;
}
.headTitle{
	font-size:36pt;
	font-weight: bold;
	color: #0B243B;
	align: center;
}
.dispname {
	font-size:12pt;
	font-weight: bold;
	color: #0B243B;
	background-color: lightblue;
	margin: 0px 10px 7px 10px;
}

.addr {
	font-size:10pt;
	font-weight: normal;
	color: #5E610B;
}
a.error{
	font-size:10pt;
	font-weight: normal;
	color: #D35400;
}

.inout {
	font-size:10pt;
	font-weight: normal;
	color: #0B243B;
	width: 120;
}

.endlist {
	color: #888888;
	font-size: 11pt;
}

.desc {
	font-size: 9pt;
	color: #585858;
}

.small {
	font-size: 8pt;
	color: #585858;
}

.statusIn {
	font-size: 10pt;
	font-weight: bold;
	color: RED;
}
.statusOut {
	font-size: 10pt;
	font-weight: bold;
	color: BLUE;
}
.result {
	font-size: 10pt;
	font-weight: bold;
	color: GREEN;
}
.today {
	font-weight: bold;
	color: BLUE;
}
.normal {
	color: #000000;
}

