body {
	background-color: white;
	padding: 0;
	margin: 0;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}

html {
	height:100%;
}

iframe { 
	width: 100%;
	height: 100%;
}

a img {
	border: none;
}

#data {
	position: absolute;
	top: 250px;
	left: 218px;
	width: 1300px;
	overflow: auto;
}

#header {
	background-color: white;
	font-size: 24px;
	-moz-box-shadow: 0px 10px 10px #58585a;
	-webkit-box-shadow: 0px 10px 10px #58585a;
	box-shadow: 0px 10px 10px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=180, Color='#58585a')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=180, Color='#58585a');
	width: 100%;
	height: 150px;
}

#content {
	background-color:white;
	margin-left: 218px;
	margin-top: 40px;
	height:800px;
	overflow:auto;
}

#language {
	background-color:white;
	position:absolute;
	top:200px;
	left:15px;
	height:200px;
	width:80px;
}

#image {
	position:absolute;
	top:200px;
	left:1050px;
	height:300px;
	width:300px;
	background-color:white;
	max-width: 300px;
	max-height:300px;
}

#eelogo {
	position:absolute;
	top:560px;
	left:1050px;
	width:200px;
	height:400px;
	background-color:white;
}

#colortemp {
	position:absolute;
	top: 510px;
	left:1050px;
	height:40px;
	width:300px;
	background-color:white;
}

#spectrum {
	position:absolute;
	top:970px;
	left:1050px;
	width:200px;
	height:100px;
	background-color:white;
}

#labeltext {
	position:absolute;
	top:45px;
	left:102px;
	font-size:30px;
}

#size24 {
	font-size: 24px;
}

.grey {
	color: #58585a;
}

.lightgrey {
	color: #87888a;
}

.button {
   background-color: #CCC;
   height: 28px;
   color: #003576;
   font-weight:600;
}

#tabledesign
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 45%;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #69c;
}
#tabledesign th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#tabledesign td
{
	padding: 5px 0px 0px 0px;
	color: #333;
	border-bottom: 1px groove lightgrey;
}
#tabledesign tbody tr:hover td
{
	color: #FFF;
	background: #777;
}
#tabledesign tbody tr
{
	hover:expression(this.onmouseover=new Function("this.style.background='#777';"),this.onmouseout=new Function("this.style.background='#fff';"));
}
#tabledesign tbody td
{
	hover:expression(this.onmouseover=new Function("this.style.color='#fff';"),this.onmouseout=new Function("this.style.color='#333';"));
}
#tabledesign2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin: 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	border: 0px solid #69c;
}
#tabledesign2 th
{
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	color: #039;
	border-bottom: 1px dashed #69c;
}
#tabledesign2 td
{
	padding: 5px 0px 0px 0px;
	color: #333;
}