.actionContainer{
	width: 100%;
	background-color : #93C5FA;
	border-bottom: 1px solid Black;
}
.action{
        font-weight : bold;
        font-size: 70%;
        padding-left: 15px;
}
.actionDisabled{
        font-weight : bold;
        font-size: 70%;
        padding-left: 15px;
}
.action a{
	color: #333333;
}
.actionDisabled a{
	color: #B0D5FF;
	text-decoration:none;
}