.highlight{background-color:#EAEAEA; color:#35628F}
.black {color:#000!important;}
.grey {color:#676767!important;}
/* Text decorations
*******************************/
.bold 		{ font-weight: bold; }
.normal 	{ font-weight: normal; }
.italic 	{ font-style: italic }
.underline	{ text-decoration: underline; }
/* Float
*******************************/
.f-right 	{ float: right; }
.f-left 	{ float: left; }
.f-none 	{ float: none; }
/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }
/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page-nav {}
.page-nav li {
    display:inline;
    padding:0 2px;
}
.page-nav li.current a {
	color: black;
    text-decoration: none;
    font-weight: bold;
}
ul.page-nav li.previous {
	margin: 0 7px 0 0;	
}
ul.page-nav li.next {
	margin: 0 0 0 7px;	
}