/* 
Description: StageShow Runtime Style Sheet
 
Copyright 2014 Malcolm Shergold

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/


/* --------------------------------------------------------------------------- */


/*                                                                             */


/*                    StageShow Calendar Layout Styles                             */


/*                                                                             */


/* --------------------------------------------------------------------------- */

.stageshowCalText {
    background-color: #FFFFFF;
}

.stageshowCal a:link {
    color: #000000;
}

.stageshowCalMonth {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 6px 10px 6px;
}

.stageshowCalTable {
    width: auto !important;
    border: 1px solid #2d8a38;
}

.stageshowCalDay {
    background-color: #2d8a38;
    color: White;
    font-weight: bold;
    padding: 10px;
}

.stageshowCalDate {
    background-color: #f5f5f5;
    width: 80px;
    height: 80px;
    text-align: left;
    vertical-align: top;
    padding: 4px 10px !important;
    font-size: 14px;
    border: 1px solid #ccc!important
}

.stageshowCalDraft {
    background-color: #D7D866;
}

.stageshowCalLocked {
    background-color: #FF9900;
}

.stageshowCalActive {
    background-color: #9EAD48;
}


/*CUSTOM*/

.stageshowCalMonthBlock {
    display: inline-block;
    padding: 0px 10px 20px 10px;
}

.stageshowCalActive {
    background-color: #cccccc;
    color: #EC1A3B
}

.stageshowCalDate.stageshowCalSoldOut a {
    color: #EC1A3B;
}

span.cal-sold-label {
    font-weight: bold;
}