.updatetitle:hover .updatetooltip {
    display: block;
}

.updatetitle{
	font-size: 16px;
	     font-weight: 700;
 	color: #C97C67;
 	vertical-align:middle;
}

.updatetooltip {
    display: none;
    background: #222222;
    color: #ffffff;
    margin-left: 28px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width:400px;
}


.updates_table_h2{
font-size: 16px;
text-align: center;
}
.updates_table{
	margin:0px;
	padding: 0px;
	width: 920px;
}

.updates_table th{
    background-color: #942000;
    background-image: -moz-linear-gradient(center top , #942000, #3d3d3d);
    clear: both;
    margin: 0 auto;
    color: #ffffff;
     font-weight: 700;
     font-size: 13px;
}


.showtimer{
	font-size: 16px;
	color: #222222;	

	     font-weight: 700;
}

.pubtime{
	font-size: 12px;
	color: #cccccc;	
	text-align: center;
}