body{
	/*background: #3d94cc url(mideast_bg3.png) no-repeat bottom center;*/
	background-color: #fcf0fd;
	padding: 10px 0 0 10px;
	margin: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
h1.country{
	display: inline;
	color: white;
	position: relative;
	bottom: 7px;
	right: 10px;
	font-weight: normal;
}

a {
	color: #D06FFD;
}
/*.title{
	border: 1px solid #e5e5e5;
	margin: 10px;
	padding: 10px;
	width: 160px;
	height: 130px;
	font-size: 12px;
	float: left;
	list-style: none;
	background-color: #b5e0ff;
	opacity: 0.8;
}*/
.title{
	border: 1px solid #e5e5e5;
	background-color: #fd6fd7;
	margin: 0 10px 10px 10px;
	width: 695px;
	/*height: 35px;*/
	list-style: none;
	opacity: 0.8;	
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;	
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

img.profile_img{
	float: right;
	border-style: none;
	width: 48px;
	height: 48px;
}
.profileImageUrl {
	text-decoration: none;
	float: right;
}
.username {
	margin-right: -45px;
	position: relative;
	bottom: 15px;
	text-decoration: none;
	font-weight: bold;
	color: white !important;
}

.tweetText {
	float: left;
	width: 500px;
	margin: 0 0 0 5px;
	color: white;
}

.tweetText A { 
	color: red;
}
#footer{
	position: fixed; bottom: 0; width: 100%; clear: both; margin: 0 10px; padding: 5px 0; color: #fd6fd7; background-color: #FCF0FD;
}
#footer a:link, 
#footer a:visited{
	color: #d06ffd;
}
#ContentArea{
	margin: 10px 0 0 0; padding: 0;	float: left; width: 720px;
}
ul#tabCon{
	list-style: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
}
ul#tabCon li{
	display: inline;
	font-size: 14px;
	color: white;
	text-decoration: underline;
	margin: 0 5px;
}
ul#tabCon li:hover{
	text-decoration: none;
	cursor: pointer;
	color: #3d94cc;
	background-color: white;
}
ul#tabCon li.no_click{
	text-decoration: none;
}
#welcome{
	color: #fd6fd7;
	font-size: 12px;
	padding: 0 10px 10px 10px;
	width: 800px;
}
#country{
	font-weight: bold;
	font-size: 14px;
}
#logo{
	padding: 0 0 0 5px;
}
#ads{
	margin-top: 10px;
	float: left;
}
#other_topics_dropdown{
	position: absolute;
	right: 5px;
	top: 3px;
}
#other_topics_dropdown select{
	width: 150px;
}
a.rt_this{
	float: left;
}
div.tweet{
	height: 50px;
	margin: 10px 10px 5px 10px;
}
.tweet_info{
	background-color: white;
	height:  16px;
	display: block;
	padding: 0 10px;
	font-size: 11px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-top: 1px solid #e5e5e5;
}
.tweet_info a:link, .tweet_info a:visited{
	text-decoration: none;
}
.posted_at{
	float: left;
}
#pictures{
	width: 90px;
	float: left;
	margin-top: 10px;
}
#pictures a:link img, #pictures a:visited img, #pictures a img{
	text-decoration: none;
	border: none;
}
#pictures img{
	margin-bottom: 5px;
}