.tl {
	background-image: url(img/tl.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.bl {
	background-image: url(img/bl.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.tr {
	background-image: url(img/tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.br {
	background-image: url(img/br.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tweetTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c8c8c8;
	border-bottom-color: #c8c8c8;
	border-left-color: #c8c8c8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	width: 298px;
	height: 240px;
}
.tweetCell {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 2px;
	background-image: url(img/tweetCell_bg.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	padding-top: 3px;
	font-style: italic;
}
.profileImg {
	height: 60px;
	width: 60px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tweetText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a:link {
	font-style: normal;
	color: #F90;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	text-decoration: none;
	color: #F90;
}
a:hover {
	color: #F46708;
	text-decoration: underline;
}
.todHeaderTable {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#todHeaderRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #F93;
	font-variant: normal;
}
#todHeaderCell {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	color: #FFF;
}
.todTable {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.todCell {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-image: url(img/todCell_bg.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#todTimestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666;
	padding-top: 3px;
	font-style: italic;
}
#todName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#todText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-top: 3px;
}
#error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
