#times_container {
	position: relative;
	margin-left: 0px;
	margin-right: auto;
	width: 950px;
	top: 0px;
	z-index: 2000;
}

.panel_button {
	margin-left: 0px;
	margin-right: auto;
	position: relative;
	top: -10px;
	width: 160px;
	height: 25px;
	background-image: url(../images/tab_expand_cor.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 20;
	cursor: pointer;
}

div.panel_button#hide_button {
	margin-left: 0px;
	margin-right: auto;
	position: relative;
	top: -10px;
	width: 160px;
	height: 25px;
	background-image: url(../images/tab_collapse_cor.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 20;
	cursor: pointer;
}

.panel_button a {
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 3px;
	left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right:10px;
}

/*styling for the hide panel link*/
div.panel_button#hide_button a {
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 3px;
	left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right:10px;
}

div.panel_button#hide_button a:hover{
	text-decoration: underline;
}

.panel_button a:hover {
	color: #fff;
	text-decoration: underline;
}

#toppanel {
	position: absolute;
	width: 370px;
	left: 0px;
	z-index: 25;
	text-align: center;
}

#panel {
	width: 370px;
	position: relative;
	top: -10px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border: solid 5px #1f4c76;
}

#panel_contents {
	height: 100%;
	width: 370px;
	position: absolute;
	z-index: -1;
	background-color: #fff;
}

#panel p {
	color: #6f6f6f;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size: 1.15em;
}

#panel p.panelHeading  {
	padding: 10px 0px 0px 10px;
	margin: 0px;
	color: #001d6a;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	font-family:"Times New Roman", Times, serif;
}

#panelTableLeft {
	width: 230px;
	float: left;
	height: auto;
	padding: 0px 0px 0px 10px;

}

#panelTableRight {
	width: 50px;
	float: right;
	height: auto;
	padding: 0px 10px 0px 0px;
}


.clear { clear:both}


/*##################################################  old #################################################*/

/*#panel_contents {
	background: red;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 904px;
	position: absolute;
	z-index: -1;
	border: solid 5px #ae5327;

}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 173px;
	height: 54px;
	background-color: url(../images/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
body {
	background: #fff;
	text-align: center;
	margin: 0px;
}
*/