/*
 File :    Aspawd 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 fam items
 11/01/05 1.5 js Add default tag (table, td etc ) settings
 10/05/05 1.6 js Add rowheightnn, swap font color in pubmenuitem,pubmenutext
 13/05/05 1.7 js Add height400, margin0
*/

/*** 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
*/

body {
font-family: Verdana;
font-size:   10pt;
background-color: white; 
/*** in Body etc 
SCROLLBAR-BASE-COLOR: #F1F1F1;
SCROLLBAR-FACE-COLOR: #F1F1F1;
SCROLLBAR-HIGHLIGHT-COLOR:#26546D;
SCROLLBAR-SHADOW-COLOR: #26546D;
SCROLLBAR-3DLIGHT-COLOR: #F1F1F1;
SCROLLBAR-TRACK-COLOR: #F1F1F1;
SCROLLBAR-DARKSHADOW-COLOR: #F1F1F1;
**/
}

table, td, tr, textarea, input, select {
/*.pubtextA */
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(21,75,202);
}

<!-- class modifier of tag:  TR where class=title -->
<!-- not yet set 
tr.title
tr.divrow
input.but
-->


.tablecell
{
	border: 1px dashed rgb(13,108,179);
	color: rgb(13,108,179); /* steel blue */
}

.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) /*#edf5db; L Green */
}

.main
{
	font-family: Verdana ;
	font-size: 10pt ;
	font-style: normal;
	color: black;
	background-color: white;
}

.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 */
}

.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) */


.pubtextA {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(21,75,202);
}

.pubtextLargeA {
	font-size:13 pt;
	color: rgb(21,75,202);
}

.pubtextExLargeA {
	font-size:15 pt;
}

.pubFormTextA {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(0,24,132); /* royal blue */
}

.pubtextB {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: white;
}

.pubmenuitem {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(236,248,7); 
	background-color: rgb(21,75,202);
}

/* doesnt seem to like to define more than one A:xxx.ccccc */
.pubmenulink {
	color: white;
	text-decoration:none; /* suppress underline on links */
}
/*A:link.pubmenulink {color: rgb(236,248,7); text-decoration:none;}*/
/*A:visited.pubmenulink {color: rgb(236,248,7); text-decoration:none;}*/ /* home page etc */
/*A:visited {color: rgb(21,75,202);}*/ /* other links */
A:hover.pubmenulink {color: rgb(254,217,52);}

.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;}
