/*

Bespoke stylesheet for Living Costs Calculator

*/


    
    
table.money {display: block; width: 90%; background-color: #ebedf4; margin-bottom: 10px;  padding-bottom: 10px;}
table.money th, table.money tr {padding-left: 1px;}


table.money caption.inc {display: block; color: #ffffff; background-color: #2d4b7c; border-bottom: 1px solid #ebedf4; padding-left: 3px; }
table.money caption.exp {display: block; color: #ffffff; background-color: #2d4b7c; border-bottom: 1px solid #ebedf4; padding-left: 3px;}

.tincbox {display: none;  /*/*/ display: table-row;   /* end */}

.shaded {background-color: #dadce3; }
.shadedcost {background-color: #dadce3; color: #666666; }
.shadedres {font-weight: bold; background-color: #dadce3; }


#popup {font-family: arial, sans-serif; }



.smallprint {font-size: 80%; color: #666666; width: 90%;}

.buttonstyle { background-color: #2d4b7c; color: #ffffff;}

table.moneyres {display: none;  /*/*/ display: block; width: 90%; color: #ffffff; background-color: #6e7fa9; padding: 5px;  /* end */ }
table.moneyres caption.tot {display: none;  /*/*/ display: block;  background-color: #6e7fa9; padding-left: 5px; /* end */}

.closewindow {text-decoration: none;}
.closewindow:hover {text-decoration: underline;}