﻿.languageControl
{
	position: absolute;
	z-index: 400;
	display: block;
	width: 75px;
	height: auto;
}

.languageControl.navleft
{
	top: 15px;
	left: 120px;
}

.languageControl.topleft
{

	top: 5px;
	left: 5px;
}

	.languageControl.nochrome
	{
		/*top: 5px;
		right: 45px;
		left: auto;*/
		display: none;
	}

.languageControl.topright
{

	top: 5px;
	right: 5px;
}

.languageControl.bottomright
{
	bottom: 5px;
	right: 5px;

}

	.languageControl .item
	{
			
		display: inline-block;
		border: 0px solid #333;
		border-radius: 4px;
		width: 35px;
		height: 19px;
		line-height: 40px;
		font-size: 10pt;
		font-weight: bold;
		background-color: rgba(0,0,0,.4);
		color: #000;
		cursor: pointer;
	}

		.languageControl .item:hover
		{
			background-color: rgba(0,0,0,.6);
		}
			
		.languageControl .item:active
		{
			background-color: rgba(0,0,0,.8);
		}
			
		.languageControl .item.en-US
		{
			background-image: url('/resources/images/languageicons/en-US.png');
			background-repeat: no-repeat;
			background-position: center center;
			direction: ltr;
		}
			
		.languageControl .item.ar-SA
		{
			background-image: url('/resources/images/languageicons/ar-sa.png');
			background-repeat: no-repeat;
			background-position: center center;
			direction: rtl;
				
		}