﻿html, body {
    height: 100%;
    width:100%;
    overflow: hidden;
}
body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
.silverlightHost 
{
	padding: 0;
    margin: 0;
	height: 1200;
	width: 100%;
	
}
.languageList
{
	position:absolute; 
	float:right;
	top: 10px;
	right:100px;
	z-index:10;
}

.itdmLink
{
	position:absolute; 
	float:right;
	top: 16px;
	right:300px;
	z-index:10;	
}

.itdmLink a:link {color: #fff; text-decoration: none;}
.itdmLink a:visited {color: #fff; text-decoration: none;}
.itdmLink a:hover {color: #CD7F32; text-decoration: underline;}
.itdmLink a:active {color: #CD7F32; text-decoration: underline;}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-image:url(Assets/Install/background.png);
	background-color:#e5f2fa;
	border-width:2px;
	border-style:solid;
	border-color:#093772;
	padding:3px;
	width:250px;
}

.emailPopup 
{
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#093772;
	padding:3px;
	width:250px;	
}

.installbuttons
{
	text-align:center;
	margin-left: auto;	
	margin-right: auto;	
	width:330px;
}
.clear
{
	clear: left;	
}