/**
 * ActionBox
 */
div#ActionBox {}
#ActionBox a.title {
	background-image: url('../images/action.gif');
	color: #CC3333;
	display: block;
	line-height: 14px;
	font-weight: bold;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}
#ActionBox .to {
	font-size: 90%;
}
#ActionBox .description {
	margin-top: 0.4em;
	font-size: 90%;
}
#ActionBox .item {
	padding: 0.5em 0.5em;
}
#ActionBox .link {
	text-align: right;
}
#ActionBox #allActionsLink {}
#ActionBox #allActionsLinkBlock {}
