﻿/*
 * MainFrame
 */
.MainFrame
{
	overflow: hidden;
	position: relative;
	width: 946px;
	height: 542px;
	background-color: #e4e1e2;
	color: black;
}

.MainFrame .Middle
{
	position: relative;
	width: auto;
}

.MainFrame .Content
{
	position: relative;
	left: 25px;
	width: 896px;
	height: 460px;
}

.MainFrame .Left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 100%;
	background-image: url("../Images/MainFrame/MainFrameHTile.gif");
	background-position: 0 0;
}

.MainFrame .Top
{
	position: relative;
	height: 41px;
}

.MainFrame .TopLeft
{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 41px;
	background-image: url("../Images/MainFrame/MainFrameCorners.gif");
	background-position: 0 0;
}

.MainFrame .TopCenter
{
	float: none;
	width: auto;
	height: 41px;
	background-image: url("../Images/MainFrame/MainFrameVTile.gif");
	background-position: 0 0;
	text-align: center;
}

.MainFrame .TopRight
{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 41px;
	background-image: url("../Images/MainFrame/MainFrameCorners.gif");
	background-position: 35px 0;
}

.MainFrame .Right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 100%;
	background-image: url("../Images/MainFrame/MainFrameHTile.gif");
	background-position: 35px 0;
}

.MainFrame .Bottom
{
	position: relative;
	height: 41px;
}

.MainFrame .BottomRight
{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 41px;
	background-image: url("../Images/MainFrame/MainFrameCorners.gif");
	background-position: 35px 41px;
}

.MainFrame .BottomCenter
{
	width: auto;
	height: 41px;
	background-image: url("../Images/MainFrame/MainFrameVTile.gif");
	background-position: 0 41px;
}

.MainFrame .BottomLeft
{
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 41px;
	background-image: url("../Images/MainFrame/MainFrameCorners.gif");
	background-position: 0 41px;
}

/*
 * SubFrame
 */
.SubFrame
{
	position: relative;
	width: auto;
	height: auto;
	margin: 4px;
	background-color: #f1f1f1;
	color: Black;
}

.SubFrame .Middle
{
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	margin: 0;
	z-index: 1;
}

.SubFrame .Content
{
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	padding: 4px 8px 4px 8px;
}

.SubFrame .Left
{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 100%;
	background-image: url("../Images/FrameTilesVert.gif");
	background-position: 0 0;
}

.SubFrame .Top
{
	position: relative;
	height: 19px;
	z-index: 0;
}

.SubFrame .TopLeft
{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 19px;
	background-image: url("../Images/FrameCaps.gif");
	background-position: 0 0;
}

.SubFrame .TopCenter
{
	width: auto;
	height: 19px;
	background-image: url("../Images/FrameTilesHrz.gif");
	background-position: 0 0;
	background-color: Navy;
	color: White;
	font-weight: bold;
	text-align: center;
}

.SubFrame .TopRight
{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	height: 19px;
	background-image: url("../Images/FrameCaps.gif");
	background-position: 7px 0;
}

.SubFrame .Right
{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	height: 100%;
	background-image: url("../Images/FrameTilesVert.gif");
	background-position: 7px 0;
}

.SubFrame .Bottom
{
	position: relative;
	height: 7px;
	z-index: 0;
}

.SubFrame .BottomRight
{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	height: 7px;
	background-image: url("../Images/FrameCaps.gif");
	background-position: 7px 7px;
}

.SubFrame .BottomCenter
{
	overflow: hidden;
	width: auto;
	height: 7px;
	background-image: url("../Images/FrameTilesHrz.gif");
	background-position: 0 7px;
}

.SubFrame .BottomLeft
{
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 7px;
	background-image: url("../Images/FrameCaps.gif");
	background-position: 0 7px;
}
