/*
*************************************************
** File Name: list_layout.css
** Author: Steve Davies with K. Webb
** Create Date: 1/30/2005
**  
*************************************************
** Change Log:
**
**  06/27/2005 - S. Davies: factored out  "left side" styles to create
**                        the vert_layout_left.css file
**
**  06/29/2005 - S. Davies: factored out "right side" styles to create
**                        the vert_layout_right.css file
**
**  03/20/2009 - S. Davies: for table#docList, added a rule that would
**                        apply a bold font-weight on all table datas classed as 
**                       "docTopic" within table rows classed as "displayAlwaysAtTop".
**
**  04/08/2009 - S. Davies: added rules for div#processingCue, currently
**                       rendered only on 'search results' list pages.
**                             
**  06/26/2009 - S. Davies: added rules for "div#mainContent p.resultsInfo"
**                        and "div#processingCue p.searchCriteria", to style a 
**                        new block of "Search Criteria" information.
**
*************************************************
**  begin style sheet file
*/


/********* BEGIN: primary right-side subcontainers *************/


div#mainContent {
    /* padding: 1em 0 0 1em; */
    overflow: auto;
    z-index: auto;
/* debug */
/*	border: 1px dashed red; */
}


div#rightFooter {
    z-index: auto;
}


/******* END: primary right-side subcontainers *************/



/* ****  BEGIN:  type-specific internal areas - right side ***** */


/*  --- begin: 2009-04-08 S. Davies ---*/

div#mainContent  div#processingCue {
   font-family: Verdana, sans-serif;
   margin: 7% 0 0 12%;

   /* adjust this to affect a 'width' sizing of the Ad box */
   padding-right: 6.5em;
}


div#mainContent p.resultsInfo {
   margin: 2em 0 0 12%;
   font-size: 0.95em;
}


div#processingCue p.searchCriteria {
   margin: 0;
   font-size: 0.95em;
}


  div#processingCue #cueSearchCriteria
, div#processingCue #cueMsg {
   font-size: 1.1em;
   color: #666666;
}


div#processingCueAd  {
   padding: 0 0.5em 0 0.5em;
   border: 1px solid silver;
   background: #F0F0F0;
   margin: 2em 0 0 0;
}


div#processingCueAd #cueAdHdr {
   font-size: 1em;
   font-style: italic;
   color: #666666;
}


div#processingCueAd p {
   font-size: 0.9em;
}

/*  --- end: 2009-04-08 S. Davies ---*/


div#mainContent  table {
/* debug */
/*		border: 1px dashed orange; */
	width: 99%;
}

table#docList {
    width: 99%;
    margin-left: 0.25em;
    border-collapse: collapse;
}
 
 
tr#docListHdr th#date {
    width: 12%;
	padding-left: 0.5%;
	border-right: 2px solid white;
}


tr#docListHdr th#docID {
    width: 10%;
	padding-left: 0.5%;	
	border-right: 2px solid white;
}


tr#docListHdr th#docTopic {
    width: auto;
	padding-left: 0.5%;	
}


table#docList  td.docTopic {
    padding-top: 0.75em;
}


table#docList  td.docAbstract {
    padding-top: 0.5em; 
}


  table#docList  td.docTopic 
, table#docList  td.docAbstract {
    line-height:1.2; 
}


/* 2009-03-20 S. Davies */
table#docList  tr.displayAlwaysAtTop td.docTopic {
	font-weight: bold;
}


/*  end of stylesheet file */

