/* CSS for running header on CAG site
   David Gibson, 05-Jul-2023
   Associated files all begin with "running_header_cag" and are in the BCRA root, the CAG root or \cag1\basetag_check
   
   ================================================================================
   IMPORTANT... For running at localhost, this file must be in the BCRA root
   BUT for running at cag.bcra.org.uk !!! THERE MUST BE A COPY !!! in the CAG root
   ================================================================================   

   // some of the settings below are needed to over-ride the CAG CSS 

*/

DIV.running_header {
    /* position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid silver;  
    */
  color: black;				/* to override CAG */
  background-color: white;
  margin: 5px 15px;			/* to override CAG ; not sure its picking this up properly, but it looks ok */
}

DIV.running_header P {
  background-color: yellow;
  border: 1px solid red;  
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.3em;			/* to override CAG */
  text-align: center;
  padding: 10px;
  /* margin: 20px; */
  margin-bottom: 10px;
}

					/* to override CAG */
					
DIV.running_header A			{ text-decoration: underline; }
DIV.running_header A:link		{ color: blue; }
DIV.running_header A:visited		{ color: purple; }
DIV.running_header A:hover		{ color: royalblue; }
DIV.running_header A:active		{ color: red; }