table.acc {
    border:1px solid black;
}
.close {
    border-top: 1px solid black;
    border-bottom: double black;
    font-weight:bold;
    text-align: right;
}
.bold {
    font-weight:bold;
}
.left {
    border-left: 1px solid black;
}
.amt {
    text-align: right;
}
table.acc > tbody > tr > th {
    background-color:#33CC66;
}
table.acc > tbody > tr > td {
    background-color: #CCCCCC;
}
a {
    color: black;
}
select#Month,select#Year,input[type=text] {
    background:transparent; 
    border:none; 
    font-family:Times New Roman;
}
.ui-datepicker {
	font-size: 14px;
}
td.ui-datepicker-week-col {
text-align: center;
}
