/* startpage */

.i-headcell { 
              overflow: hidden;
              height: 143px;
}

.i-middlecell { 
              overflow: hidden;
              height: 101px;

}

.i-bottomcell { 
              overflow: hidden;
              height: 317px;
              width: 100%;

}

#i-mainframe { 
               vertical-align: top;
               width: 800px;
}

#i-username { 
              z-index: 100;
              position: absolute;
              top: 120px;
              left: 30px;
              padding: 3 5 3 7;
              font-family: verdana; 
              font-size: 12px; 
              color: #4c4c4c;
              font-weight: bold;
              background-color: #F2F2F2;
}

#i-logout-button { 
                   z-index: 100;
                   position: absolute;
                   top: 20px;
                   left: 735px;
 }

#i-leftbar { 
               vertical-align: top;
}

#i-centerbar { 
               vertical-align: top;
               width: 243px;
}

#i-rightbar { 
               vertical-align: top;
               width: 210px;
}


#i-leftheadcell { 
                  background-color: #D2D2D2;
}

#i-centerheadcell { 
                  background-color: #D2D2D2;

}

#i-logincell { 
               float: left;
               height: 100%;
               width: 89px;
               vertical-align: bottom;
}

#i-signoncell { 
               text-align: right;
               float: left;
               height: 100%;
               width: 89px;
               vertical-align: bottom;
}

#i-rightheadcell { 
                  background-color: #B3D9C7;
}


#i-leftmiddlecell { 
}

#i-centermiddlecell { 

}

#i-rightmiddlecell { 

}

#i-leftbottomcell { 
                    padding-left: 100px;
                    background-color: #B9F1F1;
}

#i-centerbottomcell { 
                    background-color: #B9F1F1;
}

#i-rightbottomcell { 
                  background-color: #D2D2D2;

}


