/*MAP*/
#mapCopyPaste
{
}

.zoomX4 {	width: 189px;	height: 189px;	} /*3x5*/
.zoomX3 {	width: 134px;	height: 134px;	} /*4x7*/
.zoomX2 {	width: 104px;	height: 104px;	} /*5x9*/
.zoomX1 {	width: 77px;	height: 77px;	} /*8x12*/
.zoomX0 {	width: 38px;	height: 39px;	} /*8x12*/

#mapCopyPaste div
{
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	overflow: hidden;
}

/*
#mapCopyPaste div:hover
{
	border: 1px solid #000000;
}
*/

#mapCopyPaste .filledCell
{
	/*
	border: 1px solid #c9c9c9;
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	background-color: #efefef;
	*/
	border: 1px solid #e9e9e9;
	background-color: #ffffff;
}

#mapCopyPaste .filledCell:hover
{
	/*
	border: 1px solid #3b5998;
	background-color: #d8dfea;
	*/
	border: 1px solid #777777;
	background-color: #d8dfea;
}

.innerDivIE
{
	position: absolute;
}

/*BUTTONS*/

.mapNavBtn
{
	background-color: #d8dfea;	
	border: 0;
	cursor: pointer;
}

.mapNavBtn:hover
{
	background-color: #3b5998;
	border: 0;
}

#mapGenerator__Up_Btn
{
	margin-left: 19px;
	width: 959px;
	margin-bottom: 4px;
	height: 15px;
	background-image: url(../images/up_normal.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#mapGenerator__Up_Btn:hover
{
	background-image: url(../images/up_over.gif);
}

#mapGenerator__Down_Btn
{
	margin-left: 19px;
	width: 959px;
	background-image: url(../images/down_normal.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 4px;
}

#mapGenerator__Down_Btn:hover
{
	background-image: url(../images/down_over.gif);
}

#mapGenerator__Right_Btn
{
	width: 15px;
	height: 560px;
	float: right;
	background-image: url(../images/right_normal.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#mapGenerator__Right_Btn:hover
{
	background-image: url(../images/right_over.gif);
}

#mapGenerator__Left_Btn
{
	width: 15px;
	margin-right: 4px;
	height: 560px;
	float: left;
	background-image: url(../images/left_normal.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#mapGenerator__Left_Btn:hover
{
	background-image: url(../images/left_over.gif);
}

.mapCoords
{
	float: left;
	background-color: #434343;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
}

#goToRow
{
	width: 30px;
}

#goToCol
{
	width: 30px;
}

#xCoord
{
	font-size: 22px;
}

#yCoord
{
	font-size: 22px;
	color: #434343;
}

#zoomOutBtn
{
	background-image: url(../images/reducir.gif);
	width: 21px;
	height: 21px;
	cursor: pointer;
	border: 0px solid #FFFFFF;
}

#zoomInBtn
{
	background-image: url(../images/ampliar.gif);
	width: 21px;
	height: 21px;
	cursor: pointer;
	border: 0px solid #FFFFFF;
}
