/* 
	Copyright 2006 Tim Soderstrom
	
	This file is part of StatsDawg, a monitoring suite for Linux systems.
	This program 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 2 of the License, or
	any later version.
	
	This program 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.
*/

h1,h2{
	text-align: center;
}

hr{
	height: 1px;
	border: 0;
	noshade;
	background: #aaaaaa;
}

img{
	border: 0px;
}

pre{
	margin-top: 0px;
	vertical-align: top;
	font-size: 100%;
}

body{
	background-color: #dddddd;
}

.subTitle{
	text-align: center;
	font-style: italic;
}

.frame{
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px solid #777777;
	background-color: #ffffff;
	text-align: center;
}

.stats{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.newsFrame{
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
}

.statsFrame{
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	border: 1px solid black;
}

.graphFrame{
	text-align: center;
}

.graphNavBar{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.helpFrame{
	text-align: center;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.aboutFrame{
	text-align: center;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

table.helpTOC{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

td.helpTOC{
	vertical-align: top;
	width: 60%;
}

.footer{
	font-size: 75%;
	text-align: center;
}
