﻿* 
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #1111b3;
	color: #fff;
}

#container 
{
	margin: 20px auto;	
	width: 750px
}

.team-container-outer {
	float: left;
}

.team-container {
	border: 1px solid #aaa;
	margin: 0 0  35px 0;
	padding: 10px;
}

#team1 {
	float: left;
}
#team2 {
	float: right;
}

.team-name {
	margin: 0 0  7px 0;
	text-align: center;
}

.clear 
{
	clear: both;
}

#mvc2Logo {
	margin: 0 auto 20px auto;
	display: block;
}

.assist 
{
	width: 100px;
	height: 100px;
	background-position:bottom right;
	background-repeat: no-repeat;
}

.random-container 
{
	width: 100px;
	margin: 0 7px 0 7px;
	height: 100px;
	float: left;
	background: #fff url('Images/ajax-loader.gif') no-repeat center;
	
}

#message-container
{
	margin: 10px 0 0 0;
	height: 25px;
	color: #fff;
	text-align: center;
}

#loading 
{
	
}



#scrollButton 
{

	display: block;
	width: 150px;
	height: 35px;
	margin: 10px auto 20px auto;
	cursor: pointer;
}

#duplicates 
{
	text-align: center;
}

#duplicateChk
{
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
}

.ui-multiselect
{
	margin: 10px auto 0 auto;
	display: block;
	top: 2px;
}

.right {
	float: right;
}
