/* $Id: miniclubs.css 110 2006-01-15 14:29:48Z blalor $ */
a:link {
	color: #2C5485;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	/* background-color: #DCE4E8 ; */
	text-decoration: none;

}

a:visited {
	color: #68819E;
	text-decoration: none;
}

a:visited:hover {
	color: #FF3300;
	/* background-color: #DCE4E8; */
	text-decoration: none;
}

.clubdetail {
    /* background-color: #FF8888; */
	/* width is required for Safari */
	width: 250px;
}

#clubListDivs {
    width: 100%;
}

#loadingDiv {
    color: #FF3333;
    font-weight: bold;
    text-align: center;
}


