﻿/********* IMPORTS **************/
@import url("../Layout.css");

/********************************/


/*********** GENERIC ************/
html
{
  width: 100%;
  height: 98%;
}

body
{
  width: 100%;
  height: 98%;
    overflow: visible; 
    margin-left:0px;
    margin-right:0px;
}

form
{
  margin: 0;
  padding: 0;
}
/*******************************/


/******* PRINCIPAL SLOTS *******/
#headerSlot
{
    height: 80px;
    width: 100%;
    display: block;
 
}

#appBanner img
{
 vertical-align: middle
}

#bodySlot
{
  width: 100%;
  overflow:visible;
  
}

#footerSlot
{
  clear: both;
  width: 100%;
  /* background: #fff url(../../Resources/Images/footer.gif) repeat-x;*/
  color: #fff;
  font-size: 8pt;
  text-align: center;
}
/*******************************/


/****** BODY SLOT CONTENT ******/
#panelBarSlot
{
    float: left;
    width: 200px;
    overflow: visible; 

    position:relative;
    left:39px;
  /*height: 100%;
   background-color: #F3F3F3;
    
    left: 39px;
    position: absolute;
    top: 90px;*/
}

#workingSlot
{
  margin-left: 270px;
  margin-right:10px;
}
/********************************/


/***** WORKING SLOT CONTENT *****/
#infoBarSlot
{
    float: left;
    height: 32px;
    width: 100%;
    color: #336699;
    font-family: Verdana;
    font-size: 14pt;
    margin-top: 0px;
    border-bottom: #ff9900 1px solid;
    text-align: center;
}

#ajaxSlot
{
  float: left;
  width: 100%;
}

/********************************/


/********* GENERIC SLOT *********/
#genericSlot
{
  float: left;
  width: 100%;
  
}

#viewSlot
{
    float: left;
    width: 100%;
    border: #6788be 1px solid;
}
/********************************/


/********** STATUS BAR **********/

#statusBarContainer
{
  position: absolute;
  left: 0;
  bottom: 0px;
  
  width: 100%;
  height: 22px;
  z-index: 9999999;

  background-color: Gray;
  color: White;
  font-family: Verdana;
  font-weight: bolder;
  font-size: 11pt;
}

#statusBar
{
  padding-left: 4px;
  padding-top: 1px;
}

/********************************/


