/**
 * Sliding Panles 1.0.2 - jQuery plugin for accessible, unobtrusive Sliding Panels
 * @stylesheet
 */
p.panel{
	text-align: center;
	border:1px solid #CCCCCC;
	cursor:pointer;
	width:200px;
	height:20px;
}
p.panel a{
	text-decoration:none;
	color:#000000;
	background:none;
}
p.panel-up{
	width:200px;
	background:url(../images/up.gif) no-repeat scroll top right;
 }
p.panel-down{
	width:200px;
	background:url(../images/down.gif) no-repeat scroll top right;
}
.panel-target{
	background-color:#045c97;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
.panel-target p{
	display:inline !important;
	margin-top:3px !important;
	font-size:12px !important;
	color: #fff;
	margin-left:5px !important;
	margin-right:5px !important;
}
.panel-target a:hover{
	color:#CCC;
}
.panel-closed{
	display:none;
}


