/* CSS Document */

.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 {
font-weight: normal;
font-size: 12px;
text-decoration: none;
}

.tablebutton2:hover {
background-color:#BBBBBB;
}

.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;
}