/*
CSS for EDGE - Species maps

Created by David Doherty
Contact: d.doherty@edgeofexistence.org
*/


/*
Added by David Doherty 24-10-07, this sections deals with mammal map link text.
*/

a.mammal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76372E;
	border-bottom: solid 1px #CCCCCC; 
	font-weight: bold;
}
a.mammal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #76372E;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	background-color: #EEE7E0;
}
a.mammal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76372E;
	border-bottom: solid 1px #CCCCCC; 
	font-weight: bold;
}

/*
End of 24-10-07 - Mammal link section
*/


/*
Added by David Doherty 24-10-07, this sections deals with amphibian map link text.
*/

a.amphibian:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #506D48;
	border-bottom: solid 1px #CCCCCC; 
	font-weight: bold;
}
a.amphibian:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #506D48;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	background-color: #EEE7E0;
}
a.amphibian:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #506D48;
	border-bottom: solid 1px #CCCCCC; 
	font-weight: bold;
}

/*
End of 24-10-07 - Amphibian link section
*/

/*
Added by David Doherty 24-10-07, this sections deals with actual map box.
*/

#gmap {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0;
}

/*
End of 24-10-07 - Map box section
*/

/*

ADDITIONAL CODE GOES HERE!

*/

/*
End of file, no more code beyond this point
*/