/* applies to table tag of sqarebox */
.squareBox {
	background-color:white;
	border-style:solid; 
	border-width:1px;
	border-color:#dddddd;
}

/* applies to tabletag of ExternalSquareBox */
.squareBoxExternal
{
	background-color:#f2f2f2;
	border-style:solid; 
	border-width:1px;
	border-color:#eaeaea;
	height:100%;
}

/* applies to td of title row of the box */
.boxHeader {
	padding:0px;
	margin:0px;	
 height:20px;
 font-weight:bold;
}

/*applies to the div surrounding the boxtitle */
.boxTitle {
	font-size:12px;
	padding:0px;
	margin:0px;
}

/* applies to td of content row of the box */
.boxContent {
	padding:5px;
}

/* applies to hr insite the sqarebox table */
table.squareBox HR {
	color:#bbbbbb;
	background-color:#bbbbbb;
}