.calendar td 
{	
	width: 0px;
	height: 0px;
	padding: 0px;
}

.calendar td a
{
    display: block;
    width: 28px;
    padding: 2px;
    height: 30px;
    color: #E01755;
}

.calendar td a.past
{
    color: #ccc;
}

.calendar td a.dontwork
{
    color: #999;
}

.calendar td a:hover
{
    background: #999;
    color: #E01755;
}

.calendar td a.dontwork:hover
{
    background: white;
    color: #999;
}

.clubName
{
    font-weight: bold;
}

.eventTitle
{
   color: #E01755;
}

.vegas .eventTitle
{
    color: #EA3801;
}

.note
{
    font-size: 11px;
    color: #999;
    line-height: 23px;
}

.clearShoppingCart:hover
{
    text-decoration: underline;
}

.cart_prices
{
    width: 490px;
}

.smallShoppingCart
{
    margin: 5px 0;
    width: 100%;
}

    .smallShoppingCart thead tr th
    {
        padding: 5px 3px;
        background: #f0f0f0;
        /*text-align: center;*/
    }

    .smallShoppingCart tbody tr td
    {
        padding: 5px;
        background: #f6f6f6;
        /*text-align: center;*/
    }

.delSmall
{
    display: block;
    width: 18px;
    height: 18px;
    background: url(/img/delSmall.png) no-repeat;
    margin: 2px auto;

}

.push
{
    clear: left;
}

.main_content
{
    overflow:hidden;
}

.venues a
{
    display: inline-block;
    margin: 0 20px 60px;

}

    .venues a img
    {
        margin: 0;
    }

    .venues a address
    {
        margin-top: 10px;
        width: 200px;
        color: #aaa;
        font-size: 11px;
    }

.bl_btm a.prices
{
    background: #E01755;
}

.bl_btm a.prices:hover
{
    background: #323030;
}

.vegas .bl_btm a.prices
{    
    background: #EA3801;
}

.vegas .bl_btm a.prices:hover
{    
    background: #323030;
}


.backToModify
{
    text-transform: uppercase;
    border: 2px solid #242323;
    font-size: 16px;
    padding: 3px 6px;
    display: block;
    float: left;
}

input.error
{
    border: 1px solid red;
}

#detailsToolTip
{
        position: absolute;
        top: 0px;
        left: 0px;
        background: #000;
        color: #fff;
        display: none;
        width: 200px;
        border: 1px solid #777;
        z-index: 1;
}

        #detailsToolTip a.close
        {
                display: block;
                height: 16px;
                width: 16px;
                float: right;
                background: url(/images/icons/close.png);
                margin: 4px 2px 2px 2px;
                outline: none;
        }

        #detailsToolTip span.content
        {
                padding: 4px;
                display: block;
                color: #ddd;
                width: auto;
        }

.overlay
{
    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    width:675px;
    min-height:200px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;   
}

    .overlay .close
    {
        background-image:url(/img/overlay/close.png);
        position:absolute;
        right:-15px;
        top:-15px;
        cursor:pointer;
        height:35px;
        width:35px;
    }

table.shareForm
{
    
}

    table.shareForm tr td
    {
        padding: 10px;
    }

    table.shareForm tr td:first-child
    {
        text-align: right;
    }

        table.shareForm tr td div.status
        {
           display: none;
        }

#problemReport
{
    color: red;
}

.pagination
{
    padding: 0 8px;
}

.pagination a
{
    text-decoration: underline;
}

#at_hover span
{
    color: black !important;
}

table.venuesTable
{
    width: 100%;

}

    table.venuesTable tr td
    {
        background: #eee;
        padding: 4px;
    }

.error
{
    color: red;
    margin: 0 auto;
    text-align: center;
}

.promoErr
{
	color:red;
}

.promoErr a
{
	font-size:10px;
}
