/*
# ------------------------------------------------------------------------
# TDP13  --  Copyright (c) 2019 by Solution Management, Inc.
#
# This application is copyrighted by and is the sole property of
# Solution Management, Inc..  All rights, title, ownership, or other
# interests in TDP13 remain the property of Solution Management.
# TDP13 may only be used in accordance with the TDP13 User License
# Agreement.  Any un-authorized use, duplication, transmission,
# distribution, modification, derivation, or reverse-engineering of
# this software is expressly forbidden.
#
# This Copyright notice may not be removed or modified without prior
# written consent of Solution Management, Inc..
#
# Solution Management, Inc.
# P.O. Box 2266
# Washington, MO  63090                    http://www.solutionm.com
# ------------------------------------------------------------------------
*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
/*    background-image: url("images/body_bg.gif");
    background-position:center;
    background-repeat: repeat; */
    background-color: #CCCCCC;
/*    color: #323232; */
    font-family: verdana,helvetica,sans-serif;
    font-size: 100%;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0 none;
}

a {
    color: #0040B8;
    text-decoration: none;
}

select { font-family: verdana,helvetica,sans-serif; color: #000; font-size: 8pt }
select[disabled] { background-color: #eee; font-family: verdana,helvetica,sans-serif; color: #999; font-size: 8pt }
input { font-family: verdana,helvetica,sans-serif; color: #000; font-size: 8pt }
input[disabled] { background-color: #eee; font-family: verdana,helvetica,sans-serif; color: #999; font-size: 8pt }

#page-wrapper {
/*
    margin-left: auto;
    margin-right: auto;
    width: 960px;
*/
}

#page {
	background-color: #ffffff;
/*	background-image: url("images/chapter_13_trustee_webpage002b01.jpg"); */
	position        : relative;
	width           : 702.00pt;
/*	height          : 975.00pt;*/
	text-align      : left;
	margin-left     : auto;
	margin-right    : auto;
        box-shadow: 5px 11px 21px rgba(0,0,0,0.25);
}

#header {
    overflow: visible;
    word-wrap: break-word;
    z-index: 3;
    display: block;
    background: url("images/header-bg.jpg");
    padding: 10px;
    background-color: #e0d7b6;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}

#logo-title {
    margin: 0 0 0 0;
}

#logo {
    text-align: right;
    color: #564533;
    font-weight: bold;
    margin: 0 40px 0 0;
    font: bold 16pt 'Tahoma', cursive;
}

#logo a {
    color: #564533;
    text-decoration: none;
}

#main-wrapper {
    position: relative;
    display: block;
}

#navigation {
    height: 32px;
    width: 100%;
    overflow: visible;
    word-wrap: break-word;
    border-bottom: 2px solid #ffffff;
    border-top: 0px solid #608EA4;
    color: #564533;
    display: block;
    font-weight: bold;
    background-color: #ffffff;
    /*background: url("images/header-bg.jpg");*/
}

#navtitle {
    padding-left: 20px;
    line-height: 32px;
}

#content {
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 400px;
    background-color: #ffffff;
    width: 702pt;
    margin-left: 0pt;
}

#innercontent {
    padding: 10px;
    font-size: 9pt;
}

#innerinnercontent {
    overflow: auto;
    max-height: 289px;
}

#footer {
    /* background-color: #1D526D;*/
    border-top: 0px solid #204E66;
    color: #999999;
    text-align: center;
    font-size: 0.75em;
    line-height: 1.333em;
}

#footercontent {
    padding: 20px;
}

#message {
    border-top: 0px #777777 solid;
    border-left: 0px #777777 solid;
    border-bottom: 0px #777777 solid;
    border-right: 0px #777777 solid;
    background-color: #FFFFFF;
    text-align: center;
    top: 20px;
    /*right: 37.5pt;*/
    color: #1D526D;
    font-weight: bold;
    display: none;
    z-index: 99;
    font-size: 16px;
    width: 702pt;
    position: absolute;
}

.blankHeaderTD {
    font-size: 1.3em;
    color: #323232;
    font-weight: bold;
    font-family:Verdana;
}

.blankHeaderTDCtr {
    font-size: 1.3em;
    color: #323232;
    font-weight: bold;
    font-family:Verdana;
    text-align: center;
}

.blankLabelTDRight {
    text-align: right;
    vertical-align: top;
}

.blankDataTDLeft {
    text-align: left;
    vertical-align: top;
}

.blankDataTDCtr {
    text-align: center;
    vertical-align: top;
}

.caseDataTDRight {
    text-align: right;
    vertical-align: top;
    border-top: 1px solid #c0c0c0;
}

.caseDataTDLeft {
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #c0c0c0;
}

.caseDataTDRightFirst {
    text-align: right;
    vertical-align: top;
}

.caseDataTDLeftFirst {
    text-align: left;
    vertical-align: top;
}

.noresultsTD {
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.uploadedpending {
    color: #881a00;
    font-size: 8pt;
}

.uploadedxferd {
    color: #245e00;
    font-size: 8pt;
}

.tratty {
    color: #881a00;
}

a.tratty {
    color: #881a00;
    text-decoration: none;
}

