/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		OneNE2
Filename:		coArticle.css
Description:	Article Constructor CSS
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
6	20Apr06		CT			Removed bodyText again. Found another way to fix it.
5	20Apr06		CT			Adjusted bodyText position for articles 
4	19Arp06		CT			Updated header layouts
3	27Oct05		JF			Added #coArticleNewsSearch .form_standard for XHTML compliance
2	19Aug05		JF			coArticleNews and Events now use coArticle styles
1	03May05		JF			Created

*/

#coArticleNewsSearch .form_standard {
	width : 50px;
	margin-right : 5px;
}

.articleBackButton {
	float : left;
	height : 30px;
}
.articleTitle {
	height : 30px;
}

.coArticle_header {
	border-top: 1px solid #9096B3;
	width : 100%;
	height : 18px;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.coArticle_header .title {
	color: #fff;
	height: 14px;
	width: auto;
	float: left;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left: 15px;
	padding-right: 8px;
	background: #9096B3 url(/images/article/header_arrow.gif) no-repeat top left;
}

.coArticle_header .space {
	height: 18px;
	width: 8px;
	float: left;
	background: #fff url(/images/article/header_curve.gif) no-repeat top left;
}

.coArticle_date {
	color : #549201;
	font-weight : bold;
}
.coArticle_mediaTitle {
	width : 100%;
	height : 18px;
	background-color : #e5eafd;
	font-weight : bold;
	padding-top : 2px;
	padding-left : 2px;
}

/* E-Tenders */
.coTender_title {
	width : 100%;
	height : 18px;
	background-color : #e5eafd;
	font-weight : bold;
	padding-top : 2px;
	padding-left : 2px;
}


