/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		CECORP
Filename:		coArticle.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	31May06		CT			Created

*/

.coArticle .filter {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.coArticle .filter .label {
	width: 60%;
	float: left;
	font-weight: bold;
}

.coArticle .filter .field {
	width: 30%;
	float: left;
}

.coArticle .filter .button {
	width: 10%;
	float: right;
	text-align: right;
}

.coArticle .filter .field select {
	width: 100%;
	float: left;
	font-size: 0.8em;
}

.coArticle .row {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.coArticle .row .date {
	width: 20%;
	float: left;
}

.coArticle .row .title {
	width: 80%;
	float: right;
}

.coArticle .row .summary {
	width: 80%;
	float: right;
}

.coArticle .articleMedia {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}

.coArticle .articleMedia .mediaTitle {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.coArticle .articleTitle {
	width: 100%;
	float: left;
	font-weight: bold;
}

.coArticle .articleTitle .date {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.coArticle .articleTitle .title {
	width: 100%;
	float: left;
	color: #CC0033;
	margin-bottom: 5px;
}

.coArticle .back {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.coArticle .row {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.coArticle .articleContent {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

.coArticle .noarticles {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	color: #CC0033;
}

/* .coArticle .link {
	width: 100%;
	float: left;
	margin-bottom: 5px;
} */

.articleMedia {
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.articleMedia .objectRoll {
	width: 343px;
	margin: 5px;
	float: left;
}