@charset "utf-8";
/* CSS Document */



.paneljobs{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 0px 5px 0px 0px;
border-bottom: 0px solid white;
background: #336C71;
color: #FFFFFF;
height:33px;
width:550px;

}

.openpanel{ /*class added to contents of 1st demo when they are open*/

background: #336C71;
color: #FFFFFF;
}




