#dballCopyight {
/*
  	border: 1px solid red;
  	background-color: yellow;
*/
  	padding-bottom: 20px;
  	clear: both;
  	text-align: center;
}

#dballFooterImage {
	margin: auto;
	text-align: center;
	border: 1px solid #666;
	background-color: white;
	margin-top: 10px;
	padding: 4px;
	width: 102px;
	height: 113px;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/* cover case where template messes with this */
#dballCopyight img {
	border: 0px;
}





.rosterContainer {
/*	border: 1px solid green;*/
	clear: both;
	margin-top: 24px;
}

.rosterTeamContainer {
	clear: both;
/*	border: 1px solid green;*/
/*	padding: 8px;*/
	margin-top: 22px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rosterPlayersContainer {
	clear: both;
	border: 1px solid #22221F;
/*	background-color: gray;*/
	margin-left: 26px;
	padding: 8px;
/*	padding: 2px;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.rosterTeamName {
	font-size: 320%;
	font-weight: bold;
	color: #F50F89;
/*	padding-bottom: 6px;*/
	font-variant: small-caps;
	line-height: 1.2;
}

.rosterPlayerContainer {
	float: left;
/*	border: 1px solid green;*/
	text-align: center !important;
	margin: 2px 5px;
	max-width: 110px;
/*	border: 1px solid green;*/
}

.rosterCaptainContainer {
	color: #345DB7;
	text-transform: uppercase;
}

.rosterPlayerPic {
/*	border: 1px solid red;*/
	text-align: center;
}

.rosterPlayerPic img {
	width: 110px;
	height: 138px;
	border: 0px !important;
}

.rosterPlayerName {
/*	border: 1px solid red;
*/
	margin-top: 2px;
	text-align: center !important;
	line-height: 1.2;
	font-size: 90%;
	height: 3em;
/*	overflow: hidden;*/
}





.rosterNotPicturedContainer {
	margin-top: .8em;
	padding-left: 3em;
	text-indent: -2em;
	font-size: 86%;
	line-height: normal;
}

.rosterNotPicturedTitle {
	text-transform: uppercase;
	display: inline;
}

.rosterNotPicturedNames {
	display: inline;
	font-style: italic;
}









.scheduleHeaderDate {
	text-transform: uppercase;
}

.scheduleMatchTime {
	color: #345DB7;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 380%;
	margin-top: .8em;
	padding-bottom: .3em;
	border-bottom: 1px solid #345DB7;
	width: 100%;
/*	border: 1px solid green;*/
}


.scheduleContainer {
/*	border: 1px solid green;*/
}

.scheduleMatchContainer {
/*	border: 1px solid green;*/
	margin: 2em 0em;
/*	margin-left: 2em;*/
}

.scheduleMatchContainer2 {
/*	border: 1px solid green;*/
	padding-top: 1em;
/*	margin-left: 2em;*/
}



.scheduleTeamName {
	font-weight: bold;
/*	padding-bottom: 6px;*/
	font-variant: small-caps;
	line-height: 1.2;
}


.scheduleTeamNameTheThePart {
	font-size: 60%;
	text-transform: uppercase;
}



#scheduleUpcomingMatchesContainer .scheduleTeamName {
	font-size: 220%;
	text-align: center;
}


.scheduleTeamName, .scheduleTeamName a {
	color: #F50F89;
}

.scheduleTeamName a:hover {
	color: #87D200;
}


.scheduleTeamName2 {
/*	margin-left: 1.7em;*/
}




.scheduleTeamDelimeter {
	font-size: 90%;
	color: #345DB7;
/*	margin-left: 2.6em;*/
	text-align: center;
}












div.dballMap {
	width: 576px;
	height: 500px;
	margin-top: 12px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

div.dballMap iframe {
	width: 100%;
	height: 100%;
}

div.dballMap a {
	color: white;
	text-align: left
}





