.main_body {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    resize: none;
    background-color: #ffffff;
    color: #000000;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: black;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: black;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: black;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;

}

.window_background {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*position: relative;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    resize: none;
    background: transparent;
    /*color: lightblue;*/
    /*background-color: lightblue;*/
    z-index: 10000;
}

.window_container {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    /*
    top: 0px;
    left: 0px;
    float: none;
    vertical-align: baseline;
    width: 300px;
    height: 200px;
    */
    /*
    min-width: 480px;
    min-height: 320px;
    max-width: 800px;
    max-height: 600px;
    */
    overflow: hidden;
    resize: both;
    background-color: #f8f8f8;
    color: #000000;
    border-collapse: collapse;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e0e0e0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e0e0e0;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e0e0e0;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e0e0e0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    box-shadow: 8px 8px 4px #b0b0b0;

}

.window_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    resize: none;
    border: none;/*1px solid #e0e0e0;*/
    margin: 0px;
    padding: 0px;

}

.window_header_row {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-start;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    resize: none;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    margin: auto;
    padding: 0px;
    text-align: center;
}

.window_header_left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: left;
    width: auto;
    height: 100%;
    float: left;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.window_header_right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: right;
    width: auto;
    height: 100%;
    float: right;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.window_header_center {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: auto;
    height: 100%;
    float: none;
    overflow: hidden;
    resize: none;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.window_footer_row {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-end;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    resize: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: auto;
    padding: 0px;
    text-align: center;
}

.window_footer_left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: left;
    width: auto;
    height: 100%;
    float: left;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.window_footer_right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: right;
    width: auto;
    height: 100%;
    float: right;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

.window_footer_center {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: auto;
    height: 100%;
    float: none;
    overflow: hidden;
    resize: none;
    border: none;
    margin-top: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}




.window_top_row {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-start;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    resize: none;
    background-color: #fcfcfc;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: auto;
    padding: 0px;
    text-align: center;

}

.window_top_content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: left;
    width: auto;
    height: 100%;
    float: left;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 0px;
}





.window_bottom_row {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: flex-end;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    resize: none;
    background-color: #fcfcfc;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: auto;
    padding: 0px;
    text-align: center;
}

.window_bottom_content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: relative;
    vertical-align: middle;
    text-align: left;
    width: auto;
    height: 100%;
    float: left;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 0px;
}


.window_center_row {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-self: stretch;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    resize: none;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    margin: auto;
    padding: 0px;
    z-index: 10;
}

.window_content_wrapper {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: auto;
    height: auto;
    vertical-align: top;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    resize: none;
    border: none;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    white-space: nowrap;
}

.window_content {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: middle;
    float: left;
    /*
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    */
    overflow: hidden;
    resize: none;
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    /*background-color: yellow;*/
}

.progress_text_wrapper {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    left: 0px;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 8px;
    /*background-color: lawngreen;*/
}

.progress_element_wrapper {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    vertical-align: top;
    left: 0px;
    overflow: hidden;
    resize: none;
    border: none;
    margin: 0px;
    padding: 8px;
    /*    background-color: magenta;*/
}
.progress_element {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 15px;
    background-color: #d0d0d0;
    border: 0;
    border-radius: 2px;
    color: lawngreen;

}
.progress_element[value] {
    border: 0;
    border-radius: 2px;
}
.progress_element::-webkit-progress-bar {
    box-sizing: border-box;
    width: 100%;
    height: 15px;
    background-color: #d0d0d0;
    border: 0;
    border-radius: 2px;
}
.progress_element::-webkit-progress-value {
    background-color: lawngreen;
}
.progress_element::-moz-progress-bar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 15px;
    background-color: #d0d0d0;
    border: 0;
    border-radius: 2px;
}

.progress_element[value]::-moz-progress-bar {
    background-color: lawngreen;
}


div.button_container {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    height: auto;
    width: auto;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 1px;
    border: none;
    padding: 0px;
    background: transparent;
}

a.button
{
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: auto;
    width: auto;
    min-width: 75px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    font-family : Tahoma;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-left-color: #a0a0a0;
    border-top-color: #a0a0a0;
    border-right-color: #707070;
    border-bottom-color: #707070;
    box-shadow: 1px 1px 0px 0px #b0b0b0;
    /*background: linear-gradient(#f0f0f0, #e0e0e0, #f0f0f0);*/
    background: linear-gradient(#f0f0f0, #e0e0e0);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

a.button:hover
{
    color: #000000;
    border-width: 1px;
    box-shadow: 2px 2px 0px 0px #b0b0b0;
    /*background: linear-gradient(#f0f0f0, #e0e0e0, #f0f0f0);*/
    background: linear-gradient(#f0f0f0, #e0e0e0);
    border-left-color: #707070;
    border-top-color: #707070;
    border-right-color: #505050;
    border-bottom-color: #505050;

}

a.button:active
{
    color: #000000;
    border-width: 1px;
    box-shadow: 2px 2px 0px 0px #b0b0b0 inset;
    /*background: linear-gradient(#f0f0f0, #d0d0d0, #f0f0f0);*/
    background: linear-gradient(#f0f0f0, #d0d0d0);
    border-left-color: #707070;
    border-top-color: #707070;
    border-right-color: #505050;
    border-bottom-color: #505050;
}

a.white
{
    color: #000000;
    border-left-color: #d4d4d4;
    border-top-color: #d4d4d4;
    border-right-color: #a4a4a4;
    border-bottom-color: #a4a4a4;
    box-shadow: 1px 1px 0px 0px #c4c4c4;
    /*background: linear-gradient(#f8f8f8, #e8e8e8, #f8f8f8);*/
    background: linear-gradient(#f8f8f8, #e8e8e8);

}


a.white:hover
{
    color: #000000;
    border-width: 1px;
    box-shadow: 2px 2px 0px 0px #c4c4c4;
    /*background: linear-gradient(#f8f8f8, #e8e8e8, #f8f8f8);*/
    background: linear-gradient(#f8f8f8, #e8e8e8);
    border-left-color: #a4a4a4;
    border-top-color: #a4a4a4;
    border-right-color: #747474;
    border-bottom-color: #747474;

}

a.white:active
{
    color: #000000;
    border-width: 1px;
    box-shadow: 2px 2px 0px 0px #c4c4c4 inset;
    /*background: linear-gradient(#f8f8f8, #d8d8d8, #f8f8f8);*/
    background: linear-gradient(#f8f8f8, #d8d8d8);
    border-left-color: #a4a4a4;
    border-top-color: #a4a4a4;
    border-right-color: #747474;
    border-bottom-color: #747474;
}





a.small
{
    font-size: 11px;
    min-width: 55px;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}
div.inline_button_container {
    display: inline;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    height: auto;
    width: auto;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0px;
    border: none;
    padding: 0px;
    background: transparent;
}

table.data_grid
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    norder:none;
    /*
    border-style: solid;
    border-collapse:collapse;
    border-width: 1px;
    border-color: magenta;
    */

    text-align: left;
    vertical-align: baseline;
}
tr.data_grid
{
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: baseline;

}
th.data_grid
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: auto;
    text-align: left;
    vertical-align: baseline;
    font-style: normal;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}
td.data_grid
{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: baseline;
    font-style: normal;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}
div.data_grid_head
{
    position:absolute;
    top:9px;

}


.arrow-up {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid black;

}

.arrow-down {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid black;
}

.arrow-right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid black;
}

.arrow-left {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right:14px solid black;

}










.small-arrow-right-black {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid black;
}

.small-arrow-right-white {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: 0px;
    left:0px;
    vertical-align: middle;
    text-align: center;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid white;
}


.circle-blue{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: 0px;
    left:0px;
    vertical-align: middle;
    text-align: center;
    height: 14px;
    width: 14px;
    margin: 0px;
    padding: 0px;
    border-radius: 50%;
    background-color: #3498db;

}
.help_question{
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left:0px;
    vertical-align: top;
    text-align: center;
    color:white;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: bold;

}