div.threeup	{
	height:400px;
	width:100%;
	vertical-align:top;
	/*background:#fffff0;*/
	
	margin: 25px;
	padding-bottom:20px;
}

span.stats {
	color:#ffffff; float:right;
}

img.galleryimage {
	margin:3px;
}

img.photoBrowserImg {
	margin-left:5px;
}

img.mainFaceImage {
	margin-top:5px;
	float:left;
	border: solid blue 2px;
}

img.likely {
	margin:5px;
	border:solid white 3px;
}

img.unlikely {
	margin:5px;
	border:solid black 1px;
}

div.likely{
	border: solid white 2px;
	border-radius:5px;
	opacity: 0.5;
}

div.unlikely{
	border: solid black 1px;
	border-radius:5px;
	opacity: 0.5;
}


div.callout{
	border-style: hidden hidden solid solid;
	border-width: 2px;
	border-color: blue;
	z-index:2;
	opacity: 0.5;
	pointer-events:none;
}

div.highlight{
	border: solid blue 2px;
	opacity: 0.5;
	border-radius:5px;
}

div.faceBrowser {
	/*height:110px;
	background:black;
	border:solid black 1px;*/
	overflow-x: auto;
	margin:25px;
}

#matchFrame {
	vertical-align:top; clear:both;
}

body {
	background:#c0c0c0; margin:0px;
	font-family:helvetica;
}

div.headerBar {
	background:#404035; padding:20px; margin:0px; border-bottom:double black 3px; padding-bottom: 0px;
}

div.matchFrame {
	background:#404035; width:400px; padding:20px; position:relative; left:-110px; top: -459px; margin:0px; border:double black 3px; float:right;
}

div.headerbar2 {
	background:#404035;  height:100px; border-bottom:double black 3px;
}

h2 {
	font-family:Helvetica; font-size:24pt; color:#ffffff; padding:0px; line-height: 0.1;
}
h4 {
	font-family:Helvetica; font-size:12pt; color:#ffffff; padding:0px;
}
a.header {
	font-family:Helvetica; font-size:12pt; color:#ffffff; padding:0px; text-decoration:none;
}
a.headerHighlight {
	font-family:Helvetica; font-size:12pt; color:black; padding:0px; text-decoration:none; background-color:white; border-radius:3px;
}

