body
{
    margin: 0;
}

body > div:first-child
{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 750px;
    max-height: 720px;
}

#ketcher_window a, #ketcher_window img
{
    border-color: #E0E0E0;
    color: #E0E0E0;
    border-width: 0;
    vertical-align: middle;
}

#ketcher_window td
{
    padding: 0;
}

table#ketcher_window
{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    table-layout: fixed;
    background-color: #D8E5F8;
    border-color: white;
    border-style: outset;
    border-width: thin;
}

/*
table#ketcher_window > tr
{
    height: 32px;
}
*/

#main_toolbar
{
    height: 30px;
}
#main_toolbar td img{
    margin: 5px 0;
}
.toolButton, .sideButton
{
    cursor: pointer;
    border:none;
    background-color: #f3f3f3;
    /*vertical-align: middle;*/
    border-radius:5px ;
}
.toolIcon
{
    width: 32px;
    height: 36px;
}

.toolButtonCell
{
    width: 36px;
}

.sideButtonCell
{
    height: 36px;
}

.sideButton
{
    width: 32px;
    height: 32px;
    padding: 1px;
}

.buttonHighlight
{
    border-color: white;
}

.buttonDisabled
{
    opacity: 0.25;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
}

.toolDelimiter
{
    width: 16px;
}

.buttonPressed, .buttonSelected
{
    background-color: #ffffff;
}

#client_area
{
    overflow: auto;
    background-color: white;
    border-color: #E0E0E0;
    border-style: inset;
    border-width: 1px;
    text-align: left;
    width: 100%;
    height: 500px;
    /*height: 100%;*/
}
#client_area svg{
    min-height: 100%;
    min-width: 100%;
}
#elem_table_area
{
    background-color:#ffffff;
    border-style: none;
}
#elem_table_area text{
    font-size: 16px!important;
    font-weight: bold!important;
}
#elem_table_cancel,#elem_table_ok,#reagenerics_table_cancel,#reagenerics_table_ok,#read_cancel,#read_ok,#save_ok{
    height: 30px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    outline: none;
    border: 1px solid #dadada;
    background: #ffffff;
    color: #343434;
}
#elem_table_ok,#reagenerics_table_ok,#read_ok,#save_ok{
    background: #005bac;
    color: #ffffff;
}
#rgroup_table_area
{
    background-color:#E0E0E0;
    border-style: none;
}

#reagenerics_table_area
{
    background-color:#ffffff;
    border-style: none;
}

.dropdownButton
{
    cursor: pointer;
    position: absolute;
    left: 28px;
    top: 28px;
}

.dropdownList
{
    position: absolute;
    z-index: 2;
    left: 6px;
    background-color: #FAFAFA;
    border-style: outset;
    border-width: thin;
    border-color: white
}

.dropdownList > table
{
    font-family: arial;
    font-size:   0.9em;
}

#selector_dropdown_list
{
    top: 43px;
}

#bond_dropdown_list
{
    top: 85px;
}

#template_dropdown_list
{
    top: 170px;
}

#reaction_dropdown_list
{
    top: 295px;
}

#rgroup_dropdown_list
{
    top: 378px;
}

.dropdownListItem
{
    cursor: default;
}

.dropdownListItem > td > div
{
    height: 24px;
    width:  24px;
    float:  left;
    margin-right: 2px;
    margin-top : -3px;
}

.dropdownListDelimiter
{
    background-color: #C0C0C0;
    height: 2px;
}

.highlightedItem
{
    background-color: #C0C0C0;
}

#buffer_frame
{
    display: none;
}

input#input_label
{
    position: absolute;
    z-index:  3;
}

div#window_cover
{
    position: absolute;
    z-index:  4;
    background-color: black;
    left:     0;
    top:      0;
    opacity:    0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    filter:     alpha(opacity=15);
}

div#loading
{
    width:  100%;
    height: 100%;
    background-image:    url('loading.gif');
    background-repeat:   no-repeat;
    background-position: center center;
}

.dialogWindow
{
    position: absolute;
    z-index:  5;
    background-color: #ffffff;
    border-color: #F0F0F0;
    border-style: outset;
    border-width: thin;
    text-align: center;
    left:  10%;
    top:   10%;
}
.dv_periodic{
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.dialogWindow > div > div:first-child
{
    background-color: #D0D0D0;
}

.fileDialog
{
}

.elemTableDialog
{
    left:  5%;
    top:   5%;
}

.chemicalText
{
    width: 320px;
    height: 320px;
    overflow:    auto;
    white-space: pre;
}

.chemicalText_IE
{
    white-space: pre;
}

.dataSGroupValue
{
    width: 320px;
    height: 200px;
    overflow:    auto;
}
