﻿html 
{
	height: 100%;
}
body 
{
	margin:0;
	padding:0;
	height: 100%;
	font-family: Gill Sans MT;
}
a img
{ border-style:none;	}


#input
{
    width: 280px;
}

#container 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	/*background-image: url(../images/WindBackground.png);
	background-repeat: no-repeat;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

img#bg
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#innerContainer
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.roundedTop
{
	margin-top: 50px;
	background-color: #c6c6c6;
	font-weight: bold;
	line-height: .9;
	padding: 20px;
}

.logo
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 6em;
}

.subtitle
{
	margin: 0;
	padding: 0;
	color: #0ca1de;
	font-size: 1.5em;
}

#mainContent
{
	background-color: #009ee0;
	padding: 0;
	background-image: url(../images/WindTurbineAlpha.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 300px;
	border-top: 6px solid #ffffff;	
	border-bottom: 6px solid #ffffff;	
}

.roundedBottom
{	
	background-color: #25b728;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}

.roundedBottom a
{
	color: #ffffff;	
}

.roundedBottom .footerText
{
	text-align: center;
}

/** Panel Forms */
.panelForm 
{
	padding-top: 20px;
	padding-bottom: 10px;
}
.panelHeader
{
	background-color: #71d7ff;
	color: White;
	padding: 5px;
	padding-left: 20px;
	width: 400px;
	font-weight: bold;
	font-size: 1.2em;
	border: 0;
}
.panelContent
{
	margin-left: 20px;
	padding: 2px;
}

.panelContent label
{
	color: #ffffff;
	font-weight:bold;
}

.panelContent a:link
{	
	color: #ffffff;	
	text-decoration:none;
}
.panelContent a:visited
{	
	color: #ffffff;	
	text-decoration:none;
}
.panelContent a:hover
{	
	text-decoration:underline;
}

#coordinateFormat
{
	color:#ffffff;	
}

.ValidatorMessage
{
	position: relative;
	width: 100%;
	height: 100%;
}
.ValidationOuter
{
	position: absolute;
	background-color: #c6c6c6;
	padding-left: 3px;
	filter: alpha(opacity=70);
    opacity: .7;
	width: 400px;
	height: 100%;
	color: red;
}

.ValidationInner
{
	position: relative;
	color: #fff;
	padding-left: 10px;
}