/* TABLE
------------------------------------------------------*/
div.tablewrapper {
	border: 1px solid #E8E8E8;
	padding: 1px;
}
table {
	width: 100%;
	border-collapse: collapse;
	background: white;
}
table img {
	padding: 0;
	border: none;
}	
table th {
	padding: 9px 7px;
	text-align: left;
	background: #F5F5F5;
	border-top: 1px solid white;
}
table td {
	padding: 10px 7px 13px 7px;
	vertical-align: middle;
	border-bottom: 1px solid #E8E8E8;
}
table tr.last td {
	border-bottom: none;
}
table .share,
table .rating,
table .favourites,
table .hide,
table .action,
table .wc,
table .subscribed,
table .favourite,
table .location {
	text-align: center;
}
table .num {
	text-align: center;
	vertical-align: top;
}
table .googleadtd {
	padding: 0;
}
table .relationship,
table .note,
table .updates,
table .location {
	text-align: left;
}
table .relationship a:hover,
table .relationship a:active {
	background: none;
}
table .relationship {width: 140px;}
table .updates {width: 230px;}
table .note {width: 270px;}
table .rating {width: 80px; font-size: 11px;}
table .first {padding-left: 14px;}
table .last {padding-right: 14px;}
table .location {width: 150px;}
table .checkbox,
table .type {
	vertical-align: top;
	width: 16px;
}
table .more {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}
table .buttons {
	width: 115px;
}
table .favourite {
	width: 60px;
}
table .who {
	vertical-align: top;
	width: 150px;
}
table .preview {
	vertical-align: top;
}
table .type img {
	margin-top: 2px;
}
table td.cp {
	padding: 0;
	border-bottom: none;
}
/* Preview entry */
table .preview div.previewdiv {
	position: relative;
}
table .preview div.previewholder {
	min-height: 70px;
}
table .preview div.imgholder {
	float: left;
}
table .preview div.desc {
	margin-left: 78px;
}
table .preview div.url {
}
table .preview h3 {
	font-size: 13px;
	padding: 0;
	margin: 0 0 3px 0;
}
table .preview h3 small.status {
	display: inline;
	font-weight: normal;
	color: #999;
}
/* Comments who */
table .who div.imgholder {
	float: left;
	min-height: 55px;
}
table .who div.desc {
	margin-left: 58px;
}
table .preview small {
	display: block;
	margin: 4px 0 0 0;
}
small span.p_friends a:link, small span.p_friends a:visited, small span.p_friends a:hover, small span.p_friends a:active,
small span.p_ll a:link, small span.p_ll a:visited, small span.p_ll a:hover, small span.p_ll a:active,
small span.edit a:link, small span.edit a:visited, small span.edit a:hover, small span.edit a:active,
small span.p_private a:link, small span.p_private a:visited, small span.p_private a:hover, small span.p_private a:active,
small span.send a:link, small span.send a:visited, small span.send a:hover, small span.send a:active,
small span.trail a:link, small span.trail a:visited, small span.trail a:hover, small span.trail a:active,
small span.p_public a:link, small span.p_public a:visited, small span.p_public a:hover, small span.p_public a:active {
	display: block;
	float: left;
	height: 12px;
	width: 14px;
	text-indent: -9999px;
}
small span.p_private a:link, small span.p_private a:visited, small span.p_private a:hover, small span.p_private a:active {
	background: url(/common/images/icons/icon_10_locked.gif) left bottom no-repeat;
}
small span.p_friends a:link, small span.p_friends a:visited, small span.p_friends a:hover, small span.p_friends a:active {
	background: url(/common/images/icons/icon_10_lockedblue.gif) left bottom no-repeat;
}
small span.p_ll a:link, small span.p_ll a:visited, small span.p_ll a:hover, small span.p_ll a:active {
	background: url(/common/images/icons/icon_10_lockedred.gif) left bottom no-repeat;
}
small span.p_public a:link, small span.p_public a:visited, small span.p_public a:hover, small span.p_public a:active {
	background: url(/common/images/icons/icon_10_unlocked.gif) left bottom no-repeat;
}
small span.edit a:link, small span.edit a:visited, small span.edit a:hover, small span.edit a:active {
	background: url(/common/images/icons/icon_10_edit.gif) left bottom no-repeat;
}
small span.send a:link, small span.send a:visited, small span.send a:hover, small span.send a:active {
	background: url(/common/images/icons/icon_10_send.gif) left bottom no-repeat;
}
small span.trail a:link, small span.trail a:visited, small span.trail a:hover, small span.trail a:active {
	background: url(/common/images/icons/icon_10_trail.gif) left bottom no-repeat;
}
small span.datetime {
	display: block;
	float: left;
	padding: 1px 0 0 1px;
}
table .wc span.comment {
	padding: 0 15px 0 0;
	background: url(/common/images/icons/icon_10_comment2.gif) right center no-repeat;
}
table .wc span.nocomment {
	padding: 0 15px 0 0;
	background: url(/common/images/icons/icon_10_nocomment.gif) right center no-repeat;
}
table .favourite span.favourite a {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(/common/images/icons/icon_16_favs.gif) left center no-repeat;
}
/* cerebro */
table div.tinytext {
	font-size: 11px;
	color: #444;
	line-height: 16px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html table .preview div.previewholder {
	height: 70px;
}
* html table .who div.desc {
	margin-left: 55px;
}
* html table .preview div.desc {
	margin-left: 75px;
}
table.blog_tbl{
    width: 565px;
}
/* End hide from IE5/mac */
