/* 

PANELS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 8. panels  --------- */

/*	div.contentLeft */
div.contentLeft div.panel {
	}
div.contentLeft div.panel h2 {
	}
div.contentLeft div.panel p {
	}
div.contentLeft div.panel ul {
	}
div.contentLeft div.panel ul li {
	}
div.contentLeft div.panel a {
	}
div.contentLeft div.panel a:hover {
	}
div.contentLeft div.panel a.more {
	}
div.contentLeft div.panel a.more:hover {
	}

/*	div.contentRight */
div#news * {
1	border: 1px solid #f00;

}
div.panel h2 {
	color: #d04503;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 15px;
}
div.panel p.date { 
	color: #176284;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.panel p {
	color: #444;
	font-size: 1.1em;
	margin: 5px 0;
	display:block;
}
div.panel a.more{
	display:block;
	text-align:right;
	color: #c90a1c;
	font-size: 1.1em;
}
div.contentRight div.panel {
	}
div.contentRight div.panel h2 {
	}
div.contentRight div.panel p {
	}
div.contentRight div.panel ul {
	}
div.contentRight div.panel ul li {
	}
div.contentRight div.panel a {
	}
div.contentRight div.panel a:hover {
	}
div.contentRight div.panel a.more {
	}
div.contentRight div.panel a.more:hover {
	}
/*	--------------	*/
/*	error panel		*/
/*	--------------	*/
.errorPanel {
		border: 1px solid #a60000;
		background: #fbdddd;
		padding: 0 10px 10px;
		margin: 10px 0;
		}
div.contentCentre .errorPanel p {
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		color: #c80000;
		line-height: 1.4em;
		}
div.contentCentre .errorPanel a {
		font-weight: bold;
		font-family: Verdana, Geneva, sans-serif;
		color: #940000;
		text-decoration: underline;
		}
/*	--------------	*/
/*	notice panel		*/
/*	--------------	*/
.noticePanel {
		border: 1px solid #d6bd33;
		background: #f9f5e0;
		padding: 10px;
		margin: 10px 0;
		}
.noticePanel * {
1		border: 1px solid #d6bd33;
		}
div.contentCentre .noticePanel p {
		padding: 0;
		margin: 0;
		display: inline;
		font-weight: normal;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.2em;
		color: #a28b0b;
		}
div.contentCentre .noticePanel p#logoutLink {
		display: block;
		float: right;
		width: 100px;
		text-align: right;
		}
div.contentCentre .noticePanel p a {
		text-decoration: none;
		}
div.contentCentre .noticePanel p a:hover {
		text-decoration: underline;
		}
/*	--------------	*/
/*	news panel		*/
/*	--------------	*/
div.newsPanel {
		margin-bottom: 1em;
1	border: 1px solid #f00;
}
div.newsPanel * {
1	border: 1px solid #f00;
}
div.newsPanel h4 {
	color: #d04503;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.5em;
}
h4.otherNews {
	background: #176284;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 10px;
}
div.newsPanel p.date { 
	color: #76c248;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em;
}
div.newsPanel p {
	color: #444;
	font-size: 1.2em;
	margin: 5px 0;
	display:block;
}
div.newsPanel a.more{
	display:block;
	text-align:right;
	color: #c90a1c;
	font-size: 1.1em;
}
