﻿.Languages_showpanel
{
    position: fixed;
    bottom: 0px;
    left: 5px;
    background-color:#ffffdd;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	display:none;
	width:120px;
	height:160px;
}
.Languages_hidepanelempty
{
    background-image:url('images/notificationcloseempty.gif');
    background-position: right;
    position: fixed;
    bottom: 2px;
    left: 5px;
    cursor: pointer;
    text-align:center; 
    color: #FFFFFF; 
    width:120px;
    line-height: 20px; 
    height: 20px; 
}
.Languages_hidepanel
{
    background-image:url('images/notificationclose.gif');
    background-position: right;
    position: fixed;
    bottom: 2px;
    left: 5px;
    cursor: pointer;
    text-align: left; 
    color: #FFFFFF; 
    width:120px;
    line-height: 20px; 
    height: 20px; 
}
.Languages_caption
{
    background-image:url('images/notificationopen.gif');
	background-position: right;
    text-align:center; 
    color: #FFFFFF; 
    line-height: 20px; 
    height: 20px; 
    cursor: pointer;
}
.Languages_content
{
	font-size: 9px;
	padding: 1px;
	overflow: auto;
	height: 140px; 
	text-align: left;
}
.Languages_separator
{
	height: 1px;
	width : 100%;
	border-top: solid 1px lightgray;
}
.Languages_tooltip
{
    background-image: url('images/notification.gif');
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    height: 25px;
    width: 80px;
    text-align: center;
    line-height: 25px;
    font-size: 0.8em;
}
