﻿
/*-----------------------------------------------
    Page layout
-----------------------------------------------*/
html, body
{
    overflow: hidden;
}
#container
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#header
{
    margin: 0;
    padding: 0;
    height: 65px;
    width: 100%;
    background-color: #14a414;
}
#left
{
    overflow: hidden;
}
.navhead
{
    position: absolute;
    left: 0px;
    top: 65px;
    height: 35px;
    width: 345px;
    background-color: #eaeaea;
}
.navpanelwrap
{
    position: absolute;
    top: 100px;
    left: 0px;
    bottom: 35px;
    width: 345px;
    background-color: White;
    overflow: hidden;
}
.navpanel
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 345px;
    padding: 0;
    overflow: hidden;
}
.navfoot
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 35px;
    width: 345px;
}
#colcenter
{
    position: absolute;
    top: 65px;
    left: 345px;
    bottom: 0px;
    width: 5px;
    background-color: #14a414;
}
#docheadwrap
{
    position: absolute;
    left: 350px;
    top: 65px;
    height: 35px;
    right: 0px;
    background-color: #eaeaea;
    overflow: hidden;
}
#dochead
{
    width: 100%;
    height: 35px;
}
#docframewrap
{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 100px;
    left: 350px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}
#docframe
{
    position: absolute;
    margin: 0;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/*-----------------------------------------------
    Elements
-----------------------------------------------*/
IFRAME
{
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------
    Classes
-----------------------------------------------*/
.button
{
    height: 35px;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.button A
{
    border-right: buttonface 1px solid;
    border-top: buttonface 1px solid;
    border-left: buttonface 1px solid;
    border-bottom: buttonface 1px solid;
    display: block;
    margin-left: auto;
    width: 140px;
    margin-right: auto;
    height: 20px;
    white-space: nowrap; /*text-decoration: none;*/
}
.button A:hover
{
    border-right: black 1px solid; /*border-top: buttonshadow 1px solid;     border-left: buttonshadow 1px solid;*/
    border-bottom: black 1px solid;
    background-color: buttonface;
}
.button INPUT
{
    height: 20px;
    margin: 0px;
}
.buttontopbg
{
    background-image: url('../img/toolbar-top.gif');
    height: 35px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.buttonbotbg
{
    background-image: url('../img/toolbar-bot.gif');
    height: 35px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.buttonseparator
{
    /*border-right: buttonface 3px solid;     border-top: buttonface 2px solid;     border-left: buttonface 3px solid;     border-bottom: buttonface 2px solid;*/
    width: 1px;
    height: 100%;
    background-color: buttonshadow;
    height: 35px;
    margin: 0px;
}
.searchbutton
{
    border-width: 0px;
    padding: 2px;
    border-style: solid;
    font-weight: bold; /*font-size: 0.85em;*/
    color: #ffffff;
    white-space: nowrap;
    background-color: #333366;
}
.searchtext
{
    border: solid 1px #000000;
    padding: 0 0 2pt 0; /*font-size: 10pt;*/
    line-height: 15pt;
    z-index: 1;
    text-indent: 3px;
    width: 180px;
}
.pick A
{
    text-decoration: none;
}
.nopick A
{
    text-decoration: underline;
}

