/* Arts Channel CSS FOR CONTAINER */

.ArtsPanel {
	width:100%;
	height:100%;
}

.ArtsPanel_Top {
	width:100%;
	background : #FFF url("images/ArtsPanel_Top_Bg.gif") repeat-x;
	
}
.Artspanel_title
{
	color : #FFFFFF;
	font-size:13px;
	font-weight:bold;		
}

.ArtsPanel_Bg {
	background : #f3f3f3 url("images/ArtsPanel_Bg.gif") repeat-x bottom;
	height:100%;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
}
.ArtsPanel_Content {
	width : auto;
	border-collapse : collapse;
	padding-top:5px;
	padding-bottom:8px;	
	height:100%;

}
.ArtsPanel_Inner {
	background : #f9f6eb url("images/ArtsPanel_Inner_bottom.gif") repeat-x bottom;
	border : 1px solid #999999;
	width : 100%;
}
.ArtsPanel_containertools{
	width : 100%;
	text-align:right;
	height:1%;	
}
.ArtsPanel_Bottom {
	width : auto;
	background : #FFF url("images/ArtsPanel_Bottom_Bg.gif") repeat-x;
}