/*
 * Custom Styles
 * Brick Arch Design
 * January 12, 2014  W. Schleter (wschleter@gmail.com)
*/

.warning {
    color: red;
}


/*input:focus,input:active {background-color: cyan;}*/


.comment {
    color: green;
    background-color: yellow;
}

table {
    empty-cells: show;
}

.fineprint {
    font-size: 0.7em;
}
@media print {
.noPrint {
    display:none;
}
}

.hide {
    display:none;
}

.number_input {
    width: 4em;
    height: 2em;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1em;
    background-color: #ccccff;
    border-color: #4444ff;
    border-width: 2px;
    }
    
.adjust_button {
    vertical-align: middle;
    width: 4em;
    height: 3em;
    background-color: #ccffcc;
    -moz-border-radius: 1em;
    border-radius: 1em;
    }

#result_details {
    overflow:auto; height:128px;
    margin: 10px;
    border: 1px solid green;
}

#result_status {
    display: inline;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
}

#result_image {
    display: inline;
    vertical-align: middle !important;
    width: 32px;
}

#header {
    
}

#sketch {
    padding: 8px;
}
#footer {
    font-size: small;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-color: #4444ff;
    border-width: 3px;
    background-color: #ccccff;
    background-image: none;
}

.std_label {
    display: inline-block;
    width: 12em;
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}