
.playerlistbox {
	min-height: 340px;
}

.playerlistbox table {
	padding: 10px 0px 0px 0px;
	width: 100%;
}

.playerlistbox table th {
	font-family: impact;
	font-weight: normal;
	color: #8AD0F1;
	padding: 2px;
	font-size: 8pt;
}

.playerlistbox table td {
	border-top: solid #8AD0F1 1px;
	padding: 2px;
	font-size: 8pt;
}

.playerlistbox table td a {
	font-size: 6pt;
	text-decoration: none;
	color: black;
	padding: 0px 10px 0px 0px;
}

.playerlistbox table td a:hover {
	text-decoration: underline;
	color: #8AD0F1;
}

.documentlist {
	margin: 10px 5px 5px 5px;
	width: 80%;
}

.documentlist .action {
	font-size: 7pt;
}

.documentlist a {
	text-decoration: none;
	color: rgb(0,0,0);
}

.documentlist a:hover {
	color: #8AD0F1;
	text-decoration: underline;
}

.documentlist a.new {
	xcolor: rgb(255,0,0);
	xpadding: 1pt 6pt 3pt 6pt;
}
.documentlist a.new:hover {
	xcolor: rgb(0,0,0);
}

#addphoto {
	position: absolute;
	top: 30px;
	left: 125px;
	width: 300px;
	height: 130px;
	border: solid #8AD0F1 3px;
	background-color: rgb(220,220,220);
	padding: 10px;
	text-align: center;
}

.calendrier {
	min-height: 340px;
}

.calendrier h5 {
	font-family: impact;
	font-weight: normal;
	font-size: 10pt;
	color: #8AD0F1;
}

.calendrier table {
	empty-cells: show;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

.calendrier table th {
	empty-cells: show;
	border-top: solid #8AD0F1 1px;
	border-bottom: solid #8AD0F1 1px;
	border-right: solid #8AD0F1 1px;
	font-size: 6pt;
	xfont-family: impact;
	xfont-weight: normal;
	color: rgb(255,255,164);
	background-color: #85171a;
	padding: 1px 5px 2px 5px;
}

.calendrier table th.first {
	border-left: solid #8AD0F1 1px;
}

.calendrier table td {
	empty-cells: show;
	border-bottom: solid #8AD0F1 1px;
	border-right: solid #8AD0F1 1px;
	padding: 2px;
	font-size: 7pt;
}

.calendrier table td.first {
	border-left: solid #8AD0F1 1px;
}

.calendrier table td.date {
	width: 50px;
	white-space: pre;
}

.calendrier table td.type {
	width: 25px;
}

.calendrier table td a {
	font-size: 6pt;
	text-decoration: none;
	color: black;
	padding: 0px 10px 0px 0px;
}

.calendrier table td a:hover {
	text-decoration: underline;
	color: #8AD0F1;
}

.calendrier tr.event-regulier td {
	color: #000000;
	background-color: #FFFFFF;
}

.calendrier tr.event-pratiques td {
	color: #000000;
	background-color: #FFFFFF;
}

.calendrier tr.event-tournois td {
	color: #000000;
	background-color: #FFFFFF;
}

.calendrier tr.event-evenements td {
	color: #000000;
	background-color: #FFFFFF;
}

a.retour {
	font-size: 10pt;
	font-family: impact;
	text-decoration: none;
	color: #8AD0F1;
	margin: 0px;
	padding: 0px;
	z-index: 4;
	position: absolute;
	bottom: -20px;
	right: 5px;
}

a.retour:hover {
	text-decoration: underline;
	color: #8AD0F1;
}
