﻿TD.SectionBoxTopLeft
{
	width: 100px;
	background-image: url(images/ScheduleBoxTopLeftTitle.png);
	height: 42px;
}

TD.SectionBoxTopCenter
{
	height: 42px;
	background-image: url(images/ScheduleBoxTopCenterTitle.png);
}


TD.SectionBoxTopRight
{
	width: 220px;
	height: 42px;
	background-image: url(images/ScheduleBoxTopRightTitle.png);
}


TD.SectionBoxTopRight DIV.SectionBoxTitle
{
	font-family:  Arial;
	font-size: 10pt;	
	color: Gainsboro;  
	font-style: italic; 
	font-weight: bold;
	padding-left: 45px;
}



TD.SectionBoxTopLeftTabs
{
	width: 10px;
	background-image: url(images/ScheduleBoxTopLeftTabs.png);
	height: 68px;
}

TD.SectionBoxTopCenterTabs
{
	height: 68px;
	background-image: url(images/ScheduleBoxTopCenterTabs.png);
}


TD.SectionBoxTopCenterTabs ul
{
	list-style-type: none;		
	margin: 0px;
	padding: 0px;			
	border: none;		
}

TD.SectionBoxTopCenterTabs ul li 
{
	float: left;
}
TD.SectionBoxTopCenterTabs ul li a
{
	font-family: Times New Roman;
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	height: 29px;
	width: 151px;
	overflow: hidden;
	text-align: center;
	font-size: 14pt;	
	padding-top: 11px;
	color: black;	
	display: block;
	float: left;	
	background-repeat: no-repeat;
}


TD.SectionBoxTopCenterTabs ul li a
{
	background: url('images/ScheduleTabInActive.png');
}
TD.SectionBoxTopCenterTabs ul li a:hover
{
	background: url('images/ScheduleTabInActiveHover.png');
}


TD.SectionBoxTopCenterTabs ul li.active a
{
	background: url('images/ScheduleTabActive.png');
}

TD.SectionBoxTopCenterTabs ul li.active a:hover
{
	background: url('images/ScheduleTabActive.png');
}


TD.SectionBoxTopRightTabsTitle
{
	width: 230px;
	height: 68px;
	background-image: url(images/ScheduleBoxTopRightTabsTitle.png);
}


TD.SectionBoxTopRightTabs
{
	width: 32px;
	height: 68px;
	background-image: url(images/ScheduleBoxTopRightTabs.png);
}



TD.SectionBoxTopRightTabsTitle DIV.SectionBoxTitle
{
	font-family:  Arial;
	font-size: 10pt;	
	color: Gainsboro;  
	font-style: italic; 
	font-weight: bold;
	padding-top: 25px;
	padding-left: 55px
}

TD.SectionBoxMidLeft
{
	background-image: url(images/ScheduleBoxMidLeft.png);
	width: 10px;
	
}
TD.SectionBoxMidCenter
{
	background-color: #E5E5E5;
}
TD.SectionBoxMidRight {
	background-image: url(images/ScheduleBoxMidRight.png);
	width: 20px;
}
TD.SectionBoxBottomLeft1
{
	background-image: url(images/ScheduleBoxBottomLeft1.png);
	width: 10px;
	height: 40px;
}
TD.SectionBoxBottomLeft2
{
	background-image: url(images/ScheduleBoxBottomLeft2.png);
	width: 50px;
	height: 40px;
}

TD.SectionBoxBottomCenter
{
	background-image: url(images/ScheduleBoxBottomCenter.png);	
	height: 40px;

}
TD.SectionBoxBottomRight1
{
	background-image: url(images/ScheduleBoxBottomRight1.png);
	width: 50px;
	height: 40px;
}
TD.SectionBoxBottomRight2
{
	background-image: url(images/ScheduleBoxBottomRight2.png);
	width: 20px;
	height: 40px;
}
