/* theme.css */
body {
    margin: 0;
    padding: 0;
}

/* Utility Classes */
.en-corner-all, .en-corner-top, .en-corner-left, .en-corner-tl { 
    -moz-border-radius-topleft: 5px; 
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px; 
    border-top-left-radius: 5px; 
}
.en-corner-all, .en-corner-top, .en-corner-right, .en-corner-tr { 
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
    -khtml-border-top-right-radius: 5px;
     border-top-right-radius: 5px;
}
.en-corner-all, .en-corner-bottom, .en-corner-left, .en-corner-bl {
    -moz-border-radius-bottomleft: 5px; 
    -webkit-border-bottom-left-radius: 5px; 
    -khtml-border-bottom-left-radius: 5px; 
    border-bottom-left-radius: 5px;
}
.en-corner-all, .en-corner-bottom, .en-corner-right, .en-corner-br { 
    -moz-border-radius-bottomright: 5px; 
    -webkit-border-bottom-right-radius: 5px; 
    -khtml-border-bottom-right-radius: 5px; 
    border-bottom-right-radius: 5px; 
}
.en-clear {
    width: 100%;
    height: 1px;
    margin: 0 0 -1px 0;
    clear: both;
}

/* Widget Container and Defaults */
.en-widget {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
}
.en-widget .en-widget {
    font-size: 1em;
}

.en-widget .en-title {
    color: #000000;
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
    margin: 0.5em 0em;
}

.en-widget .en-copy {
    line-height: 1;
    margin: 0.5em 0px;
}

.en-widget p {
    margin: 1em 0em;
}

.en-widget a {
    color: #336699;
    text-decoration: none;
}
.en-widget a:hover {
    text-decoration: underline;
}

/* Input fields */
.en-widget input, .en-widget textarea {
}
.en-widget select {
}
.en-widget select option {
}
.en-widget button {
}

/* Counter */
.en-widget .en-counter .en-counter-digit-tray, .en-widget .en-counter .en-counter-digit-value {
    color: #F0F0F0;
    background-color: #CC0000;
    /* background: #CC0000 url(/images/texture-diag1.png) 50% 50% repeat-x; */
    display: inline-block;
    font-size: 3em;
    width: 0.6em;
    line-height: 1;
    padding: 0.1em;
    float: left;
    text-align: center;
    margin-right: 2px;
}
.en-widget .en-counter .en-counter-digit-tray {
    background-color: #F0F0F0;
}

/* Progressbar */
.en-widget .en-progressbar .en-progressbar-tray {
    background-color: #F0F0F0;
    /* background: #F0F0F0 url(/images/texture-diag1.png) 50% 50% repeat-x; */
    border: 1px solid #cccccc;
}

.en-widget .en-progressbar .en-progressbar-value {
    color: #F0F0F0;
    background-color: #CC0000;
    /* background: #CC0000 url(/images/texture-diag1.png) 50% 50% repeat-x; */
    font-size: 2em;
    line-height: 1;
    padding: 0.1em 0.2em;
    text-align: right;
}

/* Thermometer Widget */
.en-widget .en-therm308 {
    position: relative;
    width: 308px;
    height: 368px;
}
.en-widget .en-therm308 .en-thermometer-full {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 308px;
    height: 368px;
    background-repeat: no-repeat;
}
.en-widget .en-therm308.en-blue .en-thermometer-full {
    background-image: url(../images/therm308-blue-full.png);
}
.en-widget .en-therm308.en-green .en-thermometer-full {
    background-image: url(../images/therm308-green-full.png);
}
.en-widget .en-therm308.en-red .en-thermometer-full {
    background-image: url(../images/therm308-red-full.png);
}
.en-widget .en-therm308 .en-thermometer-empty {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 115px;
    height: 254px;
    background-repeat: no-repeat;
}
.en-widget .en-therm308.en-blue .en-thermometer-empty {
    background-image: url(../images/therm308-blue-empty.png);
}
.en-widget .en-therm308.en-green .en-thermometer-empty {
    background-image: url(../images/therm308-green-empty.png);
}
.en-widget .en-therm308.en-red .en-thermometer-empty {
    background-image: url(../images/therm308-red-empty.png);
}

.en-widget .en-therm146 {
    position: relative;
    width: 146px;
    height: 194px;
}
.en-widget .en-therm146 .en-thermometer-full {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 146px;
    height: 194px;
    background-repeat: no-repeat;
}
.en-widget .en-therm146.en-blue .en-thermometer-full {
    background-image: url(../images/therm146-blue-full.png);
}
.en-widget .en-therm146.en-green .en-thermometer-full {
    background-image: url(../images/therm146-green-full.png);
}
.en-widget .en-therm146.en-red .en-thermometer-full {
    background-image: url(../images/therm146-red-full.png);
}

.en-widget .en-therm146 .en-thermometer-empty {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 61px;
    height: 135px;
    background-repeat: no-repeat;
}
.en-widget .en-therm146.en-blue .en-thermometer-empty {
    background-image: url(../images/therm146-blue-empty.png);
}
.en-widget .en-therm146.en-green .en-thermometer-empty {
    background-image: url(../images/therm146-green-empty.png);
}
.en-widget .en-therm146.en-red .en-thermometer-empty {
    background-image: url(../images/therm146-red-empty.png);
}

/* Callout Values */
.en-widget .en-thermometer-callout-goal, 
.en-widget .en-thermometer-callout-value {
    color: #799fc5;
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0;
    padding: 0;
}
.en-widget .en-blue .en-thermometer-callout-goal, 
.en-widget .en-blue .en-thermometer-callout-value {
    color: #799fc5;
}
.en-widget .en-green .en-thermometer-callout-goal, 
.en-widget .en-green .en-thermometer-callout-value {
    color: #009900;
}
.en-widget .en-red .en-thermometer-callout-goal, 
.en-widget .en-red .en-thermometer-callout-value {
    color: #cc3333;
}


/* (large) */
.en-widget .en-therm308 .en-thermometer-callout-goal,
.en-widget .en-therm308 .en-thermometer-callout-value {
    width: 190px;
    height: 56px;
    font-size: 40px;
    line-height: 1;
}
.en-widget .en-therm308 .en-thermometer-callout-goal {
    top: 66px;
    left: 111px;
}
.en-widget .en-therm308 .en-thermometer-callout-value {
    top: 137px;
    left: 111px;
}

/* (small) */
.en-widget .en-therm146 .en-thermometer-callout-goal,
.en-widget .en-therm146 .en-thermometer-callout-value {
    width: 87px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
}
.en-widget .en-therm146 .en-thermometer-callout-goal {
    top: 30px;
    left: 55px;
}
.en-widget .en-therm146 .en-thermometer-callout-value {
    top: 66px;
    left: 55px;
}

/* Callout Labels */
.en-widget .en-thermometer-callout-goal-label,
.en-widget .en-thermometer-callout-value-label {
    position: absolute;
    z-index: 2;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* (large) */
.en-widget .en-therm308 .en-thermometer-callout-goal-label,
.en-widget .en-therm308 .en-thermometer-callout-value-label {
    color: #999999;
    width: 190px;
    height: 16px;
    font-size: 15px;
    line-height: 1;
}
.en-widget .en-therm308 .en-thermometer-callout-goal-label {
    top: 109px;
    left: 111px;
}
.en-widget .en-therm308 .en-thermometer-callout-value-label {
    top: 183px;
    left: 111px;
}
.en-widget .en-therm308 .en-currency {
    font-size: 20px;
    line-height: 1;
    vertical-align: text-top;
}

/* (small) */
.en-widget .en-therm146 .en-thermometer-callout-goal-label,
.en-widget .en-therm146 .en-thermometer-callout-value-label {
    color: #666666;
    width: 87px;
    height: 11px;
    font-size: 11px;
    line-height: 1;
}
.en-widget .en-therm146 .en-thermometer-callout-goal-label {
    top: 46px;
    left: 55px;
}
.en-widget .en-therm146 .en-thermometer-callout-value-label {
    top: 82px;
    left: 55px;
}
.en-widget .en-therm146 .en-currency {
    font-size: 10px;
    line-height: 1;
    vertical-align: text-top;
}

/* RollCall Widget */
.en-widget .en-rollcall {
}
.en-widget .en-rollcall .en-rollcall-row {
    min-height: 13px;
    background-image: url(../images/rollcall-person.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0.5em 0px;
}
.en-widget .en-rollcall .en-rollcall-row .en-rollcall-name {
    font-weight: bold;
}
.en-widget .en-rollcall .en-rollcall-row .en-comments {
    font-size: 0.8em;
    font-style: italic;
}
.en-widget .en-rollcall .en-rollcall-row .en-target {
    font-size: 0.8em;
    font-style: italic;
}
.en-widget .en-rollcall .en-rollcall-row .en-currency {
}