﻿.Templates
{		
}

.Templates .Template
{
	margin-top:10px;		
}

.Templates .Template img
{    
	margin-top:5px;	
    border: 1px solid #CCC;
}

.ScheduleTable
{
	width:100%;
	background-color:White;
}

.ScheduleTable th
{
	text-align:center;
}

.ScheduleTable td
{
	vertical-align:top;
	text-align:center;
	width:14%;
	border: solid 1px #dae0e6;
}

.ScheduleTable td .Day
{
	margin-bottom:4px;	 
}

.ScheduleTable .SelectedDay
{
	background-color: #f2f9ff;
}

.Day .ScheduleTable .SelectedDay
{	
	background-color:White;
	width: auto;
}

.ScheduleTable td .SelectedDay
{
	margin-bottom:4px;
	font-weight:bold;			
}

.ScheduleTable td .Event
{
	margin-bottom:15px;	
}

.ScheduleTable .Hour
{
	width:70px;	
}

.ScheduleTable .Week
{
	width:70px;	
}



