table.modnews 
{
	text-overflow: ellipsis;
	overflow: hidden;
	min-width:700px;
	width:90%;
	max-width:90%;
}


table.modnews tr td {
	text-overflow: ellipsis;
	overflow: hidden;
	min-height: 16px;
	height: 16px;
	max-height: 16px;
	text-align: right;
	white-space: nowrap;
	max-width: 260px;
	padding-left:  8px;
	padding-right: 8px;
}

table.modnews tr.title td {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 4px;
	text-align: left;
	text-shadow: -1px -1px 2px #9AA22E;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 18px;
	color: white;
	font-weight: bold;
	background-color: #D2C946;
}

table.modnews tr.bg1:hover td {
	background-color: #D2C946;
}
table.modnews tr.bg2:hover td {
	background-color: #D2C946;
}

table.modnews tr.bg1 td {
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #F6F4D7;
}

table.modnews tr.bg2 td {
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #E7E4A1;
}


table.modnews tr.bg1:hover td.Xvoid {
	background: none;
}
table.modnews tr.bg2:hover td.Xvoid {
	background: none;
}

table.modnews tr.bg1 td.Xvoid {
	background: none;
}

table.modnews tr.bg2 td.Xvoid {
	background: none;
}

table.modnews tr.title td a {
	margin-top: 1px;
	margin-left: -14px;
	position: absolute;
	float: none;
}

