a{
	color: #477baf;
	text-decoration: none;
}
a:hover{
	color: #477baf;
	text-decoration: underline;
}

/*-- button -- */
a.btnNext{
	display:-moz-box;
	display:inline-block;
	height: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #fefefe !important;
	text-decoration:none;
	background: url(/App_Themes/GTP/Images/btn_next_novafunk.gif) no-repeat right 0;
}
a.btnNext span{
	display:-moz-box;
	display:inline-block;
	cursor:pointer;
	padding: 2px 0 2px 8px;
	line-height: 16px;
	color: #fefefe;
	background: url(/App_Themes/GTP/Images/btn_next_novafunk.gif) no-repeat 0 0;
}

a.btnNext:hover{
	color: #fefefe;
	background-position: right -40px;
	text-decoration:none;
}
a.btnNext:hover span{
	color: #fefefe;
	background-position: 0 -40px;
}

/*-- meta navigation--*/
.boxHeader a{
	color: #477baf;
	text-decoration:none;
}
.boxHeader a:hover, .boxHeader a.active, .boxHeader a.active:hover{
	color: #000;
	text-decoration:none;
}

/*-- left navigation--*/
.navLeft a{
	color: #477baf;
}

/* content */
.conTheme .tags a:hover{
	color: #477baf;
}