/* General HTML elements */
html, body { height: 100%;}
body {
    font: 62.5% Arial, Tahoma,Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
	margin: 0;
	padding: 0;
}
ul,
ul li {
	list-style: none;
}
img {
	border: none;
	behavior: url("css/iepngfix.htc");
}
a {
	outline: none;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
fieldset {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	display: none;
}
input,
select,
textarea {
    font: 1.2em Arial, Tahoma,Helvetica, sans-serif;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
	outline: none;
}
.Wrapper {
	overflow: visible;
	height: 1%;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;
}

.stage-label {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 63px;
	width: 63px;
	text-indent: -999em;
	text-decoration: none;
	}

.stage-label-dev {
	background: url(/images/layout/stage-label-tr-dev.png) no-repeat;
	}

.stage-label-uat {
	background: url(/images/layout/stage-label-tr-uat.png) no-repeat;
	}

.stage-label-green {
	background: url(/images/layout/stage-label-tr-green.png) no-repeat;
	}

#language-select
{	margin-top: 6px;
	padding: 0}
	
	#language-select li
	{	float: left;
		text-align: right;
		list-style: none}

	#language-select li a
	{	display: block;
		color: #8D8D8D;
		font-weight: bold;
    	font-size: 1.1em;
		padding: 5px 12px;
		text-decoration: none;
		width: 46px;
		white-space: nowrap}

	#language-select li a:hover
	{	
		width: 46px;
		color: #F7D017;
		background-color: #555555}
		
		#language-select li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			width: 46px}
		
		#language-select li ul li
		{	float: none;
			display: inline}
		
		#language-select li ul li a
		{	width: auto;
			width: 46px}
		
		#language-select li ul li a:hover
		{	color: #F7D017}
