@charset "utf-8";

/*********************************************************************
 *                                                                   *
 * Copyright (C) LANSA Group. All rights reserved                    *
 *                                                                   *
 *********************************************************************/

body
{
    border: 0px ;
    margin-right: 5px ;
    margin-left: 5px ;
    margin-top: 1px ;
    margin-bottom: 1px ;
    background-color: #F0F0F0 ;     /* frame background color */
    font-size: 11px ;
    font-style: normal ;
    font-weight: normal ;
    font-family: arial, helvetica, san-serif ;
}

#buttons
{
    float: right ;
    padding-right: 5px ;
}

.content
{
    width: 100% ;
    height: 100% ;
    overflow-y: hidden ;
}

.scroller
{
    /*
        Terminal border must be defined inline

        (see div id="term_holder" class="scroller" in ts_frame.html)

    */

    overflow: auto ;
}

#throbber
{
    top: -1px ;
    cursor: pointer ;
    position: relative ;
}

.zoom_image
{
    top: 0px ;
    border: 0px ;
    cursor: pointer ;
    padding-left: 1px ;
    padding-right: 1px ;
    position: relative ;
    vertical-align: middle ;
}

/*
    Added to correct position of print button PTF1AX0017 (Apr 04)
*/

.print_image
{
    border: none ;
    cursor: pointer ;
    margin-left: 2px ;
    margin-right: 0px ;
    margin-bottom: 2px ;
    vertical-align: middle ;
}

.bottommenu
{
    padding-top: 1px ;
    background-color: #F0F0F0 ;
}

.watermark
{
    float: right ;
    margin-top: 0px ;
}

.menu_inner
{
    float: left ;
    padding-left: 5px ;
    padding-right: 0px ;
}

.menu_image
{
    border: none ;
    margin: 0px 0px 0px 0px ;
    cursor: pointer ;
    vertical-align: middle ;
}

.menu_item
{
    float: left ;
    color: black ;
    margin: 3px 15px 0px 0px ;
    background-color: #F0F0F0 ;
    text-decoration: none ;
}

.menu_item:hover
{
    color: white ;
    background-color: #3399FF ;
}

.menu_item:active
{
    color: white ;
}

.OVR_item
{
    top: 2px ;
    color: black ;
    padding-left: 2px ;
    padding-right: 2px ;
    position: relative ;
    vertical-align: bottom ;
    text-decoration: none ;
}

.OVR_item:hover
{
    color: white ;
}

.popup_menu
{
    top: 0px ;
    left: 0px ;
    width: 100% ;
    height: 100% ;
    display: none ;
    position: absolute ;
    background-color: #F0F0F0 ;
}

.popup_menu_inner
{
    width: 100% ;
    height: 100% ;
    background: transparent ;

    /*
       ---------
       |
       |
    */

    border-top: 1px solid #999 ;
    border-left: 1px solid #999 ;

    /*
               |
               |
       ---------
    */

    border-right: 1px solid #333 ;
    border-bottom: 1px solid #333 ;
}

.popup_item
{
    width: 100% ;
    cursor: pointer ;
    color: black ;
    margin-left: 0px ;
    padding-left: 5px ;
    line-height: 1.5em ;
    vertical-align: middle ;
    text-decoration: none ;
    background: transparent ;
    font-size: 11px ;
    font-weight: normal ;
    font-family: arial ;
}

.popupSelected
{
    background-color: white ;
}

.popup_item:hover
{
    color: white ;
    background-color: #3399FF ;
}

.popup_line
{
    margin: 2px ;
    height: 1px ;
    padding: 0px ;
    overflow: hidden ;
    border-bottom: 1px solid black ;
}

.popup_header
{
    padding: 0px ;
    cursor: default ;
    margin: 8px 5px 8px 5px ;
    font-size: 11px ;
    font-weight: bold ;
    font-family: verdana, arial, san-serif ;
    text-align: center ;
    color: #555 ;
}

.popup_sel
{
    float: right ;
    border: none ;
    color: #2e6194 ;
    background: transparent ;
    font-size: 8pt ;
    font-weight: bold ;
    font-family: arial ;
}

.menu_sel
{
    color: #333 ;
    height: 5px ;
    padding: 0px ;
    margin-bottom: 1px ;
    font-size: 11px ;
    font-weight: normal ;
    font-family: arial ;
    vertical-align: bottom ;
}

.about
{
    width: 350px ;
    height: 220px ;
    border-style: solid ;
    border-color: #ff8b3f ;
    border-width: 1px ;
    color: #333333 ;
    background: white ;
    padding-left: 10px ;
    padding-right: 0px ;
    padding-top: 10px ;
    font-size: 11px ;
    font-family: verdana, arial, helvetica, san-serif ;
}

.aboutbutton
{
    cursor: pointer ;
    color: black ;
    background-color: white ;
    vertical-align: middle ;
    line-height: 14px ;
    text-transform: none ;
    font-size: 12px ;
    font-weight: bold ;
    font-family: arial, helvetica, san-serif ;
}

.mainheader
{
    width: 100% ;
    margin: 0px ;
    padding: 0px ;
}

#minitabs
{
    margin: 0px ;
    padding: 0px 0px 0px 0px ;
    vertical-align: middle ;
}

li
{
    margin: 0px ;
    padding: 0px ;
    display: inline ;
    list-style-type: none ;
}

#msgbar
{
    float: left ;
    margin-top: 0px ;
    margin-bottom: 4px ;
    margin-left: 0px ;
    height: 23px ;
    padding-top: 2px ;
    padding-left: 2px ;
    width: 100% ;
    font-size: 11px ;
    font-style: normal ;
    font-weight: normal ;
    font-variant: normal ;
    font-family: arial, helvetica, san-serif ;
    color: black ;
    text-decoration: none ;
}

#throbber1, #throbber0
{
    margin-top: 1px ;
    margin-right: 2px ;
}

#throbber0
{
    display: none ;
}

#throbber1
{
    display: inline ;
}

.msg_disabled
{
    background-color: #ddd ;
}

.clearMessage
{
    float: left ;
    cursor: pointer ;
    margin-top: 0px ;
    vertical-align: middle ;
}

option.high
{
    background-color: #ffbe93 ;
}

option.low
{
    background-color: #fff ;
}

.key_desc
{
    float: left ;
    padding-right: 2px ;
    padding-left: 0px ;
}

.key_val
{
    float: right ;
    padding-right: 3px ;
    padding-left: 2px ;
}

.tabbutton
{
    top: 1px ;
    float: left ;
    margin-right: 1px ;
    margin-left: 0px ;
    position: relative ;
}

popup_checkbox
{
    cursor: pointer ;
    color: #555 ;
    margin-left: 0px ;
    line-height: 2em ;
    vertical-align: middle ;
    text-decoration: none ;
    background: transparent ;
    font-size: 8pt ;
    font-weight: bold ;
    font-family: arial ;
}
