/**
 * @package		JomSocial
 * @subpackage 	Template 
 * @copyright 	(C) 2011 by Slashes & Dots Sdn Bhd - All rights reserved!
 * @license		GNU/GPL, see LICENSE.php
 */

/* 
 ;##################################################################
; CBE
;* Modified by Joomla-CBE Team
;* http://www.joomla-cbe.de.com 
;* email: info@joomla-cbe.de
;* date: 2012
;* Release: 1.7
;* License : http://www.gnu.org/copyleft/gpl.html GNU/GPL 
;
;###################################################################
*/

@import url("style.reset.css");
@import url("style.toolbar.css");
@import url("style.layout.css");
@import url("style.stream.css");
@import url("style.events.css");
@import url("style.messaging.css");
@import url("style.old.css");
@import url("style.window.css");
@import url("style.themefix.css");


/* PROFIL POINTS */
#cbe-wrap .cBlueface-table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

#cbe-wrap .cBlueface-table td {
	border: 1px solid #ccc !important;
	padding: 10px;
	background-color: #f6f6f6;
}
#cbe-wrap .cBlueface-table td .number {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -1px;
}
#cbe-wrap .cBlueface-table td a {
	display: block;
	color: #095197;
}

#cbe-wrap .cBlueface-table td a:hover {
	background-color: transparent !important;
	color: #095197;
}

#cbe-wrap .cBlueface-table td:hover,
#cbe-wrap .cBlueface-table td:hover a,
#cbe-wrap .cBlueface-table td:hover a:hover {
	background-color: #095197 !important;
	color: #fff !important;
}