.errorNotice {
    color: #C31818;
    font-weight: bold;
}
.records {
	width: 100%;
}
.records caption {
	font-size: 14px;
    font-weight: bold;
    padding:7px 20px 8px 14px;
    background-color: #D9E0FF;
    color: #5867A9;
    text-align: left; 
}
.records th {
	background-color: #F1F4FF;
	color: #000000;
	font-weight: bold; 
	text-align: left; 
	vertical-align: top; 
	font-size: 11px;
	line-height: 1.5em;
	padding: 2px 5px;
}
.records td {
	padding: 2px 5px; 
	background-color: #FFFFFF;
}
.records .col1 {
	background-color: #FFFFFF;
}
.records .col2 {
    background-color: #F9F9F9;
}
.records .imageCell {
	vertical-align: middle !important;
}
.records .productTitle {
	width: 75px;
}

.recordSearch th {
	padding-left: 10px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left; 
}
.recordSearch input, .recordSearch select {
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}
.historyButton {
	border: none;
	padding-left: 20px;
	font-weight: bold;
	color: #5867A9; 
	height: 26px;
	cursor: pointer;
    background: transparent url(../images/icon-hist.gif) no-repeat left center;
}

.boniInfo, .boniInfo th {
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #CC0000;
    background-color: #FFFFFF;
    vertical-align: middle;
}
.boniInfo td {
	vertical-align: middle !important;
}

.changeRecord {
    color: #000000;
    padding-top: 3px; padding-right: 15px;
    float: right;
    word-spacing: 5px; 
    text-align: right;
    font-size: 11px;
    margin-top: -8px;
}
.changeRecord td { vertical-align: middle !important;}
.changeRecord input {font-size: 0.8em;}

.colBox {
	border-top: none;
	border-left: 1px solid #5867A9;
	border-right: 1px solid #5867A9;
	border-bottom: 1px solid #5867A9;
	background-color: #FFFFFF;
}
