﻿/***********************************************************************************************************************/
/*** These styles provide a means for styling to be done for all pages that are related to translation *****************/
/***********************************************************************************************************************/

.FlagRegion{
	float:right;
}

.ActiveFlag{
	color: #3366cc;
	float:left;
}

.ActiveFlag img{
	width:40px;
	height:21px;
	border-color:#3366cc;
	border-style:solid;
	border-width:0;
	margin-right:2px;
}

.OtherFlag {
	float:left;
}

.OtherFlag img{
	width:40px;
	height:21px;
	border-width:0;
	opacity:0.4; /* This is how Firefox deals with transparency */
	filter:alpha(opacity=40); /* This is how IE deals with transparency */
	margin-right:2px;
}

.OtherFlag a:link, .OtherFlag a:visited
{
	color: #6699EE;
	opacity:0.4; /* This is how Firefox deals with transparency */
	filter:alpha(opacity=40); /* This is how IE deals with transparency */
}

.OtherFlag a:hover, .OtherFlag a:active
{
	color: #3366cc;
	opacity:1; /* This is how Firefox deals with transparency */
	filter:alpha(opacity=100); /* This is how IE deals with transparency */
}

.FlagSeparator {
	float: left;
	color: Black;
	margin-left: 2px;
	margin-right: 2px;

}