.poster {
	width: 145px;
	font-family: Verdana, Arial, Helvetica, San-serif;
	text-align: center;
	text-transform: uppercase;
}

.blue_stripe_head {
	background : #273D92 url(images/poster_mini_head.jpg) left 0%;
	color: #E3E63F;
}

.blue_stripe_date {
	background: #273D92;
	color: #E3E63F;
	font-size: 8px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 1px;
}	

.blue_stripe_opponent {
	background: #273D92;
	font-family: Arial, Verdana, Helvetica, San-serif;
	color: #E3E63F;
	font-size: 14px;
	font-weight: bold;
}	

.blue_stripe_competition {
	background: #273D92;
	color: #E3E63F;
	font-size: 7px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}	

.white_stripe {
	background: #FFF;
	font-size: 2px;
}

.yellow_stripe {
	background: #E3E63F;
	color: #273D92;
	font-size: 9px;
	font-weight: bold;
}

.tall_yellow_stripe {
	background: #E3E63F;
	color: #273D92;
	font-size: 12px;
	font-weight: bold;
}

.league_table {
	width: 145px;
	font-family: Verdana, Arial, Helvetica, San-serif;
	
}

.league_table_header_inner {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: #9999CB;
	border-top: solid 1px #D2D2EB;
	border-left: solid 1px #D2D2EB;
	padding-top: 2px;
	padding-bottom: 2px;
}

.league_table_header_inner a:link {
	color: #fff;
}
.league_table_header_inner a:hover {
	color: #fff;
}
.league_table_header_inner a:visited {
	color: #fff;
}

.league_table_header {
	background: #9999CB;
	border: solid 1px #35355B;
}
