#ajaxload2
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.sm_daychart {
	border: 1px solid #909090;
	background-color: #FFF;
	padding: 2px;
	float: right;
	margin-left: 20px;
}
.quote_sel {
	float: left;
}
.leftchart {
	margin-left: 0;
}
.rtquote
{
	background-color: #eee;
	padding: 10px;
	color: #434343;
	overflow: hidden;
}
.datacont
{
	height: 500px;
	height: auto !important;
	margin-top: 5px;
	min-height: 500px;
	position: relative;
}
.datatabs
{
	background-color: #acacac;
}
.tickertabs
{
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}
.tickertabs li
{
	border-right: 1px solid #fff;
	float: left;
}
.tickertabs a
{
	background-color: #acacac;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 30px;
	text-align: center;
}
.tickertabs a:hover
{
	background-color: #838383;
	color: #FFF;
	text-decoration: none !important;
}
.tickertabs a.active-tab, .tickertabs a.active-tab:hover
{
	background-color: #838383;
	color: #fff;
	cursor: default;
}
.datainner
{
	clear: both;
	margin: 10px;
	min-height: 450px;
	position: relative;
}
.content-loader
{
	left: 50%;
	margin-left: -14px;
	position: absolute;
	top: 50px;
}
#contentlist li
{
	background-color: #FFF;
	list-style: none;
	margin-bottom: 10px;
	padding: 20px 15px 0 15px;
	position: relative;
	min-height: 93px;
}
#recent_title {
	border-bottom: 1px solid;
	color: #427a71;
	font-size: 12px;
}
#topusers_list {
	position: relative;
	display: block;
        margin-left: 28px;
}
#topusers_list li
{
}

#topusers_list a
{
	display: block;
	padding: 3px 5px;
}
.coptionsholder {
	overflow: hidden;
	height: 24px;
	margin: 8px 0;
}
.sortinator {
	float: left;
}
.sortby {
	cursor: pointer;
	margin-left: 4px;
}
.paginator
{
	height: 20px;
	line-height: 18px;
	margin-top: 2px;
	float: right;
}
.paginator a
{
	color: #434343;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.paginator a:hover
{
	background-color: #434343;
	color: #FFF;
	text-decoration: none;
}
.paginator .onpage
{
	background-color: #f0ebd7;
	border: 1px solid #bbb289;
	color: #222;
	font-size: 12px;
	font-weight:bold;
	padding: 4px;
}



/************ STREAM ************/
li#allcontentstream
{
	border: solid 3px #a2cec6;
	height: 300px;
	margin: 20px 0 20px 0;
	padding: 10px;
	overflow: auto;
	-moz-box-shadow: 0 0 16px #a2cec6; /* FF3.5+ */
	-webkit-box-shadow: 0 0 16px #a2cec6; /* Saf3.0+, Chrome */
    box-shadow: 0 0 16px #a2cec6; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#a2cec6'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#a2cec6')"; /* IE8 */
}
.streamcont {
}
.streamwrapper {
	font-size: 14px;
}
#contentlist .streamwrapper li {
	min-height: 0;
}
.streamwrapper li {
	list-style: none;
	margin-bottom: -1px;
	padding: 8px;
}
.stream_odd {
	background-color: #F3F3F3 !important;
}
#contentlist .streamlist li {
	padding:8px;
}
.tweetholder {
	overflow: hidden;
	position: relative;
}
.tweetuser {
	float: left;
	text-align: center;
}
.tweetpic {
	border: solid 1px #3b7066;
	display: block;
	width:40px;
	height:40px;
}
.tweettext {
	font-size:12px;
}
.tweetname {
	color: #427a71;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}
.tweet {
	float: left;
	margin-left: 15px;
	width: 540px;
}
.tweetdate {
	color: #888;
	font-size: 10px;
	font-style: italic;
	position: absolute;
	right:5px;
	top: 0;
}

.tweetaction {
    font-size: 60%;
    font-style: italic;
    position: absolute;
    right: 5px;
    bottom: 0;
}
/************ SUB PAGES (About, Advertise, etc) ************/
#mainholder .sub-pages h3 {
	margin-top: 20px;
}
#mainholder .sub-pages p {
	line-height: 15px;
}
