﻿html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 9pt;
	color:#626262;
}

INPUT
{
	font-family: Tahoma;
	font-size: 9pt;
}

a
{
	color: #626262;
	text-decoration: none;
}

a:hover
{
    color: #FF6000;
	text-decoration: none;
}

.TextBox
{
	font-size: 8pt;
}

.LanguageFlag
{
	padding: 1px;
}

.LanguageFlagSelected
{
	padding: 1px;
	background-color : Red;
}

.DivContent
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.DivLeftContent
{
	position: relative;
	vertical-align: middle;
	float: left;
	width: 80%;
}

.DivTitle
{
	position: relative;
	vertical-align: middle;
	float: left;
	width: 100%;
}

.DivLanguageMenu
{
	position: absolute;
	text-align: right;
	top: 10px;
	right: 20px;
}

.DivMenu
{
	width: 688px;
	position: relative;
	bottom: 3em;
	left: 8em;
	z-index:900;
}

.DivContentPlaceHolder
{
	position: relative;
	vertical-align: middle;
	bottom: 37px;
	float: left;
	width: 99%;
}

.DivRightContent
{
	position: relative;
	float: right;
	width: 19.5%;
	top: 1em;
}

.DivBottomContent
{
	clear:both;
	width:100%;
	text-align:center;
	margin:auto;
	font-weight:bolder;
}

.OrangeText
{
    color: #FF6000;
}
