﻿body
{
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 0px 0px;
}

.ScheduleBtn
{
	font: bold;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.Main_Table
{
	width: 100%;
	height: 100%;
	background-color:#f0f0f0;
}

.Title_TD
{
	height: 100px;
}

.Title_WrapTable
{
	width: 100%;
	height: 100%;
}

.sepTop
{
	background-image: url(../Images/sepTop.gif);
	background-repeat: repeat-x;
	font-size: 1px;
	height: 16px;
}

.sepMiddle_Table
{
	height: 100%;
	width: 16px;
}

.sepMiddle
{
	background-image: url(../Images/sepMiddle.gif);
	background-repeat: repeat-y;
	font-size: 1px;
	width: 16px;
	height: 100%;
}

.sepRight
{
	background-image: url(../Images/sepRight.gif);
	background-repeat: repeat-y;
	font-size: 1px;
	width: 8px;
	height: 100%;
}

.sepLeft
{
	background-image: url(../Images/sepLeft.gif);
	background-repeat: repeat-y;
	font-size: 1px;
	width: 8px;
	height: 100%;
}

.sepBottom
{
	/*background-image: url(../Images/sepBottom.jpg);*/
	background-repeat: repeat-x;
	font-size: 1px;
	width: 100%;
	height: 16px;
}


/*
 * Presentation
 */

.Presentation_TD
{
	width: 70%;
	height: 100%;
}

.Presentation_Table
{
	width: 100%;
	height: 100%;
}

.PPTSlideShow_div
{
	width: 100%;
	height: 100%;
}



/* 
 * Toolbar 
 */

.Toolbar_TD
{
	width: 30%;
	height: 100%;
}

.Toolbar_WrapTable
{
	width: 100%;
	height: 100%;
}

.Toolbar_Table
{
	width: 100%;
	height: 100%;
}

.Player_TD
{
	text-align: center;
	padding: 0px 3px 0px 3px;
}

.ShadowedImage
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=120,strength=3);
}

.Timeline_Table
{
	width: 100%;
	height: 60%;
	background-color: White;
}
.title
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Black;
	
	
}
.subTitle
{
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:White;
	padding-right:5px;
	
}

