.cpd-dashboard .inside {
	padding: 5px;
}

.cpd-dashboard li {
	color: #777;
}

.cpd-dashboard li b {
	float: right;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	color: #2583ad;
}

.cpd-dashboard li span {
	color: #f00;
}

.cpd-dashboard a {
	text-decoration: none;
}
/* column on post and page lists */
.column-cpd_reads {
	width: 50px;
	white-space: nowrap;
	overflow: visible;
}

.cpd-l {
	
}

.cpd-r {
	float: right;
}

/* notes thickbox */
.cpd-notes {
	width: 100%;
	width: auto;
	margin: 1px;
	border-color: #000;
	border-collapse: collapse;
	}

.cpd-notes td, .cpd-notes th {
	vertical-align: top;
	text-align: left;
	padding: 2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #aaa solid;
	}

.cpd-notes th {
	background-color: #8cbdd5;
	font-weight: bold;
	}

.cpd-notes .nowrap {
	white-space: nowrap;
	}

.cpd-notes .red {
	background-color: #f00;
	color: #ff0;
}

.cpd-notes .green {
	background-color: #0a0;
	color: #ff0;
}

.cpd-notes input { 
 	width: 97%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}