/*
 	Googlyzer v1.0
	Contact: Bill Edgar (bill.edgar@oaktondata.com)
	http://www.oaktondata.com/googlyzer
	
	Copyright (c) 2011, Oakton Data LLC
	All rights reserved.

	Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
	    
	    * Redistributions of source code must retain the above copyright
	      notice, this list of conditions and the following disclaimer.
	    * Redistributions in binary form must reproduce the above copyright
	      notice, this list of conditions and the following disclaimer in the
	      documentation and/or other materials provided with the distribution.
	    * Neither the name of the Oakton Data LLC nor the
	      names of its contributors may be used to endorse or promote products
	      derived from this software without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
	DISCLAIMED. IN NO EVENT SHALL Oakton Data LLC BE LIABLE FOR ANY
	DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
	ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
	
	This is the Googlyzer CSS theme.
	
 */

p {
	font-family: "Trebuchet MS", Helvetica, sans-serif; !important
}
p.header {
	font-family: "Trebuchet MS", Helvetica, sans-serif; !important
	font-weight: bold;
	font-size: 14px;
}
ul {
	list-style-type:disc;
	padding: 0px 0px 0px 30px;
}
button.ga {
	font-family: "Trebuchet MS", Helvetica, sans-serif; !important
	font-size: 10px;
	height: 28px;
	width: 150px;
}
img.aligncenter {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
input.aligncenter {
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
table.center td {
	margin: 0px 2px 0px 2px;
}
table.center th {
	font-size: 12px;
	margin: 3px 0px 3px 0px;
}
table.doc {
	float: left;
	padding: 0px 0px 0px 0px;
}
table.doc tr {
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.doc td {
	float: left;
	vertical-align: top;
	margin: 8px 8px 8px 8px;
}
table.doc th {
	font-size: 12px;
}
table.form-table {
	font-family: "Trebuchet MS", Helvetica, sans-serif; !important
}
table.form-table th {
	vertical-align: middle;
	font-weight: bold;
}
.chart {
	text-align: left;
	padding: 0px 5px 0px 5px;
}
.date_span {
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.list-lft {
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.list-ctr {
	text-align: center;
	padding: 0px 0px 0px 0px;
}
div {
	font-family: "Trebuchet MS", Helvetica, sans-serif; !important
}
div.account {
	float: left;
	text-align: left;
}
div.about {
	width: 550px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background: #F0F0F0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
div.date_span {
	width: 1042px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000;
	vertical-align: center;
	border: 1px solid #000;
	background: #F0F0F0;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow:3px 3px 4px #555;
	-webkit-box-shadow:3px 3px 4px #555;
	box-shadow:3px 3px 4px #555;
}
div.donate {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background: #F0F0F0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
div.donate h3 {
	text-align: center;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
div.instructions {
	width: 380px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background: #F0F0F0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
div.linechart {
	width: 250px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #000;
	background: #F0F0F0;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow:3px 3px 4px #555;
	-webkit-box-shadow:3px 3px 4px #555;
	box-shadow:3px 3px 4px #555;
}
div.listbox {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 3px 0px 3px;
	width: 508px;
	height: 180px;
	border: 1px solid #000;
	background: #F0F0F0;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow:3px 3px 4px #555;
	-webkit-box-shadow:3px 3px 4px #555;
	box-shadow:3px 3px 4px #555;
}
div.mainchart {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 514px;
	height: 180px;
	text-align: center;
	border: 1px solid #000;
	background: #F0F0F0;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow:3px 3px 4px #555;
	-webkit-box-shadow:3px 3px 4px #555;
	box-shadow:3px 3px 4px #555;
}
div.options_form {
	width: 380px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background: #F0F0F0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
div.piechart {
	width: 250px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #000;
	background: #F0F0F0;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow:3px 3px 4px #555;
	-webkit-box-shadow:3px 3px 4px #555;
	box-shadow:3px 3px 4px #555;
}
div.security {
	width: 550px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background: #F0F0F0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
div.setup {
	width: 550px;
	height: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #000;
	background: #F0F0F0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
