﻿ /*
 *******************************************
 *      UserControl: SelectLanguage.aspx   *
 *******************************************
 */

.selectedLanguage
{
    width :161px;
    height:17px;
    font-weight:bold;
    padding-right:1px;
    padding-left:1px;
}

.selectedLanguageHover
{
    width :161px;
    height:17px;
    font-weight:bold;
    border-color:#000000;
    border-style :solid;
    border-width : 1px;
    padding-right:0px;
    padding-left:0px;
    cursor:default;
}

.lblLanguage
{
    float:left;
    text-align:left;
    margin-top:2px;
    margin-left:2px;   
    width:120px; 
}

.imgCountry
{
    float:left;
    padding-right:5px;
    padding-top:2px;
}

.imgButtonDown
{
    float:left;
    padding-top:7px;
    vertical-align:top;
    margin-left:3px; 
}

.languageList
{
    background-image:url(../../Pictures/UserControls/SelectedLanguageBackground.png);
    background-repeat:repeat-y;
    border-color:#000000;
    border-style :solid;
    border-width : 1px;
    padding-top:2px;
    padding-bottom : 2px;
    width:161px;
    position:absolute;
	visibility:hidden;
}

/* This css is just for FireFox bug : the width of pannel is 2px larger than for other browsers*/
.languageListFirefox
{
    position:absolute;
	visibility:hidden;
    background-image:url(../../Pictures/UserControls/SelectedLanguageBackground.png);
    background-repeat:repeat-y;
    border-color:#000000;
    border-style :solid;
    border-width : 1px;
    padding-top:2px;
    padding-bottom : 2px;
    width:159px;
}

.itemLanguage
{
    text-align:left;
    height:15px;
    padding-top:3px;
    text-decoration:none;
    cursor:pointer;
    margin-left:2px;
    margin-right:2px;
    padding-left:3px;
    padding-bottom:1px;
    padding-right:1px;
}

.itemLanguage a
{
    text-decoration:none;
}

/* This css is just for IE6 rollover support*/
.itemLanguagehover
{
    text-align:left;
    height:15px;
    padding-top:2px;
    border-style:solid;
    border-width:1px;
    text-decoration:none;
    cursor:pointer;
    margin-left:2px;
    margin-right:2px;
    padding-left:2px;
    padding-bottom:0px;
    padding-right:0px;
}

.itemLanguage:hover
{
    text-align:left;
    height:15px;
    padding-top:2px;
    border-style:solid;
    border-width:1px;
    text-decoration:none;
    cursor:pointer;
    margin-left:2px;
    margin-right:2px;
    padding-left:2px;
    padding-bottom:0px;
    padding-right:0px;
}

.itemLanguage .label
{
    float:left;
    width:130px;   
    text-decoration:none;
    cursor:hand;
}

/* This css is just for IE6 rollover support*/
.itemLanguagehover .label
{
    float:left;
    width:130px;   
    text-decoration:none;
    cursor:hand;
}