body{
	margin: 0px;
	padding: 0px;
}

.divError{
	visibility: hidden;
	background-color: aqua;
	z-index: 1000;
	position: absolute;
	border: 2px solid blue;
	white-space: pre;
	font-size: 10px;
}

.divErrorTitle{
	background-color: blue;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 2px;
	color: white;
	font-weight: bold;
}

.pageTitle{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: red;
}

.subTitle{
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

.subSubTitle{
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.subTitleInfo{
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

.subSubTitleInfo{
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

.content{
	padding-left: 15px;
	text-align: justify;
	padding-bottom: 10px;
}

.downloadTable tr{
	padding-top: 5px;
	padding-bottom: 5px;
}

.videoTable tr{
	padding-top: 5px;
	padding-bottom: 5px;
}

.fieldName{
	width: 150px;
	text-align: right;
	vertical-align: top;
}
.fieldValue{
	text-align: left;
	vertical-align: top;
}

.newsTitle{
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: red;
	padding-bottom: 3px;
}

.newsContent{
	padding-left: 10px;
	text-align: justify;
	padding-bottom: 30px;
}

.newsTable{
	margin-left: 30px;
}

.contact{
	text-align: left;	
}

.contactMail{
	font-size:11px;
}

.openPresTable tr td{
	padding-right: 10px;
}

.openPresTable tr td div{
	padding-right: 10px;
}

.openPlanTable tr td{
	border: 1px solid black;
}

.photoLink a{
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.photoLink a:hover{
	color: red;
}

.photoTable{
	border:1px solid black;
	cursor: pointer;
	text-decoration: none;
	color: black;
}

.photoTable:hover{
	border: 1px solid red;
}

.playerForm{
	padding-right: 25px;
	text-decoration: none;
	color: darkblue;
	cursor: pointer;
	font-size: 11px;
}

.playerForm:hover{
	color: red;
}

.gameClass, .gameClass tr td{
	border-color: #EA9A3B;
	border-style: solid;
	border-width: 1px;
}

.gameClass_0{
	background-color: transparent;
}

.gameClass_1{
	background-color: #F5D1A5;
}

.semiFinal{
	padding-left:100px;
}

.finalFinal{
	padding-left:200px;
}
	