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

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

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

#mvoEventPhotoJudgeView {
					background-color: 	#F5FCFF;
}

.mvoEventPresentationOverlay {
				color:				#222;
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				100%;
				height:				100%;
				z-index:			2;
				background: #fde4c3; /* Old browsers */
				background: -moz-linear-gradient(top,  #fde4c3 0%, #f4ad96 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde4c3), color-stop(100%,#f4ad96)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #fde4c3 0%,#f4ad96 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #fde4c3 0%,#f4ad96 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #fde4c3 0%,#f4ad96 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #fde4c3 0%,#f4ad96 100%); /* W3C */
				border:				2px solid #000;
				-webkit-box-sizing: border-box;
}

.mvoEventPresentationOverlay h1 {		
				color: 				#222;
				margin-top:			0.8em;
				margin-bottom:		1.2em;
}

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

.mvoEventGoldBorder {
				border:				1px solid #000000;
				position:			relative;
				width:				600px;
				left:				50%;
				margin:				10px -300px;
}

.mvoEventPresentationWinLoseMessage {
    background-color: #E1071A;
    color: #ffffff;
	padding: 10px;
    margin: 0px;
}

.mvoEventPresentationWinLoseTable {
				background-color: 	#FFFFFF;
				left:				0px;
				margin:				0px;
				padding:			3px;
				width: 				100%;
}

.mvoEventPresentationWinLoseTable td {
				border-bottom:		1px #000 solid;
}

#mvoEventPresentationLogo {			
				position: 			absolute;
				top:				30px;
				right:				30px;
				z-index:			-1;
}

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

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

.mvoEventPresentationEndScoreRow {
				background-image:	none;
}

.mvoEventendscoreteamcontainercell { 
				padding: 			0px;
				vertical-align: 	top;
				height: 			60px;
				color:				#FFFFFF;
}

.mvoEventendscoreteamcontainer{
				font-size:			150%;
				width:				90%;
				background-color:	#E1071A;
				height: 			50px;
				margin-top:			5px;
}

.mvoEventendscoreteamimage {
				width: 				30px;
				height: 			30px;
				float:				left;
				margin-top: 		0px;
                margin-left:		10px;
}

.mvoEventendscorescorecell {
				padding-right: 10px;
				padding-top: 0px;
				text-align: right;
}

.mvoEventnamecell {
    text-align: left;
    color: #FFFFFF;
}

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

#mvoEventpresentationtable {
	margin-top:			0px;
	margin-left:		30px;
}
#mvoEventpresentationtable table {
	width:				340px;
	font-size:			150%;
	margin-top:			0px;
	background-color: 	#FFFFFF;
}

#mvoEventpresentationtable th {
	background-color: #E1071A;
    color: white;
}

#mvoEventPresentationPhotoView h1 {
	width: 800px;
	margin: 2.2em auto;
}

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

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

#mvoEventPresentationBarChart {
	width: 800px;
	height: 650px;
	left:50%; 
	margin-left:-400px; 
	background-color:#FFF;
}

#mvoEventpresentationscorechart {
	width:400px;
	height:380px;
	background-color:white; 
}

#mvoEventbannerimage {
	background-image: url('../images/mvoEvent/backgroundbanner.png');
	width: 480px;
	height: 235px;
}

#mvoEventbannerupload {
	display: none;
}

#mvoEventuploadbutton {
	margin-top: 15px;
}

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