document, body {
	/* Used to be able to use height: 100% on elements in the page */
	height:						100%;
	/* Set default font attributes for the whole document */
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					8pt;
	color: #636363;
}

body {
	padding:						0px;
	/* Set the padding, Opera's default is not zero. */
	margin:							0px;
	/* Used to center content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:					left;
}

#map{
	position: relative;
	width:	900px;
	height:	87%;
	overflow: auto;
}

#divMain{
	position: relative;
	left:	-10px;
	top:	-85px;
	width:	860px;
	height:	1014;
	overflow: hidden;
}

#divMap{
	position:	absolute;
	left: 0px;
	top: 0px;
	width:	717px;
	height:	1014px;
}

#divRight{
	position:	absolute;
	left: 667px;
	top: 0px;
	width:	323px;
	height:	1014px;
}

#divRightSmall{
	position:	absolute;
	left: 667px;
	top: 200px;
	width:	200px;
	height:	1014px;
}


#divSearchBox{
	position:	relative;
	left: 0px;
	width:	323px;
	height:	50px;
}

#searchButton{
	height:	20px;
	font-size:	10px;
	border: 1px solid;
	background-color:	#FFFFFF;
}

#searchform{
	margin-bottom: 10px;
}

#divOutput{
    color: #000000;
	position:	relative;
	left: 0px;
	top: 5px;
	width:	320px;
	height:	 250px;
	overflow: auto;
}

.rowOdd{
  background-color: #CCCCCC;
  color: #000000;
}

.t1{
  font-size: 12px;
  font-weight:	bold;
  color: #000000;
}

.t2{
  font-size: 11px;
  font-weight:	bold;
  color: #000000;
}

.output {
	font-size: 10px;
	color: #000000;
}

.input_normal{
	width: 135px;
	heigth: 20px;
	border: 1px solid;
}

.border {
	border: 1px soild;
}

A	     { color: #636363; text-decoration: underline; ; font-weight: bold}
A:hover	     { color: #111111; text-decoration: underline; ; font-weight: bold}

#divRankingHeader{
	position: relative;
	width:	687px;
	height:	200px;
}

#divRankingScroll{
	position: relative;
	left:	-10px;
	top:	-100px;
	width:	980px;
	height:	914;
}

