/* Panel Style */

.borderTop {
	background : #FFFFB4;
}

.borderTopL {
	background : #FFFFB4;
}

.borderTopR {
	background : #FFFFB4;
}

.borderLeft {
	background : #FFFFB4;
}

.borderRight {
	background : #FFFFB4;
}

.borderBottom {
	background : #FFFFB4;
}

.borderBottomL{
	background : #FFFFB4;
}

.borderBottomR{
	background : #FFFFB4;
}

.show{
	display: block;
}

.hide{
	display: none;
}