@CHARSET "ISO-8859-1";

//#news #sort-links a:before { content: "| " }
//#news #sort-links a:first-child:before { font-style: italic; }

#news #sort-links a:link { font-weight: bold; color: #999900; }
#news #sort-links a:visited { font-weight: bold; color: #999900; }
#news #sort-links a:hover { font-weight: bold; color: #666; }
#news #sort-links a:active { font-weight: bold; color: #000; }
#news #sort-links a.selected { color: #666; }

#news table#search-results {
	width: 100%;
}

#news table td {
	padding: 15px 5px;
}

#news table#search-results td.spacer {
	padding: 0;
}

#news tr.even {
	background: url('/templates/public/wireframe/images/bg-news-even.png') repeat;
}

#news tr.odd {
    background: url('/templates/public/wireframe/images/bg-news-odd.png') repeat;
}

#news td#photo {
	//border-right: 1px solid #fff;
}

#news div#search-content {
	border-left: 1px solid #fff;
	padding-left: 13px;
}

#news table#search-results #photo img {
	border: 1px solid #666;
}



/* Text */
#news p.intro {
	margin-bottom: -10px;
}

#news span.postedOn {
	font-size: 10px;
	font-style: italic;
}

#news a.title { font-size: 12px; }
#news a.title:link { font-weight: bold; color: #999900; }
#news a.title:visited { font-weight: bold; color: #999900; }
#news a.title:hover { font-weight: bold; color: #000; }
#news a.title:active { font-weight: bold; color: #666; }
