* {
	margin:0;
	padding:0;
}
img {
	border: 0px;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12.8px;
	background: #98dcf8 url(../img/clouds-bg.png) repeat-x scroll 0 0;
	margin: 40px;
}

h1 {
	margin-bottom: 60px;
	color: #777;
	font-size: 25.6px;
}

a:hover {
	text-decoration:underline;
}
a {
	color:#2276BB;
	text-decoration:none;
}

h1 a {
	font-family: Arial, sans-serif;
	font-size: 24pt; 
	font-color: #777777;
}

h1 a:hover {
	text-decoration:none;
}

h2, h3, h4 {
	margin: 10px 0 5px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

#content {
	margin: auto;
	padding: 10px;
	width: 1000px;
}

#footer {
	text-align: center;
	border-top: 1px solid #696969;
	padding: 10px;
}

.box {
	padding: 15px;
	margin-bottom: 15px;
	background-color: white;
}

#chart-container {
	float: left;
	width: 700px;
	height: 400px;
}
h3#chart-header {
	margin-top: -5px;
}
.errorlist li {
	color: red;
}

textarea {
	width: 350px;
	height: 80px;
}

ul#legend {
	list-style: none;
	float: left;
}
div.color {
	float: left;
	width: 15px;
	height: 15px; 
}
span.legend-item {
	padding-left: 5px;
}
span.name, span.referral {
	font-size: 12.8px;
}
table#entries input {
	width: 54px;
}
#snippet {
	width: 320px;
	font-size: 12px;
	background-color: #eee;
	display: none;
}
.error, #error {
	color: #f00;
	padding: 5px 0;
}

#change_field li a, h4 {
	border-bottom: 1px solid #CCCCCC;
	font-size: 13.2px;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 4px;
}
#change_field li a.on {
	border: none;
	color: #fff;
	background: #696969;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
tr.heading {
	background: #e5e5e5;
	height: 27px;
	font-size: 12.8px;
}
div.share {
	padding-top: 20px;
	font-size: 10pt;
}
div.share ul {
	list-style: none;
}
div.shareurl {
	font-size: 8pt;
}
div.newsletter {
	padding-top: 10px;
}
.year-select {
	list-style-type: none;
	display: inline;
}
.year-select li {
	display: none;
}
.year-select li.current {
	display: inline;
}
.year-selector {
	cursor: pointer;
}
#auth-panel {
	float: right;
}

div.container {
	margin: auto;
	width: 1000px;
}

.left, .main {
	height: 460px;
	float: left; 
}
div.left {
	width: 200px;
	margin-right: 20px;

}
div.main {
	width: 720px;
}

#chart-container-public {
    float: left;
    width: 500px;
    height: 300px;
}

/* login page */

div#twitter, div#facebook, div#openid, div#yahoo, div#google { float: left; margin: 8px; }