div#nyroModalFull {
	font-size: 12px;
	color: #777777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #F5F5EF;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif) no-repeat;
	outline: 0;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div.wrapperImg a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
a.nyroModalPrev {
	left: 0;
	width: 40%;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
	width: 40%;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

/* Custom Styles */
.MapContainer {
	BACKGROUND-COLOR: #F5F5EF;
	text-align:left;
}
.MapHeader {
	padding:4px 5px 4px 5px;
	margin:0px 0px 3px 0px;
	display:block;
	text-transform: uppercase;
	border-bottom: 1px solid #D2D2B7;
	color: #993300;	/*background: #B5C49D;*/
	font: bold 17px Georgia, "Times New Roman", Times, serif;	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
}
.MapHeader em{
	color: #999999;
	font: bold normal 11px Arial, Helvetica, sans-serif;
}
.MapRow {
	padding:0px 0px 3px 0px;
	margin:0px 5px 3px 5px;
	border-bottom: 1px solid #D2D2B7;
}
span.MapLable {
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	width: 50%;
	color:#668797;
	display:inline-block;
}
.MapLable {
	width: 50%;
	display:inline-block;
}
.MapLable a {
	text-decoration:none;
	color:#668797;
}
.MapData {
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	color: #B35639;
}
.MapSQRow {
	padding:2px 2px 2px 2px;
	margin:0px 0px 5px 0px;
	font-size:14px;
	
}
.MapSQ {
	font-weight:bold;
	color:#666666;
	float:right;
	padding:4px 5px 4px 5px;
	margin:0px 0px 3px 0px;
	display:block;
	text-transform: uppercase;
	font: bold 17px Georgia, "Times New Roman", Times, serif;
}
.MapWLH{
	padding:2px 2px 2px 10px;
	margin:0px 0px 5px 0px;
	display:block;

}
.MapRowHeader {
	padding:5px 5px 5px 5px;
	margin:5px 0px 5px 0px;
	border-bottom: 2px solid #D2D2B7;
	background-color: #DEDECB;
	font-weight:bold;
	display:block;
}
.MapRowHeader .MapLable, .MapRowHeader .MapData{
	color:#333333;
}
.MapDiagram img{
	padding:2px 2px 2px 2px;
	margin:0px 3px 0px 0px;
	display:inline-block;
	border: 2px solid #D2D2B7;
	/*BACKGROUND-COLOR: #EBEBE0;*/
	BACKGROUND-COLOR: #ffffff;

}
.MapDiagram
{
width:335px;
height: 250px;
}
.MapRoomImage img{
	padding:2px 2px 2px 2px;
	margin:0px 5px 0px 0px;
	display:inline-block;
	border: 2px solid #D2D2B7;
}
.MapRoomSetup {
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
.MapRoomSetup img{
	padding:5px 10px 5px 10px;
	margin:0px 0px 0px 0px;
}


