/* --- start of css --- */

#item {
	font-weight:normal;
	font-size:11px;
	display:block;
	width:100%;
/* 	border-top:1px solid #bebebe; */
	color:white;
	padding-top:10px;
	padding-bottom:10px;
}
#item TD.thumb {
	width:25%;
	padding-right:20px;
}
#item IMG.thumb {
	border:3px solid #cccccc;
	width:48px;
	height:48px;
	display:block;
}
#item SPAN.date {
	color:#cccccc;
}

#item A:link {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#item A:visited {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#item A:hover {
	color:white;
	text-decoration:underline;
	font-weight:bold;
}


#view {
	font-weight:normal;
	font-size:12px;
	background:none;
}
#view IMG.thumb {
	float:left;
	margin-right:10px;
	border:8px solid #cccccc;
	width:120px;
}
#view .title {
	color:#676767;
	font-weight:bold;
}
#view .subtitle {
	color:#676767;
	font-weight:bold;
}
#view .date {
	color:#999999;
	font-weight:bold;
}
#view .where {
	color:#999999;
	font-weight:bold;
}

#view .content {
	color:#696969;
	font-weight:normal;
	text-align:left;
	background:none;
}

#view .content A {
	color:red;
	font-weight:bold;
}

IMG.image {
	border:5px solid white; 
	width:145px;
	height:105px;
}
IMG.control {
	border:0px; 
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

div.horiz_line {
	width:100%;
	border-bottom:1px solid #999999;
	height:20px;
	display:block;
	line-height:20px;
	margin-bottom:10px;
	padding-top:10px;
}


/* --- end of css --- */
