/* Preset locations item edit box header */
.penozeBoxheader {		
				background-color:	#A5D0FF;
				font-weight:		bold;
				margin:				0px; 
				padding:			10px;
}

/* edit field in a score table */
#penozemonitorscoretable input[type="text"] {
	margin-bottom: 0px;
	padding: 0px 4px;
}

#penozemonitorscoretable th {
	text-align: center;
}
#penozemonitorscoretable td {
	text-align: center;
}

#penozePhotoJudgeView {
					background-color: 	#F5FCFF;
}

.penozePresentationOverlay {
				color:				white;
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				100%;
				height:				100%;
				z-index:			2;
				background-image:   url('../images/penoze/background.png');
				background-size:    100%;
				border:				5px solid #35FF86;
				-webkit-box-sizing: border-box;
}

.penozePresentationOverlay h1 {		
				color: 				#35FF86;
				margin-top:			1.5em;
				margin-bottom:		1.7em;
				font-size:          400%;
}

#penozeMessagingBox {
				height:				80px;
				width:				370px;
}

.penozeGoldBorder {
				border:				2px solid #35FF86;
				position:			relative;
				width:				800px;
				left:				50%;
				margin:				10px -400px;
}

.penozePresentationWinLoseMessage {
				background-color:   #35FF86;
				color:              #000000;
				padding:			10px;
				margin:				0px;
}

.penozePresentationWinLoseTable {
				background:			#000000;
				left:				0px;
				margin:				0px;
				padding:			3px;
				width: 				100%;
}

.penozePresentationWinLoseTable td {
				border-bottom:		1px #35FF86 solid;
}

#penozePresentationLogo {			
				position: 			fixed;
				bottom:				5px;
				right:				20px;
				width:				100px;
				z-index:			-1;
}

.penozePresentationNextButton {
				width:				65px;
				height:				65px;
				right: 				25px; 
				top:				50%;  
				position:			absolute;
}

.penozePresentationPrevButton {
				width:				65px;
				height:				65px;
				left: 				25px; 
				top:				50%;  
				position:			absolute;
}

#penozeendscorecontainer {
				width:				1000px;
				margin-left:		-500px;
				position:			relative;
				left:				50%;
				

}

.penozePresentationEndScoreRow {
				background-image:	none;
}

.penozeendscoreteamcontainercell {
				background: 		url('../images/penoze/score_background.png') no-repeat; 
				padding: 			2px;
				vertical-align: 	top;
				height: 			65px;
				color:				black;
				font-size:			200%;
}

.penozeendscoreteamcontainer{
				width:				100%;
				margin: 			0px 0px 0px 10px;
				height: 			65px;
}

.penozeendscoreteamimage {
				width: 				40px;
				height: 			50px; 
				margin-left:		11px;
				float:				left;
				margin-top: 		-5px;
}

.penozeendscorescorecell {
				padding-right: 		70px;
				text-align: 		right;
}

#penozepresentationscorechart {
				width:				500px;
				height:				400px;
				background-color:	white; 
}

#penozepresentationmapview {
				width:				1200px;
				margin-left:		auto;
				margin-right:		auto;
}

#penozepresentationtable {
	margin-top:			0px;
	margin-left:		50px;
}
#penozepresentationtable table {
	width:				450px;
	font-size:			200%;
	margin-top:			0px;
	border-color:       #35FF86;
	background-color:   #000000;
}

#penozepresentationtable th {
	background-color:   #35FF86;
	color:				#000000;
}

#penozePresentationPhotoView h1 {
	width: 800px;
	margin: 2em auto;
	font-size: 200%;
}

#penozePresentationPhotoView p {
	color: #35FF86;
	width: 800px;
	text-align: center;
	font-style: italic;
	font-size: 30px;
	line-height: 36px;
	margin: 2em auto;
}

#penozePresentationPhotoView p img {
	height: 90px;
	float: left;
}

.ranking {
	font-size: 150%;
	padding-left:11px;
}
