/**
 * @version 1.0 $Id: simplecal_front.css,v 1.7 2009/06/30 11:58:56 fabrizio Exp $
 * @package Joomla
 * @subpackage SimpleCalendar
 * @copyright (C) 2008 - 2009 Fabrizio Albonico
 * @license GNU/GPL, see LICENCE.php
 * EventList is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 3
 * as published by the Free Software Foundation.

 * SimpleCalendar is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with SimpleCalendar; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 **/
 
table#sc_form td {
	padding: 3px;
}

div#simplecal {
	display: block;
	overflow: hidden; /* beez */	
}

div#simplecal .buttons{
	float: right; 
}
div#simplecal .buttons img { 
	border: none;
}

div#simplecal .buttons a {
	padding: 0 0 0 5px; height: 16px; line-height: 16px;
}

div#simplecal h2 {
	font-size: 1.2em; font-weight: bold;
}

div#simplecal dl {
	margin: 0 5px;
	margin-bottom: 15px;
}

div#simplecal dt {
	/* margin-right: 5px; */
	padding: 0.3em 0;
	float:left;
	font-size: 1em;
	font-style: italic;
	width: 13em;
	background: transparent;
	border-bottom: 1px solid #ddd;
}

div#simplecal dd {
	display: block;
	margin: 0 0 5px 13.5em;
	padding: 0.3em 0;
	font-size: 1em;
	background: transparent;
	z-index: 10;
}

div#simplecal table {
	border-collapse: collapse; 
}

div#simplecal table.sc_search {
	margin: 1px;
	font-size: 0.9em;
}

div#simplecal td.sc_header {
	border-bottom: 1px solid black;
	margin-bottom: 2px;
}

div#simplecal td.sc_rows {
	border-bottom: 1px dotted lightgrey;
}

div#simplecal button.sc_search {
	font-size: 0.9em;
	margin: 0.9em 0;	
}

div .sc-footer {
	font-size: 0.9em;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #aaa;
}

div#simplecal .map_icon {
	float: right;
	clear: right;
}

div#simplecal .unpublished {
	color: red;
}

div#gmap_buttons {
	margin: 5px;
	padding-top: 10px;
}

div#gmap_buttons .save {
	border: 1px solid lightgrey;
	padding: 5px;
}

div#gmap_buttons .save:hover {
	background-color: #ffee00;
	cursor: pointer;
}

span.gmap_set {
	border: 1px solid lightgrey;
	background-image: url("../images/map_pointer.png");
	background-repeat: no-repeat;
	padding: 4px 4px 4px 20px;
}

span.gmap_set:hover {
	background-color: #ffee00;
	cursor: pointer;
} 

span.gmap_remove {
	border: 1px solid lightgrey;
	padding: 4px 4px 4px 4px;
}

span.gmap_remove:hover {
	background-color: #B8CDDC;
	cursor: pointer;
} 

div#entryinfo {
	margin: 0 10px;
}

span.gmaplink {
	text-decoration: underline;
	cursor: pointer;
}

div#simplecal th.sc_column_header {
	font-style: italic;
}