﻿@font-face{ 
	font-family: 'Alternate_Gothic';
	src: url('../Fonts/alternate_gothic_no2_bt-webfont.eot');
	src: url('../Fonts/alternate_gothic_no2_bt-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../Fonts/alternate_gothic_no2_bt-webfont.woff') format('woff'),
	     url('../Fonts/alternate_gothic_no2_bt-webfont.ttf') format('truetype')
}


/* Calendar Tile Active */

.eventDiv
{
    font-family: 'Alternate_Gothic';
    border: 1px solid black;    
    background-color: #D0D0D0;
    margin-left:46px; 
    margin-right:46px;  
    margin-top:10px; 
    margin-bottom:10px;
}
.eventDiv:hover
{   
    background-color: #F0F0F0;
    margin-left:46px; 
    margin-right:46px;  
    margin-top:10px; 
    margin-bottom:10px;
    cursor:pointer;
}

.eventMonthYearRow 
{
    text-align: center;    
    font-size: 18pt;
    color: Red;
    height:22px;
}

.eventTitleRow
{
    text-align:center;
    font-size:14pt;
    padding: 3px;
    color : #202090;
}

.eventDayNameRow 
{
    font-family: 'Alternate_Gothic';
    text-align: center;    
    vertical-align:top;
    font-size: 12pt;
    height: 30px;
}

.eventDayCell
{
    text-align: right;
    font-size: 35pt;    
    vertical-align: bottom;
}


.eventTable
{
}

/* =========== VIEWER PAGE ==============*/

.TitlesColumn
{
    font-family: Alternate_Gothic, Segoe UI, Verdana;  
    width: 250px;  
}