/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		Atlas
Filename:		coArticle.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	17/7/07		PG			taken from atlas

*/

.relatedOther .relatedOther_Header{
	width:152px;
	overflow:hidden;
	margin-left:1px;
	margin-bottom:5px;
}

.relatedOther_tl{
	height:6px;
	width:6px;
	float:left;
}

.relatedOther h2{
	padding:1px;
	float:left;
}

h2.coArticleTopic{
	color:#2E5A5A;
}

h2.coArticleProcess{
	color:#666600;
}

.relatedOther.coArticleTopic h2{
	background-color:#2E5A5A;	
	
}
.relatedOther.coArticleTopic .relatedOther_Header{
	background:#2E5A5A url('/res/coArticle/topic_br.gif') no-repeat bottom right;
}

.relatedOther.coArticleTopic .relatedOther_tl{
	background:#2E5A5A url('/res/coArticle/topic_tl.gif') no-repeat top left;
}


.relatedOther.coArticleProcess h2{
	background-color:#666600;
}

.relatedOther.coArticleProcess .relatedOther_Header{
	background:#666600 url('/res/coArticle/process_br.gif') no-repeat bottom right;
}

.relatedOther.coArticleProcess .relatedOther_tl{
	background:#666600 url('/res/coArticle/process_tl.gif') no-repeat top left;
}




