/*
 File :    Aspawd fam CSS file
 Author :  Jon Sharp

 28/06/04 1.1 js initial
 06/11/04 1.2 js Fix footer colour
 20/12/04 1.3 js Add fam items
 10/01/05 1.4 js Create separate pub & fam files rm pub items
 11/01/05 1.5 js Add default tag (table, td etc ) settings
 13/05/05 1.6 js Add height1,10,400, margin0
 07/06/06 1.7 js Rm TABLE TD default styles (put in admin_content.css)
*/

/*** Colour scheme ***
rgb(21,75,202);   - bright blue 
rgb(13,108,179);  - steel blue 
rgb(254,217,52);  - gold 
rgb(237,245,219)  - L Green 
rgb(115,109,9);   - D Gold
rgb(198,236,255); - L Blue
rgb(0,24,132);    - royal blue 
rgb(236,248,7);   - pale gold - that was on home page
rgb(97,166,225);  - mid blue 
*/



body {
font-family:Verdana;
font-size:12pt;
background-color:white; /*background-color: rgb(13,108,179);*/ /* steel blue */
/*** in Body etc */
xSCROLLBAR-BASE-COLOR: #F1F1F1;/*light grey*/
xSCROLLBAR-FACE-COLOR: #F1F1F1;
xSCROLLBAR-HIGHLIGHT-COLOR:#26546D;/*dirty blue*/
xSCROLLBAR-SHADOW-COLOR: #26546D;
xSCROLLBAR-3DLIGHT-COLOR: #F1F1F1;
xSCROLLBAR-TRACK-COLOR: #F1F1F1;
xSCROLLBAR-DARKSHADOW-COLOR: #F1F1F1;
}

/* hover must be after visited, otherwise hover style is not seen on visited links */
A:linkx {COLOR: white}
A:activex {COLOR: black}
A:visitedx {COLOR: rgb(225,225,225)} /* fainter white */
A:hoverx {COLOR: rgb(254,217,52)} /* gold */


.tablecell
{
	font-size: 8pt;
	font-style: italic;
	color: rgb(13,108,179); /* steel blue */
        background-color: rgb(97,166,225); /* mid blue */
	border: 1px dashed rgb(13,108,179);
}

.menu
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
}

.navpath
{
	font-family: Arial Rounded MT Bold;
        /*font-weight: lighter;*/
        /*font-family: Arial Black;*/
        /*font-family: Arial;*/
        /*font-family: Arial Narrow;*/
        /*font-weight: bold;*/
        /*font-family: Comic Sans MS;*/

	font-size: 8pt ;
	font-style: italic;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
}

.leftmain
{
	font-family: Verdana;
	font-size: 10pt ;
	font-style: normal;
	color: black; /*#000000 */
	background-color: rgb(237,245,219) /*L Green */
}

.main
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: black;
	background-color: white; /* #ffffff*/
}

.notes
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color:  rgb(115,109,9); /*#736d09 D Gold*/
	background-color: rgb(198,236,255); /* #c6ecff; L Blue */
}


.footer
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: bold;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
}

/* used behind strip logo to balance color and fit with right side images */
.pubgen {
	background-color: rgb(21,75,202) /* bright blue*/
}

.famgen {
	background-color: rgb(13,108,179); /* steel blue */
}

/* form text and inputs (text,selects & buttons) */

.famFormText { /* as famtext but with border */
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
	border: solid white 1px; /* works on TABLE TD INPUT but not TR */
}

.famText {
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
}

.famFormBut {
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
	border: outset white 2px;
}

.famtitle {
	font-family: Verdana ;
	font-size: 10pt ;
	font-weight: bold;
	color: rgb(254,217,52);  /* gold */
	background-color: rgb(13,108,179); /* steel blue */
	/*height: 15px;*/
}

.famdivrow {
	background-color: rgb(13,108,179); /* steel blue */
	height:15;
}

.famframe {   /* gold line all round frame */
  border: solid 1px rgb(254,217,52);  /* gold */
  /* no effect- background-color: rgb(13,108,179); */ /* steel blue */
}

.famframehead { /* gold line on bottom of frame */
	BORDER-BOTTOM: rgb(254,217,52) 1px solid
}

.famframeheadblue { /* steelblue line on bottom of frame */
	BORDER-BOTTOM: rgb(13,108,179) 1px solid
}


.cmtText {
font-size: 9pt;
background-color: lightblue;
display: none;
position: absolute;
border: 1px outset;
}

.cmtAnch {
text-decoration: underline;
cursor: hand;
}

.rowheight1 {height: 1px;}
.rowheight10 {height: 10px;}
.rowheight400 {height: 400px;}
.margin0 {margin: 0px;}

