﻿.SponsorName
{
    color: #FC9F04;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.SponsorWebsite
{
    text-align: center;
}

.SponsorWebsite a
{
    text-decoration: none;
}

.SponsorWebsite a:hover
{
    text-decoration: underline;
}

.SponsorLevel
{
    text-align: center;
}

.SponsorRow
{
    width:100%;
    /*border: solid 1px #d7d7d7;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;*/
}

.SponsorContainer
{
    width: 260px;
    float: left;
    margin-top: 5px;
    padding-top: 5px;  
    padding-bottom: 50px;  
}

.SponsorContainerInner
{
    float:left;
}

.SponsorContainerInnerRight
{
    width: 260px;
    text-align: left;
    /*float:left;*/
    margin-top: 10px;
}

.SponsorLogoContainer
{
    text-align: center;
    width: 260px;
    /*min-height: 75px;
    margin-right: 15px;*/
    /*float: left;    */
}

.SponsorLogo
{
    max-width: 200px;
    max-height: 200px; 
    margin-bottom: 0px;
    /*float: left;   */
}

.SponsorNoLogo
{    
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    border: solid 2px #33465D;
    width: 100%;
    height: 80px;
    padding-top: 30px;
}

.SponsorAdminLinks
{
    float:right;
}

.SponsorLogo_Edit
{
    max-width: 200px;
    max-height: 200px;
}

