/*---------------------------------------------
  stylesTre.css  10-20-2005   (RSVP)
 
  Custom/overridden styles for TexasRE.
 *-------------------------------------------*/

#TopBar 
{
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid darkblue;
    background: white;
/*    background-color: khaki; /* */
    z-index: 5;
}

#MenuBar 
{
    position: absolute;
    height: 24px;
    margin: 0;
    width: 100%;
    top: 109px;
    display: block;
    left: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
    border-bottom: 1px solid darkblue;
    background: #ffffff; /*WhiteSmoke; */
/*    background-color: mediumpurple; /* */
    z-index: 6;
}

#MainContent 
{
    position: absolute;	
    left: 0; 	
    top: 111px;
    bottom: 20px;
    width: 100%;
    background: #ffffff;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContent
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 111px solid white;
    border-bottom: 20px solid white;
}

#MainContentWithMenu
{
    position: absolute;	
    left: 0; 	
    top: 134px;
    bottom: 20px;
    width: 100%;
    background: white;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContentWithMenu
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 134px solid white;
    border-bottom: 20px solid white;
}

#MainContentWithBtns
{
    position: absolute;	
    left: 0; 	
    top: 111px;
    bottom: 55px;
    width: 100%;
    background: white;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContentWithBtns
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 111px solid white;
    border-bottom: 55px solid white;
}

#MainContentWithMenuAndBtns
{
    position: absolute;	
    left: 0; 	
    top: 134px;
    bottom: 55px;
    width: 100%;
    background: white;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContentWithMenuAndBtns
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 134px solid white;
    border-bottom: 55px solid white;
}

/* ------------------------------------------------------------ */
.viewDataBlock 
{
    background-color: white;
}

.viewDataBlock2 
{
    background-color: #C4D8E2;
}

.pageTitle
{
    color: #948671;
}

.formTitle
{
    color: #948671;       
}

.sectionTitle
{
    color: #948671;
}

.subSectionTitle 
{
    color: #948671;
}

.titleBlock 
{
    background-color: #26408F;
    color: khaki;
}
