/* Search buttons on the LEFT and clear/reset buttons on the RIGHT */

BODY {
	/*background-color : #E9F5E4;*/
	margin-top : 0%;
	margin-left : 0%;
	margin-right : 0%
}

/* Changed so that elements without specific styles don't default to Times New Roman*/
* {
  font-family: "Arial";
  color: black;
  font-size: 10pt;
}

/* white text used in banner (set in headers only)*/
TD.bannertext {
	font-size : 23pt;
	font-style : italic;
	font-family : "Arial";
	font-weight : bold;
	color : #D26F1A;
}

/* green page main title text - should eventually be used in headers apart from few exceptions */ 
.titletext {
	font-size : 20pt;
	font-style : italic;
	font-family : "Arial";
	font-weight : bold;
	color : #69781B;
}

/* green smaller title text - used for sub-titles */	
.smalltitletext {
	font-size : 14.5pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : #69781B;
}

/* green smaller title text - used for long sub-titles, or smaller green headings */	
.smallertitletext {
	font-size : 12pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : #69781B;
}

/* table row background light green color */
TR.lightgreen{
    background-color : #E9F5E4;
}

/* table row background dark green color */
TR.darkergreen{
    background-color : #DEF1D6;
}

 /* most commonly used text, bold*/
.fieldtext {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : black;
	text-decoration : none;
}

.fielderror {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : red;
	text-decoration : none;
}


/* most commonly used text, bold, big version */
.bigfieldtext {
	font-size : 12pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : black;
	text-decoration : none;
}

/* most commonly used text, bold, small version  */
.smallfieldtext {
	font-size : 9pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : black;
	text-decoration : none;
}

/* most common used text, normal */
.ufieldtext {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* most common used text, normal, small version  */
.ufieldtextsmall {
	font-size : 9pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : normal;
	color : black;
	text-decoration : none;
}

/* as above, justified, on ly used in policy decisions results */
.ufieldtextsmallj {
	font-size : 9pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : normal;
	text-align : justify;
	color : black;
	text-decoration : none;
}

/* medium, bold, maroon text */
.tfieldtext {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : maroon;
	text-decoration : none;
}

/* medium maroon text, not bold */
.tufieldtext {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : normal;
	color : maroon;
	text-decoration : none;
}

/* red links for tables */
.smalllinktext {
	font-size : 9.5pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	color : #D26F1A;
	text-decoration : underline;
}

/*  black link, used on main index and dir index pages pages */
A.linktext {
	font-size : 12pt;
	font-style : normal;
	font-family : "Arial";
	text-decoration : none;
	font-weight: bold;
	color : black;
}

/* medium, maroon link text , link used for 'New Search' etc on results pages*/
A.linktextred {
	font-size : 13pt;
	font-style : normal;
	font-family : "Arial";
	font-weight: bold;
	color : #D26F1A;
}

ul {
    line-height: 13pt;
	}

/* medium grey text, used mainly for copyright text */
.copytext {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	color : dark-grey;
	text-decoration : none;
}

/* used only once - the green text which tells you who you are logged in as */
.loginmssgtext {
	font-size : 10pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	text-decoration : none;
	color : #D26F1A;
}
/* think text used as links in header (right hand side of browser (only Email warehouse at mo) */
.buttontext {
	font-size : 11pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	text-decoration : none;
	color : #69781B;
}

/* the 'HOME' link in the header - dont use for anything else */
.buttontextbig {
	font-size : 13.5pt;
	font-style : normal;
	font-family : "Arial";
	font-weight : bold;
	text-decoration : none;
	color : #69781B;
}

/* turns linktextr green when cursor over */
A:hover.linktext {
    color : #69781B;
    text-decoration : underline;
}
A:hover.disctext {
    color: #69781B;
	text-decoration : underline;
}