/*
 * $Id: eventtablecss.css 85 2009-09-22 16:07:12Z kapsl $
 * @copyright (C) 2007 - 2009 Manuel Kaspar
 * @license GNU/GPL, see LICENSE.php in the installation package
 * This file is part of Event Table Edit
 *
 * Event Table Edit is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.

 * Event Table Edit 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 Event Table Edit. If not, see <http://www.gnu.org/licenses/>.
 */

.whoplaystable {
	border: 1px solid #666666;/*empty-cells: show;*/
}

.whoplaystable td, .whoplaystable th {
	border: 1px solid #888888;/*padding: 2px !important;*/
}

.tablebutton {
	border: 1px solid #555555;
	background-color:#EDEEDE;
	display: inline;
}

.tablebutton:hover {
	background-color:#BBBBBB;
}

.tablebutton2 {
	border: 1px solid #555555;
	display: inline;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	background-color:#EDEEDE;
}

.tablebutton2 a, .tablebutton2 a:link {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.tablebutton2:hover {
	background-color:#BBBBBB;
}

.tablebutton2 a:hover {
	text-decoration: none;
}

.headline {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
}

.evthead {
}

/*This are the single tableheads*/
.evth0 {
}

.evth1 {
}

.evtdedit {
}

/*Background can be administrated directly through the backend*/
.linecolor1 {
}

.linecolor2 {
}

.editlink {
}

.delete {
}

.ordering {
}

/*CSS of the Edit Pages*/
.edittable {
}

.edittextarea {
}

.lightsearch {
	color: #3366FF;
	font-weight: bold;
}

.cellcontent {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.print {
	font-size: 12px;
	font-weight: bold !important;
}

table.gifsheet {
	font-size: 11px;
	border:1px solid #DDDDDD;
	background-color:#F9F9F9;
	border:1px solid #D5D5D5;
	border-collapse:collapse;
	padding:10px;
	text-align: center !important;
}

table.gifsheet td {
	padding-bottom: 4px;
}

#cpanel {
	text-align: center !important;
	vertical-align:middle;
}

#cpanel div.icon {
	margin: 3px;
	text-align: center !important;
}

#cpanel div.icon img {
	margin-top:13px;
}

#cpanel div.icon a:visited {
	color:#808080;
}

#cpanel div.icon a:hover {
	background-color:#F1E8E6;
	border:1px solid #C24733;
	color:#333333;
	padding:3px 4px 0px 6px;
}

#cpanel div.icon a {
	border:1px solid #DDDDDD;
	display:block;
	float:left;
	height:97px !important;
	padding:2px 5px 1px;
	text-decoration:none;
	vertical-align:middle;
	width:108px !important;
}

#cpanel div.icon span {
	display:block;
	text-align: center !important;
	padding-top:3px;
}

.cpages {
	font-size: 10px;
	text-align: center !important;
	margin-top: 3px;
	margin-bottom: 6px;
}

#popupdiv {
	position: fixed;
	background: transparent url(img/ajaxback.png) top left no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -280px;
	margin-top: -170px;
	padding: 15px 20px 30px 15px;
	width: 575px;
}

* html #popupdiv { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#popupdivdate {
	position: fixed;
	background: transparent url(img/dateback.png) top left no-repeat;
	top: 50%;
	left: 50%;
	/*width: 164px;*/
	width: 173px;
	height: 80px;
	margin-left: -85px;
	margin-top: -125px;
	padding: 15px 34px 0 15px;
}

* html #popupdivdate { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html div.calendar {
	position: absolute !important;
}

div.calendar {
	position: fixed !important;
}

#popupbutton {
	background: transparent url(http://www.motorrad-tourer.com/components/com_eventtableedit/template/images/icon-32-apply.png) top left no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: left;
	margin-top: 6px;
}

#popupbutton:hover {
	background: transparent url(http://www.motorrad-tourer.com/components/com_eventtableedit/template/images/icon-32-apply.png) no-repeat 0 -30px;
}

#popupbutton2 {
	background: transparent url(img/icon-32-cancel.png) top left no-repeat;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: left;
	margin-top: 6px;
}

#popupbutton2:hover {
	background: transparent url(img/icon-32-cancel.png) no-repeat 0 -32px;
}

#loaddiv {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: 50px;
	padding: 7px;
}

#loaddivinside {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 5px;
	float: right;
	margin-right: 5px;
}

#loaddivinsidedate {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 2px;
	float: right;
}

#clearspan {
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	background: #DDDDDD;
	padding: 2px;
	border: 1px solid #777777;
}

#jdelete {
	cursor: pointer;
}

#mytip {
	position: absolute;
	z-index: 2000;
}

#tiphover {
	position: absolute;
}

.tool-tip {
	width: 380px;
	font-size: 11px;
}

.texttipimg {
	top: 5px;
	left: 583px;
}

.gentipimg {
	top: 55px;
	left: 95px;
}

#bnewrow {
	cursor: pointer;
}