﻿
/*   Cycles on */

   .h1font   {font: 24pt/26pt Mistral, Arial; color: #a00000}
   .h2font   {font: 20pt/22pt Mistral, Arial; color: #c00000}	
   .normfont {font: 14pt/16pt Mistral, Arial; color: #a00000}
   .txtlink  {font: 12pt/14pt Arial;   color: #0000c0}
   .txtslink {font: 10pt/12pt Arial;   color: #0000c0}
   .txtlarge {font: 14pt/14pt Arial;   color: #000000}
   .txtnorm  {font: 12pt/16pt Arial;   color: #000000}
   .txtsmall {font: 10pt/12pt Arial;   color: #000000}
   .txtred   {font: 13pt/15pt Arial;   color: #c00000}
   .txtsred  {font: 10pt/12pt Arial;   color: #c00000}
   .txtboldivory {font-size: 1em; font-weight: bold; color: ivory }

   .booktitle {
        font-style:italic;
        font-weight:600;
        }
 
   .subhead7ASO {
        font-family: Mistral, cursive; 
        font-size: 1.75em; 
        color: darkblue;
        letter-spacing:1;
        }

   .head7ASO {
        font-family:'Arial'; 
        font-weight: normal;
        font-style: italic; 
        font-size: 1.75em;
        color: white;        
        letter-spacing:0;
        }

   div.minwidth {
        font-family:Arial;  
        width: expression((document.body.clientWidth < 961)? "960px" : "100%");
	min-width: 900px;
        width: 100%;
        // position:fixed;
 	}

   .pagehead {
        font-family:'Arial'; 
        font-weight: bold; 
        font-style: italic; 
        font-size: 1.5em; 
        color: darkblue;        
        letter-spacing:0;
        }

   .cycleBtns {
        visibility:visible;
        }

   .cycleButtons {
        /* display:block;  */  
        }

   .cycleButton {
        font-family:Trebuchet MS; 
        font-style:oblique;
        font-size:.8em; 
        color:blue; 
        width:11em;
        height:1.6em;
        border-radius:9px;
        border-width: 0px 2px 2px 0px;
        border-style:groove;
        border-color:blue;
        font-weight:bold;
        background-image: url(../styles/p7exp/images/button6d.gif)
 
    }

    input.cycleButton:hover {
       background-image: url(../styles/p7exp/images/button7.gif) ;
       color:#FEFCFF;
    }

    div.scroll {
       // height: expression(document.body.clientHeight - 20em);
       // height:85%;       
       font-family:Arial;  
       width: expression((document.body.clientWidth < 961)? "960px" : "100%");
       min-width: 900px;
       width: 100%;
       -webkit-flex: 1; /* Safari 6.1+ */
       -ms-flex: 1; /* IE 10 */ 
       flex: 1;
       overflow-y: auto;
    }

    table.header {
       height: 6em;
    } 

    .flex-container {
       display: -webkit-flex;
       display: flex;
       flex-direction:column;
       height: 100%;
       overflow-y:auto;
       min-width: 900px;
       width: 100%;
    } 


-->
</style>










