/*
News package example Style Sheet.
Every XHTML element output by the News System has the CSS class 'NewsView'.
We can use this to display news output and forms uniquely, if we wish.
*/

/*
Form elements
*/
input.news,
textarea.news
{
	border: 1px solid #ccc;
	width: 400px;
}
input.news[type="submit"]
{
	width: 200px;
}

/** Headline bar */
div.news-headlines
{
	float: left;
	margin: 10px 0px 10px 0px;
	width: 200px;
	border: 1px gray solid;
	padding: 10px;
}

.calendar
{
	padding: 4px 0px 4px 10px;
	background: url(/images/layout/nav-back.jpg) repeat-x;
	border-top: 1px solid #fff;
	margin: 0px;
	color: #000000;
}

.calendar-heading
{
	padding: 4px 0px 2px 10px;
	background: #E95421;
	font-weight: bold;
	color: white;
	margin: 0px;
}

/* Make room for the headline bar */
pre.code { margin-right: 230px; }

p.calendar a:link, p.calendar a:visited
{
	color: #609360;	
}

p.calendar a:hover
{
	color: #DE813E;
}