﻿body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	background: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
select {
	margin-right: 7px;
}
ul, .hints {
	padding-left: 32px;
}
.wrapper {
	width: 600px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	position:relative;
	background-image: url('images/ies_vline1.png');
	background-repeat: repeat-y;
	background-position: left top;
}
.content {
	padding: 20px 20px 60px;
	height:100%;
}
.header {
	width: 609px;
	height: 125px;
	background-image: url('images/ies_bg_ct.png');
}
.header img{
	position:relative;
	left:-439px;
}
.footer {
	width: 100%;
	height: 60px;
	background-image: url('images/ies_vgrad1x60.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	position:absolute;
	bottom:0;
}
.footer span{
	position: relative;
	top: 20px;
}
.footer, .footer a:link, .footer a:visited {
}
.menu {
	height: 24px;
	background-image: url('images/ies_maintable3d_bg.png');
	background-repeat:repeat-x;
	background-position: calc(100% + 1px) 0;
	position:relative;
	display: inline-table;
	white-space:nowrap;
	width: 100%;
	/*table-layout: fixed;
	text-align: center;*/
}
.menuitem {
	background-image: url('images/ies_maintable3d_delim.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 1px 24px;
	/*padding: 0 30px;*/
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	transition: 0.3s;
	text-align: center;
	text-shadow: 1px 1px 2px black, 0 0 3px rgba(255,255,222,0.4);
	padding-bottom: 2px;
}
.menuitem:hover {
	background-color: rgba(255,255,222,0.2);
}
.menuitemFirst {
	width: 0px;
	display: inline-block;
	/*display: inline-block;*/
}
.menuitemLast {
	width: 63px;
	display: table-cell;
	/*display: inline-block;*/
}
.menuitemFirst img, .menuitemLast img {
	vertical-align: top;
}
.menuitem2{
	display: table-cell;	
}
.menuitem2 img {
	vertical-align: top;
}
.menuimgr{
	position:absolute;
	right:0;
}
.menuimgl{
	position:absolute;
	left:0;
}
.menuitem a:link,
.menuitem a:visited{
	top: -2px;
	position: relative;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	/*color: #FFFFdd;*/
	text-decoration: none;
}
.imgblank {
	visibility: hidden;
	height: 123px;
	width: 1px;
}
.downWarn { color: #C0C0C0;}
.bs { font-weight: bold;}
.italic { font-style: italic;}

.footer {	cursor: default;}
/* download section */
.InstallInfo { font-weight: bold;}
.InstallWarn { font-weight: bold;}/* color:#FFFF99}*/
.installCap  { font-size: 14pt;}
.icon16      { border:0; width:16px; height:16px; vertical-align: middle;}
.icon32      { border:0; width:32px; height:32px; vertical-align: middle;}
.hints       { text-align: justify; color:#C0C0C0; background-color:#101010; padding-right:20px; padding-top:3px; padding-bottom:2em; margin-bottom: 30px;}
.lh15        { line-height: 150%;}
.installopts { border: 0 solid red; padding: 2px 1px 1px; border-width: 0;}
.button {
	color: #bbb;
	background-color: #000000;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(15,15,15)),
	    color-stop(0.76, rgb(77,77,77)),
	    color-stop(1, rgb(240,240,240))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(15,15,15) 15%,
	    rgb(77,77,77) 76%,
	    rgb(240,240,240) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#000000');
	border-radius: 5px;
	border: 1px solid #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 7px;
	margin-right: 0.5em;
	cursor: pointer;
}
.button:hover {
	border: 1px solid #777;
	color: #fff;
	background-color: #000000;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.15, rgb(15,15,15)),
	    color-stop(0.76, rgb(97,97,97)),
	    color-stop(1, rgb(240,240,240))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(15,15,15) 15%,
	    rgb(97,97,97) 76%,
	    rgb(240,240,240) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
}
