/*
Global styling for the module
*/
@import url(http://fonts.googleapis.com/css?family=Marcellus);
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('assets/BebasNeue-webfont.eot');
    src: url('assets/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/BebasNeue-webfont.woff') format('woff'),
         url('assets/BebasNeue-webfont.ttf') format('truetype'),
         url('assets/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
div.anrevised.clearall, div.anrevised .clearall {clear: both; overflow: hidden; display: block;}
div.anrevised .odd {background: transparent;}



/*Pagination*/
div.pagination li.flatview a {display: inline-block; margin: 0;}
div.pagination a.disabled, div.pagination a.disabled:hover{cursor: default;color: #aaa;}