/**
* This file is part of the Agora Pro distribution. 
* Detailed copyright and licensing information can be found
* in the gpl-3.0.txt file which should be included in the distribution.
*  
* @version		4.19 2014-02-05 nuclear-head
* @copyright	Copyright (C) 2007 - 2014 jVitals Digital Technologies Inc. All rights reserved.
* @license		http://www.gnu.org/copyleft/gpl.html GNU/GPLv3 or later
* @link			http://jvitals.com
* @since		File available since initial release
*/
span.small {
	font-size: 75%;
}
div.agoraprolatest tr, div.agoraprolatest td { 
	border:none;
}
div.agoraprolatest td { 
	border:none;
}
div.agoraprolatest table { 
	border-collapse:separate;
	border-spacing: 8px;
}
div.agorapro_latest_datetime { 
	float: right;
    font-size: 80%;
    font-weight: bold;
}
div.agorapro_latest_author{ 
	float: left;
	font-size:80%;
    
}
div.agoraprolatest a:hover{
	background-color:transparent !important;
	color:#DD0000 !important;
}
div.agoraprolatest a {
	text-decoration:none;
}
.agorapro_latest_header_2c {
	font-size: 1.2em;
	text-align: center;
}

.agorapro_latest_item {
	border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    margin: 5px 0;
    padding: 5px;
	background: url("img/cat_bg2.png") repeat scroll 0 0 transparent;
}
.agorapro_latest_item:hover {
	background: url("img/cat_bg2.png") repeat scroll 0 0 #fcfcfc;
}
.agorapro_latest_avatar_left {
	float: left;
}
div.agorapro_latest_subject{
	min-height: 40px;
}

.agorapro_latest_avatar_left img {
	padding: 1px;
	border: 1px solid #CCC;
}

.agorapro_latest_avatar{
	float:left;
	margin-right:5px;
}

.agorapro_latest_clear {
	clear: both;
}