.software_update_summary th {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
        font-weight: bold;
        background-color: #DDDDDD;
	margin: 0;
}

.software_update_tablewrapper {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#EEEEEE;
	border:1px solid #cccccc;
	margin-bottom:2px;
	padding:3px;
	text-align:left;
}

.software_update_detail_heading {
	text-align: right;
        font-weight: bold;
}

