.tfoButton{
	background-color: #DDDDDD;
	color: black;
	padding: 0px 10px 0px 10px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid lightgray;
	/* width: 90%; */
	margin: 4px 1px 4px 1px;
	display: inline-block;
	line-height: 23px;
}

.tfoMenuButton{
	display: block;
}

.tfoLink {
	color: rgb(25,25,25);
	font-size: 12px; font-size: 1.2rem;
	line-height: 18px; line-height: 1.8rem;
	display: block;
	text-decoration: none;
}


.systemBtn,
input[type="submit"],
.tfoButton {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 1%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e2e2e2), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 1%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 1%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 1%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 1%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	/*height: 25px !important;*/
	padding: 0 20px;
	font-size: 12px; font-size: 1.2rem;
}

a.tfoRestButton.right{
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2e2e2 1%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e2e2e2), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2e2e2 1%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2e2e2 1%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2e2e2 1%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2e2e2 1%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

    border: 1px solid #D3D3D3;
    border-radius: 5px;
    height: 25px !important;
    padding: 3px 20px;
    font-size: 0.8em;
    text-decoration: none;
    margin: 2px;
    color: black;
}

#backoffice_menu .tfoButton {
	padding: 0;
}

a.backoffice_btn {
	color: #336699;
	border: 1px solid #666;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	height: 21px;
	/*background: rgb(221, 221, 221);*/
	background-color: #DDDDDD;
	/*margin: 10px 5px 0 5px;*/
}

input[type=submit].backoffice_btn,
a.backoffice_btn,
#advanced-filters-btn{
	border: none !important;
	background: none !important;
	border-radius: 0px;
	color: #336699 !important;
	border: 1px solid #666 !important;
	text-decoration: none !important;
	padding: 2px 20px 2px 20px !important;
	height: 24px !important;
	/*background: rgb(221, 221, 221);*/
	background-color: #DDDDDD !important;
	margin: 10px 3px 0 3px;
}
#advanced-filters-btn{
	float: right;
}