﻿.ScoreTable
{
	background-color: #EEEFFB;
	position:relative;
	margin-left:5%;
	margin-right:5%;
}

.ScoreTable
{
	text-align: left;
	margin-bottom: 1em;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}

.ScoreTable td
{
	text-align: left;
	margin-bottom: 1em;
	border-right: navy 1px solid;
	border-bottom: navy 1px solid;
}

.ScoreTable Table td
{
	border-left-color: navy;
	border-bottom-color: navy;
	border-top-style: none;
	border-top-color: navy;
	border-right-style: none;
	border-left-style: none;
	border-right-color: navy;
	border-bottom-style: none;
}
#PosterSessionCell Table td
{
	font-size:110%;
}
#AcceptanceCell Table td
{
	font-size:110%;
}