/* the BOX CSS FOR CONTAINER */

.theBOXPanel {
	width:100%;
	height:100%;
}

.theBOXPanel_Top {
	width:100%;
	background : #FFF url("images/theBOXPanel_Top_Bg.gif") repeat-x;
	
}
.theBOXpanel_title
{
	color : #FFFFFF;
	font-size:13px;
	font-weight:bold;		
}

.theBOXPanel_Bg {
	background : #f3f3f3 url("images/theBOXPanel_Bg.gif") repeat-x bottom;
	height:100%;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
}
.theBOXPanel_Content {
	width : auto;
	border-collapse : collapse;
	padding-top:5px;
	padding-bottom:8px;	
	height:100%;

}
.theBOXPanel_Inner {
	background : #f9f6eb url("images/theBOXPanel_Inner_bottom.gif") repeat-x bottom;
	border : 1px solid #999999;
	width : 100%;
}
.theBOXPanel_containertools{
	width : 100%;
	text-align:right;
	height:1%;	
}
.theBOXPanel_Bottom {
	width : auto;
	background : #FFF url("images/theBOXPanel_Bottom_Bg.gif") repeat-x;
}