/*
    This file is part of Energy@Home.
	Copyright (C) 2009 Danny Tsang

    Energy@Home is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Energy@Home is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Energy@Home.  If not, see <http://www.gnu.org/licenses/>.
*/

body {
	background-color: #000000;
	color: #545454;
	
}

h1 {
	color: #FFFFFF;
	text-align: center;
}

h1 span.title {
	text-decoration:overline;
	margin: 10px;
}

h1 span.author {
	font-size: 0.5em;
	text-decoration: none;
}

a:link {
	color: #75E5FF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FFFFFF;
}

a:visited {
	color: #545454;
}

div#placeholder {
	width: 95%;
	/*height: 590px;*/
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

div#tabs {
	font-size: 12px;
}

span#clickdata {
	color: #FFFFFF;
}

span#clickoverlay {
	color: #FFFFFF;
}

input.button {
	width: 100px;
	float: right;
}
}
