div.BoxContainer {
	border: 1px solid #ccc;
	padding: 0 5px 0 5px;
	background-color: #f2f2f2;
}

div.BoxHeader h2 {
	font-size: 100%;
	margin: 0;
	padding: 5px 0;
	line-height: 100%;
}

div.BoxContent {
	padding: 8px 0 5px 8px;
	background-image: url(../images/style-table-cellbg.gif);
	background-position: right 0;
	background-repeat: no-repeat;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.BoxBottom {
	clear: left;
	border-top: 1px solid #ccc;
	background-color: #f2f2f2;
	height: 5px;
	font-size: 0px;
	line-height: 0px;
}

div.BoxLineBreak {
	font-size: 0px;
	height: 0;
	line-height: 0px;
	clear: left;
}

#RightTopBox {
	float: right;
	width: 170px;
}

p.RightTopBoxClear {
	clear: both;
}

#RightTopBox p.ActionLink {
	padding: 5px 0 0 10px;
	background: transparent url(../images/arrow.gif) no-repeat 0 7px;	
	font-size: 90%;
	line-height: 100%;
	margin: 0;
}

#RightTopBox p.ActionLink a {
	text-decoration: none;
}

