/*
*************************************************************
** File Name: doc_layout.css
** Author: Steve Davies
** Desc: rules for the "doc" template series 
** Create Date: 3/20/2005
**
** Change Log:
** 2005-09-30  S. Davies - factored out rules that are common to all Type II ("horizontal") templates:
**                                   - moved them up to horiz_layout.css
**
** 2006-05-12  S. Davies - added rules specific to the "Memo" doc template
**
****************************************************************
**  begin style sheet file
*/


/************BEGIN: strategic, dynamically-controlled areas for Doc printing ****************/

/*
************* internal areas for topOuter - right side ************
*/

/*
div#headerBizInfo {
	display: none; 
}
*/

/*
************* END: internal areas for topOuter - right side ************
*/




/*
************** BEGIN: strategic, dynamically-controlled areas for Doc printing - internal areas - Main ****************
*/


/*  this div does NOT get displayed on the screen, as a default    */
div#mainContentTop {
	display: none;
}


/************END:  strategic, dynamically-controlled areas for Doc printing ****************/



/*
************** BEGIN: detailed internal areas - Footer ****************
*/

div#leftFooter a {
	margin-top: .5em;
 	margin-left: 1em;
	display: block; 
}

/*
************** END:  detailed internal areas - Footer ****************
*/



/*  ------------------  BEGIN:  "screen" styles for the "Memo" Doc template-derived pages ----------------------  */

/*  note: see content structure in "displayMemoInfo.cfm"  */

table#memo {
    margin-top: 1em;
    padding: 0.15em;
    color: black;
/*    border: 1px dashed green; */
}


table#memo  td {
   padding-bottom: 0.5em;
   vertical-align: top;
   text-align: left;
/*    border: 1px dashed blue; */   
}


table#memo td.memoParmLabel {
    font-weight: bold;
    color: #036;
    text-align: right;
    white-space: nowrap;
/*    border: 1px dashed red; */   
}

/*   -----------------  */

h2#memoHeading {
    width: 99.5%;
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.3;
    text-align: center;
}

/*   -----------------  */

div#memoSubject {
    margin: 1.3em 0;
    line-height: 1.3;
    color: black;
}


div#memoAbstract {
    margin: 1.3em 0;
    line-height: 1.3;
    color: black;
}


div#memoRepeatingFooter {
   margin-top: 1.5em;
   border-top: 0.10em solid silver;
   padding-top: 0.5em;   
}


/*  ----------------  end:  "screen" styles for the Memo "doc" template-derived pages --------------------  */



/*  end of stylesheet file */

