body,html{margin:0;padding:0}
body{
	background:#FFF url('../images/background.png') top left repeat-x;
	background-attachment:fixed;
	font-family: Tahoma,sans-serif;
	
}

img{ border:0;}

a{text-decoration:none;cursor:pointer;}
a:hover{text-decoration:underline;}

.clear{	clear:both; }

#content{
	text-align:center;
	padding-left: 20%;
	*padding-left:0;
	margin-top:45px;
	margin-bottom:45px;
	
}
#map{

	display:block;
	width:800px;
	height:400px;
	border:1px #FF0000 solid;
}

#share{
	display:block;
	width:794px;
	height:40px;
	padding:3px;
	margin-bottom:1px;
	border:1px #cccc66 solid;
	background:#FFFF99;
}

#results-container{
	margin-top:10px;
	width:800px;
}

.results{
	border:1px #0000FF solid;
	background:#FFF;
	text-align:left;
}
.result{
	display:block;
	width:770px;
	padding:3px;
	margin: 1px 0 1px 10px;
	border:1px #CFCFCF dotted;
	text-align:left;
}

.result img{
	padding:1px;
	border:1px #cccc66 dotted;
}

.results .odd{
	background:#ccFFFF;
}

.result table{
	border:0;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

.result a.user_link{
	font-size:10pt;
	color:#3366ff;
	font-weight:bold;
}


.result table .info{
	padding:0;
	margin:0;
	border:1px #cccc66 solid;
	background:#FFFF99;
	font-size:10pt;
	color:#999;
}
.result table .info tr td{ width:200px;}	

.result table .info tr td strong{
	color:#003399;
}

.result .tweet{
	padding:1px 3px 1px 3px;
	margin-left:15px;
	width:600px;
	color:#666;
	font-size:12pt;
}

#tweet_events{ border:1px #00cc33 solid; }
#twitter_tweets{ border:1px #6699ff solid; }

#results-container .label{
	width:100%;
	height:20px;
	color:#FFF;
	text-align:left;
	font-size:10pt;
	cursor:pointer;
}
#results-container .label strong{
	margin-left:20px;
}

.green{ background: url('../images/results-label-green.png') top left no-repeat; }
.blue{ background: url('../images/results-label-blue.png') top left no-repeat; }

#disclaimer{
	margin:25px;
	margin-top:75px;
}

#bottom{
	width:100%;
	text-align:center;
	margin-top:10px;
	bottom:0;
	font-size:10pt;
}

#top-nav{
	text-align:left;
	margin-bottom:2px;
	font-size:10pt;
	color:#FFF;
}

#top-nav a{ text-decoration:none; font-weight:bold; }
