@charset "UTF-8";
Slide Panel
a:focus {
	outline: none;
}
#panel {
	height: 220px;
	display: none;
	background-color: #002156;
	color: #FFFFFF;
}
.slide {
	margin: 0;
	padding: 0;
	background: url(../Trial/..images/expandf) no-repeat;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #002156;
}
.btn-slide {
	text-align: left;
	width: 115px;
	height: 16px;
	padding: 2px 5px 0 0;
	margin: ;
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	vertical-align: top;
	background: #e9e7e7 url(../Scripts/jquery-tutorials/images/arrow-square.gif) no-repeat left -56px;
}
.active {
	background-position: left 0px;
}


#panel table {
}
#panel a {
	font-size: 11px;
	color: #FFFFFF;
}

