
/* Override YUI Panel */
.yui-skin-sam .yui-panel .hd {
    background: #474747 !important;
    color: white !important;
}

.yui-skin-sam .yui-panel .bd {
    background-color: #290404 !important;
}

.yui-skin-sam .yui-panel .ft {
    background-color: #290404 !important;
}

.yui-button button {
    background-color: #977b2f !important;
    color: black !important;
}

.yui-button {
    background-color: #977b2f !important;
    color: black !important;
}

.yui-skin-sam .yui-dialog .ft span.default button {
    color: black !important;
}

/* Override the data table's cell font color */
.yui-skin-sam .yui-dt-liner {
    color: black !important;
}

/* define specific hover styles for the cases datatable rows */
#casesTable_div .yui-dt-data tr:hover{
	cursor: pointer;
	background: #ccc;
}