/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* added by submit photo tab mod */
#a7 { left: -165px;	}
#tngnav a#a7 { left: -165px; }

/* added for emphasis - used by Private Flag mod - Ken Roy */
.greenemphasis {
  font-weight: bold;
  color: green;
  }

/* fieldname: regular text within column or row title sections */
/* not needed anymore?
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
	float: left;
}
*/


/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
    text-decoration:none;
    color: #990000;
}

/* visited: previously visited links */
/* Colour Changed by Roger */
A:VISITED {
    text-decoration:none;
    color: #990000;
}

/* This is what happens when the mouse is over a link. */
A:hover {
    text-decoration: underline; color: #990000; }

/* change width of drop down menu from 95 to 75 */
#mnav .drop {
	padding-right:1em;
	width:75px;
}

/* section replaces width="33%" valign="top" for the 3 home page sections */
.section {
	width: 30%;
	vertical-align: top;
}
