.actionboxlogic {
	border: 1px solid;
	margin: 15px auto;
	width: 100%;
	text-align: center;
	padding: 5px 25px;
	background: none repeat scroll 0 0 #999999;
	display: table;
}
.actionboxlogic a {
    color: #0000FF;
	font-weight: bold;
}
.actionbox-body {
    margin: 10px 0;
}

.actionbox-heading {
    font-size: 20px;
}
.actionbox-heading h5 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.actionbox-footer {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.7;
}
.greenaction {
    background: none repeat scroll 0 0 rgba(135, 184, 98, 0.39);
    border-color: #6CA741;
}
.redaction {
    background: none repeat scroll 0 0 #FF9D9D;
    border-color: #FF0000;
}
.tanaction {
    background: none repeat scroll 0 0 #F4F0C8;
    border-color: #D2B48C;
}
.blueaction {
    background: none repeat scroll 0 0 #D1D1FF;
    border-color: #5454FF;
}
.orangeaction {
    background: none repeat scroll 0 0 #FDB712;
    border-color: #DC8200;
}
.yellowaction {
    background: none repeat scroll 0 0 #FFE843;
    border-color: #CBCB01;
}
.blackaction {
    background: none repeat scroll 0 0 #ABABAB;
}
