
body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
table	{
	font-size: 12px;
	margin: 0 auto;
	margin-top: 5px;
	}

.container	{
	position: relative;
	width: 800px;
	border: 0;
	margin: 10px auto;
	}

.container2	{
	position: relative;
	width: 900px;
	border: 0;
	margin: 10px auto;
	}

.debug	{
	position: absolute;
	top: 0; left: 0;
	margin-bottom:10px;
	border:1px solid black;
	background:#EEE;
	width:400px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 2;
	text-align: left;
	padding: 10px;}

.form	{
	margin: 10px 0 20px 0;
	background-color: #EEE;
	border:1px solid #AAA;
	line-height: 20px;}

input.button	{
	background-color: #000;
	color: #FFF;
	border: 1px solid black;
	font-size: 15px;
	font-family: Calibri, Arial;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;}

input.button2	{
	background-color: #FFF;
	color: #000;
	border: 1px solid black;
	font-size: 15px;
	font-family: Calibri, Arial;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;}
	
h2	{
	margin-bottom: 5px;}

.conclusion	{
	font-size: 15px;}
	
.graph_border	{
	font-family: Calibri, Arial, sans-serif;
	position: relative;
	border: 0px solid #EEE;}
	
.graph_container {
	text-align: left;
	position: relative;
	border: 0;
	height: 202px;
	margin: 20px 0 10px 10px; }

	.legend	{
		border: 0;
		float: left;}
	
	.graph	{
		border: 0;
		float: right;
		background: #FFF url('http://www.whatdoestheinternetthink.net/images/bg.gif');
		height: 202px;}
		
	.bar	{
		position: relative;
		color: #000;  
		font-size: 13px; 
		height: 62px;
		margin-bottom: 5px;
		opacity: 0.8;
      	-moz-opacity: 0.8;
		filter: alpha(opacity=80);}	
		
		.bar2	{
			margin: 0 3px 0 0;
			position: relative;
			float: left;
			height: 140px;
			color: #000;  
			font-size: 11px;
			background: #FFF url('http://www.whatdoestheinternetthink.net/images/100pxbar.png');
			background-repeat:repeat-x;
			background-position:top left;
			}
			
	#green	{background-color:#B0FFB0;
		background: #FFF url('http://www.whatdoestheinternetthink.net/images/pos_bg.gif');}
	#red	{background-color:#FF8080;
		background: #FFF url('http://www.whatdoestheinternetthink.net/images/neg_bg.gif');}
	#yellow	{background-color:#ffd075;
		background: #FFF url('http://www.whatdoestheinternetthink.net/images/amb_bg.gif');}
		
		#label	{
			text-align: center;
			position: absolute;
			height: 35px;
			margin: 5px 0 0 0;
			top: 100px;
			overflow: hidden;
			}
		
		#posresult	{background-color:#B0FFB0;
			background: #51de51;
			position: relative;
			border-top: 1px solid #008000;
			opacity: 0.8;
	      	-moz-opacity: 0.8;
			filter: alpha(opacity=80);}
		#negresult	{background-color:#FF8080;
			background: #ff4545;
			position: relative;
			border-top: 1px solid #FF0000;
			opacity: 0.8;
	      	-moz-opacity: 0.8;
			filter: alpha(opacity=80);}
		#ambresult	{background-color:#ffd075;
			background: #ffc554;
			position: relative;
			border-top: 1px solid #FF8000;
			opacity: 0.8;
	      	-moz-opacity: 0.8;
			filter: alpha(opacity=80);}
	
	.data	{
		position: absolute;
		left: 180px;
		z-index: 1;}
	
	h1	{
		margin: 0;
		font-size: 30px;
		font-weight: bold;
		}

.tweet	{
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: 50px;
	background: #FFF url('http://www.whatdoestheinternetthink.net/images/tweet_bg.gif');
	background-position: 46px top;
	background-repeat: no-repeat;}
	
	.tweet .tweettext	{
		font-family: Arial, sans-serif;
		font-size: 10px;
		position: absolute;
		width: 370px;
		border: 0;
		right: 64px;
		top: 11px;
		}
	
	.tweet img	{
		margin-top: 5px;
		}
		
.disclaimer	{
	margin: 0 auto;
	margin-top: 30px;
	font-family: Verdana;
	font-size: 9px;
	color: #BBB;}
	
	.disclaimer a	{
		color: #BBB;
		}

.loading {
	background: #FFF url('http://www.whatdoestheinternetthink.net/images/calculating.gif');
	position: absolute;
	top:324px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 100;
	width:800px;
	height:330px;
	display: none;}

table .tableheader	{
	background-color: #FFAC00;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	}
	
	.tableheader2	{
	background-color: #000;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	}
	
	.tableheader2 small	{
		text-transform: none;
		letter-spacing: 0;
		font-weight: normal;
		font-size: 9px;
		}
	
	table .left	{
	text-align: left;
	}
	table .right{
	text-align: right;
	}
	
	table h2	{
	font-size: 17px;
	}
