/* CSS Document */

/*
L FILES
Homestyle Layout styles
Created	07/08/06 WNPsaila
Last Modified 13/08/08 WNPsaila

*/

/* TOP PORTLET STYLES */

#homePortlets {
	float: left;
	width: 990px;
	height: 125px;
	margin: 3px 0 0 0;
	padding: 0;
}

#homePortlets ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#homePortlets li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#homePortlets li a {
	float: left;
	display: block;
	width: 328px;
	height: 125px;
	margin: 0;
	padding: 0;
}

#homePortlets li.latestNews {
	display: block;
	width: 328px;
	height: 125px;
	margin-right: 3px;
	background: url(../images/hme_portlet_top_latestnews.jpg) 0 0 no-repeat;
}

#homePortlets li.Season {
	display: block;
	width: 328px;
	height: 125px;
	margin-right: 3px;
	background: url(../images/hme_portlet_top_season.jpg) 0 0 no-repeat;
}

#homePortlets li.Squad {
	display: block;
	width: 328px;
	height: 125px;
	background: url(../images/hme_portlet_top_squad.jpg) 0 0 no-repeat;
}

#homePortlets li a span {
	display: none;
}

/* ------- Left Styles ----------- */

#left {
	width: 162px; /* less padding */
	padding: 10px;
	line-height: 1.5em;
}

#left a:link,
#left a:visited,
#left a:active {
	color: #ffae00;
	text-decoration: none;
}

#left a:hover {
	text-decoration: underline;
}

/* ------- Right Styles --------- */

#right #details h2 {
	font: bold 1.2em arial;
	color: #ffae00;
	text-transform: uppercase;
	border-bottom: 1px dotted #ffae00;
	clear: both;
}

#right #details h3 {
	font: bold 1.1em arial;
	color: #ffae00;
	text-transform: uppercase;
	clear: both;
}

#right #details h3.match {
	background: url(../images/btn_ball.gif) no-repeat 0 0;
	padding-left: 25px;
	display: block;
	height: 20px
}

#right #details a:link,
#right #details a:visited,
#right #details a:active {
	color: #ffae00;
	text-decoration: none;
}

#right #details a:hover {
	text-decoration: underline;
}