@import "theme_parks.css";

/* Species at Risk  */
/* this is a part of css/template/clf1/styles_others.css related to Species at Risk section */

.species {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 600;
	color: #666633;
	background-position: center;
}

.boxedtext {
	padding: 5px 10px;
	margin: 0px;
	width: auto;
}

.box-white {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	width: auto;
}

.sar-dyk {
	display: block;
	padding: 0px 0px 0px;
	list-style-position: inside;
	border-top: none;
	border-right: thin none #336633;
	border-bottom: thick solid #336633;
	border-left: thin none #336633;
	background-color: #99CC99;
	background-image: none;
	clip: rect(auto, auto, auto, auto);
	width: 165px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.sar-qf {
	display: block;
	padding: 0px 0px 0px;
	list-style-position: inside;
	background-color: #CCCC99;
	background-image: none;
	clip: rect(auto, auto, auto, auto);
	width: 450px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: right;
	border-top: thin none #666633;
	border-right: thin none #666633;
	border-bottom: thin dotted #666633;
	border-left: thin none #666633;
}

.sar-spotlight {
	display: block;
	padding: 0px 0px 0px;
	list-style-position: inside;
	border-top: thin dotted #666633;
	border-right: thin dotted #666633;
	border-bottom: thick solid #666633;
	border-left: thin dotted #666633;
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	width: 400px;
	left: 50px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	clip: rect(auto, auto, auto, auto);
}

.sar-explore {
	padding: 50px 0px 0px;
	list-style-position: inside;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	float: left;
	background-position: left top;
	background-image: url(../images/explore_e.gif);
	background-repeat: no-repeat;
	width: 132px;
	left: 0px;
	right: 268px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	margin-top: 10px;
	text-align: left;
	border: none #666633;
}

.sar-boxbeige {
	display: block;
	padding: 5px 5px 5px;
	list-style-position: inside;
	border-top: thin dotted #666633;
	border-right: thin dotted #666633;
	border-bottom: thick solid #666633;
	border-left: thin dotted #666633;
	background-color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-position: center top;
	background-repeat: no-repeat;
	width: 250px;
	left: 30px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	clip: rect(auto, auto, auto, auto);
}

.contour-dashed {
	padding: 5px;
	border: thin dashed #CCCC99;
}


