html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
}

#content {
width: 1026px;
height: 769px;
margin: 0 auto;
text-align: left;
overflow:auto;
z-index: 999;

}

.column {
width: 50%;
position: absolute;
top: 0;

 border-style:solid;
border-width:0px;
border-color:BLUE;
z-index: -999;

}

.left {left: 0;}
.right {right: 0;}

#leftcol {
margin-right: 400px;

height: 1000px;
overflow: hidden;

}
#rightcol {
margin-left: 512px;
height: 1000px;
background-image: url(/images/LifeizBack.jpg);
overflow: hidden;

 border-style:solid;
border-width:0px;
border-color:RED;

}
#this_is{
position: relative;
}

.vscrollerbar {
background-image: url(/images/HighScrollBar3.png);
width: 19px;
/* following is the bit that allows us fixed height scrollbars */
height: 400px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(/images/HighScrollBar3.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/

}


.popUp { 
   position: absolute; 
   text-align: center; 
   padding: 0px; 
   border: 0px solid black; 
  /* background: rgb(205,205,205);*/
   width: 530px;
   height: 375px;
   z-index:9999
   
}

.PopupHorizontal
{
   width: 100%;
   height: 22px; 
}

.PopupHorizontalMiddle
{
   width: 484px;
   height: 22px; 
  float: left;
   background: rgb(201,201,202);
}

.PopupContent
{
   width: 529px;
   height: 375px; 
   float: left;
   background: rgb(201,201,202);
   
}


.popUpTopLeft {
   float:left;
   width: 23px;
   height: 22px; 
  background: url(/images/Corner-TopLeft.png) 0 0 no-repeat
}

.popUpTopRight { 
   float:left;
      width: 22px;
   height: 22px; 
   cursor: pointer;
   background: url(/images/Corner-TopRight.png) 100% 0% no-repeat;
 
}

.popUpBottomRight { 
      width: 23px;
   height: 22px; 
   float:left;
   background: url(/images/Corner-BottomRight.png) 100% 100% no-repeat;
}

.popUpBottomLeft { 
      width: 22px;
   height: 22px; 
   float:left;
   background: url(/images/Corner-BottomLeft.png) 0% 100% no-repeat;
}




.SectionContent
{
   font-family: Myriad Pro,Arial,trebuchet ms,sans-serif, Verdana, Geneva, Helvetica;
   font-size: 10pt;
   border-style:solid;
   border-width:0px;
   
}



