﻿/* Purpose:  SiteMasterLayoutNOCol.css is a complementary file to SiteMasterLayout.css.
   Its main purpose is to describe CSS-based layout styles that forego the multi-column
   style layout completely.  Style definitions in this file should be mutually 
   exclusive of the 3-column and 2-column versions.

   Reminder:  This file is NOT designed for font definitions!

   Revision History:
   -----------------
   2008-Nov- Initial Release for BerkeleyExtranetSite project.  At this time, the
   'no column' approach may be regarded as temporary, as the only reason we need it 
   is for the Google-enabled version of SearchMain.aspx.  (EYang)
*/

#MasterBodyOuterContainer
{
  background-image: url('images/besBackground/siteMasterLayoutNoColShadow.gif');
  background-position: top right;
  background-repeat: repeat-y;
}

/* ALERT! To maximize reuse of pre-existing CSS layout definitions, we continue using
   MasterBodyOuterContainer - ColumnSetOuterContainer - Col2OuterContainer infrastructure
   even though this is the 'no column' layout (EYang, Nov 2008)
*/
#Col2OuterContainer
{
	/* 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  */
  xxxbackground-color: #ffffff;
  left: 50px;
}

#Col2InnerContainer
{
  xxxwidth: 870px;
}


#GoogleSearchOuterContainer /* this container not needed? */
{
  position: relative;
  
  margin-top: 0px;
  padding-top: 0px;
  /* unable to center the overall Google output */
  xxxmargin-left: auto;
  xxxmargin-right: auto;
  xxxwidth: 800px;
}

#SearchImageContainer
{
  display: block; /* due to vertical spacing issues in whitespace, cannot allow Search.gif to show
                    right now (EYang, Nov 2008) */
  xxxpadding-top: 30px;
    
  background-image: url('images/besPortalHeader/Search.gif');
  background-position: top left;
  background-repeat: no-repeat;  
  width: 95px;
  height: 50px;
  margin-bottom: 5px;
  
  xxxposition: absolute;
  xxxleft: 0px;
  xxxtop: 4px;
  xxxmargin-right: 20px;
}

#GoogleSearchControlsInnerContainer
{
  position: relative;
  top: 0px;
  left: 0px; /* = 100px - due to vertical spacing issues in whitespace, cannot allow Search.gif to show
                  right now (EYang, Nov 2008) */
  
  xxxmargin-top: 20px;
  xxxwidth: 300px;
  xxxmargin-left: auto;
  xxxmargin-right: auto;
}

.innerContentFooter
{
  display: none;
}
