/* 

CSS for custom textflip - include in your custom stylesheet. 
Ensure that the 10px margin on the BODY has been retained in your content documents. 
Point your textflip SSI at /schemes/global/ssi/custom_textflip.ssi 

*/

body {
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
   text-align : left;
   margin-top : 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
}

p  {
   margin-left: 20px;
   margin-right: 10px;
}

.TITLE {
   font-weight : bold;
   font-style: normal;
   font-size : 13pt;
   font-family : Arial, Helvetica, sans-serif;
   text-decoration : none;
   color: #666699;
}


/* ----- Tables ----- */


table.header td {
	font-weight: normal;
	background-color: #666699;
	text-align: left;
	border: 0px;
	padding: 0px;
}



hr {
      color: #CCCCCC; 
	height: 1;
}    


/* The ID name must not be changed from textflip; and the position must remain top 0px left 0px. */

#textflip { 
position: absolute; 
top: 0px ; 
left: 0px ; 
width:100px; 
height:10px; 
z-index:999; 
color: #666699; 
background: #666699; 
}

/* The color and background of link and visited must be set to the same colour as your page background colour. */

A.textflip:link { 
color : #666699; 
background: #666699; 
text-decoration : none; 
font-size : 7px; 
font-family : Arial, Helvetica, sans-serif; 
}

A.textflip:visited { 
color : #666699; 
background: #666699; 
text-decoration : none; 
font-size : 7px; 
font-family : Arial, Helvetica, sans-serif; 
}

/* Change the color setting only for hover and active - it should be a clear contrasting colour compared with your page background colour. */

A.textflip:hover { 
color: #ffffff; 
background: #666699; 
text-decoration: none; 
font-size: 9px; 
font-family : Arial, Helvetica, sans-serif; 
}

A.textflip:active { 
color: #ffffff; 
background: #666699; 
text-decoration: none; 
font-size: 9px; 
font-family: Arial, Helvetica, sans-serif; 
}









/* standard headings */

H6 {
   font-family : Arial, Helvetica, sans-serif;
   color: #006699;
   font-weight : bold;
   font-size : 10pt;
   text-decoration : none;
   margin-left: 20px;
}


H5 {
   font-family : Arial, Helvetica, sans-serif;
   color: #006699;
   font-weight : bold;
   font-size : 10pt;
   text-decoration : none;
   margin-left: 20px;
}

H4 {
   font-family : Arial, Helvetica, sans-serif;
   color: #006699;
   font-weight : bold;
   font-size : 10pt;
   text-decoration : none;
   margin-left: 20px;
}


H3 {
   font-family : Arial, Helvetica, sans-serif;
   color: #006699;
   font-weight : bold;
   font-size : 10pt;
   text-decoration : none;
   margin-left: 20px;
}


H2 {
   font-family : Arial, Helvetica, sans-serif;
   color: #006699;
   font-weight : bold;
   font-size : 11pt;
   text-decoration : none;
   margin-left: 20px;
}


H1 {
   font-family : Arial, Helvetica, sans-serif;
   color: #006699;
   font-weight : bold;
   font-size : 12pt;
   text-decoration : none;
   margin-left: 20px;
}



