/**
 * news.css - Stylesheet for news.php 
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/

#content .public-notices-content {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .public-notices-date {
	display: inline;
	font-family: tahoma, arial;
	color: #77787b;
	font-size: .9em;
	margin-bottom: 2px;
}

#content .public-notices-author {
	border-right: 1px solid #77787b;
	font-family: tahoma, arial;
	color: #77787b;
	font-size: .9em;
	padding: 0 7px 0px 1px;
	margin-bottom: 2px;
	display: inline;
}

#content .public-notices-item {
	margin-bottom: 12px;
	border-bottom: 1px solid #c1ddf1;
	padding: 0 0 12px;
}

#content .public-notices-item.last {
	border-bottom: none;
}

#content .public-notices-link {
	font-size: .9em;
	font-weight: bold;
}

#content .public-notices-title {
	color: #004990;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#content .public-notices-title a {
	color: #004990;
}

#content .public-notices-title a:hover {
	color: #3b3b3c;
	text-decoration: none;
}

/***********************************************************************
 * Classes
 **********************************************************************/

/* Blocks */

