﻿/*
#
# A stylesheet dedicated just to boxes!
#
*/    
    
    
    
/* A Square box used on the MyAdventures page  */   
.boxSquareHeading{ background-color:#507CD1; color: white; font-weight:bold; padding:4px}
.boxSquareContainer{border: solid 1px black;width: 400px; padding:2px}
.boxSquareBody{border: solid 1px #507CD1;  padding:5px}







/* The rounded box, set at a fixed width  */   
.box_top{
	background-image:url(box/boxTop.gif);
	background-repeat:no-repeat;
	font-size:12px;
	height:30px;
	font-weight:bold;
	padding-left:25px;
}
.box_bg{
	background-image:url(box/boxSides.gif);
	background-repeat:repeat-y;
}
.box_in{
	padding-left:10px;
}
.box_bottom{
	vertical-align:top;	
	height:6px;
	background-image: url('box/boxBottom.gif');	
}

