/**
* Gavick News Show GK3 - CSS
* @package Joomla!
* @Copyright (C) 2008-2009 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 3.2 $
**/

h4.ta_center, p.ta_center{text-align: center;}
h4.ta_left, p.ta_left{text-align: left;}
h4.ta_right, p.ta_right{text-align: right;}
p.ta_justify{text-align: justify;}
img.i_left{display: block;float: left;}
img.i_right{display: block;float: right;}
img.i_center{display: block;margin: 0 auto;}

a.readon_class{
	display: none;
}

a.p_left{
	float: left !important;
}

a.p_right{
	float: right !important;
}

a.p_center{
	margin: 0 auto !important;
}

#noticias h4.gk_news_show_news_header {
	margin: 0 0 8px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #385F58;
	font-weight: bold;
}
#noticias h4.gk_news_show_news_header a {
	color: #385F58;
	text-decoration: none;
}

#agenda h4.gk_news_show_news_header {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 8px;
	padding:0;
	font-size: 12px;
	color: #56667E;
	font-weight: bold;
}
#agenda h4.gk_news_show_news_header a {
	color: #56667E;
	text-decoration: none;
}

a.gk_news_show_news_readmore {}

a.gk_news_show_news_readmore_inline {
	margin-left: 10px;
}

p.gk_news_show_news_text {
	margin-top: 0px;
}

#noticias table.gk_news_show_table {
	width: 390px;
	margin-left: 5px;
}
#agenda table.gk_news_show_table {
	width: 270px;
	margin-left: 5px;
}

td.gk_news_show_tablerow_top {}

div.gk_news_show_panel {
	padding: 6px 0 0 0;
}

div.gk_news_show_panel_amount {
	float: right;
	width: 50px;
	padding: 0;
}

div.gk_news_show_panel_amount_plus,
div.gk_news_show_panel_amount_minus {
	width: 12px;
	height: 12px;
	float:left;
	line-height: 12px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	margin-right: 3px;
	border: 1px solid #EEE;
}

span.gk_news_show_panel_amount_value {
	display: block;
	float:left;
	font-size: 10px;
	margin-left: 4px;
}

div.gk_news_show_panel_tools,
div.gk_news_show_panel_tools_hidden {
	cursor: pointer;
	padding: 0;
	float:right;
	font-size: 10px;	
}

td.gk_news_show_panel-border {
    border-top: 1px dotted #ccc;
}

tr.gk_news_show_tablerow {}

td.gk_news_show_left {}

#noticias td.gk_news_show_center {
	background-color: #C0DAD6;
	padding: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B6D3CE;
}
#noticias td.gk_news_show_center a{
	color: #385F58;
}
#noticias td.gk_news_show_center:hover{
	background-color: #E6EEED;
}

#agenda td.gk_news_show_center {
	background-color: #D1D6DE;
	padding: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C9CFDA;
}
#agenda td.gk_news_show_center a{
	color: #385F58;
}
#agenda td.gk_news_show_center:hover{
	background-color: #E6EEED;
}

td.gk_news_show_right {}

#agenda td.gk_news_show_tablerow_bottom {
	background-color: #A8B3C4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #56667E;
}
#noticias td.gk_news_show_tablerow_bottom {
	background-color: #88B9B1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #385F58;
}
#noticias td.gk_news_show_tablerow_bottom a, #agenda td.gk_news_show_tablerow_bottom a {
	color: #FFFFFF;
}
ul.gk_news_show_list {}

tr.gk_news_show_tablerow{}

tr.gk_news_show_tablerow_invisible{
	display: none;
}

li.block{
	display: block;
}

li.none{
	display: none;
}