﻿/*overwrite global css for tabs width*/
#scroller-body {	
	width:700px;
}

#mask {
	width:700px;	
}
#scroller-header {
 	width:680px;
}

#panel-1 
{    
    padding-bottom:50px;
    overflow:auto;
    }

.MonthViewSelectedDate
{
    vertical-align:top; 
     text-align:right;          
}
     

 .MonthViewNextPrev  {
     vertical-align:top; 
     text-align:left;      
     background-color:#ffffff;     
     text-transform:uppercase;
}

.MonthViewDay, .MonthViewOtherMonthDay   {
    border:1px solid #f2f2f2;
    padding:5px;
}

.MonthViewDay a, .MonthViewOtherMonthDay a, .MonthViewSelectedDate a
{
    color:#cb7e00;
    text-decoration:none;
    }
    
.MonthViewSelectedDate a
{
    color:#000000;
    text-decoration:none;
    }
    
.MonthViewTitle, .MonthViewNextPrev {
    background:#ffffff;
    color:#000000; 
    font-weight:bold;
    font-size: 1.1em;    
    padding:10px;
    text-transform:uppercase;
}

.txtDaySingleDate , .txtSearch, .listMonth
{
    height:15px;
    border:1px solid #cccccc;
    font-size:1.1em;
    }


.eventTitle 
{
    font-weight:700;
    color:black;
    text-decoration:none;
    font-size:1.2em;    }
    
.eventDate   
{
    color:#cb7e00;
} 

.eventType
{
    font-weight:400;
    color:#ccc;
    font-style:italic;
    text-decoration:none;
    font-size:1.0em;   
    font-family:georgia, times roman, serif; }

/*NEW EVENT STYLES *********************************/

.eventTitle 
{
    font-weight:700;
    color:#0070aa;
    text-decoration:none;
    font-size:1.2em;    }
    
.eventDate   
{
    color:#cb7e00;
} 

.eventType
{
    font-weight:400;
    color:#999;
    font-style:italic;
    text-decoration:none;
    font-size:1.0em;   
    font-family:georgia, times roman, serif;     
    }
    
 .eventLeftCol
 {
    width:100px !important;
    float:left;
    font-weight:700;    
    vertical-align:top;    
    }
 .eventRightCol
 {
    width:400px !important;
    float:left;    
    }
.eventsThumbnail 
{   border:1px solid #666;}
