/**
 * @copyright 2009-2011
 * @author: Mauricio Pasciulla
 */


/* table */
.lk-table { clear:left; border-collapse:collapse; width:99%; }
.lk-table { color:#797268; }
.lk-table td { border-bottom:1px solid #ccc; }

.lk-table .header a { }
.lk-table .header a:hover {  }
.lk-table img { border: 0; padding: 2px; }

.lk-table .comments { font-size:.9em; min-height:30px; }
.lk-table .comments a { color: #797268; }
.lk-table .comments a:hover { color: #ccc; }

.lk-table .ops { background:url(../img/bl-report.png) no-repeat; height:16px; width:16px; float:right; visibility:hidden; cursor:pointer; }
.lk-table tr:hover .ops { visibility:visible; }


/* msg */
.lk-msg div {
	text-align:center;
	padding:2px 0;
	margin:0 10px 2px;
	background-color:#FBF4A9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/* SIDEBAR */
.sb-links { margin:10px 0 30px; }
.sb-links ul { padding:0; }
.sb-links ul li { margin-bottom:2px; }
.sb-links ul li a { background:url(../img/bl-arrow-r.png) no-repeat left 1px; padding-left:16px; }
.sb-links .hover { text-decoration:underline; }

/* labels */
a.lk-labels { font-size:.8em; line-height:1.3em; color:#777; background:#F6F6F6; margin-right:6px; padding:0 5px; float:left; cursor:pointer; border-radius:3px; }
a.lk-labels:hover { color:#555; text-decoration:none; }


