@charset "utf-8";
/* CSS Document */

.main_container  {
	position:absolute;
	margin: 0px 0px 0px 0px;
	top: 0px;
	right: 0px;
}

.main_containerB  {
	position:absolute;
	margin: 0px 0px 0px 0px;
	top: 48px;
	right: 0px;
}

#page_container {
	position: relative;
	width: 300px;
	top: 31px;
}

.panel_button_original {
	position: right;
	top: 1px;
	width: auto;
	height: auto;
	z-index: 20;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	cursor: pointer;
}
.panel_button {
	position: right;
	top: 0px;
	z-index: 20;
	cursor: pointer;
}
/*  Buton location (before and after expand)  */
.panel_button img {
	position: relative;
	top: 0px;
	border: none;
	align: right;
	margin-right: 0px;
	right: 0px; 
	width: 60px;
	height: 32px;
	position: absolute;
}

#toppanel {
	position: absolute;
	width: 300px;
	left: 0px;
	z-index: 25;
	text-align: center;
}

#panel {
	width: 300px;
	position: relative;
	top: 1px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}

#panel_contents {
	background: #E6E6E6;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	clip: rect(auto,auto,auto,auto);
}

#panel_content2  {
	margin: 0;
	padding: 0; 
	margin-right: auto;
	margin-left: auto;
	background-image: url(../search/headerbox.jpg);
	background-repeat: repeat-x;
	height:32px;
}

#tabs li{display:inline; list-style:none;} 
#tabs ul{float:left;} 

#tool_tabs li{display:inline; list-style:none;} 
#tool_tabs ul{float:left;} 

/* //////////////////////////////////// TOOLS //////////////////////////////////// */
#toolscontentbox  {
	margin: 0px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.panel_button2 {
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
/*  Buton location (before and after expand)  */
.panel_button2 img {
	top: 0px;
	border: none;
	margin-right: auto;
	margin-left: auto;
	width: 386px;
	height: 24px;
}
#panel2 {
	width: auto;
	right: auto;
	left: auto;
	position: relative;
	top: 1px;
	height: 0px;
	margin: 0px;
	z-index: 10;
}
.hidden{overflow: hidden;}
.visible{overflow:visible;}

#panel_contents2 {
	height: 96%;
	width: 100%;
	right: auto;
	left: auto;
	background-image:url(../search/images/customhr_small.png);
	background-repeat:no-repeat;
	/*
	border:#CCC 1px solid;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*
}
