div.contentbox {
	text-align:left;
	width:97%;
}
/*
div.contentbox#tab0 {
	margin-top:-1px;
}

div.contentbox#tab1 {
	margin-top:-1px;
}

div.contentbox#tab2 {
	margin-top:-1px;
} */

* html div.contentbox {
	margin:0px;
	margin-bottom:3px;
	margin-top:3px;
}

div.contentbox img {
	float:none;
	margin:0px;
	padding:0px;
}

div.oldcontentbox {
	text-align:left;
	margin:4px;
	padding:6px;
	width:auto;
	background-color:#F1F1F1;
	border:1px solid #E1E1E1;
	float:left;
	font-size:11px;
}

.hidden {
	display:none;
}

div.contentbox table {
	width:100%;
	text-align:left;
}

div.contentbox thead {
	font-weight:bold;
	text-align:center;
	background-color:#E1E1E1;
}

div.contentbox table tbody tr.odd {
	background-color:#E9E9E9;
}

div.mapwrapper {
	margin:10px;
	border-color:#E1E1E1;
	border-width:1px;
	border-style:solid;
}


div.tabholder {
	text-align:center;
}

div.tabholder ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:-4px;
	margin-left:3px;
}

div.tabholder li {
	width:119px;
	height:29px;
	float:left;
	margin-left:1px;
	margin-right:1px;
	background-image:url(search/tab_normal.gif);
	background-repeat:no-repeat;
}

div.tabholder li.active {
	background-image:url(search/tab_active.gif);
}

div.tabholder a {
	width:100%;
	height:24px;
	display:block;
	color:#F1F1F1;
	text-decoration:none;
	padding-top:5px;
	font-weight:bold;
}

div.tabholder a:hover {
	text-decoration:underline;
}

table .thead {
	font-weight:bold;
	text-align:center;
	font-size:12px;
}

.searchbutton {
	height:26px;
	width:100px;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	background-image:url(search/searchbutton.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	border-style:none;
	cursor:pointer;
	margin:5px;
}

div.searchbuttonbox {
	background-color:#F1F1F1;
	border:1px solid #E1E1E1;
}

div.killspace {
	margin-top:-5px;
}

