
p
{
	margin: 0px;
}

/* FOOTER  */
#copyright{
	position: fixed;
	right: 0%;
	bottom: 0.5%;
	text-align: right;
	font-size: 0.8em;
	text-decoration: none;
	color: rgba(255,255,255,1.0);
}

div#sTennisLogin
{
	position: relative;
}

div#login
{
	text-align: center;
}

div#divClock
{
	float: right;
}

div#sTennisMenu
{
	position: relative;
}

div#sTennisMenuHeader
{
	position: relative;
	overflow:auto;
}

#sTennisMenuHeader h1
{
margin: 0px;
}

div#sTennisMenuItems
{
	position: relative;
	left: 0%;
	width: 100%;
	overflow:auto;
}

.sTennisMenuItem
{
	top: 0px;
	float: left;
	background-color: rgba(0, 255, 255, 0.4);
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	font-variant: small-caps;
	cursor: pointer;
}




div#main
{
		position: relative;
}

a
{
	text-decoration: none;
	color: rgba(255,255,255,1.0);
}

div#MainBox
{
    position: relative;
    left: 2%;
    width: 96%;
}

img#MainLogo
{
	position: absolute;
    float: right;
    right: 0;
    top: 0;
    height: 100%;
    /*height: 10%;*/
}

div#MainHeader
{
	position: relative;
	background-color: rgba(255, 255, 255, 0.2);
	left: 2%;
	width: 96%;
}

h1,h2{
	text-align: center;
}

h1{
	font-size: 2.0em;
	background-color: rgba(255, 255, 255, 0.2);
}
h2{
	font-size: 1.5em;
}

span
{
	font-style: italic;
}

div#main {
    position: absolute;
    width: 100%;
    background-color: rgba(40, 40, 40, 0.2);
}

body
{
	background:url(./images/bg.jpg) repeat;
	font-family: Verdana;
	color: rgba(255,255,0,1.0);
	font-size: 1em;
}


td
{
	font-size: 1.0em;
	/*width: 15%;*/
	padding: 0;
	border-spacing: 0px;
	border-left: 1px solid;
	border-right: 1px solid;
	overflow: hidden;
}

tr
{
	padding: 0;
	border-spacing: 0px;
	height: 1.5em;
	/*border-bottom: 1px solid;
	border-top: 1px solid;*/
}

table
{
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	color: rgba(255,255,255,1.0);
	width: 100%;
}

tr.clsCourtBookRow
{
	padding: 0;
	border-spacing: 0px;
	height: 4.0em;
	/*border-bottom: 1px solid;
	border-top: 1px solid;*/
}

td.clsCourtBookCell
{
	width: auto;
}

td.clsCourtBookCell1
{
	width: 15%;
}

td.tabNoBorder
{
	border: 0px;
}

.clsCourtBookCellBooking a, p
{
	text-decoration: none;
	text-align: center;
}

.clsCourtBookCellBooking a span{	display: none;	color: <?=$mainTextColor?>;}.clsCourtBookCellBooking a:hover span{	display: block;	position:absolute;	float:left;	width: 100%;	background-color: <?=$overlayMainBG?>;	height: 4em;	left: 0px;	bottom: 0px;	color: <?=$highlightTextColor?>;	padding: 0;	overflow: auto;}
div.divCourtInfosExt
{
	height: 4em;
	width: 100%;
}

.clsCourtBookCellFree a
{
		color: rgba(255,255,0,1.0);
}

.clsCourtBookCellBooked p
{
		/*color: #CC0000;*/
		color: rgba(255,255,255,1.0);
		background-color: rgba(255, 147, 0, 0.6);
}

.clsCourtBookRow
{
	background-color: rgba(255, 255, 255, 0.2);
}

.clsCourtBookRowTime
{
	background-color: rgba(0, 255, 255, 0.4);
}

.clsCourtBookHeader
{
	background-color: rgba(0, 127, 127, 0.4);
}

.clsCourtBookCelAllInOne
{

}

td#CourtInfos
{
	font-size: 1.5em;
	font-weight: bold;
}

/*
.clsTypeFree
{
	background-color: #00ff00 !important;
}

.clsTypeVs
{
	background-color: #0000ff !important;
}

.clsTypeChampionship
{
	background-color: #00ffff !important;
}

.clsTypeMachine
{
	background-color: #ff00ff !important;
}
*/

/*  ############## BIS HIER NEU ##############  */



/* Datepicker*/
div#date {
	/*position: relative;*/
	float: left;
	min-height: 200px; /*because of .Left*/
    height: auto;
	overflow: auto;
}

div.ui-datepicker, .ui-datepicker td {}.ui-datepicker{	background: rgba(0, 127, 127, 0.4);}
div.clear {
	width: 100%;
	clear: both;
}

div.clsHeader {

}
table#tabBookings table.NiceTab
{
	text-align: left;
	width: 100%;
	padding: 0px;
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
}

table#tabBookings tr, table.NiceTab tr
{
	background: rgba(0, 255, 255, 0.4);
}

table#tabBookings tr.row1, table.NiceTab tr.row1
{
	background: rgba(125, 125, 125, 0.2);
}
table#tabBookings tr.row0, table.NiceTab tr.row0
{
	background: rgba(255, 255, 255, 0.2);
}
table#tabBookings tr:hover.row0, table.NiceTab tr:hover.row0
{
	background: rgba(0, 127, 127, 0.4);

}
table#tabBookings tr:hover.row1, table.NiceTab tr:hover.row1
{
	background: rgba(0, 127, 127, 0.4);

}


/* ViewTab */

table.ViewTab
{
	text-align: left;
	min-width: 50%;
	padding: 5px;
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
}

table.ViewTab td
{
	border-bottom: 0px solid #999;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
	font-size: 1.0em;
}

table.ViewTab td.Info
{
	color: rgba(20,20,20,0.8);
  background: rgba(255,255,255,0.2);
		font-size: 1.0em;
}

table.ViewTab tr.No
{
	background: rgba(255,0,0,0.7);
}
table.ViewTab tr.Yes
{
	background: rgba(0,255,125,0.7);
}

table.ViewTab tr
{
	background: rgba(0, 255, 255, 0.4);
}

table.ViewTab tr.row1
{
	background: rgba(125, 125, 125, 0.2);
}
table.ViewTab tr.row0
{
	background: rgba(255, 255, 255, 0.2);
}
table.ViewTab tr:hover.row0
{
	background: rgba(0, 127, 127, 0.4);

}
table.ViewTab tr:hover.row1
{
	background: rgba(0, 127, 127, 0.4);

}

/* */


.colAction td
{
    width: 40px;
}

.colCourt td, .colStart td
{
    width: 60px;
}


div#TableWrapper
{
	/*height: 25em;*/
	min-height: 3em;
	max-height: 14em;
	overflow: auto;
}

div#TableWrapperEx
{
	min-height: 3em;
	max-height: 20em;
	overflow: auto;
}


img.adminBooking{
    /* display: block; */
    width: 2em;
    height: 2em;
    cursor: pointer;
}

div#divEditBooking{
	width: 100%;
	/*height: 100px;*/
	z-index: 100;
	left: 0px;
	top: 0px;
	position: relative;
	background: rgba(0, 127, 127, 0.4);
}

table#tabBookings tr.BookingSelected{
	background: rgba(0, 127, 127, 0.4);
}


.ExtBookingInfo p
{
	text-align: left;
}

.ExtBookingInfo select
{
	width: 96%;
	left: 2%;
	border: 1px solid rgba(255,255,255,1.0);
	background-color: rgba(0, 255, 255, 0.4);
	color: rgba(255,255,255,1.0);
	font-size: 1.5em;
}

.ExtBookingInfo input[type="submit"], input[type="button"]
{
	width: 33%;
	left: 2%;
	border: 1px solid rgba(255,255,255,1.0);
	background-color: rgba(0, 255, 255, 0.4);
	color: rgba(255,255,255,1.0);
	font-size: 1.5em;
	min-width: 110px;
	margin: 1%;
}

.ExtBookingInfo input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: rgba(0, 255, 255, 0.4);
}

.ExtBookingInfo input[type="text"], input[type="password"]
{
	width: 96%;
	text-align: block;
	left: 2%;
	border: 1px solid rgba(255,255,255,1.0);
	background-color: rgba(0, 255, 255, 0.4);
	color: rgba(255,255,255,1.0);
	font-size: 1.5em;
}

select
{
	width: 33%;
	left: 2%;
	border: 1px solid rgba(255,255,255,1.0);
	background-color: rgba(0, 255, 255, 0.4);
	color: rgba(255,255,255,1.0);
	font-size: 1.5em;
}

input[type="text"], input[type="password"]
{
	width: 33%;
	text-align: block;
	left: 2%;
	border: 1px solid rgba(255,255,255,1.0);
	background-color: rgba(0, 255, 255, 0.4);
	color: rgba(255,255,255,1.0);
	font-size: 1.5em;
	margin: 1%;
}

input[type="submit"]
{
	width: 33%;
	text-align: block;
	left: 2%;
	border: 1px solid rgba(255,255,255,1.0);
	background-color: rgba(0, 255, 255, 0.4);
	color: rgba(255,255,255,1.0);
	font-size: 1.5em;
}

div#usrStats p
{
	color: rgba(255,255,255,1.0);
	text-align: left;
}

p.adminBooking{
    cursor: pointer;
}

p.clsSperre
{
	background-color: rgba(255, 0, 0, 0.6);
    color: rgba(255,255,255,1.0);
    font-size: 1.2em;
}

p.clsTrainer
{
	background-color: rgba(255, 165, 0, 0.6);
    color: rgba(255,255,255,1.0);
    font-size: 1.2em;
}

p.clsCup
{
	background-color: rgba(0, 0, 255, 0.6);
    color: rgba(255,255,255,1.0);
}

p.clsClub
{
	background-color: rgba(153, 51, 255, 0.6);
    color: rgba(255,255,255,1.0);
    font-size: 1.2em;
}

.suggest_link
{
	padding: 0px;
	cursor: pointer;
}

li
{
	text-decoration: none;
	list-style-type: none;
}
.suggest_link_over
{
	padding: 0px;
}

#search_suggest
{
	position: absolute;
	background-color: rgba(125, 125, 125, 1.0);
	text-align: left;
	border: 1px solid rgba(255,255,255,1.0);
	max-height: 6em;
	overflow: scroll;
}

div#DEBUG
{
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 20%;
}

#custom-handle {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
	color: rgba(255,255,255,1.0);
}

.divDatePickerLeft
{
	min-width: 50%;
	position: relative;
	float: left;
}

.divTimePickerRight
{
	min-Width: 50%;
	position: relative;
	float: left;
}

#divLiSt
{
	width: 50%;
	position: relative;
	float: left;
}

#divReEn
{
	width: 50%;
	position: relative;
	float: right;
}

.ticker div, li
{
	color: rgba(255,255,255,1.0);
	background-color: rgba(255, 0, 0, 0.4);
	text-align: center;
}

#secret
{
	color: rgba(255, 0, 0, 1.0);
	background-color: rgba(255,255,255,1.0);
	cursor: help;
}

#secretcode
{
	font-family: 'Space Mono', monospace;
	font-size: 2.0em;
	cursor: help;
}

#winHelpOuter
{
		height: 100%;
		width: 100%;
		position: absolute;
		background-color: rgba(255, 255, 255, 0.7);
}

#winHelp
{
	z-index: 99999;
	color: white;
	width: 80%;
	top: 25%;
	left: 10%;
	position: relative;
	background-color: rgba(0, 127, 127, 1.0);
}

#closeText
{
	color: rgba(255, 0, 0, 1.0);
	background-color:  rgba(255,255,255,1.0);
	cursor: pointer;
}

@media (max-device-width: 1024px) /* Breite beträgt höchstens 1024px */
{
	.sTennisMenuItem
	{
		width: 100% !important;
	}

}



/*
jQueryUI Apter

$mainSectionHeaderBG="rgba(255, 255, 255, 0.2)";
$mainHeaderBG="rgba(0, 127, 127, 0.4)";
$childHeaderBG="rgba(0, 255, 255, 0.4)";
$mainTextColor="rgba(255,255,255,1.0)";
$highlightTextColor="rgba(255,255,0,1.0)";
$rowBG0="rgba(255, 255, 255, 0.2)";
$rowBG1="rgba(125, 125, 125, 0.2)";
$overlayBG="rgba(125, 125, 125, 1.0)";
$overlayMainBG="rgba(40, 40, 40, 0.2)";
$noColor = "rgba(255, 255, 0, 1.0)";

*/

