* { margin: 0; padding: 0;}

body {
	margin:0;
	padding:0;
	font-family: verdana;
	font-size: 11px;
	color: #333;
	background: #f1f1f1;
}

#header { 
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	background:#000;
	opacity: 0.9;	
	margin:0;
	padding:0;
}

#header h1 { 
	margin:0px;
	padding:10px;
}

#header h1 a {
	text-decoration:none; 
	color:white; 
	font-weight:normal;
	font-size: 18px;
}

#footer {
	position:fixed; 
	bottom: 0;
	left: 0;
	opacity: 0.9;
	width:100%;
	background:#ccc;
	padding: 5px;
}

#footer a { 
	color:black; 
}

#results {
	top: 0;
	left: 0;
	float: left;
	margin-top: 45px;
	padding:3px;
  	word-wrap: break-word; /* IE */
    min-width:390px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.highlight { 
	background-color:#ffc;
	display:block;
	padding:3px;
	margin-bottom:5px;
}

#attention {
	background:#d9d9a9;
	padding:3px;
	margin-bottom:5px;
	display:block;
}

.button {
	color:#fff;
	margin: 0px;
	outline: 0;
	font-weight: normal;
	vertical-align: baseline;
	font-size: 11px;
	line-height: 18px;
	font-family: verdana;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 0;
}

a.button:hover {
	text-decoration:none;
}

td.avatar { 
	padding-right: 3px; 
	width:48px;
}

a {
	color: #24c;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

.header {
	margin-bottom: 5px;
}

.header a {
	color: white;
	font-weight: normal;
	font-size: 18px;
}

.row1 {
	background:#fff;
}

img { 
	border: 0; 
}

table.tweeple .username, table.lightbulb .username {
	font-weight:bold;
}

table.tweeple td {
	vertical-align:top;
}

table.tweeple .avatar img {
	width:48px;
	height:48px;
	border:0;
}
		
table.tweeple .bio a, table.tweeple .tweet a {
	text-decoration:none;
}

.where, .where a {
	color: #999 !important;
	font-style:italic;
}

table .tweeple .tweet a { 
	font-weight:normal;
}

table, tr, td {
	margin:0;
	padding:0; 
	border-collapse:collapse;
	border-spacing:0;
}

td { 
	padding-top:5px;
	padding-bottom: 5px; 
}

td.first {
	padding-top:0 !important;
}

table {
	width:100%;
	margin-bottom:20px;
}
