/*your custom style goes in this file*/
/* THIS IS FOR THE INDEX 

/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* smallest: smallest body text */
.smallest {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 60%;
}

/* smaller: small body text */
.smaller {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%;
	}

/* larger: large body text */
.larger {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
}

/* largest: very large body text */
.largest {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
}

/* smfieldname: small text used in conjunction with .fieldname style text */
.smfieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: white;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: white;
}

/* fieldnameback: background color for column and row title sections 
.tartanback {
	background-image: url(tartan.jpg);
	width : 130px;
}*/

/* menuback: left nav menu background color with no right and bottom border */
.menuback {
	border-right: 0px; 
	border-bottom: 0px;
	border-left: 0px;
	/*width: 10%; */
	margin-left: 5px;
	vertical-align: top;
}

/* header: heading text */
.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 21px;
	color: #990000;
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) */
.whiteheader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
}

/* subhead: subheading text */
.subhead {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
		color : #000000;
}



h3 {font-size: 150%;}


.center {
   background-color: #ffffff;
   background-image: none;
   text-align: center;
   }
/* link: normal links, active: links in use */
a:link {color : #990000;}
/* visited: previously visited links */
a:visited {color: #666633;}

a:active {color : #990000;}

/* links to other pages */
a.bluepage:link {color: #0000ff;}
a.bluepage:visited {color: #666633;}
a.bluepage:active {color: #0000ff;}

a.olivepage:link {color: #808000;}
a.olivepage:visited {color: #666633;}
a.olivepage:active {color: #808000;}

a.purplepage:link {color: #330066;}
a.purplepage:visited {color: #666633;}
a.purplepage:active {color: #330066;}

a.tealpage:link {color: #008080;}
a.tealpage:visited {color: #666633;}
a.tealpage:active {color: #008080;}

a.brownpage:link {color: #663300;}
a.brownpage:visited {color: #666633;}
a.brownpage:active {color: #663300;}

a.greenpage:link {color: #00CC00;}
a.greenpage:visited {color: #666633;}
a.greenpage:active {color: #00CC00;}

a.tartanpage:link {color: #003300;}
a.tartanpage:visited {color: #666633;}
a.tartanpage:active {color: #003300;}

a.greypage:link {color: #333333;}
a.greypage:visited {color: #666633;}
a.greypage:active {color: #333333;}

a.yellowpage:link {color: #ff0000;}
a.yellowpage:visited {color: #ffffff;}
a.yellowpage:active {color:#ff0000;} 

a.orangepage:link {color: #df5c05;}
a.orangepage:visited {color: #666633;}
a.orangepage:active {color:#df5c05;} 




/* added to colour the borders of the Neptis web ring link */
	
.neptis {
border-style: solid;
border-color: #000000; }

/* added for for Place Search Table */

.placetable {
	 margin:auto; 
     width:75%;              /* change to width:100% if not centering */
	border:2px solid silver;
}

.placetable95 {
	margin: auto;
	width:95%;
	border: 2px;
}



table.placetable td {
     padding: 5px;           /*  equivalent of cellspacing="4" */
     border:1px solid white;   /* equivalent of cellspacing="2" */	
}

/* Added for rss feed */

#pscroller1{
        margin-left: 5px;
	margin-right: 5px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	width: 300px; 
	height: 12px; 
	background-color: #ffffff;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000
}
#pscroller2 {
        margin-left: 2px;
	margin-right: 2px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	padding-right: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	width: 125px; 
	height: 200px; 
	background-color: #ffffff;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000
}
.rssclass .rsstitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
}
.rssclass .rssdate {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8px; 
	font-style: italic;
	color: #000000;
}

/* line: is defined to replace the bgcolor="#999966" used with a line gif image (khaki.gif in template 4)*/
.line {
    background-image: url('khaki.gif');
    height: 2px;
    border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 0px;
}
