.AppTable{
    margin-bottom: 15px;
    border: 1px solid #000;
    background: #efefef;
    width: 600px;
    font-size: 12px;
}
th {
	text-align: left;
	padding: 5px;
}
.Apptd{
    padding-left: 20px;
    padding-right: 20px;
}
.ApptdB
{
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFF99;
    color: #000000;
}
input.text, textarea {border: 1px solid #000;}
input[disabled='disabled']
{
    border-style: none;
    background: #FFFF99;
    color: #000000;
    cursor: text;
}
.disabled{
    border-style: none;
    background: #FFFF99;
    color: #000000;
  cursor:text;
}
td.bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
td.bottomB {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background: #FFFF99;
    color: #000000;
}
.staff_table {background: #000;width: 500px;}
.staff_table td, .staff_table th {background: #efefef;}
.staff_table {margin-top: 10px;}
.subHead {color: #1d71d0;font-weight: bold;padding-top: 5px;}
hr {margin-top: 10px;}

