.BorderTopLeft,.BorderTopRight,.BorderBottomLeft,.BorderBottomRight
{
	width:17px;
	height:16px;
}
.BorderTopLeft
{
	background:url('../images/top_left.gif') no-repeat bottom right;
}
.BorderTopRight
{
	background:url('../images/top_right.gif') no-repeat bottom left;
}
.BorderBottomLeft
{
	background:url('../images/bottom_left.gif') no-repeat top right;
}
.BorderBottomRight
{
	background:url('../images/bottom_right.gif') no-repeat top left;
}
.BorderTop
{
	background:url('../images/Top.gif') repeat-x bottom left;
	height:16px;
}
.BorderBottom
{
	background:url('../images/bottom.gif') repeat-x top left;
	height:16px;
}
.BorderLeft
{
	background:url('../images/left.gif') repeat-y top right;
	width:17px;
}
.BorderRight
{
	background:url('../images/right.gif') repeat-y top left;
	width:17px;
}
.tdPrevNavigator,.tdNextNavigator
{
	width:30px;
}
.PrevNavigator,.PrevNavigatorDisabled,.NextNavigator,.NextNavigatorDisabled
{
	width:27px;
	text-align:center;
	vertical-align:top;
}
.PrevNavigator div,.PrevNavigatorDisabled  div,.NextNavigator  div,.NextNavigatorDisabled  div
{
	width:27px;
	height:45px;
}
.PrevNavigator,.PrevNavigator div
{
	background:url('../images/back-arrow.gif') no-repeat bottom center;
	cursor:pointer;
}
.PrevNavigatorDisabled,.PrevNavigatorDisabled div
{
	background:url('../images/back-arrow-disabled.gif') no-repeat bottom center;
	cursor:default;
}
.NextNavigator,.NextNavigator div
{
	background:url('../images/next-arrow.gif') no-repeat bottom center;
	cursor:pointer;
}
.NextNavigatorDisabled,.NextNavigatorDisabled div
{
	background:url('../images/next-arrow-disabled.gif') no-repeat bottom center;
	cursor:default;
}
.LoadingPage
{
	background:url('../images/loading.gif') no-repeat center center;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:200px;
}
.PageLoaded
{
	display:none;
	text-align:center;
}
.PageContents
{
	display:none;
}
.VideoMapping
{
	border:solid 1px red;
	cursor:pointer;
}
.Comp_Middle
{		
	background:transparent url("../images/login_top.gif") repeat-x top left;
	height:21;
	border:1px solid #88B9E9;
	border-bottom:0px;
	text-align:right;
	width:100%;
}
.Comp_Middle_IMG
{
	margin-top:2px;
	margin-right:2px;
	cursor:pointer;
}
.Comp_MainDiv
{
	border:1px solid #B5D1FC;
	border-top:0px;
	background-color:#FFFFFF;
	clear:both;	
	width:100%;
}
.PrevNavigatorDisabled b,.NextNavigatorDisabled b
{
	display:none;
}
.NextNavigator b,.PrevNavigator b
{
	color:Navy;
	text-decoration:underline;
	cursor:pointer;
}