div#rtds_network {
	float: right;
	position: absolute;
	right: 0px;
	top: 20px;
}


div.floated {
	width: 0px;
	float: right;
	margin-left: 1em;
}


div#myOtherElement {
	width: 210px;
	height: 64px;
	overflow: hidden;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
}

div#myOtherElement a:hover {

}

div#myOtherElement img {
	border: 0px;	
}

div#rtds--projects{
	text-align: left;
}

div.rtds-container {
	background: #d2e9ff;
	width: 100%;
	padding: 3px;
	/width: 98%;
	padding-left: 1px;
	border-bottom: solid 1px #444;
	border-top: solid 1px #fff;
	float: right;
}

div.rtds-container:hover {
	background: #fff;
}

div.rtds-img {
	float: left;
	width: 64px;
	margin-right: 4px;
}

.rtds-img img {
	border: solid 1px #fff;
	float: left;
	padding-left: 6px;
	margin-right: 4px;
}

div.rtds-link {
	font-size: 12px;
	float: left;
	margin-left: 8px;
}

div.rtds-link a {
	color: #222;
	font-size: 18px;
	text-decoration: none;
}

div.rtds-link a:hover {
	color: #000;
	text-decoration: underline;
}

div.rtds-desc {
	color: #777;
	float: left;
	width: 130px;
	margin-left: 8px;
	margin-top: 4px;
}