﻿/*.ScheduleTabel
{
	background-color: #CFD8E6;
}

.ScheduleTabel .ScheduleHaderRow
{
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#666666' , endColorstr= '#000000' );
}


.ScheduleTabel .ScheduleHaderRow td
{
	/*border-color: White;
	border-width: 1px;
	border-style: solid;
}
.ScheduleTabel .ScheduleRow
{
	background-color: #CFD8E6;
}
.ScheduleTabel .ScheduleRow td:first-child
{
	border-right-color: #6A7891;
	border-right-width: 1px;
	border-right-style: solid;
}

.ScheduleTabel .ScheduleRow td
{
	border-bottom-color: #8093B5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.ScheduleTabel .ScheduleCellBell 
{
	border-right-color:White;
	border-right-width: 1px;
	border-right-style: solid;
	font-size:small;
	font-weight:bold;
}

.ScheduleTabel .ScheduleWeek 
{
	border-top-color:White;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color:White;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.SchedulePerson 
{
	border-bottom-color:#6A7891;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	background-color:#8C9FC1;
	text-align:right;
	height:25px;
	color:black;
}

.ScheduleWeekDay 
{
	border-bottom-color:#6A7891;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	background-color:#8C9FC1;
	text-align:right;
	height:50px;
	color:#162C3E;
	font-size:large;
	font-weight:bold;
	padding-right:5px;
}

.SchedulePersonBorder 
{
	border-top-color:black;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-color:black;
	border-right-width: 2px;
	border-right-style: solid;
	background-color:#8C9FC1;
	text-align:right;
	padding:0px;
}
*/

.BellCells
{
	background-repeat: no-repeat;
	background-position: top;
	background-repeat:no-repeat;
	width:163px;
	height:65px;
	background-image: url('../images/BellBackGround1.png');
	text-align: center;
	 
}

.TimeCells
{
	background-repeat: no-repeat;
	background-position: top;
	background-repeat:no-repeat;
	width:163px;
	height:85px;
	background-image: url('../images/LessonBackGround.png');
}


.TableScheduleWeek
{
	border-left-color:white;
	border-left-width: 1px;
	border-left-style:solid;
	border-right-color:white;
	border-right-width: 1px;
	border-right-style:solid;
}

.WeekCells
{
	background-repeat: no-repeat;
	background-position: top;
	background-repeat:no-repeat;
	width:163px;
	height:85px;
	background-image: url('../images/WeekBackGround.png');
	text-align: center;
	vertical-align: middle;
}





