/* FRONTPAGE STYLES */
#twitterSpace {
  height: auto;
  overflow: hidden;
  width: 100%;
}
#twitterHeader {
	display: none;
}
#twitterSpace img.main {
	margin-left: 10px;
	margin-top: 10px;
}
#twitterSpace div.builtByArea {
	color: #666 !important;
	font-size: 11px !important;
	text-align: center;
	margin-bottom: 10px;
}
.tweet {
	/* T R B L */
	padding: 10px 0px 10px 0;
	color: #666;
  font: 11px/18px Arial, Helvetica, sans-serif;
	color: #444;
	border-bottom: 1px dotted #b3b3b5;
	overflow: hidden;
}
.dateText {
	font-size: 11px !important;
	text-align: center;
	color: #999;
}
.tweetPic img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 3px;
}

.widget, .widget_twitterfeed {
  width: 300px;
  margin: 0;
  padding: 0;
}
#toggleLink img {
	float: right;
}
#twitterSpace span#toggleSpace {
	cursor: pointer;
}
.tweetSpace {
	margin: 6px 0;
  padding: 3px 0px 3px 0;
  color: #666;
  font: 11px/18px Arial, Helvetica, sans-serif;
	overflow: auto;
}
#twitterSpace eLink:visited {
	color: #264675;
	font-size: small;
	margin-left: 130px;
}
.viewAll {
	margin: 0;
	color: #666;
  font: 11px/18px Arial, Helvetica, sans-serif;
}


/* TWITTERPAGE STYLES */
#twitterSpace {
	height: auto;
	border: none;
	overflow: auto;
}
#twitterHeader {
	display: none;
}
#twitterSpace img.main {
	margin-left: 10px;
	margin-top: 5px;
	border: none;
	display: none;
}
.builtByArea {
	color: #666 !important;
	font-size: 11px !important;
	text-align: center;
	margin-bottom: 10px;
}
.tweet {
	padding: 0;
	color: #666;
  font: 11px/18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #b3b3b5;
	color: #444;
	margin:0 10px 0 0;
	overflow: auto;
}
.dateText {
	font-size: 10px !important;
	text-align: left;
	color: #999;
	margin: 0;
}
.tweetPic img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 3px;
}
#toggleLink img {
	float: right;
}
#toggleLink {
	display: none;
}
#toggleSpace {
	cursor: pointer;
}

.screenName {
padding: 6px 0;
font-size: 11px;
font-style: italic;
}
/* USER CONTROL PANEL STYLES */
.usernametable {
	margin: 15px 0 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.otheroptionstable {
	margin: 15px 0 0 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.otheroptionstable tr th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	background-color: #efefef;
	text-align: center !important;
}
.usernametable tr th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	background-color: #efefef;
}
.usernametable tr td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.otheroptionstable tr td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.usernametable tr td.twittercheck, .otheroptionstable tr td.twittercheck {
	text-align: center;
	width: 20px;
}
.usernametable tr td.twittername, .usernametable tr th.twittername, .otheroptionstable tr td.twittername, .otheroptionstable tr th.twittername {
	text-align:left;
}

#twitter-feed {
  width: 300px;
  margin: 0;
  padding: 0;
}
