
.list { clear: left; }

.list table {
   width: 98%;
}

.list table th {
   text-align: left;
   font-weight: bold;
   border-bottom: 4px solid #ccc;
}

.list table tr td {
   padding: 0 2px;
}

tr.shade {
   background: #E4E4D7;
   }

.content_box p {
  color:red;
  padding-bottom:5px;
  font-size: 40px;
}


.content_box_detail_text {
  color: white;
  font-size:12px;
  padding-top:7px;
  padding-left:7px;
}

#main div.post {
	margin-top: 11px;
	margin-bottom: 25px;
	margin-left: 1px;
}

#main div.post div.user {
	width: 60px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 10px;
}

img.user_picture {
	text-decoration: none;
	background-color: #fff;
	margin-bottom: -2px;
/*	width: 60px;
  height: 60px;
  */
	border: 1px solid #666;
	padding: 2px;
}



#main div.post h3 {
	font-weight: bold;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 1px;
}

#main div.post h3 span {
	color: #666;
	font-weight: normal;
	margin-left: 8px;
}

#main div.post p.meta {
	color: #666;
	font-size: 10px;
	margin-bottom: 5px;
}

#main img.icon {
  float: left;
  width: 32px;
  height: 32px;
  padding-right: 8px;
}

#main div.post h3 span a { color: #666; font-weight: normal; }
#main div.post h3 span a:hover { background-color: #666; color: #fff; }
#main div.post div.body { margin-left: 70px; }
#main div.post div.no_user { margin-left: 0px; }
#main div.post p.meta span.comments { float: right; font-size: 11px; }
#main p.meta { color: #666; margin-bottom: 10px; }

#messages {
	background-color: #eee;
	width: 500px;
	margin: 3em 0 1em 0;
	padding: 0 0 1em 0;
	width: 100%;
}

#messages h2 {
  background-color: #777;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 0px 3px 3px;
  line-height: 1em;
  border-bottom: 1px solid #555;
}

#messages form, #comments div.post { margin: 1em 0 1em 1em; background-color: #eee; }
#messages form textarea { width: 90%; height: 80px; }
#messages h3 { font-size: 1em; }
#messages input { float: left; }
#messages p img { margin-top: 1px; margin-left: 10px; }





