#twitterbox-profiles-table {
	empty-cells: show;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#twitterbox-profiles-table thead,
#twitterbox-profiles-table tbody {
	border: 2px solid #999;
}

#twitterbox-profiles-table tfoot {
	border: 0;
}

#twitterbox-profiles-table tfoot td {
	padding: 4px 0 0 0;
	margin: 0;
}

#twitterbox-profiles-table thead tr th {
	border: 1px solid #999;
	background: #ccc;
	padding: 2px;
	margin: 0;
	font-weight: normal;
}

#twitterbox-profiles-table tbody tr td {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
	margin: 0;
}

.twitterbox-btn-primary {
	float: right !important;
}

.twitterbox {
	margin: 0;
	border: 0;
	padding: 10px 10px 20px 10px; 
	width: 310px; 
	height: 400px; 
	background: transparent url(/wp-content/plugins/twitterbox/images/twitterbox_sprite.png) 0 0 no-repeat;
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
}

.twitterbox-tweet a {
	color: #ffc;
	text-decoration: none;
	font-family: sans-serif;
}

a.twitterbox-tweet-link {
	text-decoration: underline;
}

.twitterbox-tweet-avatar {
	padding-top: 3px;
	float: left;
}

.twitterbox-tweet-avatar img {
	border: 0;
}

.twitterbox-header {
	padding: 0;
	margin: 0;
	width: 310px;
	height: 44px;
}

.twitterbox-container {
	margin: 0;
	padding: 0;
	width: 310px;
	height: 310px;
	overflow: auto;
}

.twitterbox h2.widgettitle {
	padding: 6px;
	margin: 0;
	text-transform: none;
	font-size: 10pt;
	line-height: 12pt;
	font-family: sans-serif;
}

.twitterbox h2.widgettitle a {
	text-decoration: none;
}

.twitterbox-tweet {
	border: 0;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	padding: 0 4px 0 4px;
	background: #333;
	color: #fff;
	overflow: hidden;
}

.twitterbox-tweet p {
	margin: 0;
	padding: 0;
	margin-left: 36px;
	font-family: sans-serif;
}

.twitterbox-tweet-date {
	padding-bottom: 1px;
	margin-left: 36px;
	font-size: 8pt;
	line-height: 10pt;
}

.twitterbox-controls {
	width: 310px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.twitterbox-controls a {
	text-decoration: none;
}

.tb_header {
	width: 103px;
	height: 44px;
	float: left;
}

.tb_before_title {
	width: 207px;
	height: 44px;
	float: left;
	text-align: center;
}

.tb_controls {
	float: right;
	display: none;
}

.tb_res {
	display: none;
	background-color: #555555;
}

.twitter_link {
	width: 74px;
	height: 30px;
	float: left;
	background: transparent url(/wp-content/plugins/twitterbox/images/twitterbox_sprite.png) 0 -450px no-repeat;
}

.twitterbox-pause {
	background: transparent url(/wp-content/plugins/twitterbox/images/twitterbox_sprite.png) -150px -450px no-repeat;
	width: 30px;
	height: 30px;
}

.twitterbox-play {
	background: transparent url(/wp-content/plugins/twitterbox/images/twitterbox_sprite.png) -100px -450px no-repeat;
	width: 30px;
	height: 30px;
}

.twitterbox-play a,
.twitterbox-pause a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}

