/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		OneNE2
Filename:		coArticle.css
Description:	Article Constructor CSS
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	11Sep06		CT			Created

*/

#coArticleNewsSearch .form_standard {
	width : 50px;
	margin-right : 5px;
}

.articleBackButton {
	float : left;
	height : 30px;
}
.articleTitle {
	height : 30px;
}

.coArticle_header {
	width : 100%;
	float: left;
	height : 18px;
	font-weight : bold;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #000068 url(/images/article/template/1/header_arrow.gif) no-repeat top left;
}

.coArticle_header .titleBorder {
	position: relative;
	left: 8px;
	height: 18px;
	width: 420px;
	float: left;
	overflow: hidden;
	background-color: #9096B3;
}

.coArticle_header .titleBack {
	position: relative;
	top: 1px;
	height: 17px;
	width: 420px;
	float: left;
	background-color: #ffffff;
}

.coArticle_header .title {
	position: relative;
	color: #fff;
	height: 18px;
	width: auto;
	float: left;
	padding-top : 1px;
	padding-bottom : 2px;
	padding-left: 5px;
	padding-right: 13px;
	background-color: #9096B3;
}

.coArticle_header .titleCurve {
	position: absolute;
	right: -1px;
	top: 0px;
	height: 17px;
	width: 7px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/article/template/1/header_curve.png', sizingMethod='crop');
}

html>body #siteHolder #siteContent .coArticle_header .titleCurve {
	background: transparent url(/images/article/template/1/header_curve.png) 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;
}
