/*The Cascading style sheet for the General Status of Wild Species web pages*/

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.image_text {
	font-size: 0.85em;
}

.image_text_white {
	font-size: .85em;
	color : #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}

.bold_green {
	font-weight: bold;
	color : #336633;
}

p.hang {
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 0px;
	margin-top: 0px;
	}

/*defaults for paragraphs*/
p
{
	margin-left : 0px;
	/*create a 10 pixel margin on the left side*/
	margin-right: 0px;
	/*create a 10 pixel margin on the left side*/
	font-family : Arial, Helvetica, sans-serif;
	/*set the default font to sans-serif fints*/
	color : #000000;
	/*set the font colour to black*/
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom : 10px;
}

P.Message
{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	margin-left : 15px;	
}

.form
{
	font-weight:Bold;
	line-height:1.5;
}

li
{
	list-style-position : Outside;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}

.toc {
	font-size: .9em;
}

.nospace_top_image_text {
	margin-top: 0px;
	font-size: 0.85em;
	margin-left: 10px;
}

.nospace_top_bottom
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.nospace_top
{
	margin-top: 0px;
}

.nospace_bottom
{
	margin-bottom: 0px;
}

/*defaults for the headings*/
h1
{
	background : #ffffff;
	/*set the background to white*/
	font-family : Georgia, Arial, Helvetica, sans-serif;
	color : #cc3333;
	font-weight: normal;
}

h2
{
	background : #ffffff;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	color : #cc3333;
	font-weight: normal;
}

h3
{
	background : #ffffff;
	font-family : Georgia, Arial, Helvetica, sans-serif;
	color : #cc3333;
	font-weight: bold;
	margin-bottom : 0px;
	margin-top : 0px;
}

th
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 0.8em;
}
/*the defaults inside a table*/
td
{	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;	
}

/* 37b44a - light green, 00994b - medium green, 336633 - dark green, cc3333 - red */
td.image_text {
	background-color: #cc3333;
}

td img {
	display: block;
}

/* --- Link Styles --- */			
A:link    /*what to do when a link is displayed - it used to be this colour: #ff9900;*/
{
	font-family: Arial, Helvetica, sans-serif;
	color : #1f5027;
	text-decoration : Underline;
}

A:visited    /*what to do when a link has been visited - old: 003366*/
{    
	font-family: Arial, Helvetica, sans-serif;
	color: #0da149;
	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: #7fc242;
	text-decoration: none;
}

/* --- special classes --- */
A.emp
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3399cc;
	text-decoration: underline;
	font-size: larger;
}

/* --- Special footer classes --- */
font.footer
{
	font-size: .9em;
	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: .9em Arial, Helvetica, sans-serif;
	color: black;
}

font.Message
{
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	margin-left : 15px;	
}

p.Quotes
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	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;
}


#side_menu p {
		display:none;
}

#side_menu {
	background-color: #00994b;
	border-right: 1px solid #336633;
	color: #333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width:135px;
}

#side_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_menu ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #336633;
}

#side_menu ul li a {
	display: block;
	padding: 5px 2px 5px 0.5em;
	border-left: 4px solid #336633;
	border-right: 3px solid #336633;
	border-bottom: 1px solid #336633;
	background-color: #127e3f;
	color: #fff;
	text-decoration: none;
	width: 125px;
}

html>body #side_menu ul li a {
	width: auto;
}

#side_menu ul li a:hover {
	border-left: 4px solid #09a44a;
	border-right: 3px solid #09a44a;
	border-bottom: 1px solid #369;
	background-color: #37b44a;
	color: #fff;
}

#side_menu ol {
	margin: 0px;
	padding: 0px 0px 0px 1.75em;
}

#side_menu ol li {
	margin: 0px;
	list-style-type: none;
}

#side_menu ol li a {
	display: block;
	padding: 2px 2px 2px 0px;
	border: 0px;
	background-color: #00994b;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #side_menu ol li a {
	width: auto;
}

#side_menu ol li a:hover {
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	background-color: #127e3f;
	color: #fff;
}

#side_menu ul li a#current {
	background: yellow;
	color: #127e3f;
}


#top_header {
	Width: 593px;
	padding: 0.5em 1px 0.5em 0px;
	margin: 0;
	font: bold 0.9em Verdana, Helvetica, Arial, sans-serif;
	background-color: #127e3f;
	border-left: 3px solid #336633;
	border-right: 3px solid #336633;
	border-bottom: 1px solid #336633;
	border-top: 2px solid #336633;
	display: table;
	table-layout: fixed;
}

#top_header li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#top_header li a {
	margin: 0;
	padding: 0px 10px;
	background: #127e3f;
	text-decoration: none;
}

#top_header li a:link {
	color: #fff;
}

#top_header li a:visited {
	color: #fff;
}

#top_header li a:hover {
	color: #fff;
	background: #37b44a;
	border-color: #127e3f;
}

#li_right_droite a {
	float: right;
}

#li_left_gauche a {
	float: left;
}


#crumbs {
	background-color: #eee;
	padding: 4px;
	font-size: .8em;
}

#crumbs h3 {
	display: none;
}

#crumbs ul {
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#crumbs ul li {
	display: inline;
}

#crumbs ul li a:link {
	padding: .2em;
}

#crumbs ul ul li:before {
	content: "> ";
	padding-left: 0;
}


#footer #notes {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .2em;
	text-align: left;
}

#footer #notes ul { 
	padding:0;
	margin:0;
	text-align: right;
}

#footer #notes ul li { 
	display: inline; 
}


#footer{
	width:600px;
}

#footer #listlink ul{
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: .2em;
	list-style-type: none;
	text-align: center;
		

}

#footer #listlink ul li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9900;
}
