table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

tbody tr:hover td {
	background-color: #f2f4f5;
	background: url('../img/bkg-tr.gif') left top repeat-x;
}

table td,
table th {
	height: 29px;
	border-bottom: 1px solid #edeff0;	
	padding: 0 4px;
	vertical-align: middle;
}

.mynotebook table .checkbox {
	width: 58px;
}

table td.border {
	border-left: 1px solid #edeff0;	
}

.mynotebook table td.border {
	padding-left: 80px;
}

.mynotebook table .link {
	width: 50px;
}

table td input {
	border: 0;
	background: transparent;
}

table td a {
	font-weight: bold;
}
