/*------------------------------------------------------------------------
# JA Cooper 1.0 - Aug, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

ul.ja-bullettin {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.ja-bullettin li {
	margin: 0;
	padding: 8px 0;
	/*border-bottom: 1px solid #E6E6E6;*/
	background: none;
	position: relative;
	width: 100%;
	line-height: normal;
}
ul.ja-bullettin li a {
	float:left;
}
ul.ja-bullettin li a.mostread {
	float:none;
}

ul.ja-bullettin img {
/*	width:110px;
	position: absolute;
	left: 0;
	top: 8px;
*/	
}

.ja-headsp-left ul.ja-bullettin img {width:85px;}
ul.ja-bullettin div {
	/*line-height: 1.2;
	display: block;*/
}

ul.ja-bullettin span {
	font-size: 10px;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 3px 0;
	width:100%;
}

ul.ja-bullettin-event span {
	font-size: 10px;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 3px 0;
	width:100%;
}







ul.ja-bullettin_frontpage {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.ja-bullettin_frontpage li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px dotted #2d2d2d;
	background: none;
	position: relative;
	width: 100%;
	line-height: normal;
}

ul.ja-bullettin_frontpage img {
	position: absolute;
	left: 0;
	top: 8px;
}

ul.ja-bullettin_frontpage div {
	line-height: 1.2;
	display: block;
}

ul.ja-bullettin_frontpage span {
	font-size: 85%;
	color: #999999;
	letter-spacing: -1px;
}

.news-event-rss-container {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
}
.news-event-rss-container span {
    background: url("../images/rss.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    text-indent: -100px;
    width: 20px;
}

.news-event-rss-container a span { background-position:0px 0px; }
.news-event-rss-container a:hover span { background-position:-25px 0px; }