


table[id^="ssfa-table"].ssfa-minimalist {
	background: #FFFFFF;
	border: 0;
	border-bottom: 0;
	border-collapse: separate;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-spacing: 0;
	color: #666666;
	font-family: "Open Sans", "Lucida Grande", "Droid Sans", "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;  
}
table[id^="ssfa-table"].ssfa-minimalist > tbody > tr > td > a:hover,
table[id^="ssfa-table"].ssfa-minimalist > tbody > tr > td > a:focus,
table[id^="ssfa-table"].ssfa-minimalist > tbody > tr > td > a:active {
	color: #317f89;  
}
table[id^="ssfa-table"].ssfa-minimalist > tfoot > tr > td > div.ssfa-pagination > ul > li > a:hover,
table[id^="ssfa-table"].ssfa-minimalist > tfoot > tr > td > div.ssfa-pagination > ul > li > a:focus {
	background: #EEEEEE;
	color: #317f89; 		  
}

/* CRUMBS */
div.ssfa-crumbs {
	background-color: #f3f3f3;
	float: left;
	padding: 4px 16px;
	color: #444;
	border-radius: 0px;
	margin-bottom:10px!important;
}
div.ssfa-crumbs a {
	color: #777777;
}
div.ssfa-crumbs a:hover, div.ssfa-crumbs a:active{
	color: #317f89; 
	text-decoration: none;
}

/* BOTONES */
span.ssfa_add_files {
    background: #F1F1F1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0 1px 3px #F7F7F7!important;
    border-bottom: 1px solid rgba(0,0,0,0.25)!important;
    padding: 10px;
    line-height: 1;
}

span[id^="ssfa_submit_upload"]{
	margin-left: 10px;
	display: inline-block;
	padding:10px;
	color: #444;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0 1px 3px #F7F7F7;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background: #F1F1F1; 
}


