/*  This class is to be used  for additional  news items styling. For example
if you want borders around your articles or if you already have them , just replace 
.contentpaneopen  border and background styles with this one. Since Joomla 1.0.x and 1.5.x
is repeating .contentpaneopen twice in same news item this would be best styling option for you
You can place this class in your template css and control it from there */

/*This is the example. Remove comments to test or copy and paste in your template css */

/*.yj_contentpaneopen{
border:1px solid #efefef; 

}*/


/* end additional content items styling*/

div.date {
	width:42px;
	height:45px;
	background: url(../../../plugins/content/yj_date/yj_date_r.gif) left top no-repeat;
	margin:2px 5px 0px 0px;
	overflow:hidden;
	/*font-family:Cambria, serif;*/
		
}
div.title {
	
}
.date_month {
	padding:0px;
	text-align:center;
	color:#fff;
	width:42px;
	height:15px;
	line-height:14px;
	font-size:10px;
	margin:2px 0px 0px 0px;
}
.date_day {
	padding:0px;
	text-align:center;
	color:#000000;
	width:42px;
	height:18px;
	line-height:15px;
	font-size:15px;
	margin:0px;
}
.date_year {
	padding:0px;
	text-align:center;
	color:#000000;
	width:42px;
	height:15px;
	line-height:3px;
	font-size:9px;
	margin:0px;
}

td.yj_date {
	padding-right:0px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align:top;
}
