/*
*************************************************
** File Name: search_layout.css
** Author: Steve Davies
** Create Date: 5/11/2005  
** 
*************************************************
** Change Log:
**
** 2006-04-18  S. Davies - temporarliy hid "mainContentLeft" until
**                      the Site ID's associated with each "Site" checkbox
** 					 can be auto-generated from the database in a custom tag.
**                      Also,  changed the "left" setting to  20%  (down from 30%)
** 					 to center the remaining elements of the form on any derived pages.
** 
** 2009-01-15  S. Davies -  Adjusted the height of "rightNavBar" from 60% to 59.5%,
**                      to eliminate an overhang into "mainOuter", in Mozilla.
** 
** 2009-04-24  S. Davies -  Within rightNavBar, removed a rule regarding margin-left for
**                      all SPANs within navBarBreadcrumb DIV. It was too overreaching,
**                      and pushed the TextSizer links to a lower line and out of view.
**
** 
*************************************************
**  begin style sheet file
*/

form p {
        margin-top: 1%;  
}

form p.frmEl1 {
        margin-left: 1%; 
        margin-top: 1%;  
}

form p.frmEl2 {
        margin-left: 7%;  
}

form p.frmEl3 {
        margin-left: 15%;  
}


form#form1 fieldset {
    width: 70%; 
}

form#form1 fieldset p {
    margin-left: 1em; 
}



/*  ******* primary "internal" areas  - header ************  */
div#rightNavBar {
    top: 39.5%;
    height: 59.5%;
}


/*  ******* primary "internal" areas  - main  ************  */
div#mainContentLeft {
    top: 0;
    left: 0;
    width: 30%; 
    z-index: 1;
    border: none;
	display: none  !important;  /*  temp hiding -see Change Log */ 
}

div#mainContentRight {
    top: 0;
    left: 20%;  /*  set this back to 30%; -see Change Log */
    width: 70%; 
    z-index: 1;
}



/*  ******* primary "internal" areas  - footer  ************  */


div#rightFooter {
    left: 15%;
    width: 85%; 
}



/*
************ secondary internal areas - top right *************
*/

div#navBarTop {
	height: 30%;
	z-index: auto;
}


div#navBarTop span {
    margin-left: .5%;
}


div#navBarBreadcrumb {
	height: 34%;
	z-index: auto;
}




/*  end of stylesheet file */

