/*
	This is where you put new css elements that you need to be
	immediately available. Eventually the should be migrated to 
	one of the permanent css files and then the header recompiled.
*/

img.floatrightsm{
margin:0 0 0 10px;
float:right;
}

ul.resources{
list-style: none;
padding:0;
margin:0;
}

ul.resources li {
	padding: 8px 10px 8px 10px;
	border:dotted #D3D3D3;
	border-width: 0 0 1px 0;
}

.raro_diversity{
width:202px; 
border:dotted 1px #999999; 
padding:10px; 
font-size:11px;
float:right;

}


.actionBox {
	width:192px;
	padding:15px 15px 0 15px;
	margin-bottom:10px;
	background-color: transparent;
	background-image: url(../../images/backgrounds/tanround.gif);
	position:relative;

}

.actionBox .boxBottom {
  background:white url(../../images/backgrounds/tanround.gif) no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:14px;
  margin:0 -15px 0 -15px;
}

.actionBox2 {
	width:192px;
	padding:15px 15px 0 15px;
	margin-bottom:10px;
	background-color: transparent;
	background-image: url(../../images/backgrounds/greyround.gif);
	position:relative;

}

.actionBox2 .boxBottom {
  background:white url(../../images/backgrounds/greyround.gif) no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:14px;
  margin:0 -15px 0 -15px;
}



.actionBox3 {
	width:192px;
	border:dotted 1px #999999; 
	padding:15px; 
   font-size:11px;

}

input {font-family: Arial, Helvetica, sans-serif}

