body,
body input,
body select,
body textarea,
body .ui-widget {
    font-family: 'new-hero', Raleway, sans-serif, arial;
}

a {
  color:#000000;
}

a.visited {
  color:#222222;
}


.arrow-header {
  /*background:#b6181a url(../images/header_arrow.gif) no-repeat left center;*/
  background:#b6181a;
  
/*

background-image: linear-gradient(left bottom, rgb(182,24,27) 28%, rgb(255,255,255) 94%);
background-image: -o-linear-gradient(left bottom, rgb(182,24,27) 28%, rgb(255,255,255) 94%);
background-image: -moz-linear-gradient(left bottom, rgb(182,24,27) 28%, rgb(255,255,255) 94%);
background-image: -webkit-linear-gradient(left bottom, rgb(182,24,27) 28%, rgb(255,255,255) 94%);
background-image: -ms-linear-gradient(left bottom, rgb(182,24,27) 28%, rgb(255,255,255) 94%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right top,
	color-stop(0.28, rgb(182,24,27)),
	color-stop(0.94, rgb(255,255,255))
);
*/


  
  color:#ffffff;
}


.settings-box {
  /*background:#d7d7d7;*/
  border:solid 1px;
}

.settings-box:hover {
  /*background:#c8c8c8;*/
  background-image: linear-gradient(left top, rgb(255,255,255) 77%, rgb(182,24,27) 99%);
  background-image: -o-linear-gradient(left top, rgb(255,255,255) 77%, rgb(182,24,27) 99%);
  background-image: -moz-linear-gradient(left top, rgb(255,255,255) 77%, rgb(182,24,27) 99%);
  background-image: -webkit-linear-gradient(left top, rgb(255,255,255) 77%, rgb(182,24,27) 99%);
  background-image: -ms-linear-gradient(left top, rgb(255,255,255) 77%, rgb(182,24,27) 99%);
  
  background-image: -webkit-gradient(
  	linear,
  	left top,
  	right bottom,
  	color-stop(0.77, rgb(255,255,255)),
  	color-stop(0.99, rgb(182,24,27))
  );
}

.settings-box .setting-link {
  color:#000000!important;
}
