﻿body
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align:center;
}
div#bigWindowTop
{
	position: relative;
	height: 30px;
	width: 960px;
}

div#middleTopBigWindowContent
{
	width: 940px;
	float: left;
}

div#middleBottomBigWindowContent
{
	float: left;
	border-bottom: solid 1px #d7d6d6;
	height: 20px;
	width: 940px;
}

div#bigWindowBottom
{
	background-color: #fafafa;
	height: 20px;
	width: 960px;
}

/* CORNERS AND MIDDLEBARS DESIGN */
.leftTopCorner
{
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/graphics/tlCorner.jpg);
}
.rightTopCorner
{
	float: left;
	height: 30px;
	width: 10px;
	background-image: url(../images/graphics/trCorner.jpg);
}
.leftBottomCorner
{
	position: relative;
	float: left;
	height: 20px;
	width: 10px;
	background-image: url(../images/graphics/blCorner.jpg);
	background-repeat: no-repeat;
}
.rightBottomCorner
{
	position: relative;
	float: left;
	width: 10px;
	height: 20px;
	background-image: url(../images/graphics/brCorner.jpg);
	background-repeat: no-repeat;
}

.middleTopBackground
{
/*	height: 30px;*/
	background-image: url(../images/graphics/topMiddle.jpg);
	background-repeat: repeat-x;
}

/* CONTENTPLACEHOLDER */
.bigWindowMain
{
	position: relative;
	background: #fafafa;
	border-left: solid 1px #d7d6d6;
	border-right: solid 1px #d7d6d6;
	height: 820px;
	width: 958px;
	/*#width:958px;*/
	overflow: auto;
}
.bigWindowContent
{
	position: relative;
	margin-top: 4px;
	left: 10px;
	width: 940px;
}
.mega
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.MapAreaSmall
{
	background: #FFF;
	border: solid 1px #c1c1c1;
	width: 465px;
	height: 330px;
}

hr
{
	color: #c9c9c9;
	height: 1px;
}