﻿/*--------------------------------------------*\
   Container
\*--------------------------------------------*/

.helpAndSettingsAndLogOutItemContainer
{
	/* Note: specify width for proper spacing of option items */
	/* width: 55px; */
	width: 58px;
	
	text-align: center;
}


/*--------------------------------------------*\
   Icon
\*--------------------------------------------*/

.helpAndSettingsAndLogOutItemContainer .helpAndSettingsAndLogOutItemIconImage
{
    border: none;
}


/*--------------------------------------------*\
   Name
\*--------------------------------------------*/

.helpAndSettingsAndLogOutItemContainer .helpAndSettingsAndLogOutItemNameContainer
{
    margin-top: -5px;
}

.helpAndSettingsAndLogOutItemContainer .helpAndSettingsAndLogOutItemName
{    
    /*
	font-size: 11px;
	font-family: 'helvetica';
	text-transform: uppercase;
	
	letter-spacing: 1px;
	
	color: #6A737B;
    */
	
	font-size: 10px;
	font-family: 'helvetica';
	/*text-transform: uppercase;*/
	
	color: #555555;
}

.helpAndSettingsAndLogOutItemNameContainer a:hover
{
	/* color: #6A737B; */
	color: #555555;
	text-decoration: none;
}

.helpAndSettingsAndLogOutItemNameContainer a:active
{
	/* color: #6A737B; */
	color: #555555;
}

.languageSwitchWrapperContainer
{
    position: absolute;
    right: 200px;
    bottom: 0px;
    font-size: 10px; 
}

.languageSwitchWrapperContainer a
{
    color: #555;    
}
