.fixture_date
{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.smaller_bold_italic{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}	
.attached_files
{
	width:150px;					
	margin:10px;
	clear:left;
}
.news_item
{
	width:500px;
	clear:left;
	border-bottom: thin dotted;
	padding:5px;
	margin:5px;
	
}	

div.icon-key{
	float:right;
	clear:left;
	border:  1px dotted;
	padding:5px;
	margin:10px;
}
div.centre{
	text-align: center;
	}
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
form.paypal_form{
	margin-left:10px;
}
.error{color: red;font-weight:bold};

div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}