/* CSS file */
WindowedApplication {
    background-color: #8eb5de;
    theme-color: #7ea1c5;
    background-image: Embed(source="assets/bg.png");
    background-alpha:0.6;
}
Button {
    corner-radius: 5;
    fill-colors: #ffffff, #8eb5de, #8eb5de, #66ccff;
    color: #41678f;
    text-roll-over-color: #ffffff;
    text-selected-color: #000000;
    theme-color: #009dff;
    font-family: "Myriad Pro";
    font-size: 11;
    font-weight: bold;
    padding-top: 5;
    letter-spacing: 1;
}
#content {
    border-style: solid;
    border-color: #ffffff;
    border-alpha: 0.6;
    border-thickness-left: 10;
    border-thickness-top: 10;
    border-thickness-bottom: 10;
    border-thickness-right: 10;
    rounded-bottom-corners: true;
    corner-radius: 10;
    header-height: 26;
    header-colors: #ffffff, #d9d9d9;
    footer-colors: #e7e7e7, #ffffff;
    shadow-direction: left;
    title-style-name: "mypanelTitle";
}

.mypanelTitle {
    letter-spacing: 0;
    color: #41678f;
    font-weight: bold;
    font-size:12;
    font-family: "Myriad Pro";
}
ProgressBar {
     barColor: #0066cc;
   color: #003399;
    track-height: 12;
    font-weight: bold;
    font-family: "Myriad Pro";
}
@font-face {
 font-family: "Myriad Pro";
 font-weight: bold;
 letter-spacing:1;
 font-style: normal;
 src: local("Myriad Pro");
}
@font-face {
font-family: "Myriad Pro";
 font-weight: normal;
 letter-spacing:1;
 font-style: normal;
 src: local("Myriad Pro");
}