.ewTable .TableHeader_ld, .ewTable .TableHeader_ld td {
    background-color: #90E0B0;   /* header bgcolor */
    color: #FFFFFF; /* header font color */
    border-bottom: 1px solid; /* header border width */
    border-right: 1px solid; /* header border width */
    border-color: #4F93E3; /* header border color */
	background-repeat: repeat-x;
    vertical-align: top;
}

.ewTable .TableHeader_studing, .ewTable .TableHeader_studing td {
    background-color: #E0A0A0;   /* header bgcolor */
    color: #FFFFFF; /* header font color */
    border-bottom: 1px solid; /* header border width */
    border-right: 1px solid; /* header border width */
    border-color: #4F93E3; /* header border color */
	background-repeat: repeat-x;
    vertical-align: top;
}

.ewTable .TableHeader_job, .ewTable .TableHeader_job td {
    background-color: #C0C0E0;   /* header bgcolor */
    color: #FFFFFF; /* header font color */
    border-bottom: 1px solid; /* header border width */
    border-right: 1px solid; /* header border width */
    border-color: #4F93E3; /* header border color */
	background-repeat: repeat-x;
    vertical-align: top;
}   