/*** TAGS ***/
html
{
	height: 100%;
	margin: 0;
	color: #464646;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h1 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 22px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}

h2 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}

h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #168ef4;
	background-color: inherit;
}

h4 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	background-color: inherit;
}

h5 {
	margin: 0;
	padding: 40px 0px;
	font-size: 20px;
	font-weight: normal;
	background-color: inherit;
}

h6 {
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 16px;
	font-weight: normal;
	color: inherit;
	background-color: inherit;
}

.h7
{
	margin: 0;
	padding: 0 0 15px;
	font-size: 14px;
	font-weight: normal;
	color: #168ef4;
	background-color: inherit;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li {
	line-height: 18px;
}

img {
	border-style: none;
}

/*** LINKS ***/
a:hover {
	color: #0564c8;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color: #0564c8;
	text-decoration: none;
	font-weight:normal;
}

a:active {
	color: #0564c8;
	text-decoration: none;
	font-weight:normal;
}

a:link {
	color: #0564c8;
	text-decoration: none;
	font-weight:normal;
}

/*** MISCS ***/

.spacer-td {
	width: 7px;
}

.spacer-td-2 {
	width: 10px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 11px;
}

.green2 {
	color: #77b800;
	background-color: inherit;
}

.blue2 {
	color: #168ef4;
	background-color: inherit;
}

.tvLogo
{ 
	height:80px;
	width: 260px;
}

.tvQsLogo {
	max-width:270px;
	max-height:100px;
	}

.tvHostLogo {
	max-height:100px;
	}

.backgroundTop
{
	background-color:#096FD2;
	min-width: 920px;
	width:100%;
}

.mainBoxInner
{
	left:0;
	width:100%;
	height:405px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

.backgroundMiddle
{
	background-image:url(background_middle.png);
	background-repeat:repeat-x;
	width:100%;
}

.backgroundWorldMap
{ 
	background-position:center;
	background-image:url(map.png);
	background-repeat:no-repeat;
	width:100%;
	height: 405px;
}

.backgroundWorldMapWoman
{ 
	background-position:center;
	background-image:url(map_woman.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:405px;
}

.backgroundLineTop
{
	background-image:url(horizontal_background_headerline.png);
	background-repeat:repeat-x;
	width:100%;
	height:6px;
	z-index: 101;
}

.backgroundLineBottom
{
	background-image:url(horizontal_background_line.png);
	background-repeat:repeat-x;
	width:100%;
	height:6px;
	z-index: 100;
}

.meetingHeader
{
	width: 42%;
	padding-top:120px;
	padding-left: 6%;
	padding-right: 6%;
	height:auto;
	float:left;
	font-size:20px;
	text-align:center;
}

.sessionControls { 
	margin-bottom: 40px;
	width: 44%;
	float:left;   
	height:auto;
}

.mainBox
{
	width:920px; 
	margin-left:auto; 
	margin-right:auto;
}

/** Background **/

.tvBackground
{
	background-image:url(background.png);
	background-color: #d7d7d7;
	background-repeat:repeat-x;
	background-position:top;
}

/** Footer **/
.footer {
	font-size: 14px;
	margin:0;
	padding:0;
	width: 920px;
}

.footerLine {
	position:relative;
	top:-4px;
}

.footerLine a:hover, .footerLine a:visited, .footerLine a:active, .footerLine a:link {
	position:relative;
	top:4px;
}

.furtherInfoBlue
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.furtherInfoBlue a 
{
	background-image:url(arrow_blue.png);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 15px;
}

.webConnectorLinkCaption
{
	font-size:13px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.webConnectorLink
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webConnectorLink2
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.webConnectorLink2 a:hover, .webConnectorLink2 a:visited, .webConnectorLink2 a:active, .webConnectorLink2 a:link {
	font-size: 12px;
}

.tbCaption 
{
	padding: 80px 0 10px 0;
	font-size: 14px;
	font-weight:bold;
}

.tbText 
{
	font-size: 16px;
	height: 25px; 
	line-height: 25px;
}

/** Buttons **/
.btnJoin
{
	display: inline-block;
	color: #fefefe;
	font-size: 14px;
	font-weight:600;
	height: 31px;
	margin: 0;
	float: left;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding: 0 12px 0 12px; 
	line-height: 31px;
	background-color: rgb(121, 186, 1);
	border: 1px solid rgb(121, 186, 1);
	font-family: Arial,Helvetica,sans-serif;
}

.btnDownload
{
	height: 46px;
	margin: 0 auto;
	display: inline-block;
	padding-top: 6px;
}

.btnDownload a:hover, .btnDownload a:visited, .btnDownload a:active, .btnDownload a:link 
{
	color: #fefefe;
	font-size: 18px;
	font-weight:bold;
	background-color:transparent;
	border-style:none;
	height: 46px;
}

.btnDownload input
{
	color: #fefefe;
	font-size: 18px;
	font-weight:bold;
	background-color:transparent;
	border-style:none;
	height: 46px;
	margin: 0;
	float: left;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.btnDownloadLeft 
{
	background-image:url(DownloadButton-left.png);
	background-repeat:no-repeat;
	width:49px;
	padding:0;
}

.btnDownloadMiddle 
{
	background-image:url(DownloadButton-stretch.png);
	background-repeat:repeat-x;
	padding: 0 12px 0 12px;
	line-height: 42px;
	font-size: 18px;
	font-weight:bold;
	border-style:none;
	height: 46px;
	margin: 0;
	float: left;
}

.btnDownloadRight
{
	background-image:url(DownloadButton-right.png);
	background-repeat:no-repeat;
	width:2px;
	padding:0;
}


.btnDownload2 a:hover, .btnDownload a:visited, .btnDownload a:active, .btnDownload a:link 
{
	color: #fefefe;
	font-size: 18px;
	font-weight:bold;
	background-color:transparent;
	border-style:none;
	height: 46px;
}

.btnDownload2
{
	background:url(download-closed-empty.png) no-repeat;
	color: #fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.2px;
	border-style:none;
	height: 80px;
	width: 271px;
	margin: 0;
	text-align:left;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.btnDownload2 input
{
	background:url(downloadButtonInvisible.png) no-repeat;
	border-style:none;
	position: absolute;
	top:0;
	left:0;
	height: 80px;
	width: 271px;
	margin: 0;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.download-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 172px;
	height: 46px;
	padding: 20px 29px 16px 70px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.2px;
}

.btnBlue
{
	 height: 31px;
}

.btnBlue input
{
	color: #fefefe;
	font-size: 14px;
	font-weight:bold;
	background-color:transparent;
	border-style:none;
	height: 31px;
	margin: 0;
	float: left;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.btnBlueLeft 
{
	background-image:url(Button-blue-left.png);
	background-repeat:no-repeat;
	width:2px;
	padding: 0;
}

.btnBlueMiddle 
{
	background-image:url(Button-blue-stretch.png);
	background-repeat:repeat-x;
	padding: 0 12px 0 12px;
	line-height: 31px;
}

.btnBlueRight
{
	background-image:url(Button-blue-right.png);
	background-repeat:no-repeat;
	width:2px;
	padding: 0;
}

/** Captions **/

.instructionsCaption
{
	font-size: 20px;
	padding-bottom: 50px;
}

.shutdownCaption
{
	color: #0564c8;
	font-size: 16px;
	font-weight:bold;
}

.shutdownCaption2
{
	color: #168ef4;
	font-size: 20px;
	font-weight:bold;
}

.shutdownCaptionDark
{
	font-size: 16px;
	font-weight:bold;
}

.shutdownColumnRight
{
	margin-left:380px;
}

.textColumnMessage
{
	padding-top: 110px;
	width:90%;
	margin-left:5%;
	text-align: left;
	padding-bottom: 50px;
}

.shutdownColumnLeft
{
	margin: 0 80px 0 50px;
	float:left;
	width:260px;
	height:405px;
	text-align:center;
}

.textColumnLeft
{
	float:left;
	width:260px;
}

.boldText 
{
	font-size: 14px;
	font-weight:bold;
}

.advantagesList
{
	list-style-image:url(arrow_black.png);
	list-style-position:inside;
	width:800px;
}

.advantagesList li {
	padding-top:10px;
}

.advantagesList2 
{
	padding:0;
	margin:10px 0 30px 0;
	list-style-type:none;
}
		
.advantagesList2 li 
{
	background: url(arrow_small.png) no-repeat 0 5px;
	font-size: 12px;
	display:block;
	padding:0 0 0 20px;
	line-height:22px;
	list-style:none;
}

.error 
{
	color: #cd0000;
	font-weight: bold;
}

.errorBox 
{
	color: #232323;
	font-size: 14px;
	border: 2px solid #cd0000;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
	border: 0;
	padding: 0;
}

input[type=submit] { /*Remove rounded button corners in safari*/
  -webkit-appearance: none;
}

/* drop down menue style */
.select
{
	position: absolute;
	width: 148px; /* With the padding included, the width is 180 pixels: the actual width of the image. */
	height: 30px;
	line-height: 30px;
	padding: 0 24px 0 8px;
	color: #fefefe;
	background-image:url(countrySelector.png);
	background-repeat:no-repeat;
	overflow: hidden;
	font-weight: bold;
}

#dnThankYou
{
	padding-top:30px;
	font-size:12px;
}

#dnCaption
{
	padding-top:20px;
}

#dnAdvantages
{
	margin-top:20px;
}

#dnDownloadButton
{
	position:absolute; 
	top:280px;
}

#dnLinks
{
	margin-top:10px;
}

#tnLinks
{
	width:271px;
	padding:0;
	margin:0
}

#dmThankYou
{
	margin-top:50px;
	font-size:18px;
}

#dmCaption
{
	padding-top:20px;
}

#dmDiscover
{
	margin-top:20px;
	font-size:18px;
}

#dmLinks
{
	margin-top:20px;
}

#tmLinks
{
	width:350px;
	padding:0;
	margin:0
}

#dmNewsletter
{
	position:absolute; 
	top:250px;
}

#dmConfirmation
{
	padding-top:20px;
}

.linkIcon {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin: 0 2px;
}

.footerMenu {
	width: 69%;
	float:left;
}

.footerLanguage {
	text-align:right;
	padding-top: 15px;
	width: 29%;
	float:right;
}

.errorCaption
{
	font-size: 14px;
}

#tJoinUsing {
	display:none;
}

/*** screen 1000px  ................................................................................................... ***/

@media only screen and (max-width: 1000px) {
	.shutdownColumnRight
	{
		margin-left:120px;
		width: 70%;
	}
}

/*** screen 920px  ................................................................................................... ***/

@media only screen and (max-width: 920px) {
	html
	{
		width: 100%;
	}

	.tvLogo
	{ 
		height:auto;
		width: 195px;
	}

	.backgroundTop
	{
		min-width: 98%;
		width:100%;
	}

	.inner {
		width: 98%;
	}

	.backgroundWorldMap
	{ 
		background-color: #DFF2FF;
	}

	.backgroundWorldMapWoman
	{
		background-color: #DFF2FF; 
		width:100%;
		height:405px;
	}

	.mainBox
	{
		width:98%; 
		margin-left:auto; 
		margin-right:auto;
	}

	.footer {
		padding:0 1%;
		width: 98%;
	}
}

/*** screen 720px  ................................................................................................... ***/

@media only screen and (max-width: 720px) {
	
	h5 
	{
		padding: 20px 0 20px 0;
		font-size: 22px;
	}

	.backgroundWorldMap
	{ 
		background-image:none;
		height: auto;
	}

	.backgroundWorldMapWoman
	{
		background-image: none;
		width:100%;
		height:auto;
	}

	.mainBoxInner
	{
		height:auto;
	}

	.meetingHeader
	{
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		margin-left:3.5%;
		padding-top: 20px;
		font-size:18px;
		width:68%;
		float:none;
		text-align:left;
	}

	.sessionControls
	{
		float: none;
		margin-bottom: 0;
		text-align:left;
		width: 93%;
		margin-left:3.5%;
	}

	.footerLanguage form p span {
		display:none;
	}

	.textColumnMessage
	{
		padding-top: 50px;
	}

	.shutdownColumnRight
	{
		padding-bottom: 30px;
		margin-left:30px;
		width: 90%;
	}

	.btnDownload2 a:hover, .btnDownload a:visited, .btnDownload a:active, .btnDownload a:link 
	{
		font-size: 14px;
		height: 30px;
	}

	.btnDownload2
	{
		background-size: 100% auto;
		font-size: 16px;
		height: 60px;
		width: 200px;
	}

	.btnDownload2 input
	{
		background-size: 100% auto;
		height: 60px;
		width: 200px;
	}

	.download-text {
		width: 144px;
		height: 30px;
		padding: 10px 10px 10px 60px !important;
		font-size: 16px !important;
	}

	.tbCaption {
		padding-top:40px;
	}
}

/*** screen 440px  ................................................................................................... ***/

@media only screen and (max-width: 440px) {
	
	h5 
	{
		padding: 20px 0 20px 0;
		font-size: 18px;
	}

	.tvLogo
	{ 
		height:auto;
		width: 180px;
	}

	.mainBoxInner
	{
		left:0;
		width:100%;
	}

	.meetingHeader {
		width:93%;
		margin-left:3.5%;
	}

	.backgroundWorldMap
	{ 
		background-image: none; 
		background-color: #DFF2FF; 
	}

	.backgroundWorldMapWoman
	{ 
		background-image: none; 
		background-color: #DFF2FF; 
	}

	.footerMenu {
		width: 100%;
		float:left;
		text-align:center;
	}

	.footerLanguage {
		width: 100%;
		text-align:center;
		padding-top: 10px;
		float:left;
	}

	.instructionsCaption
	{
		color: #464646;
		font-size: 18px;
		padding: 20px 0;
	}

	.textColumnMessage
	{
		padding-top: 10px;
	}

	.errorCaption
	{
		font-size: 12px;
		padding-top: 20px;
	}

	.shutdownColumnRight
	{
		padding-bottom: 20px;
		margin-left:10px;
		width: 90%;
	}

}

.download-text {
	font-size: 18px;
	padding-top: 16px;
}
#dnDownloadButton {
	position: relative;
	top: 0;
}
* html .btnDownload2 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../styles/download-closed-empty.png', sizingMethod='image');
}