DIV.updates
{
	border:1px solid #999;
	background-color:white;
	width:315px;
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}

DIV.updates H2
{
	padding:0;
	margin:0;
}
DIV.updates UL
{
	list-style:none;
	padding:0 !important;
	margin:0 !important;
}
DIV.updates UL LI
{
	padding:5px !important;
	line-height:150%;
	margin:0 !important;
}
DIV.updates UL LI.expired,
DIV.updates UL LI.nohome,
DIV.updates UL LI.unpublished
{
	/*text-decoration: line-through; */
	background-color:#DDD;
}
DIV.updates UL LI IMG
{
	float:left;
	margin-right:5px;
}
DIV.updates UL LI A
{
	/*font-weight:bold;*/
	color:#4f01ff;
	text-decoration:none;
	border:none;
}
DIV.updates UL LI A SPAN
{
	color:black;
	max-width:190px;
	max-height:19px;
/*	border:1px solid blue; */
	overflow:hidden;
	display:block;
}
DIV.updates UL LI SPAN.status
{
/*	border:1px solid red; */
	width:250px;
	float:right;
}
DIV.updates UL LI SPAN.title
{
	font-weight:bold;
}
DIV.updates UL LI + LI
{
	border-top:1px solid #999;
}
DIV.updates UL SPAN.time
{
	float:right;
	color:#777;
}
DIV.updates UL SPAN.pinned
{
	display:block;
	margin-left:1px;
	background:url("/images/icons/pin.png") 0% 0% no-repeat;
	float:right;
	width:16px;
	height:16px;
	color:#777;
}
DIV.updates UL SPAN.pinned SPAN
{
	display:none;
}
BODY#info DIV.updates
{
	clear:both;
	border:none;
	border-top:7px solid #F3E7F3; /* make "gap" between list and heading */
	border-bottom:7px solid #F3E7F3;
	width:300px;
}
BODY#info DIV.updates DIV.inner
{
	border:1px solid #999;
}
BODY#info DIV.updates UL LI A SPAN
{
	max-width:173px;
}
BODY#info DIV.updates UL LI SPAN.status
{
	width:233px;
}
BODY#info DIV.updates UL SPAN.pinned
{
	/* hide pin on info page...*/
	display:none;
}

/* Prev/ Next page
 * on homepage, "hide" anything past 10 entries - JS to reveal them! 
 * */
BODY#home DIV#sidebar DIV.updates UL LI+LI+LI+LI+LI+LI+LI+LI+LI+LI+LI+LI+LI+LI
{
	display:none;
}
BODY#home DIV#sidebar DIV.updates UL LI.hide
{
	display:none;
}

BODY#home DIV#sidebar DIV.updates UL LI.show
{
	display:list-item;
}
BODY#home DIV#sidebar DIV.updates DIV.button
{
	padding:2px;
	margin-top:2px;
	text-align:center;
	font-weight:bold;
	color:white;
	height:18px;
	width:100px;
	margin-left:100px;
}
BODY#home DIV#sidebar DIV.updates DIV.button:hover
{
	cursor:pointer;
	background-color:#7475a6 !important;
}
BODY#home DIV#sidebar DIV.updates DIV#prevstatuses
{
	background:#8485b6 url("images/icons/upchevron.png") no-repeat center;
}
BODY#home DIV#sidebar DIV.updates DIV#nextstatuses
{
	background:#8485b6 url("images/icons/downchevron.png") no-repeat center;
}
DIV#sidebar DIV.updates BLOCKQUOTE
{
	font-style:normal;
	margin-left:5px; 
}
