/*/////////////////////////////////////////////*/
/*Languages*/
/*/////////////////////////////////////////////*/

.LanguagesWebComponentHidden
{
	display:none;
}

@font-face
{
	font-family: 'Segoe UI Bold';
	src: url('English/segoeuibold.ttf'), url('English/segoeuiwoff.woff');
}

@font-face
{
	font-family: 'Segoe UI';
	src: url('English/segoeui.ttf'), url('English/segoeuiwoff.woff');
}

.LanguagesWebComponentVisible
{
	display:block;
	position:fixed;
	z-index:500;
	background-color:white;
	right:128px;
	top:50px;
	box-shadow:0px 0px 7px 2px #888888;
}

.SectionUpArrowLanguagesVisible
{
	display:block;
	position:absolute;
	z-index:501;
	right:150px;
	top:42px;
}

.ext-gecko .MasterPageHeaderLanguageDescription a:link
{
	font-weight:normal;
}

.ext-gecko .MasterPageHeaderLanguageSelected a:link 
{
	font-weight:normal;
}

.ext-gecko .MasterPageHeaderLanguageOption a:link 
{
	font-weight:normal;
}

.ie .MasterPageHeaderLanguageDescription a:link
{
	font-weight:bold;
}

.MasterPageHeaderLanguageDescription a:link
{
    text-decoration:none;
    color:#bcd5e1;
	font-family:Segoe UI Bold, Arial !important;
    font-size:12px !important;
}

.ie .MasterPageHeaderLanguageDescription a:visited
{
	font-weight:bold;
}

.MasterPageHeaderLanguageDescription a:visited
{
    text-decoration:none;
    color:#bcd5e1;
	font-family:Segoe UI Bold, Arial !important;
    font-size:12px !important;
}

.ie .MasterPageHeaderLanguageOption a:link
{
	font-weight:bold;
}

.MasterPageHeaderLanguageOption a:link
{
    text-decoration: none;
    color:black;
	font-family:Segoe UI Bold, Arial !important;
    font-size:12px !important;
}

.ie .MasterPageHeaderLanguageOption a:visited
{
	font-weight:bold;
}

.MasterPageHeaderLanguageOption a:visited
{
    text-decoration: none;
    color:black;
	font-family:Segoe UI Bold,Arial !important;
    font-size:12px !important;
}

.ie .MasterPageHeaderLanguageSelected a:link
{
	font-weight:bold;
}

.MasterPageHeaderLanguageSelected a:link
{
    text-decoration: none;
    color:#a8a8a8;
	font-family:Segoe UI Bold, Arial !important;
    font-size:12px !important;
}

.ie .MasterPageHeaderLanguageSelected a:visited
{
	font-weight:bold;
}

.MasterPageHeaderLanguageSelected a:visited
{
    text-decoration: none;
    color:#a8a8a8;
	font-family:Segoe UI Bold, Arial !important;
    font-size:12px !important;
}


/*/////////////////////////////////////////////*/