﻿/* ===============LANGUAGE SELECTOR ============================ */



a.language_selected:link, a.language_selected:visited
{
    display: block;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    width: 20px;
    font-family: Verdana;
    color: White;
    text-decoration: none;
    background-color: Navy;
    text-align: center;
    border: solid 1px Navy;
}


a.language_deselected:link, a.language_deselected:visited
{
    display: block;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    width: 20px;
    font-family: Verdana;
    color: #ccc;
    text-decoration: none;
    background-color: Gray;
    text-align: center;
    border: solid 1px Gray;
}
a.language_deselected:hover
{
    border: solid 1px Navy;
    color: White;
}

/*==== LINKS ============*/

#link_ifl
{
    top: 58px;
    left: 520px;
    position: absolute;
    width: 230px;
    height: 20px;
    display: block;
    cursor: pointer;
}

#link_unl
{
    top: 58px;
    left: 310px;
    position: absolute;
    width: 200px;
    height: 20px;
    display: block;
    cursor: pointer;
}

#link_home
{
    top: 20px;
    left: 440px;
    position: absolute;
    width: 300px;
    height: 36px;
    display: block;
    cursor: pointer;
}