/* CSS Document */

#content_search {
	background-color: #FFFFFF;
	margin-left: 2px;
	padding: 0px; 
	border-left: 3px solid #000000;	
	border-right: 3px solid #000000;	
	height: 100%;
	/*overflow: auto;*/
	width: 1000px;
}

#main_search {
	float: right;
	margin-right: 3px;
	padding: 0px;
	width: 840px;
	border: 0px solid #FF0000;
	text-align: center;
}

#mainwide {
	position: relative;
	padding-left: 10px;
	left: 0px;
	top: 0px;
	width: 75% !important;
	height: auto !important;
	/*border: 1px solid blue;*/
	overflow: hidden;
}

.searchheader {
	margin: 10px 0px;
	font: 10pt Arial,Helvetica,sans-serif;
	text-align: center;
	width: 500px;
}
.searchline1 {
	font: bold 12pt;
}
.searchterm {
	font-weight: bold;
	color: #FF6600;
}
.searchbold {
	font-weight: bold;
	color: #FF6600;
}
.specbutton {
	width: 100px;
}

.scattbl {
	width: 700px;
	table-layout: fixed;
	margin-left: 20px;
	padding: 0px;
}
.scattblhdr {
	padding-bottom: 10px;
	text-align: center;
	color:	#CC6600;
	text-transform: capitalize;
}
.scattblinfo {
	padding: 10px;
	margin: 10px;
	width: 150px;
	text-transform: capitalize;
}
.scattbl img {
	margin-bottom: 20px;
}
#actbar {
	float: left;
	width: 1000px !important;
	border-right: 1px solid #000000;

}
#searchbar {
	float: left;
	width: 1000px !important;
	border-right: 1px solid #000000;
}
.mptitle {
	display: block;
	float: left;
	text-align: left;
	font: 9pt arial,verdana,helvetica;
	width: 100px;
}
.mpdesc {
	display: block;
	float: left;
	text-align: left;
	font: 7pt arial,verdana,helvetica;
	width: 100px;
}

/* lower1024 */
#content.lower1024 {
	width: 1000px;
}

.lower1024 #mainwide {
	width: 50%;
}

/* over1024 */
#content.over1024 {
	width: 100%;
}
.over1024 #mainwide {
	width: 75%;
}


