#entries{
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#add{
  text-align: left !important;
  font-family: Tahoma, Arial, "Times New Roman";
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  margin-top: 10px;
}
.entry {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 5px;
  background-color:#F9F9F9;
  border: 1px solid #F3F3F3
}
.entry .entryheading{
  float: left;
  font-style: italic;
  margin-right: 5px;
  
}
.entry .entrycontent{
	clear: both;
	border-top: 1px dotted #cccccc;
	text-align: right;
	background-color:#F9F9F9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.entry .icons{
  float: right;
}
.entry .rating{
  float: left;
}
.edit_entry{
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	font-weight:bold;
}

.edit_entry input  {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.edit_entry td  {
border-bottom: 1px dotted #CCCCCC;
padding-top: 5px;
padding-bottom: 3px;
}