@charset "utf-8";
/* CSS Document */

	
body {
	margin: 0px;
	
	background-image: url(images/backgroundimg.png);
	background-repeat: repeat-x;
	
	background-color: #dcdcdc;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#header {
	height: 192px;
	width: 980px;
	
	overflow: hidden;
}

#search {
	width: 376px;
	height: 137px;
	
	background-image: url(images/searchbgimg.png);
	
	padding-top: 70px;
}

#footer {
	width: 100%;	
	height: 78px;
	
	padding-top: 20px;
	background-image: url(images/footerbackground.png);
}

img {
	border: 0px;
}

#inpSearch {
	border: 3px solid #888;
	background-color: #eee;
	
	width: 240px;
	height: 25px;	
	
	margin-bottom: 10px;
	
	text-align: center;
	/*font-weight: bold;*/
	font-size: 20px;
	color: #333;
}

#queryloading {
	width: 400px;
	height: 256px;
	
	background-image: url(images/loading.png);
}

.tweetpane {
	width: 600px;
	height: 660px;
	
	background-image: url(flatpanebg.jpg);
	
	padding-top: 45px;
	padding-left: 38px;
	padding-right: 40px;
	
	text-align: left;
}

h2 {
	margin: 0px;
	
	background-color: #ccc;
	border-top: 1px solid #fff;
}

h3 {
	margin: 0px;
	padding-bottom: 2px;
	
	color:#380;
	
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}

.tweetSingle {
	height: 50px;
	margin-bottom: 5px;
}

.twAvatar {
	width: 48px;
	height: 48px;
	
	background-color: #000;
	float: left;
	
	margin-right: 8px;
	overflow: hidden;
}

.twColumn {
	width: 300px;
	
	float: left;
	overflow: hidden;
}

.clearboth {
	clear: both;
}

.small {
	font-size: 9px;
}

.twText {
	font-size: 10px;
	color: #666666;
	
	font-style: italic;
}

a {
	color:#08E;
}

a:hover {
	text-decoration: none;
}

.twAvatar a {
	display: block;
	width: 100%;
	height: 100%;
}

.twImage {
	cursor: pointer;
}

.twWindow {
	position: absolute;
	
	width: 360px;
	overflow: hidden;
	
	display: none;
}

.twWindow-top {
	height: 59px;
	background-image: url(images/twProfile_01.png);
}

.twWindow-mid {
	background-image: url(images/twProfile_03.png);
}

.twWindow-content {
	background-image: url(images/twProfile_02.png);
	background-repeat: no-repeat;
	
	min-height: 205px;
}

.twWindow-actualcontent {
	padding-right: 40px;
	padding-left: 65px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.twWindow-low {
	background-image: url(images/twProfile_05.png);
	height: 66px;
	
	padding-right: 60px;
}

.twWindow img.tweeter {
	margin-right: 10px;
	margin-bottom: 10px;
	
	border: 3px solid #eee;
}

.statTweet-mid {
	background-image: url(images/tweetStatus_02.png);
	
	padding: 55px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

.statTweet-low {
	background-image: url(images/tweetStatus_04.png);
	height: 42px;
}

.tweeterDesc {
	font-style: italic;
	
	margin: 5px;
	padding: 5px;
	
	background-color: #d9d9d9;
	border: 1px solid #999;
}

.twWindowClose {
	width: 100%;
	text-align: right;
	
	position: relative;
	top: 2px;
}

.topSearchContainer {
	width: 752px;
	text-align: center;
}

.topSearchPane {
	width: 276px;
	height: 320px;
	
	padding: 50px;
	
	float: left;
	text-align: left;
	
	background-image: url(/images/panebg.png);
}
