/* CSS Document */
caption a.fn-lnk, caption a.fn-lnk:focus, caption a.fn-lnk:visited,  caption a.fn-lnk:active {
	border:1px solid #FFF !important;
	background-color:#CCC !important;
	color:#284162 !important;
	font-size:inherit !important;
	margin-left:5px !important;
}
caption a.fn-lnk:hover {
	background-color:#555 !important;	
	margin-left:5px !important;	
	color:#FFF !important;
}
caption a.fn-lnk:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
