﻿/* Purpose:  SiteMasterLayout3Col.css is a complementary file to SiteMasterLayout.css.
   Its main purpose is to describe CSS-based layout styles that are specifc to
   the 3-column layouts.  Style definitions in this file should be mutually 
   exclusive of the 2-column version.

   Reminder:  This file is NOT designed for font definitions!

   Revision History:
   -----------------
   2008-Jan - Initial Release for BerkeleyExtranetSite project.  (EYang)
*/

/* V3 = revisiting centering methods.  Changes to background image necessary.
  (EYang, Dec 2007) */

#MasterBodyOuterContainer
{
  /* background: url(images/besBackground/SiteMasterLayout2ColBackground.gif) top right repeat-y; */
  /* background-image: url('images/besBackground/siteMasterLayout3ColShadow2.gif'); */
  background-position: top right;
  background-repeat: repeat-y;
}


#Col3OuterContainer
{
  position: absolute; /* FF change - required a change in .Master file
                         to make Col3 a member of ColSetOuterContainer so that 
                         positioning coordinates would work correctly (EYang, Dec 2007) */
  left: 730px;  /* 719px */
  width: 182px;
  top: 20px;
  z-index: 100;  FF change - Col2OuterContainer overlaps Col3, so 
                   set z-index to make sure Col3 hyperlinks and controls show through 
                   (EYang, Dec 2007) */
  /*border-style:solid;
  border-width:thin;
  border-color: #660000; /*000033;*/
  
}

#Col3InnerContainer
{
	padding: 1px 1px 1px 1px;
	
 
  

	/* you can activate background-color for debugging only, but production 
     implementation includes background image with color of *this* column,
     so background-color definition is redundant  */
	/* background-color: #ffffff; */
}



