/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		OneNE2
Filename:		coArticle.css
Description:	Article Constructor CSS
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	19Aug05		JF			coArticleNews and Events now use coArticle styles
1	03May05		JF			Created

*/
.coArticle_header {
	width : 100%;
	height : 18px;
	background-color : #eee;
	font-weight : bold;
	padding-top : 2px;
	padding-left : 2px;
}

.coArticle_date {
	color : #000;
	font-weight : bold;
}
.coArticle_mediaTitle {
	width : 100%;
	height : 18px;
	background-color : #eee;
	font-weight : bold;
	padding-top : 2px;
	padding-left : 2px;
}