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