/*
	Defines styles for Sponsor pages
*/

.Sponsors TABLE
{
	padding: 0px; 
	padding-bottom: 5px; 
	margin: 0px auto;
}
.Sponsors TABLE TD
{
	text-align: left;
}
.Sponsors IMG
{
	border: none;
}
.Sponsors .sponsorText
{
	font-size: 11px;	
}
.Sponsors .sponsorText A{	visibility: block;}
/*	DIAMOND SPONSOR	*/
TABLE.DiamondSponsor TD
{
	max-width: 246px;
	/*height: 150px;*/
}
.DiamondSponsor DIV.sponsorImage
{	visibility: hidden;    position: fixed;}
.DiamondSponsor .sponsorImage IMG
{
	max-width: 185px;
}
.DiamondSponsor DIV.sponsorText
{
}

/*	PLATINUM SPONSOR	*/
TABLE.PlatinumSponsor TD
{
	max-width: 200px;
	/*height: 120px;*/
}
.PlatinumSponsor DIV.sponsorImage
{	visibility: hidden;    position: fixed;}
.PlatinumSponsor .sponsorImage IMG
{
	max-width: 185px;
}
.PlatinumSponsor DIV.sponsorText
{
}

/*	GOLD SPONSOR	*/
TABLE.GoldSponsor TD
{
	max-width: 148px;
	/*height: 100px;*/
}
.GoldSponsor DIV.sponsorImage
{	visibility: hidden;    position: fixed;
}
.GoldSponsor .sponsorImage IMG
{
	max-width: 148px;
}
.GoldSponsor DIV.sponsorText
{
	visibility: hidden;
    position: fixed;
}

/*	SILVER SPONSOR	*/
TABLE.SilverSponsor TD
{
	width: width: 200px;
}
.SilverSponsor DIV.sponsorImage
{
	visibility: hidden;
    position: fixed;
}
.SilverSponsor .sponsorImage IMG
{
}
.SilverSponsor DIV.sponsorText
{
}

/*	BRONZE SPONSOR	*/
TABLE.BronzeSponsor TD
{
	width: 123px;
}
.BronzeSponsor DIV.sponsorImage
{
	visibility: hidden;
    position: fixed;
}
.BronzeSponsor .sponsorImage IMG
{
}
.BronzeSponsor DIV.sponsorText
{
}

/*	CLASS SPONSOR	*/
TABLE.ClassSponsor TD
{
	width: 123px;
}
.ClassSponsor DIV.sponsorImage
{
	visibility: hidden;
    position: fixed;
}
.ClassSponsor .sponsorImage IMG
{
}
.ClassSponsor DIV.sponsorText
{
}

/*	MEMBER SPONSOR	*/
TABLE.MemberSponsor TD
{
	width: 123px;
}
.MemberSponsor DIV.sponsorImage
{
	visibility: hidden;
    position: fixed;
}
.MemberSponsor .sponsorImage IMG
{
}
.MemberSponsor DIV.sponsorText
{
}
