@charset "utf-8";
/* CSS Document */

body{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
#login{
	margin:0px auto;
	width:100px;
}
#mapHolder{
	margin:0px auto;
	width:900px;	
}
#leftSplitLine{
	background-image:url(/images/lSplitLine.png);	
	background-repeat:no-repeat;
}
#rightSplitLine{
	background-image:url(/images/rSplitLine.png);
	background-repeat:no-repeat;
}
#topHorRepeater{
	background-image:url(/images/topHorizonalRepeater.png);
	background-repeat:repeat-x;	
}
#bottomHorRepeater{
	background-image:url(images/bottomHorizontalRepeater.png);
	background-repeat:repeat-x;
}
.leftVertRepeat{
	background-image:url(/images/leftVertRepeater.png);
	background-repeat:repeat-y;
}
.rightVertRepeat{
	background-image:url(/images/rightVertRepeater.png);
	background-repeat:repeat-y;
}
#theMapContent{
	border:none;
	width:750px;
	height:250px;
}
table td{
	padding:0px;
	margin:0px;
}