.panel-grey {
	background:url(../../images/template/panel-background-grey.gif) bottom repeat-x #20282D;
	
}

.panel-grey-top {
	background:#242D33;
	width:100%;
	overflow:hidden;
}

.panel-grey-bottom {
	background:#161c1f;
	width:100%;			
	overflow:hidden;
}

.panel-grey .right{
	float:right;
}

.panel-grey .left{
	float:left;
}

.panel-grey .content{
	overflow:hidden;
	width:100%;
	margin:8px;
}


.panel-light-grey {
	color:#000;
	background: #f0f0f0;
	
}

.panel-light-grey-top {
	background:#f0f0f0;
	width:100%;
	overflow:hidden;
}

.panel-light-grey-bottom {
	background:#f0f0f0;
	width:100%;			
	overflow:hidden;
}

.panel-light-grey .right{
	float:right;
}

.panel-light-grey .left{
	float:left;
}

.panel-light-grey .content{
	overflow:hidden;
	width:100%;

}



