/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:	STYLE SHEET
Filename:	css/2/all/coArticleSignpost.css (Bartram Walker)
Description:Generic home page classes 
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
3	31Mar05		CT			Removed the font-size from signpost text
2	22Mar05		CT			Updated font-size in signpost_middle_left
1	20Mar05		CT			created
2.0.0
*/

@import url(/css/all/coArticleSignpost.css);

/* picture signpost classes */
.signpost_picture_panel {
	border-color : #D8B4C0;
}

.signpost_divider {
	background : #881234;
}

.signpost_text a {
	color :  #881234;
}

.signpost_text a:hover {
	color :  #D8B4C0;
}

/* pictureless signpost classes */
.signpost_panel {
	background-image : url('/res/coArticleSignpost/images/2/background.gif');
	background-repeat: repeat-y;
	width : 190px;
}

.signpost_top {
	width : 190px;
}

.signpost_middle_left {
	width : 115px;
}

.signpost_middle_left a {
	color :  #9D435D;
}

.signpost_middle_left a:hover {
	color :  #CE8499;
}

.signpost_bottom {
	width : 190px;
}
