div#vrienden #my {
  width: 1000px;
}

div#vrienden div.legeregel {
  height: 20px;
}

div#vrienden div.placeholder {
  position: relative;
}

div#vrienden div.placeholder div#column_left {
  width: 290px;  
}

div#vrienden div.placeholder div#column_right {
  width: 699px;
	float: right;
}

div#vrienden h3 {
  background-color: #fff;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 3px 1px 1px 10px;
}

/* lijstjes */
div#vrienden div.lijstje {
  margin-bottom: 20px;
}

div#vrienden div.uitleg {
  background-color: #d3d3d3;
  padding: 10px;
}

div#vrienden div.lijstje div.row {
  margin: 0;
	background-color: #fff;
	border-top: 1px solid #d3d3d3;
	position: relative;
} 

div#vrienden div.row.first {
  border-bottom: none;
  background-color: #fff;
	width: 100%;
}

div#vrienden div.row.highlight,
div#vrienden div.row.highlight div.info,
div#vrienden div.row div.info.highlight.loggedin {
  background-color: #d3d3d3;
}

div#vrienden div.row div.info {
  padding-left: 38px;
	height: 20px;
	width: 252px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}

div#vrienden div.row div.info.loggedin {
  border-right: 1px solid #d3d3d3;
}


div#vrienden div.row div.clickable {
	right: 0;
	top: 0;
	width: 20px;
	position: absolute;
}

div#vrienden div.row div.clickable img {
  cursor: pointer;
}

div#vrienden div.row a {
  color: #d30909;
}

div#vrienden div.sendAll {
  height: 20px;
	padding: 0 0 4px 0;
	cursor: pointer;
}

/* weblog posts */

div#vrienden div#weblogpostsDiv {
  overflow: hidden;
	width: 699px;
	margin-bottom: 20px;
}

div#vrienden div.weblogpost {
  width: 212px;
  height: 150px;
  border-left: 1px solid #fff;
	float: left;
	background-color: #ccc;
	padding: 15px 10px 10px 10px;
}

div#vrienden div.weblogpost.first {
  border-left: none;
	width: 213px;
}

div#vrienden div.weblogpost.borderTop {
  border-top: 1px solid #fff;
}


div#vrienden div.weblogpost.highlight {
  background-color: #999;
}

div#vrienden div.weblogpost h1 {
  color: #000;
	font-size: 18px;
	line-height: 20px;
	height: 125px;
	overflow: hidden;
	margin-bottom: 5px;
}

div#vrienden div.weblogpost span {
  color: #666;
}

/*** tabtable ***/
div#mediaDiv table#mediafragments {
  width: 699px;
}

div#mediaDiv table#mediafragments td {
  background-color: #ccc;
  border: none;
  border-bottom: 1px solid #fff;
  height: 20px;
  padding: 0;
}

div#mediaDiv table#mediafragments tr.last td {
  border: none;
}

div#mediaDiv table#mediafragments td.profileName {
  color: #666;
}

div#mediaDiv table#mediafragments td.highlight {
  background-color: #999;
}

div#mediaDiv table#mediafragments td.header {
  background-color: #fff;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 3px 1px 1px 10px;
}

div#mediaDiv table#mediafragments td.mouseover {
  cursor: pointer;
}

div#mediaDiv table#mediafragments div.profileImage {
  padding-left: 38px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0;
  height: 20px;
}

div#mediaDiv table#mediafragments div.profileImage a {
  margin-top: 3px;
  color: #d30202;
}
