/*The Cascading style sheet for the General Status of Wild Species web pages*/
/*Created by: Robert Beric*/

/*defaults for paragraphs*/
p
{
	margin-left : 10px;
	/*create a 10 pixel margin on the left side*/
	margin-right: 10px;
	/*create a 10 pixel margin on the left side*/
	font-family : Arial, Helvetica, sans-serif;
	/*set the default font to sans-serif fints*/
	font-color : #000000;
	/*set the font colour to black*/
	font-size : 10pt;
	/*set the font size to 10 points*/
	font-weight: normal;
	margin-bottom : 10px;
}

p.caption {
 text-align:center;
 font: normal normal 11px Arial, Helvetica, sans-serif;
}

.caption a { border: 0; }

img.figure {
 text-align:center;
 border: 0;
}

P.Message
{
	font: 8 pt Arial, Helvetica, sans-serif;
	color: red;
	margin-left : 15px;	
}

li
{
	list-style-position : Outside;
	list-style-type : square;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
}

/*defaults for the headings*/
h1
{
	background : #ffffff;
	/*set the background to white*/
	font-family : Arial, Helvetica, sans-serif;
	/*set the default font to sans-serif fints*/
	color : #6699CC;
	/*set the font colour to same as drop down list colour*/
	font-size : 14pt;
	/*set the font size to 10 points*/
	font-weight: normal;
}

h2
{
	background : #ffffff;
	/*set the background to white*/
	font-family : Arial, Helvetica, sans-serif;
	/*set the default font to sans-serif fints*/
	color : #ff9900;
	/*set the font colour to same as drop down list colour*/
	font-size : 12pt;
	/*set the font size to 10 points*/
	font-weight: bold;
}

h3
{
	background : #ffffff;
	/*set the background to white*/
	font-family : Arial, Helvetica, sans-serif;
	/*set the default font to sans-serif fints*/
	color : #ff9900;
	/*set the font colour to same as drop down list colour*/
	font-size : 10pt;
	/*set the font size to 10 points*/
	font-weight: bold;
	margin-left : 10px;
	/*create a 10 pixel margin on the left side*/
	margin-bottom : 0px;
	margin-top : 0px;
}

/*the defaults inside a table*/
td
{	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* --- Link Styles --- */			
A:link    /*what to do when a link is displayed*/
{
	font-family: Arial, Helvetica, sans-serif;
	color : #ff9900;
	text-decoration : Underline;
}

A:visited    /*what to do when a link has been visited*/
{    
	font-family: Arial, Helvetica, sans-serif;
	color: #003366; 
	text-decoration : Underline; 
}

A:active /**/
{
	font-family: Arial, Helvetica, sans-serif;
	color : #0000CC;
	text-decoration : none; 
}

A:Hover /*color of the link with a mouse over*/
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3399cc;
	text-decoration: none;
}

/* --- special classes --- */

/* --- Special footer classes --- */
font.footer
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	line-height: 10pt;
}

/* --- Links on sidebars --- */
A.sidelink:link    /*what to do when a link is displayed*/
{
	font-family: Arial, Helvetica, sans-serif;
	color : #696969;
	text-decoration : None;
}

A.sidelink:visited    /*what to do when a link has been visited*/
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3399cc;
	text-decoration : none;
}

A.sidelink:active /*what to do when a link is pressed*/
{
	font-family: Arial, Helvetica, sans-serif;
	color :#3399cc ;
	text-decoration : none;
}

A.sidelink:Hover /*color of the link with a mouse over*/
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
	text-decoration: none;
}

/* --- Text for the legend on the search and search result pages --- */
font.Legend
{
	font: 8 pt Arial, Helvetica, sans-serif;
	color: black;
}

font.Message
{
	font: 8 pt Arial, Helvetica, sans-serif;
	color: blue;
	margin-left : 15px;	
}

p.Quotes
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	color:#3399cc ;
}
/* --- Style of the links on the search result pages ---*/
/* --- White for dark coloured boxes and Black for light coloured boxes --- */
A.searchLt:link    /*what to do when a link is displayed*/
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: white;
}

A.searchLt:visited    /*what to do when a link has been visited*/
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: Black;
}

A.searchLt:active /*what to do when a link is pressed*/
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: Black;
}

A.searchDk:link    /*what to do when a link is displayed*/
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: Black;
}

A.searchDk:visited    /*what to do when a link has been visited*/
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: Black;
}

A.searchDk:active /*what to do when a link is pressed*/
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: Black;
}

