


.largeBoxLoop{
	width:385px;
	background-image:url(../images/lightgrey_box_loop.jpg);
	background-repeat:repeat-y;
	margin-top:10px;
}
.largeBoxTop{
	width:385px;
	background-image:url(../images/lightgrey_box_top.jpg);
	background-repeat:no-repeat;
}
.largeBoxContent{
	width:345px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:12px;
}
.largeBoxFooter{
	width:385px;
	height:10px;
	background-image:url(../images/lightgrey_box_footer.jpg);
	background-repeat:no-repeat;
}





.threeDbox{
	width:345px;
	padding-left:20px;
	padding-right:20px;
	height:73px;
	background-image:url(../images/3d_box.jpg);
	background-repeat:no-repeat;
}
.threeDbox a{
	text-decoration:none;
}





.smallBoxSpacer{
	width:169px;
	font-size:0px;
	height:4px;
	background-color:#cccccc;
}
.smallBoxLoop{
	width:169px;
	background-image:url(../images/lightgrey_box_loop_small.jpg);
	background-repeat:repeat-y;
}
.smallBoxTop{
	width:169px;
	background-image:url(../images/lightgrey_box_top_small.jpg);
	background-repeat:no-repeat;
}
.smallBoxFooter{
	width:169px;
	height:10px;
	background-image:url(../images/lightgrey_box_footer_small.jpg);
	background-repeat:no-repeat;
}



















.darkGreyBoxLoop{
	width:169px;
	color:#ccc;
	font-size:11px;
	background-color:#000;
}
.darkGreyBoxContent{
	width:159px;
	padding-left:5px;
	padding-right:5px;
}
.darkGreyBoxContent a{
	color:#ccc;
}
.darkGreyBoxContent a:hover{
	color:#a8ee00;
}
.darkGreyBoxTop{
	width:169px;
	background-image:url(../images/black_box_top.jpg);
	background-repeat:no-repeat;
}
.darkGreyBoxFooter{
	width:169px;
	height:5px;
	background-image:url(../images/black_box_footer.jpg);
	background-repeat:no-repeat;
}













.panelHeader{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}