/* CSS Document */
div.propResvSummary
{
margin: 0 0 16px 0;
}
div.propResvSummary .prsHeader {
font-size: 13px !important;
font-weight: bold;
line-height: 19px !important;
margin: 0;
padding: 0;
text-align: center;
}
div.propResvSummary .prsArrival {
font-size: 13px !important;
font-weight: normal;
line-height: 17px !important;
margin: 8px 0;
padding: 0;
text-align: center;
}
div.propResvSummary .prsCharges td {
font-size: 11px !important;
font-weight: normal;
height: 17px;
line-height: 17px !important;
overflow: hidden;
margin: 8px 0;
padding: 0;
}
div.propResvSummary .prsCharges .prsChargesLabel {
padding: 1px;
text-align: left;
width: 70%;
}
div.propResvSummary .prsCharges .prsChargesData {
padding: 1px;
text-align: right;
width: 30%;
}
div.propResvSummary .prsCharges .prsRent, div.propResvSummary .prsCharges .prsDiscount, div.propResvSummary .prsCharges .prsSubTotal, div.propResvSummary .prsCharges .prsTotal, div.propResvSummary .prsCharges .prsBalance {
font-weight: bold;
}
div.propResvSummary .prsCharges .prsDiscount
{
border-bottom: 1px solid rgb( 23, 23, 23 );
color: rgb( 255, 0, 0 );
}
div.propResvSummary .prsCharges .prsTotal
{
border-top: 1px solid rgb( 23, 23, 23 );
}
div.propResvSummary .prsCharges .prsBalance
{
border-top: 1px solid rgb( 23, 23, 23 );
border-bottom: 3px double rgb( 23, 23, 23 );
}
