/*	Default
/*******************************************/

html
{
	margin: 50px;
	font: 62.5% "Trebuchet MS" , sans-serif;
	background: #000 url("../img/greenenergy2.jpg") no-repeat;
	background-position: 0 -50px;
	min-width: 1100px;
}
#Container
{
	margin-top: 150px;
}
#tabs
{
	font-size: 14px;
}

/*	Top Banner
/*******************************************/
#banner
{
	color: white;
	margin-left: 175px;
}
#banner p
{
	float:right;
	margin-right: 50px;
	margin-top:-75px;
	font-size: 14px;
}

/*	Flot
/*******************************************/
#overview, #overviewHome, #placeholder, #placeholderHome
{
	width: 1000px;
	height: 50px;
	float: left;
	margin-bottom: 10px;
	border: 2px inset Black;
	padding: 2px;
	background: #EEE;
}

#placeholder, #placeholderHome
{
	height: 300px;
}

#placeholder, #placeholderHome, #SensorsHome, #devices
{
	clear:both;
}


/*	Tabs
/*******************************************/
#Home, #About, #Meter, #Sensors, #Schedule, #Preferences, #Hardware
{
	padding-bottom:40px;
	margin: 10px;
	font-size: 13px;
}
#Schedule
{
	padding-bottom:170px;
}
#Schedule_Container
{
	float:right;
	margin: 10px;
}
#team
{
	float:left;
	margin-right: 100px;
}
#tabs p
{
	width:700px;
}

/*	Slider
/*******************************************/

#slider-select, slider-range
{
	margin: 15px;
	float: left;
}
#slider-range
{
	width: 600px;
}
#SlideMax
{
	color:Orange;
}

/*	Style
/*******************************************/
label
{
	display: block;
}
input.text
{
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}
.ui-button
{
	padding: 3px;
}
#tooltip
{
	color:Black;
}
strong
{
	font-weight:bolder;
}
