/* qxrunner_qxcppunit.css */

/*****************
basic layout
*****************/

div#header {
    background-color: #0868AC;  /* #0770B0; */
}

div#header h1 a {
    background: #000000 url(./images/qxcppunit.png) no-repeat 6px 6px;
    background-color: transparent
}

div#header h1 a:hover {
    background: #000000 url(./images/qxrunner.png) no-repeat 6px 6px;
    background-color: transparent
}

