/*
***************************************************************************
** File Name: swf_doc_layout.css
** Author: Steve Davies
** Desc: baseline rules for all of the "swf document container" template's instances. 
** Create Date: 2008-01-22
**
***************************************************************************
** Change Log:
**
** 2008-03-27 jbouchard: Add styling for attachment table.
**
** 2008-05-30 S. Davies: for the link text inside a SPAN within 
**                    "div#mainContentLeftBottom", added a style of "Verdana" 
**                     with a smaller font-size.
** 
** 2010-03-25 S. Davies: for the paragraphs inside "div#mainContentLeftBottom", 
**                     changed the margin-right property to margin-left, and increased it to
**                     an override of %5. For "div#mainContentLeftBottom", applied a width
**                     default of 98%, similar to its sibling "div#mainContentLeftTop".
** 
** 2010-04-12 S. Davies: lighten the border color for div#footer_header from gray to silver.
**
***************************************************************************
**  begin style sheet file
*/


/*
************* BEGIN: internal areas for mainOuter   ************
*/


/*   --- mainContent overrides and extensions  ---  */

div#mainContentLeft {
    height: 99.5%;
}


div#mainContentRight {
    overflow: hidden;  /*  --- override  --- */
}


/*  ---  more internals  --- */

div#mainContentLeftTop {
  width: 99%;
  overflow: visible;
}


div#mainContentLeftBottom {
   position: absolute;
   bottom: 1%;
   width: 98%;
   z-index: 5;   /* do not allow any other part of 'mainContentLeft' to overlap  */
}


div#mainContentLeftBottom p {
   margin-left: 5%;
}

/*  ---  link styles  --- */

div#mainContentLeftBottom p a span {
   font-family: Verdana, sans-serif;
   font-size: 0.9em;
}


  div#mainContentLeftBottom a:link
, div#mainContentLeftBottom a:visited {
   color: black;
}


 div#mainContentLeft a:hover {
   color: #C00;  /*  dark red */
}


 div#mainContentLeftBottom a:hover {
    text-decoration: underline;
}

/*
************* END: internal areas for mainOuter ************
*/


/*
************** BEGIN: detailed internal areas - Footer ****************
*/

div#footer_header {
   margin-bottom: 0.5%;
   border: 1px silver solid; 
 }


div#footer_header_left {
   float: left; 
   margin-top: 0;
}


div#footer_header_right {
   float: right; 
   margin-top: 0;
}


div#footer_header_left span {
   font-weight: bold;
}

span#copyright { 
    font-size: 0.75em; 
    line-height: 1.3
}

span#attachments_title {
	font-weight:bold; 
	padding-left:45%; /* try to get it in the middle of the swf above */
}

/*  --------------------   */

div#footer_scroller {
    width: 90%; 
    height: 73%; 
    margin-left: 2%;
    overflow: auto; 
}


div#footer_scrollable_content {
    width: 90%; 
    margin-left: 2%;
    overflow: visible; 
}

table.attachmentDisplay {
    width: 100%;
	/*border: 1px solid red;*/
}

table.attachmentDisplay td { 
	width: 50%;
	padding-bottom: 3px;
		
}

table.attachmentDisplay a { 
	font-weight:bold;
		
}



/*
************** END:  detailed internal areas - Footer ****************
*/



/*  end of stylesheet file */

