/* -- Language Switch CSS -- */
a.language
{
	font-weight: bold;
	text-decoration: none;
	color: #5F87CC;
}

a.language:hover
{
	text-decoration: underline;
}

.language_current
{
	text-decoration: none;
}

.component_lang_switch
{
	padding: 0px;
	margin: 0px;
}
