﻿body, select
{
	font-family:Arial;
	font-size:12px;
}
body
{
	direction:rtl;
	background-color:#d7f5f7;
}
.tdSchedule
{
	vertical-align:top;
	background-image:url(img/1px.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:150px;
}
.divSchedule
{
	position:absolute;
	text-align:center;
	width:130px;
}
.imgSchedule
{
	width:1px;
	height:1px;
}
.schedules
{
	width:130px;
	vertical-align:top;
	text-align:right;
	border-left:solid 1px black;
}
.tableSchedules
{
    font-size:10px;
	border-bottom:solid 1px black;
	border-right:solid 1px black;

}
.tblSchedules
{
	border-bottom:solid 1px black;	
}

.weekNav
{
	color:White;
	font-weight:bold;
	background:#1B8ACF url(img/weekNavBg.jpg) repeat-x;
}

.scheduleDisplay
{
	font-size:14px;
}

.scheduleDisplay .selected
{
	height:21px;background-color:#BBDEF1;cursor:default;
}
.scheduleDisplay .unselected
{
	height:21px;background-color:#F3FBFD;cursor:default;
}

.scheduleDisplay .selected:hover, .scheduleDisplay .unselected:hover, .scheduleDisplay .hover
{
	background-color:#027DCA;color:White;
}


