/* ******** */
/* MINIVIEW */
/* ******** */
#mini_view {
    width: 308px;
    height: 85px;
	background: white;
    overflow: hidden;
}

#mini_view th {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	background: #7fcce5;
	padding: 4px 6px;
	text-align: left;
}

#mini_view .miniview_updates {
    width: 100%;
}

#mini_view .miniview_updates .updateline{
    background: url(images/tr_bg.png) repeat-x bottom #ffffff;
}

#mini_view .miniview_updates .updateline .updateline_content{
    padding: 2px;
    vertical-align: top;
}

#mini_view .miniview_updates .updateline .name {
    color: #0099cc;
    font-size: 12px;
    font-weight: bold;
}

#mini_view .miniview_updates .updateline .status {
    color: #666666;
    font-size: 10px;
    float: left;
}


