.newsItem
{
	margin-bottom: 10px;
}
.newsItem h4, .newsItem p
{
	width: 580px;
	margin-right: 10px;
	float: left;
}


.newsItem h4
{
	text-transform: uppercase;
	font-weight: bold;
}


.newsItem p a
{
	float: right;
}


.newsItem
{
	background-color: #eee;
	padding: 10px;
}


.newsItem.oddClass h4, .newsItem.oddClass p
{
	margin-left: 10px;
	margin-right: 0;
	float: right;
}


.alertBoxTop
{
	height: 10px;
	background: #fff url(/Files/System/Images/AttentionTop.jpg) no-repeat;
	width: 250px;
}


.alertBoxBottom
{
	height: 10px;
	background: #fff url(/Files/System/Images/AttentionBottom.jpg) no-repeat;
	width: 250px;
	margin-bottom: 20px;
}


.alertBoxBody
{
	background: #f00 url(/Files/System/Images/AttentionBody.jpg) no-repeat 100% 100%;
	min-height: 250px;
	width: 230px;
	padding: 0 10px;
	font-weight: bold;
}


.alertBoxBody a
{
	color: #000;
	float: right;
}


.yellowBoxTop, .greenBoxTop
{
	height: 10px;
	background: #fff url(/Files/System/Images/YellowTop.jpg) no-repeat;
	width: 250px;
}


.greenBoxTop
{
	background: #fff url(/Files/System/Images/GreenTop.jpg) no-repeat;
}


.yellowBoxBottom, .greenBoxBottom
{
	height: 10px;
	background: #fff url(/Files/System/Images/YellowBottom.jpg) no-repeat;
	width: 250px;
	margin-bottom: 20px;
}


.greenBoxBottom
{
	background: #fff url(/Files/System/Images/GreenBottom.jpg) no-repeat;
}


.yellowBoxBody, .greenBoxBody
{
	background-color: #ffc111;
	width: 230px;
	padding: 0 10px;
	text-align: center;
}


.greenBoxBody
{
	background-color: #090;
	text-align: justify;
	color: #fff;
}


.yellowBoxBody h3
{
	font-size: 1.2em;
}


.informationTable
{
	width: 100%;
}


.informationTable td
{
	padding: 2px;
}


.titleCell
{
	font-weight: bold;
	vertical-align: top;
}


td.alertField
{
	color: #ffc111;
	font-weight: bold;
	padding-bottom: 10px;
}


div.waysToHelp
{
	border: 3px solid #ffc111;
	width: 400px;
	height: 250px;
	text-align: center;
	float: left;
	margin-right: 20px;
}


div.waysToHelp table
{
	margin-top: 100px;
}


a.normalButton, input.normalButton
{
	background: url(/Files/System/Images/steunKforC.png) no-repeat 100% 0;
	display: inline-block;
	height: 27px;
	width: 170px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
	margin: 10px;
}

input.normalButton{
	margin: 0;
	border: 0;
	height: 35px;
	padding-top: 0;
	cursor: pointer;
	cursor: hand;}

a:hover.normalButton, input.normalButton:hover{
	background: url(/Files/System/Images/steunKforC.png) no-repeat 100% 100%;
	text-decoration: none;
}
