/*----- Basics Start -----*/

body {
	color: #000;
	font-family: tahoma,arial;
	font-size: 12px;
	text-align: center;
	background: #f5f5f5 url('../images/bk.jpg');
}

img {
	border: 0;
}

#container {
	margin: 10px auto;
	width: 1000px;
	text-align: left;
	position: relative;
}

.clear {
	clear: both;
}

.clear_border {
	clear: both;
	height: 20px;
	border-bottom: 4px dotted #ccc;
	margin: 0px 0 20px 0;
}

p {
	color: #000;
}

a {
	color: #3990b0;
	text-decoration: none;
}

/*----- Basics Finish -----*/

/*----- Template Start -----*/

/*----- Header Start -----*/

#top_bar {
	height: 72px;
	position: relative;
	width: 100%;
}

#logo {
	left: 50px;
	position: absolute;
	top: 0;
}

#lavalamp {
	left: 30px;
	position: absolute;
	top: 10px;
}

#rss_banner {
	right: 20px;
	position: absolute;
	top: 97px;
}

#emailsubscribe {
	top: 0px;
	height: 0px;
	position: absolute;
	right: 0;
	width: 352px;
	text-align: right;
}

#emailsubscribe a {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #62B6D5;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

#search {
	bottom: 0;
	height: 28px;
	position: absolute;
	right: 0;
	width: 352px;
}

#settings {
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 268px;
}

#settings p {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#navbar {
	margin-top: 16px;
	width: 100%;
}

#navbar_top {
	background: #BFBFBF;
	height: 27px;
	width: 100%;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#navbar_top ul {
	float: left;
	font-weight: bold;
	padding: 7px 0 7px 0;
	width: 500px;
	margin-left: 130px;
}

#navbar_top ul li {
	display: inline;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#navbar_top ul li a {
	color: #3e3e3e;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#navbar_top ul li.active a {
	background: #666666;
	color: #fff;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#navbar_top ul li a:hover {
	color: #3990b0;
}

#navbar_top p {
	background: url('../images/information.png') 140px 6px no-repeat;
	float: right;
	font-weight: bold;
	padding: 7px 24px 0 0;
	height: 24px;
}

#navbar_bottom {
	background: #666666;
	height: 36px;
	width: 100%;
}

#navbar_bottom ul {
	float: left;
	font-weight: normal;
	margin: 4px 0 0 135px;
	padding: 7px 0 7px 0;
	width: 960px;
}

#navbar_bottom ul li {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#navbar_bottom ul li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #3e3e3e;
	color: #fff;
	margin: 0px 4px 0px 4px;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

#navbar_bottom ul li.active a {
	background: #3990b0;
	color: #fff;
	text-decoration: none;
}

#navbar_bottom ul li.active a:hover {
	color: #CFF2FF;
}


#navbar_bottom ul li a:hover {
	color: #3990b0;
}

#breadcrumbs {
	background: #DFDFDF;
	height: 28px;
	width: 100%;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#breadcrumbs ul {
	float: left;
	font-weight: normal;
	margin: 7px 0 0 138px;
	padding: 0;
	width: 500px;
}

#breadcrumbs ul li {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#breadcrumbs ul li a {
	color: #3990b0;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
}

#breadcrumbs ul li.active a {
}

#breadcrumbs ul li a:hover {
	color: #3990b0;
	text-decoration: underline;
}

/*----- Header End-----*/

/*----- Footer Start -----*/


#footer_top {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background: #4D4D4D;
	margin-top: 40px;
	min-width: 960px;
}

#footer_top ul {
	background: #444445;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 10px;
	text-align: left;
	width: 140px;
}

#footer_top ul.last {
	float: right;
	margin-right: 20px;
}

#footer_top ul li {
	color: #a0aeae;
	font-size: 11px;
	list-style: none;
	padding: 0 0 4px 0;
}

#footer_top ul li.title {
	border-bottom: 1px dotted #a0aeae;
	font-size: 12px;
	margin-bottom: 10px;
}

#footer_top ul li a {
	color: #a0aeae;
	text-decoration: none;
}

#footer_top ul li a:hover {
	color: #fff;
}

#footer_bottom {
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: #343434;
	margin: 0;
	min-width: 960px;
}

#footer_bottom p {
	color: #fff;
	font: normal 11px arial;
	padding: 10px 20px 10px 20px;
}

#footer_bottom p a {
	color: #a0aeae;
	text-decoration: none;
}

#footer_bottom p a:hover {
	color: #fff;
}

#footer_bottom p.left {
	float: left;
}

#footer_bottom p.right {
	float: right;
}

/*----- Footer End -----*/

/*----- Main Content Start -----*/

#maincontent {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 66px;
}

#sidebar {
	float: right;
	width: 349px;
}

#mainbar {
	float: left;
	width: 594px;
}

#sidegraph {
	float: right;
	width: 310px;
}

#maingraph {
	float: left;
	width: 656px;
}

/*----- Main Content End -----*/

/*----- Template End -----*/



/*----- Sidebar_News Start ------*/


#sidebar_sort {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
	width: 349px;
}

#sidebar_news {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.short_news_pos {
	background: url('../images/news_short_pos.gif') no-repeat;
	height: 41px;
	position: relative;
	width: 349px;
}

.short_news_neg {
	background: url('../images/news_short_neg.gif') no-repeat;
	height: 41px;
	position: relative;
	width: 349px;
}

.short_news_neu {
	background: url('../images/news_short_neu.gif') no-repeat;
	height: 41px;
	position: relative;
	width: 349px;
}

.short_news {
	left: 5px;
	position: absolute;
	top: 4px;
	width: 300px;
}

.short_news_number {
	position: absolute;
	right: 32px;
	top: 9px;
}

.short_news h2 {
	color: white;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.short_news h2 a {
	color: white;
	line-height: 16px;
}

.subnews {
	font-size: 12px;
	font-weight: normal;
}

h2 .subnews a {
	font-size: 12px;
	font-weight: normal;
}

.short_news_number h3 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.short_news_neg .subnews {
	color: #ffa1a1;
}

.short_news_neg .subnews a {
	color: #ffa1a1;
}

.short_news_pos .subnews {
	color: #aefba4;
}

.short_news_pos .subnews a {
	color: #aefba4;
}

.short_news_neu .subnews {
	color: #8e5a00;
}

.short_news_neu .subnews a {
	color: #8e5a00;
}

/*----- Sidebar_News End ------*/

/*----- Stockgraph Start ------*/

.stock_graph {
	background: #fff url('../images/graph_bk.png') 22px 0;
	padding: 0px 22px 0px 22px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 400px;
	border: 4px solid #e4e4e4;
}

.stock_graph_home {
	background: #fff url('../images/graph_bk.png') 22px 0;
	padding: 0;
	height: 280px;             
	width:800px;
	margin-top:-20px;
}

.stock_graph_header {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.stock_graph_header h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.pos {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #16a403;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.neg {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e60606;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.neu {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ffa405;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.new {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #3990B0;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.smaller {
	color: #666;
	font-size: 13px;
}

.highlight {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62b6d5;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.greyed {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #666;
	color: #fff;
	padding: 2px 4px 2px 4px;
	margin-right: 10px;
}

.newstype_on {
	background: yellow;
	color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 4px 2px 4px;
	margin-right: 3px;
}

#stock_predictor {
	width: 100%;
	margin-bottom: 10px;
}

#stock_predictor table td {
	padding-right: 6px;
}

#stock_predictor table td.last {
	padding-right: 0;
}

#stock_market {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#stock_market table td {
	padding-right: 0px;
}

#stock_market table td.last {
	padding-right: 0;
}

.bar {
	width: 40px;
	position: relative;
}

.bar_neg {
	width: 40px;
	position: relative;
}

.baron {
	background: url(../images/bar_selected_hover_bk.png) top no-repeat;
}

.baron_fixed {
	background: url(../images/bar_selected_bk.png) top no-repeat;
}

.chart_dot {
	width: 13px;
	height: 12px;
	background: url(../images/chart_dot.png) no-repeat;
	position: absolute;
	left: 14px;
	bottom: -6px;
	z-index: 1900;
}

#stock_market .posstar {
	display: none;
	width: 77px;
	height: 78px;
	background: url(../images/pos_star_2.png) no-repeat;
	position: absolute;
	left: -18px;
	bottom: -39px;
	z-index: 2000;
}

#stock_market .posstar:hover {
	cursor: pointer;
}

#stock_market .posstar h6 {
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

#stock_market .posstar p.count {
	font-size: 10px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #a9ff9e;
	text-align: center;
	line-height: 16px;
}

#stock_market .negstar {
	display: none;
	width: 77px;
	height: 78px;
	background: url(../images/neg_star_2.png) no-repeat;
	position: absolute;
	left: -18px;
	bottom: -39px;
	z-index: 2000;
}

#stock_market .negstar:hover {
	cursor: pointer;
}

#stock_market .negstar h6 {
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}

#stock_market .negstar p.count {
	font-size: 10px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #fca2a2;
	text-align: center;
	line-height: 16px;
}

.pos_bar {
	background: #61C153 url('../images/graph_pos_bar.png') repeat-y;
	bottom: 0;
	float: left;
	position: absolute;
	width: 100%;
	/*border-left:1px solid #167F07;
	border-right: 1px solid #89DF7D;*/
}

.pos_label {
	background: #16a403 url('../images/chart_short_pos.gif') top repeat-x;
	height: 20px;
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	width: 100%;
}

.pos_label p {
	text-align: left;
	text-indent: -3px;
}

.neg_bar {
	background: #e60606 url('../images/graph_neg_bar.png') repeat-y;
	top: 0px;
	float: left;
	position: absolute;
	width: 100%;
	/*border-left:1px solid #BF0000;
	border-right: 1px solid #FF2F2F;*/
}

.neg_label p {
	text-align: left;
	text-indent: -2px;
}

.neg_label {
	background: #e60606;
	height: 20px;
	margin-bottom: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.bar p {
	font-size: 10px;
	color: #fff;
	margin: 5px 0 0 5px;
}

.exception {
	color: #666;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
}

/*----- Stockgraph End ------*/

/*----- Stockgraph Landing Page ------*/

h1.intro_landing {
	width:100%;
	text-indent:-5000px;
}

#stock_graph_landing {
	background:none;
	margin:-20px 0 0 2px;
	width:180px;
	float:left;
}

#prediction_landing {
	width:120px;
	float:right;
	margin-top:0px;
	position:relative;  
}

.prediction_blob_pos {
   	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:100%;
	text-align:center;
	padding:30px 0 30px 0;
	font-size:40px;
	font-family:helvetica;
	color:#fff;
	background:#208e10 url(../images/green_bar.png) 0 -2px repeat-x;
	border:1px solid #3f819b;
	float:left;
}

.prediction_blob_neg {
   	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width:100%;
	text-align:center;
	padding:30px 0 30px 0;
	font-size:40px;
	font-family:helvetica;
	color:#fff;
	background: #C50F0F url(../images/red_bar.png) 0 -2px repeat-x;
	border:1px solid #3f819b;
	float:left;
}

p.predictor_info {
	background:#3f819b;
	padding:5px 0px 5px 10px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border:1px solid #1d5d76;
	color:#92d5ee;
	width:105px;
	margin:4px 0 4px 3px;
	font-size:11px;
	float:left;
}

p.predictor_info b {
	color:#fff;
	font-weight:normal;
}                 

/*----- End Stockgraph Landing Page ------*/  

/*----- Stockinvestment Start ------*/

#sidebar_company {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#sidebar_company h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

#sidebar_company .highlight, #sidebar_company .pos, #sidebar_company .neg {
	font-size: 12px;
}

#sidebar_investment table {
	width: 100%;
}

#sidebar_investment table th {
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 4px 8px 4px;
	text-align: center;
}

#sidebar_investment table td {
	background: #fafafa;
	border-bottom: 1px dotted #ccc;
	padding: 3px 0 3px 0;
	text-align: center;
	vertical-align: middle;
}

#sidebar_investment table td.first {
	border-left: 1px dotted #ccc;
	padding-left: 3px;
	text-align: left;
}

#sidebar_investment table th.first {
	padding-left: 3px;
	text-align: left;
}

#sidebar_investment table td.last {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	color: #000;
	font-weight: bold;
}

#sidebar_investment table td.first_bottom {
	background: #fff;
	border-left: 1px dotted #ccc;
	font-weight: bold;
	padding: 10px;
}

#sidebar_investment .pos {
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 40px;
}

#sidebar_investment .neg {
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 40px;
}

#sidebar_investment .highlight {
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 50px;
}

/*----- Stockinvestment End ------*/

/*----- Stocknews Start ------*/

#stock_news_header {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#stock_news_header h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

#stock_news_body {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#stock_news_body h3 {
	color: #666;
	margin-bottom: 20px;
}

#stock_news_body h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

#stock_news_body p {
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 20px;
}

#stock_news_footer {
	padding-top: 4px;
}

/*----- Stocknews End ------*/

/*----- Stockfeed Start ------*/

.stockfeed {
	float: left;
	margin: 0 35px 30px 0;
	width: 282px;
	padding: 10px;
	background: #fff url('../images/stockfeed_bk.gif') bottom repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 4px solid #e4e4e4;
	position: relative;
	z-index: 1;
}

.stockfeed_header {
/*border-bottom:2px dotted #ccc;*/
margin:0 0 0px 0;
}

.stockfeed_header_inner {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #3E3E3E url('../images/intro_bk.gif') bottom repeat-x;
	margin-bottom: 0px;
}

.stockfeed_header h1 {
	font-size: 28px;
	font-family: 'lucida grande';
	text-align: center;
	line-height: 52px;
	color: #fff;
	padding: 20px 0 10px 0;
	letter-spacing: 1px
	/*background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
}

.stockfeed_header h3 {
	font-size: 13px;
	font-family: georgia;
	font-style: italic;
	color: #DFDFDF;
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0px 0 20px 0;
}

.stockfeed_header h3 b {
	color: #fff;
}

.stockfeed h3 {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0 10px 0;
	padding-left: 32px;
}

.stockfeed .feed_icon {
	width: 22px;
	height: 22px;
	top: 25px;
	left: 10px;
	position: absolute;
}

.stockfeed ul {
	margin: 0 0 34px 0;
	padding: 0;
}

.stockfeed ul li {
	border-bottom: 1px dotted #666;
	color: #8b8b8b;
	line-height: 18px;
	margin: 0;
	padding: 3px 0 3px 3px;
	position: relative;
	width: 279px;
}

.stockfeed ul li a:hover {
	text-decoration: underline;
}

.stockfeed ul li a {
	color: #27809F;
	font-size: 13px;
}

.stockfeed ul li.today {
	background: #e7f0f4;
}

.stockfeed ul li .pos {
	position: absolute;
	right: 23px;
	top: 12px;
}

.stockfeed ul li .neg {
	position: absolute;
	right: 3px;
	top: 12px;
}

.stockfeed ul li .neg_pos {
	position: absolute;
	right: 3px;
	top: 12px;
}

.stockfeed ul li .pos_pos {
	position: absolute;
	right: 23px;
	top: 12px;
}

.stockfeed ul li .new {
	padding: 1px 4px 1px 4px;
}

/*----- Stock End ------*/

/*----- Stockfeed Ranked PageTurner Start ------*/

.stockfeed .pt {
	bottom: 10px;
	right: 10px;
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62B6D5;
	color: #fff;
	padding: 5px 6px 5px 6px;
}

#stockfeed_misc .pt {
	top: 22px;
	right: 10px;
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62B6D5;
	color: #fff;
	padding: 5px 6px 5px 6px;
}

a.qp_next {
	font-weight: bold;
	color: #9DE0F8;
	margin-right: 5px;
}

a.qp_next:hover {
	color: #fff;
}

a.qp_prev {
	font-weight: bold;
	color: #9DE0F8;
	margin-left: 5px;
}

a.qp_prev:hover {
	color: #fff;
}

a.qp_disabled {
	display: none;
}

span.qp_counter {
	font-size: 10px;
}


/*----- Stockfeed Ranked PageTurner End------*/

/*----- Stockfeed Misc Start ------*/

#stockfeed_misc {
	float: left;
	margin: 0 35px 30px 0;
	width: 972px;
	padding: 10px;
	background: #fff url('../images/stockfeed_bk.gif') bottom repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 4px solid #e4e4e4;
	position: relative;
}

#stockfeed_misc h3 {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0 10px 0;
	padding-left: 32px;
}

p.pages {
	position: absolute;
	top: 26px;
	right: 20px;
}

p.pages a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #666;
	padding: 4px 8px 4px 8px;
	margin-left: 4px;
	color: #fff;
}

p.pages a.on {
	background: #3990B0;
}

#stockfeed_misc .feed_icon {
	width: 22px;
	height: 22px;
	top: 25px;
	left: 10px;
	position: absolute;
}

#stockfeed_misc ul {
	margin: 10px 0 0 -31px;
	padding: 0;
}

#stockfeed_misc ul li {
	border-bottom: 1px dotted #666;
	color: #8b8b8b;
	line-height: 18px;
	margin: 0 0 0 31px;
	padding: 3px 0 3px 3px;
	position: relative;
	width: 300px;
	float: left;
}

#stockfeed_misc ul li a:hover {
	text-decoration: underline;
}

#stockfeed_misc ul li a {
	color: #27809F;
	font-size: 13px;
}

#stockfeed_misc ul li.today {
	background: #e7f0f4;
}

#stockfeed_misc ul li .pos {
	position: absolute;
	right: 25px;
	top: 6px;
}

#stockfeed_misc ul li .neg {
	position: absolute;
	right: 5px;
	top: 6px;
}

#stockfeed_misc ul li .neg_pos {
	position: absolute;
	right: 5px;
	top: 6px;
}

#stockfeed_misc ul li .pos_pos {
	position: absolute;
	right: 25px;
	top: 6px;
}

#stockfeed_misc ul li .new {
	padding: 1px 4px 1px 4px;
}

/*----- Stockfeed Misc End ------*/

/*----- Stock_predictor Start ------*/

.stock_predictor {
	border-bottom: 2px dotted #ccc;
	height: 34px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}

.predictor_chart_bk {
	background: #eaeaea;
	height: 26px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 580px;
}

.predictor_chart_bar_pos {
	background: #61C153 url('../images/chart_short_pos.gif') bottom repeat-x;
	height: 26px;
	left: 0px;
	position: absolute;
	top: 0px;
}

.predictor_score_pos {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #61C153 url('../images/chart_short_pos.gif') bottom repeat-x;
	color: #fff;
	font-size: 16px;
	left: 592px;
	padding: 5px 0px 5px 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 60px;
}

.predictor_company_name {
	left: 700px;
	position: absolute;
	top: 0px;
}

.predictor_company_name h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 22px;
	width: 278px;
}

.view_all_but {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #62b6d5;
	color: #fff;
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-left: 6px;
	padding: 7px 0px 7px 0px;
	text-align: center;
	width: 146px;
}

.view_all_but a {
	color: #fff;
}

.return_but {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #62b6d5;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0px 7px 0px;
	text-align: center;
	width: 146px;
}

.return_but_pos {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	background: #61C153;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 0px 7px 0px;
	text-align: center;
	width: 146px;
}

.return_but a {
	color: #fff;
}

.return_but_pos a {
	color: #fff;
}

.return_but_neg a {
	color: #fff;
}

.fade {
	color: #c5efff;
	font-size: 11px;
}

.fade_pos {
	color: #C7FFBF;
	font-size: 11px;
}



/*----- Stock_predictor End ------*/

/*----- Stock_chat Start ------*/

.stockfeed_chat {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #ccc;
}

.large_chat_form #messagewindow {
	height: 250px;
	width: 630px;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: auto;
	line-height: 20px;
}
.large_chat_form #wrapper {
	margin: auto;
	width: 650px;
}

.large_chat_form input.msg {
	width: 566px;
	padding: 6px;
	float: left;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.large_chat_form {
	width: 620px;
	float: left;
}

.large_chat_form input.chat_button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
	width: 60px;
	border: none;
	background: #666;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	margin-right: 0;
}

.large_chat_form input.chat_button:hover {
	cursor: pointer;
	background: #3990b0;
}

.small_chat_form #messagewindow {
	height: 250px;
	width: 274px;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: auto;
	line-height: 20px;
}
.small_chat_form #wrapper {
	margin: auto;
	width: 294px;
}

.small_chat_form input.msg {
	width: 210px;
	padding: 6px;
	float: left;
	margin-top: 10px;
	border: 1px solid #ccc;
}

.small_chat_form {
	width: 264px;
	float: left;
	margin-left: 80px;
}

.small_chat_form input.chat_button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
	width: 60px;
	border: none;
	background: #666;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	margin-right: 0;
}

.small_chat_form input.chat_button:hover {
	cursor: pointer;
	background: #3990b0;
}

/*----- Stock_chat End ------*/

/*----- Test Fire -----*/

#maincontent h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}

.rss_container {
	width: 550px;
	padding: 5px;
	margin: 5px 0 5px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	height: 50px;
}

.rsscollect_misc {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.rsscollect_misc h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.rsscollect_misc h1 a {
	color: #000;
	padding-top: 5px;
}

.rsscollect_ranked {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.rsscollect_ranked h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.rsscollect_ranked h1 a {
	color: #000;
	padding-top: 5px;
}

.dbcollect {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.dbcollect h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.dbcollect h1 a {
	color: #000;
	padding-top: 5px;
}

.posnegcollect {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.posnegcollect h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.posnegcollect h1 a {
	color: #000;
	padding-top: 5px;
}

.posnegcollect_misc {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.posnegcollect_misc h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.posnegcollect_misc h1 a {
	color: #000;
	padding-top: 5px;
}

.createxml {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.createxml h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.createxml h1 a {
	color: #000;
	padding-top: 5px;
}

.create_misc_xml {
	height: 200px;
	width: 540px;
	padding: 0 10px 0 0;
	overflow-y: auto;
}

.create_misc_xml h3 {
	line-height: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.create_misc_xml h1 a {
	color: #000;
	padding-top: 5px;
}

.loading {
	width: 50px;
	height: 50px;
	margin: 80px 0 0 250px;
}

.loading_serp {
	margin: 50px 0 50px 200px;
}

.graphloading {
	position:absolute;
	top:6px;
	left:334px;
}

#sidebar h3.highlight {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62B6D5;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #C2E9F9;
	margin-bottom: 5px;
}

#sidebar h3.highlight b, #sidebar h3.highlight a {
	color: #fff;
}

#sidebar h3.error {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #666;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #CFCFCF;
	margin-bottom: 5px;
}

#sidebar h3.error b, #sidebar h3.error a {
	color: #fff;
}

#sidebar p.keywords {
	line-height: 26px;
}

#sidebar input {
	border: 1px solid #ccc;
	width: 300px;
	padding: 8px;
	margin-bottom: 10px;
}

#sidebar textarea {
	border: 1px solid #ccc;
	width: 330px;
	padding: 8px;
	height: 140px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 13px;
}

#sidebar input.submit {
	color: #fff;
	background: green;
	font-weight: bold;
}

#sidebar input.no_indes {
	color: #fff;
	background: grey;
	font-weight: bold;
}

#sidebar input.submit:hover {
	cursor: pointer;
}

#sidebar p.label {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

#sidebar .graph_data_item {
	padding: 10px;
	background: #fff;
	margin-bottom: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#sidebar .graph_data_item p {
	line-height: 26px;
	color: #666;
}

/*----- End Test Fire -----*/

/*----- Start Modal Window-----*/

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

.window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
}

#dialog {
	width: 495px;
	height: 240px;
	background-color: #ffffff;
	background: url('../images/modal_window_bk.png');
}

#dialog a.register {
	text-indent: -5000px;
	width: 220px;
	height: 48px;
	margin-top: 180px;
	float: left;
	margin-left: 20px;
	background: url('../images/buttons/register_off.png');
}

#dialog a.register:hover {
	background: url('../images/buttons/register_on.png');
}

#dialog a.close {
	text-indent: -5000px;
	width: 220px;
	height: 48px;
	margin-top: 180px;
	float: right;
	margin-right: 20px;
	background: url('../images/buttons/no_thanks_off.png');
}

#dialog a.close:hover {
	background: url('../images/buttons/no_thanks_on.png');
}
/*----- End Modal Window-----*/

/*----- Start Graph Side Widget-----*/

.graph_side_widget {
	width: 100%;
	padding: 10px 0 10px 0;
	/*background:#313131 url('../images/intro_bk.gif') top repeat-x;*/
	background:#313131;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	height: 385px;
}

.graph_side_widget_header {
	margin: 0 10px 0px 10px;
	background: #808080;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 36px;
	border: 3px solid #5d5d5d;
	position: relative;
}

.graph_side_widget_header h2 {
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
	color: #fff;
}

.graph_side_widget_header h6.left {
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
	text-align: left;
	position: absolute;
	left: 6px;
	top: 2px;
}

.graph_side_widget_header h6.right {
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
	text-align: right;
	position: absolute;
	right: 6px;
	top: 2px;
}

.graph_side_widget_body {
	margin: 0 10px 10px 10px;
}

.graph_side_widget_body h5 {
	color: #707070;
	font-size: 10px;
	margin: 20px 0 10px 10px;
	padding: 0;
}

.graph_side_sidget_item {
	position: relative;
	height: 20px;
}

.graph_side_widget_body .warning {
	background: #FDFF4F url(../images/error.png) 10px 6px no-repeat;
	border: 3px solid #8F6800;
	margin: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.graph_side_widget_body .warning p {
	padding: 8px 10px 8px 40px;
	color: #8F6800;
	font-weight: bold;
}

.graph_side_sidget_item p.left {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: left;
	position: absolute;
	left: 10px;
	top: 2px;
}

.graph_side_sidget_item p.right {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 2px;
}

.graph_side_sidget_item .side_graph_bar {
	background: url(../images/grey_bar.png) repeat-x;
	width: 180px;
	height: 22px;
	margin: 10px auto 10px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.graph_side_sidget_item .side_graph_bar .average {
	width: 1px;
	height: 26px;
	position: absolute;
	top: -2px;
	left: 100px;
	background: yellow;
	border: 1px solid black;
}

.average_label {
	position: absolute;
	top: 4px;
	padding: 2px 0 2px 0;
	color: #000;
	text-align: center;
	width: 36px;
	font-size: 10px;
	background: yellow;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*a.show_labels {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #62b6d5;
color: #fff;
padding: 4px 6px 4px 6px;
position: absolute;
right: 16px;
top: 70px;
}
*/

a.show_labels {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62b6d5;
	color: #fff;
	padding: 4px 6px 4px 6px;
	position: absolute;
	right: 16px;
	top: 16px;
}

.graph_side_sidget_item .side_graph_bar .maximum {
	width: 1px;
	height: 26px;
	position: absolute;
	top: -2px;
	left: 160px;
	background: #fff;
	border: 1px solid black;
}

.maximum_label {
	position: absolute;
	top: 4px;
	padding: 2px 0 2px 0;
	color: #000;
	text-align: center;
	width: 36px;
	font-size: 10px;
	background: #fff;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.side_graph_bar .pos_bar_side {
	background: url(../images/green_bar.png) repeat-x;
	height: 22px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.side_graph_bar .neg_bar_side {
	background: url(../images/red_bar.png) repeat-x;
	height: 22px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.side_graph_bar .count_bar_side {
	background: url(../images/blue_bar.png) repeat-x;
	height: 22px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.graph_side_widget_body .clear_dotted {
	width: 280px;
	height: 1px;
	border-bottom: 3px dotted #000;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Register Table Design*/



.register_table table {
	width: 100%;
	border-top: 1px solid #e3f1fe;
	border-right: 1px solid #e3f1fe;
	margin: 1em auto;
	border-collapse: collapse;
	background: #f9fcfe;
}

.register_table table img {
	padding: 6px;
}
.register_table tr.section td,
.register_table tr.section .column1 {
	background: #fff;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	color: #666;
	border-left: 1px solid #eaeaea;
}

.register_table tr.section .column1 {
	font-size: 14px;
}

.register_table tr.odd td,
.register_table tr.odd .column1 {
	background: #f4f9fe url(../images/table_row_bk.gif) no-repeat;
}
.register_table .column1 {
	background: #f9fcfe;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.register_table td {
	color: #678197;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: 7px;
	text-align: center;
	font-size: 14px;
}
.register_table th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
	width: 20%;
	line-height: 26px;
}
.register_table thead th,.register_table thead th.column1 {
	background: #62B6D5;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	border-left: 1px solid #4C95AF;
	border-bottom: 2px solid #4C95AF;
}


.register_table tfoot th {
	background: #62B6D5;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: bold;
	border-left: 1px solid #4C95AF;
	border-top: 2px solid #4C95AF;
}
.register_table tfoot th strong {
	margin: .5em .5em .5em 0;
	color: #fff;
}

.tickbox {
	color: #fff;
}

.tickbox .l {
	float: left;
	width: 27px;
	height: 30px;
	background: url('../images/tickbox_l.png') no-repeat;
	margin-left: 50px;
}

.tickbox .body {
	float: left;
	height: 30px;
	background: url('../images/tickbox_body.png') repeat-x;
}

.tickbox .body p {
	padding: 7px 2px 0 2px;
	margin: 0;
	color: #fff;
}

.tickbox .r {
	float: left;
	width: 9px;
	height: 30px;
	background: url('../images/tickbox_r.png') no-repeat;
}

.register_table em {
	font-weight: normal;
	font-style: normal;
	color: #CFEFF1;
	font-size: 12px;
}

.register_table b {
	background: #4192AF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 4px 8px;
	font-size: 14px;
}

/*----- Date Banner ------*/

.date_banner {
	width: 310px;
	height: 55px;
	background: url('../images/time_bk.png') no-repeat;
	position: absolute;
	top: 10px;
	right: 0px;
}

.date_banner h5 {
	padding-top: 10px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

/*----Fixed Footer----*/

.fixed_footer {
	width: 100%;
	height: 62px;
	background: url('../images/footer_fixed_bk.png') repeat-x;
	position:relative;
	z-index: 1000;
}

.fixed_footer_content {
	width: 996px;
	margin: auto;
	height: 52px;
	background: url('../images/footer_fixed_icons.png') no-repeat;
	position: relative;
	top:10px;
}

a.register_for_free {
	width: 158px;
	height: 35px;
	background: url('../images/buttons/register_for_free.png') no-repeat;
	position: absolute;
	left: 0;
	top: 8px;
	text-indent: -5000px;
}

a.register_for_free:hover {
	width: 158px;
	background: url('../images/buttons/register_for_free.png') 0 -35px no-repeat;
}

a.contact_us {
	width: 158px;
	height: 35px;
	background: url('../images/buttons/contact_us.png') no-repeat;
	position: absolute;
	left: 166px;
	top: 8px;
	text-indent: -5000px;
}

a.contact_us:hover {
	width: 158px;
	background: url('../images/buttons/contact_us.png') 0 -35px no-repeat;
}

a.retweet {
	width: 72px;
	height: 24px;
	background: url('../images/buttons/retweet.png') no-repeat;
	position: absolute;
	left: 466px;
	top: 13px;
	text-indent: -5000px;
}

a.retweet:hover {
	width: 72px;
	height: 24px;
	background: url('../images/buttons/retweet.png') 0 -24px no-repeat;
}

a.tell_a_friend {
	width: 98px;
	height: 24px;
	background: url('../images/buttons/tell_a_friend.png') no-repeat;
	position: absolute;
	left: 548px;
	top: 13px;
	text-indent: -5000px;
}

a.tell_a_friend:hover {
	width: 98px;
	height: 24px;
	background: url('../images/buttons/tell_a_friend.png') 0 -25px no-repeat;
}

a.digg_us {
	width: 72px;
	height: 24px;
	background: url('../images/buttons/digg_us.png') no-repeat;
	position: absolute;
	left: 656px;
	top: 13px;
	text-indent: -5000px;
}

a.digg_us:hover {
	width: 72px;
	height: 24px;
	background: url('../images/buttons/digg_us.png') 0 -24px no-repeat;
}




/*----Clock Face----*/

.clock {
	position: absolute;
	right: 10px;
	top: 96px;
}

.face_1 {
	background: url('../images/clock/face_1.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_2 {
	background: url('../images/clock/face_2.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_3 {
	background: url('../images/clock/face_3.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_4 {
	background: url('../images/clock/face_4.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_5 {
	background: url('../images/clock/face_5.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_6 {
	background: url('../images/clock/face_6.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_7 {
	background: url('../images/clock/face_7.png') no-repeat;
	width: 70px;
	height: 70px;
}

.face_8 {
	background: url('../images/clock/face_8.png') no-repeat;
	width: 70px;
	height: 70px;
}

/*----Basic Form Styles----*/

.form_container {
	width: 100%;
	background: #fff url('../images/stockfeed_bk.gif') bottom repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 4px solid #e4e4e4;
	position: relative;
}

input {
	width: 960px;
	padding: 10px;
	border: 4px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
}
textarea {
	width: 950px;
	padding: 10px;
	border: 4px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
	color: #000;
	height: 188px;
}

input.off {
	color: #666;
	font-style: italic;
}

input.half_l {
	width: 440px;
	float: left;
}

input.half_r {
	width: 440px;
	float: right;
}

textarea.half_l {
	width: 440px;
	height: 80px;
	float: left;
}

textarea.half_r {
	width: 440px;
	float: right;
}

textarea.off {
	color: #666;
	font-style: italic;
}

/*----Tell_a_Friend----*/

#tell_a_friend h2 {
	font-size: 18px;
	padding-top: 8px;
	font-weight: bold;
	color: #000;
	border-bottom: 4px dotted #ccc;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}

#manual_enter {
	width: 460px;
	float: left;
	} {
		width: 460px;
		float: right;
	}

/*#plaxo_enter input {
border: none;
background: #62B6D5;
color: #fff;
width: 468px;
border: 4px solid #53A3BF;
margin-top: 10px;
padding: 8px;
float: right;
}

#plaxo_enter input:hover {
cursor: pointer;
background: #67B4CF;
color: #fff;
border: 4px solid #53A3BF;
}
*/

#button_container {
	border-bottom: 4px dotted #ccc;
	width: 100%;
	margin: 10px 0 10px 0;
}

a.upload_emails {
	width: 105px;
	height: 25px;
	background: url('../images/buttons/upload_emails.png') no-repeat;
	text-indent: -5000px;
	float: right;
	margin: 0px -14px 0 0;
}

a.upload_emails:hover {
	background: url('../images/buttons/upload_emails.png') 0 -25px no-repeat;
}

a.send_message {
	width: 159px;
	height: 35px;
	background: url('../images/buttons/send_message.png') no-repeat;
	text-indent: -5000px;
	float: right;
	margin: 0px 0 20px 0;
}

a.send_message:hover {
	background: url('../images/buttons/send_message.png') 0 -35px no-repeat;
}


/*-------News Hover Info---------*/

.news_hover {
	width: 200px;
	/*background:#fff url('../images/stockfeed_bk.gif') bottom repeat-x;*/
	background:#3E3E3E url('../images/intro_bk.gif') bottom repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 4px solid #3E3E3E;
	position: absolute;
	left: 110px;
	top: 30px;
	padding-bottom: 20px;
	z-index: 999;
}

.r {
	left: -36px;
	top: 30px;
}

.news_hover h6 {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 10px;
}

p.array {
	font-size: 11px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
}

.pos_array, .neg_array, .neu_array {
	margin: 0 4px 4px 0;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

.pos_array {
	background: #16a403;
}

.neg_array {
	background: #e60606;
}

.neu_array {
/*background:#ffa405; */
/*background:#62b6d5;*/
background:#fff;
color: #000;
}

.pointer {
	width: 20px;
	height: 20px;
	background: url('../images/pointer.png') no-repeat;
	position: absolute;
	top: -18px;
	left: -15px;
}

.pointer_r {
	width: 20px;
	height: 20px;
	background: url('../images/pointer_r.png') no-repeat;
	position: absolute;
	top: -16px;
	right: -14px;
}

/*Check Cron Table Design*/

.check_table table {
	width: 600px;
	border-top: 1px solid #e3f1fe;
	border-right: 1px solid #e3f1fe;
	margin: 1em auto;
	border-collapse: collapse;
	background: #f9fcfe;
}

.check_table.check_table table img {
	padding: 6px;
}
.check_table tr.section td,
.check_table tr.section .column1 {
	background: #fff;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	color: #666;
	border-left: 1px solid #eaeaea;
}

.check_table tr.section .column1 {
	font-size: 12px;
}

.check_table tr.odd td,
.check_table tr.odd .column1 {
	background: #f4f9fe url(../images/table_row_bk.gif) no-repeat;
}
.check_table .column1 {
	background: #f9fcfe;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}
.check_table td {
	color: #678197;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	width: 82px;
}
.check_table th {
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: 5px;
	line-height: 26px;
}
.check_table thead th,.register_table thead th.column1 {
	background: #62B6D5;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	border-left: 1px solid #4C95AF;
	border-bottom: 2px solid #4C95AF;
}


.check_table tfoot th {
	background: #62B6D5;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	border-left: 1px solid #4C95AF;
	border-top: 2px solid #4C95AF;
}
.check_table tfoot th strong {
	margin: .5em .5em .5em 0;
	color: #fff;
}

.check_table em {
	font-weight: normal;
	font-style: normal;
	color: #CFEFF1;
	font-size: 12px;
}

.check_table b {
	background: #4192AF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px 8px 4px 8px;
	font-size: 12px;
}

a.checkcron_but {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	padding: 4px;
	color: #3990b0;
}

/*----Ad Placement----*/

.ad_banner {
	width: 100%;
	height: 110px;
}

a.ad_banner {
	width: 728px;
	height: 90px;
	background: url('../images/ad_size/728-90.gif') no-repeat;
	top: 10;
	left: 140px;
	position: absolute;
	text-indent: -5000px;
}

a.ad_banner_468 {
	width: 468px;
	height: 60px;
	background: url('../images/ad_size/468-60.gif') no-repeat;
	top: 10px;
	right: 0;
	position: absolute;
	text-indent: -5000px;
}

.ad_feed_block {
	float: right;
	margin: 0 0px 30px 0;
	width: 282px;
	padding: 10px;
	background: #fff url('../images/stockfeed_bk.gif') bottom repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 4px solid #e4e4e4;
	position: relative;
	z-index: 1;
	height: 513px;
}

.ad_feed_block h3 {
	border-top: 3px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0 10px 10px;
}

.ad_support_us {
	bottom: 10px;
	right: 10px;
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62B6D5;
	color: #fff;
	padding: 5px 6px 5px 6px;
}

.ad_support_us a {
	color: #fff;
}

a.ad_125 {
	width: 125px;
	height: 125px;
	background: url('../images/ad_size/125-125.gif') no-repeat;
	position: absolute;
	text-indent: -5000px;
}

a#ad_1 {
	top: 60px;
	left: 16px;
}

a#ad_2 {
	top: 60px;
	right: 16px;
}

a#ad_3 {
	top: 201px;
	left: 16px;
}

a#ad_4 {
	top: 201px;
	right: 16px;
}

a#ad_5 {
	top: 342px;
	left: 16px;
}

a#ad_6 {
	top: 342px;
	right: 16px;
}

a.ad_footer {
	width: 150px;
	height: 40px;
	background: url('../images/ad_size/125-40.gif') no-repeat;
	position: absolute;
	left: 176px;
	top: 6px;
	text-indent: -5000px;
}

/*----Flexigrid CSS ----*/

.flexigrid {
	font-size: 12px;
	position: relative;
	border: 0px solid #eee;
	overflow: hidden;
}

.flexigrid.hideBody {
	height: 26px !important;
	border-bottom: 1px solid #ccc;
}

.ie6fullwidthbug {
	border-right: 0px solid #ccc;
	padding-right: 2px;
}

.flexigrid div.nDiv {
	background: #eee url(../images/flexigrid/line.gif) repeat-y -1px top;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: auto;
	left: 0px;
	position: absolute;
	z-index: 999;
	float: left;
}

.flexigrid div.nDiv table {
	margin: 2px;
}

.flexigrid div.hDivBox {
	float: left;
	padding-right: 40px;
}

.flexigrid div.bDiv table {
	margin-bottom: 10px;
}

.flexigrid div.bDiv table.autoht {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.flexigrid div.nDiv td {
	padding: 4px 4px;
	border: 1px solid #eee;
	cursor: default;
}

.flexigrid div.nDiv tr:hover td, .flexigrid div.nDiv tr.ndcolover td {
	background: #d5effc url(../images/flexigrid/hl.png) repeat-x top;
	border: 1px solid #a8d8eb;
}

.flexigrid div.nDiv td.ndcol1 {
	border-right: 1px solid #ccc;
}

.flexigrid div.nDiv td.ndcol2 {
	border-left: 1px solid #fff;
	padding-right: 10px;
}

.flexigrid div.nDiv tr:hover td.ndcol1, .flexigrid div.nDiv tr.ndcolover td.ndcol1 {
	border-right: 1px solid #d2e3ec;
}

.flexigrid div.nDiv tr:hover td.ndcol2, .flexigrid div.nDiv tr.ndcolover td.ndcol2 {
	border-left: 1px solid #eef8ff;
}

.flexigrid div.nBtn {
	position: absolute;
	height: 24px;
	width: 14px;
	z-index: 900;
	background: #fafafa url(../images/flexigrid/fhbg.gif) repeat-x bottom;
	border: 0px solid #ccc;
	border-left: 1px solid #ccc;
	top: 0px;
	left: 0px;
	margin-top: 1px;
	cursor: pointer;
	display: none;
}

.flexigrid div.nBtn div {
	height: 24px;
	width: 12px;
	border-left: 1px solid #fff;
	float: left;
	background: url(../images/flexigrid/ddn.png) no-repeat center;
}

.flexigrid div.nBtn.srtd {
	background: url(../images/flexigrid/wbg.gif) repeat-x 0px -1px;
}


.flexigrid div.mDiv {
	background: url(../images/flexigrid/wbg.gif) repeat-x top;
	border: 1px solid #ccc;
	border-bottom: 0px;
	border-top: 0px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.flexigrid div.mDiv div {
	padding: 6px;
	white-space: nowrap;
}

.flexigrid div.mDiv div.ptogtitle {
	position: absolute;
	top: 4px;
	right: 3px;
	padding: 0px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	border: 1px solid #ccc;
	cursor: pointer;
}

.flexigrid div.mDiv div.ptogtitle:hover {
	background-position: left -2px;
	border-color: #bbb;
}

.flexigrid div.mDiv div.ptogtitle span {
	display: block;
	border-left: 1px solid #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	width: 14px;
	height: 14px;
	background: url(../images/flexigrid/uup.png) no-repeat center;
}

.flexigrid div.mDiv div.ptogtitle.vsble span {
	background: url(../images/flexigrid/ddn.png) no-repeat center;
}

.flexigrid div.tDiv /*toolbar*/ {
	background: #fafafa url(../images/flexigrid/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
}

.flexigrid div.tDiv2 {
	float: left;
	clear: both;
	padding: 1px;
}

.flexigrid div.sDiv /*toolbar*/ {
	background: #fafafa url(../images/flexigrid/bg.gif) repeat-x top;
	position: relative;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	display: none;
}

.flexigrid div.sDiv2 {
	float: left;
	clear: both;
	padding: 5px;
	padding-left: 5px;
	width: 1024px;
}

.flexigrid div.sDiv2 input, .flexigrid div.sDiv2 select {
	vertical-align: middle;
}

.flexigrid div.btnseparator {
	float: left;
	height: 22px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 1px;
}

.flexigrid div.fbutton {
	float: left;
	display: block;
	cursor: pointer;
	padding: 1px;
}

.flexigrid div.fbutton div {
	float: left;
	padding: 1px 3px;
}

.flexigrid div.fbutton span {
	float: left;
	display: block;
	padding: 3px;
}

.flexigrid div.fbutton:hover, .flexigrid div.fbutton.fbOver {
	padding: 0px;
	border: 1px solid #ccc;
}

.flexigrid div.fbutton:hover div, .flexigrid div.fbutton.fbOver div {
	padding: 0px 2px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


/* end toolbar*/

.flexigrid div.hDiv {
	background: #fafafa url(../images/flexigrid/fhbg.gif) repeat-x bottom;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
}

.flexigrid div.hDiv table {
	border-right: 1px solid #fff;
}

.flexigrid div.cDrag {
	float: left;
	position: absolute;
	z-index: 2;
	overflow: visible;
}

.flexigrid div.cDrag div {
	float: left;
	background: none;
	display: block;
	position: absolute;
	height: 24px;
	width: 5px;
	cursor: col-resize;
}

.flexigrid div.cDrag div:hover, .flexigrid div.cDrag div.dragging {
	background: url(../images/flexigrid/line.gif) repeat-y 2px center;
}

.flexigrid div.iDiv {
	border: 1px solid #316ac5;
	position: absolute;
	overflow: visible;
	background: none;
}

.flexigrid div.iDiv input, .flexigrid div.iDiv select, .flexigrid div.iDiv textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.flexigrid div.iDiv input.tb {
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	background: none;
}

.flexigrid div.bDiv {
	border: 1px solid #ccc;
	border-top: 0px;
	background: #fff;
	overflow: auto;
	position: relative;
}

.flexigrid div.bDiv table {
	border-bottom: 1px solid #ccc;
}

.flexigrid div.hGrip {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 5px;
	width: 5px;
	background: url(../images/flexigrid/line.gif) repeat-x center;
	margin-right: 1px;
	cursor: col-resize;
}

.flexigrid div.hGrip:hover, .flexigrid div.hGrip.hgOver {
	border-right: 1px solid #999;
	margin-right: 0px;
}

.flexigrid div.vGrip {
	height: 5px;
	overflow: hidden;
	position: relative;
	background: #fafafa url(../images/flexigrid/wbg.gif) repeat-x 0px -1px;
	border: 1px solid #ccc;
	border-top: 0px;
	text-align: center;
	cursor: row-resize;
}

.flexigrid div.vGrip span {
	display: block;
	margin: 1px auto;
	width: 20px;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: none;
}

.flexigrid div.hDiv th, .flexigrid div.bDiv td /* common cell properties*/ {
	text-align: left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	overflow: hidden;
    padding:5px;
	vertical-align: top !important;
}

.flexigrid div.hDiv th div, .flexigrid div.bDiv td div, div.colCopy div/* common inner cell properties*/ {
	padding: 5px;
	border-left: 0px solid #fff;
}

.flexigrid div.hDiv th, div.colCopy {
	font-weight: normal;
	height: 24px;
	cursor: default;
	white-space: nowrap;
	overflow: hidden;
}

div.colCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa url(../images/flexigrid/fhbg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: 0px;
	overflow: hidden;
}

.flexigrid div.hDiv th.sorted {
	background: url(../images/flexigrid/wbg.gif) repeat-x 0px -1px;
	border-bottom: 0px solid #ccc;
}

.flexigrid div.hDiv th.thOver {
}

.flexigrid div.hDiv th.thOver div, .flexigrid div.hDiv th.sorted.thOver div {
	border-bottom: 1px solid orange;
	padding-bottom: 4px;
}

.flexigrid div.hDiv th.sorted div {
	border-bottom: 0px solid #ccc;
	padding-bottom: 5px;
}

.flexigrid div.hDiv th.thMove {
	background: #fff;
	color: #fff;
}

.flexigrid div.hDiv th.sorted.thMove div {
	border-bottom: 1px solid #fff;
	padding-bottom: 4px
}

.flexigrid div.hDiv th.thMove div {
	background: #fff !important;
}

.flexigrid div.hDiv th div.sdesc {
	background: url(../images/flexigrid/dn.png) no-repeat center top;
}

.flexigrid div.hDiv th div.sasc {
	background: url(../images/flexigrid/up.png) no-repeat center top;
}

.flexigrid div.bDiv td {
	border-bottom: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
}

.flexigrid div.hDiv th div {
}

.flexigrid span.cdropleft {
	display: block;
	background: url(../images/flexigrid/prev.gif) no-repeat -4px center;
	width: 24px;
	height: 24px;
	position: relative;
	top: -24px;
	margin-bottom: -24px;
	z-index: 3;
}

.flexigrid div.hDiv span.cdropright {
	display: block;
	background: url(../images/flexigrid/next.gif) no-repeat 12px center;
	width: 24px;
	height: 24px;
	float: right;
	position: relative;
	top: -24px;
	margin-bottom: -24px;
}


.flexigrid div.bDiv td div {
	border-top: 0px solid #fff;
	padding-bottom: 4px;
}


.flexigrid tr td.sorted {
	background: #f3f3f3;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #f3f3f3;
}

.flexigrid tr td.sorted div {
}


.flexigrid tr.erow td {
	background: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.flexigrid tr.erow td.sorted {
	background: #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.flexigrid tr.erow td.sorted div {
}

.flexigrid div.bDiv tr:hover td,
.flexigrid div.bDiv tr:hover td.sorted,
.flexigrid div.bDiv tr.trOver td.sorted,
.flexigrid div.bDiv tr.trOver td {
	background: #d9ebf5;
	border-left: 1px solid #eef8ff;
	border-bottom: 1px dotted #a8d8eb;
}

.flexigrid div.bDiv tr.trSelected:hover td,
.flexigrid div.bDiv tr.trSelected:hover td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td.sorted,
.flexigrid div.bDiv tr.trOver.trSelected td,
.flexigrid tr.trSelected td.sorted,
.flexigrid tr.trSelected td {
	background: #d5effc url(../images/flexigrid/hl.png) repeat-x top;
	border-right: 1px solid #d2e3ec;
	border-left: 1px solid #eef8ff;
	border-bottom: 1px solid #a8d8eb;
}

/* novstripe adjustments */

.flexigrid.novstripe .bDiv table {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.flexigrid.novstripe div.bDiv td {
	border-right-color: #fff;
}

.flexigrid.novstripe div.bDiv tr.erow td.sorted {
	border-right-color: #e3e3e3;
}

.flexigrid.novstripe div.bDiv tr td.sorted {
	border-right-color: #f3f3f3;
}

.flexigrid.novstripe div.bDiv tr.erow td {
	border-right-color: #f7f7f7;
	border-left-color: #f7f7f7;
}

.flexigrid.novstripe div.bDiv tr.trSelected:hover td,
.flexigrid.novstripe div.bDiv tr.trSelected:hover td.sorted,
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td.sorted,
.flexigrid.novstripe div.bDiv tr.trOver.trSelected td,
.flexigrid.novstripe tr.trSelected td.sorted,
.flexigrid.novstripe tr.trSelected td {
	border-right: 1px solid #0066FF;
	border-left: 1px solid #0066FF;
}

.flexigrid.novstripe div.bDiv tr.trOver td, .flexigrid.novstripe div.bDiv tr:hover td {
	border-left-color: #d9ebf5;
	border-right-color: #d9ebf5;
}

/* end novstripe */

.flexigrid div.pDiv {
	background: url(../images/flexigrid/wbg.gif) repeat-x 0 -1px;
	border: 1px solid #ccc;
	border-top: 0px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.flexigrid div.pDiv div.pDiv2 {
	margin: 3px;
	margin-left: -2px;
	float: left;
	width: 1024px;
}

div.pGroup {
	float: left;
	background: none;
	height: 24px;
	margin: 0px 5px;
}

div.pGroup input {
	padding:3px 2px 2px 2px;
	width:30px;
	height:14px;
	font-size:11px;
	margin:2px 0 0 0;
	border:1px solid #ccc;
}

div.sDiv input {
	padding:0 2px;
	width:100px;
	height:20px;
	font-size:11px;
	margin:0px 0 0 30px;
	border:1px solid #ccc;
}

div.sDiv input.qsbox {
	padding:3px 2px 2px 2px;
	width:150px;
	height:18px;
	font-size:11px;
	margin:0px 0 0 0;
	border:1px solid #ccc;
}

.flexigrid div.pDiv .pPageStat, .flexigrid div.pDiv .pcontrol {
	position: relative;
	top: 5px;
	overflow: visible;
}

.flexigrid div.pDiv input {
	vertical-align: text-top;
	position: relative;
	top: -5px;
}

.flexigrid div.pDiv div.pButton {
	float: left;
	width: 22px;
	height: 22px;
	border: 0px;
	cursor: pointer;
	overflow: hidden;
}

.flexigrid div.pDiv div.pButton:hover, .flexigrid div.pDiv div.pButton.pBtnOver {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.flexigrid div.pDiv div.pButton span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.flexigrid div.pDiv div.pButton:hover span, .flexigrid div.pDiv div.pButton.pBtnOver span {
	width: 19px;
	height: 19px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}


.flexigrid .pSearch {
	background: url(../images/flexigrid/magnifier.png) no-repeat center;
}

.flexigrid .pFirst {
	background: url(../images/flexigrid/first.gif) no-repeat center;
}

.flexigrid .pPrev {
	background: url(../images/flexigrid/prev.gif) no-repeat center;
}

.flexigrid .pNext {
	background: url(../images/flexigrid/next.gif) no-repeat center;
}

.flexigrid .pLast {
	background: url(../images/flexigrid/last.gif) no-repeat center;
}

.flexigrid .pReload {
	background: url(../images/flexigrid/load.png) no-repeat center;
}

.flexigrid .pReload.loading {
	background: url(../images/flexigrid/load.gif) no-repeat center;
}

/* ie adjustments */

.flexigrid.ie div.hDiv th div, .flexigrid.ie div.bDiv td div, div.colCopy.ie div/* common inner cell properties*/ {
	overflow: hidden;
}

/*Search Fields Widget*/
.search_fields p{
	font-size:16px;
	
}
div.search_fields div.sDiv2 input {
	width: 260px;
	padding: 6px;
	border: 4px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
}

div.search_fields div.sDiv2 select {
	width: 200px;
	padding: 6px;
	border: 4px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
}

div.search_fields div.sDiv2 input.search_submit {
	width: 160px;
	padding: 6px;
	border: 4px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px;
	height:40px;
}

#search_total {
	position:relative;
	margin-bottom:20px;
	height:20px;
}

#search_total h2{
    font-size:16px;
   	color:#666;
	font-weight:bold;
	text-align:right;
	margin:10px 0px 10px 0;
	width:800px;
	position:absolute;
	right:0;
	top:8px;
}

#search_total h2 b {
	color:#000;
}

#search_total .sort {
	width:117px;
	height:29px;
	background: url('../images/search/sort_but.png') no-repeat;
	position:absolute;
	left:0px;
	top:10px;
	text-indent:-5000px;
}

#search_total .sort:hover {
	background: url('../images/search/sort_but.png') 0 -29px no-repeat;
	cursor:pointer;  
}

#search_total .analyise {
	width:117px;
	height:29px;
	background: url('../images/search/analyise_but.png') no-repeat;
	position:absolute;
	left:124px;
	top:10px;
	text-indent:-5000px;
}

#search_total .analyise:hover {
	background: url('../images/search/analyise_but.png') 0 -29px no-repeat;
	cursor:pointer;  
}

/*landing page V2*/

#landing_container {
	width:800px;
	margin:auto;
	position:relative; 
}

.bottom_section_index {
	width:800px;
	position:absolute;
	top:750px;

}

#left_box {
	width:320px;
	float:left;
	margin:0 50px 0 54px;
}

#chartholder {
	margin:20px 0 20px 0;
	 
}

#right_box {
	width:320px;
	float:left;
	padding:0;
	margin:0;
	
}

.labelette {
	width:322px;
	height:36px;
	background: url('../images/landing/label_bk.png') no-repeat; 
}

.labelette p{
	padding:11px 0 0 0;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#92d5ee;
	font-family:helvetica;
	background:none;
}

#news {
	height:275px;
	background: url('../images/landing/whitebox.png') no-repeat;
	margin:20px 0 20px 0;
}

a.want_invite {
	width:115px;
	height:25px;
	/*background: url('../images/landing/request_invite.png') 0 0px no-repeat;*/
	background: url('../images/landing/register_now_but.png') 0 0px no-repeat; 
	position:absolute;
	top:52px;
	right:144px;
	padding:0;
	border:none;
}

a.want_invite:hover {
	cursor:pointer;
	/*background: url('../images/landing/request_invite.png') 0 -25px no-repeat;*/
	background: url('../images/landing/register_now_but.png') 0 -25px no-repeat; 
}

a.member_login {
	width:115px;
	height:25px;
	background: url('../images/landing/member_login_but.png') 0 0px no-repeat;
	position:absolute;
	top:52px;
	right:400px;
	padding:0;
	border:none;
}

a.member_login:hover {
	cursor:pointer;
	background: url('../images/landing/member_login_but.png') 0 -25px no-repeat; 
}

a.contact_site {
	width:115px;
	height:25px;
	background: url('../images/landing/contact_site.png') 0 0px no-repeat;
	position:absolute;
	top:52px;
	right:270px;
	padding:0;
	border:none;
}

a.contact_site:hover {
	cursor:pointer;
	background: url('../images/landing/contact_site.png') 0 -25px no-repeat; 
}

a.add_twitter {
	width:115px;
	height:25px;
	background: url('../images/landing/add_twitter.png') 0 0px no-repeat;
	position:absolute;
	top:180px;
	right:2px;
	padding:0;
	border:none;
}

a.add_twitter:hover {
	cursor:pointer;
	background: url('../images/landing/add_twitter.png') 0 -25px no-repeat; 
}


/******** landing page V1
 
#main_image {
	width:1000px;
	height:289px;
	margin:auto;
	padding:0;
	margin-top:-10px;
}
#main_image ul{
	padding:0;
	margin:0
}

#main_image ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding:0;
	margin:0;
}

	div#main_image ul li img {
	border:none;
	padding:0;
	margin:0;
}
    div#main_image ul li.show {
	z-index:500;
}

#main_blue_bar {
	width:1000px;
	height:67px;
	margin:auto;
	padding:0;
	background:url(../images/landing/blue_bar_main.jpg); 
	position:relative;
}

#main_blue_bar a.register {
	position:absolute;
	right:0px;
	top:14px;
}

#main_blue_bar a.invite {
	position:absolute;
	right:0px;
	top:14px;
}

#main_blue_bar a.login {
	position:absolute;
	right:200px;
	top:14px;
}

.bottom_section_index {
	width:1000px;
	margin:auto;
	margin-top:30px;
}

#left_box {
	width:490px;
	float:left;
}

#right_box {
	width:490px;
	float:right;
}

************/

/*----- Stock revolving news Start ------*/

.stockfeed_rev {
	margin: 10px 10px 0px 6px;
	width: 300px;
	padding: 20px 10px 10px 10px;
	position: relative;
	z-index: 1;
}

.stockfeed_rev ul {
	margin: 0 0 0px 0;
	padding: 0;
}

.stockfeed_rev ul li {
	border-bottom: 1px dotted #666;
	color: #8b8b8b;
    line-height:25px; 
	margin: 0;
	padding: 3px 0 3px 46px;
	position: relative;
	width: 244px;
	background-repeat: no-repeat;
	background-position:0 8px;
}

.stockfeed_rev ul li.news_1 {
	background-image: url(../images/newsproviders/1.jpg);
}

.stockfeed_rev ul li.news_2 {
	background-image: url(../images/newsproviders/2.jpg);
}

.stockfeed_rev ul li.news_3 {
	background-image: url(../images/newsproviders/3.jpg);
}

.stockfeed_rev ul li.news_4 {
	background-image: url(../images/newsproviders/4.jpg);
}

.stockfeed_rev ul li.news_5 {
	background-image: url(../images/newsproviders/5.jpg);
}

.stockfeed_rev ul li.news_6 {
	background-image: url(../images/newsproviders/6.jpg);
}

.stockfeed_rev ul li.news_7 {
	background-image: url(../images/newsproviders/7.jpg);
}

.stockfeed_rev ul li.news_8 {
	background-image: url(../images/newsproviders/8.jpg);
}

.stockfeed_rev ul li.news_10 {
	background-image: url(../images/newsproviders/10.jpg);
}

.stockfeed_rev ul li.news_11 {
	background-image: url(../images/newsproviders/11.jpg);
}
 

.stockfeed_rev ul li a:hover {
	text-decoration: underline;
}

.stockfeed_rev ul li a {
	color: #27809F;
	font-size: 12px;
}

.stockfeed_rev ul li.today {
	background: #e7f0f4;
}

.stockfeed_rev ul li .pos {
	position: absolute;
	right: 26px;
	top: 12px;
}

.stockfeed_rev ul li .neg {
	position: absolute;
	right: 3px;
	top: 12px;
}

.stockfeed_rev ul li .neg_pos {
	position: absolute;
	right: 3px;
	top: 12px;
}

.stockfeed_rev ul li .pos_pos {
	position: absolute;
	right: 23px;
	top: 12px;
}

.stockfeed_rev ul li .new {
	padding: 1px 4px 1px 4px;
}

/*----- Stock revolving news End ------*/

/*----- Tumblr Start ------*/

.tumblr {
	margin: 0 35px 30px 0;
	width: 462px;
	padding: 10px;
	background: #DFDFDF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 4px solid #DFDFDF;
	position: relative;
	z-index: 1;
}

.tumblr_header {
margin:0 0 0px 0;
}

.tumblr_header_inner {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 0px;
}

.tumblr h3 {
	border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0 10px 0;
	padding-left: 8px;
	color:#3F3F3F;
}

.tumblr ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.tumblr ul li {
	border-bottom: 1px dotted #fff;
	color: #8b8b8b;
	line-height: 18px;
	margin: 0;
	padding: 3px 0 3px 3px;
	position: relative;
	width: 459px;
}

.tumblr ul li a:hover {
	text-decoration: underline;
}

.tumblr ul li a {
	color: #27809F;
	font-size: 13px;
}

.tumblr ul li.today {
	background: #e7f0f4;
}

ul.tumblr li h6 {
	line-height:30px;
	padding:6px 0 6px 0;
}

ul.tumblr li p{
	line-height:20px;
	color:#4F4F4F;
}

ul.tumblr li p.date{
	font-size:11px;
	color:#666;
	text-align:right;
} 

/*----- Tumblr End ------*/

/* The Register Form */

#register_form {
	width:760px;
	height:460px;
	margin:auto;
	margin-top:0px;
	background:url(../images/register_form.png) no-repeat;
}

#register_form .left_column {
	width:400px; 
	float:left;
}

.email_bk {
   background:url(../images/register/email_bk.png) no-repeat;  
} 

.name_bk {
   background:url(../images/register/name_bk.png) no-repeat;  
}

.pass_1_bk {
   background:url(../images/register/pass_1_bk.png) no-repeat;  
}

.pass_2_bk {
   background:url(../images/register/pass_2_bk.png) no-repeat;  
}

#register_form .right_column {
	width:340px; 
	float:left;
	position:relative;
}

#register_form input {
	width: 300px;
	padding: 6px;
	border: 3px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px -20px 30px;
	color:#666;
	font-style:italic;
}

#register_form input.on {
	color:#000;
	font-style:normal;
}

#register_form select {
	width: 316px;
	padding: 6px;
	border: 3px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 36px 0px -20px 30px;
	color:#666;
	font-style:italic;
}

.checkbox_text {
	width: 316px;
	padding: 6px;
	margin: 36px 0px -20px 30px;
}

.checkbox_text p {
	margin:-5px 0  0 30px;
	line-height:18px;
	color:#666;
	font-size: 12px;
}

.checkbox_text b {
	font-size:13px;
	color:#000;
}


.fakecheck {
	text-decoration: none;
	outline: none;
	background: url(../images/checkboxes.png) no-repeat;
	height: 22px;
	width: 22px;
	display: block;
	float: left;
	color: #666666;
	margin-left:-5px;
}
/* fake checkbox : hover state */
.fakecheck:hover {
	background-position: left -22px; 
}
/* fake checkbox : checked state */
.fakechecked {
	background-position: left -44px;
}

#register_form .captcha {
	width:310px;
	background:#eaeaea;
	border:4px solid #ccc; 
	position:absolute;
	top:260px;
}

#register_form .captcha p{
	clear:both;
	padding:5px;
	font-size:14px;
	font-weight:bold;
}

#register_form .captcha img.captcha {
	float:left; 
	border:1px solid #666;
	height:34px;
	margin:0;
	width:90px;
	left:10px;
	top:30px;
}

#register_form .captcha input{
	width:190px;
	margin:5px;
	float:right;
	color:#000;
	font-style:normal;
	
}

#register_form input.register_button {
	width:220px;
	height:48px;
	background: url(../images/landing/register_button.png) no-repeat; 
	position:absolute;
	/*bottom:-14px;*/
	top:356px;
	right:30px;
	border:none;
	padding:0;
	margin:0;
	text-indent:-5000px;
}

#register_form input.register_button:hover {
   cursor:pointer;
}

#register_form .right_column img.stocklamp {
	position:absolute;
	top:20px;
	right:30px;
}

#register_form .errors {
	width:310px;
	background:#ee3838;
	border:4px solid red; 
	position:absolute;
	top:130px;
	left:0px;
	margin:0;
	padding:0;
}

#register_form .errors p {
	color:#fff;
	padding:5px;
	font-size:13px;
}

/* The Login Form */  

#login_form  {
	width:760px;
	height:288px;
	margin:auto;
	margin-top:0px;
	background:url(../images/login_form.png) no-repeat;
}

#login_form  .left_column {
	width:400px; 
	float:left;
}

#login_form  .right_column {
	width:340px; 
	float:right;
	position:relative;
}

#login_form  input {
	width: 300px;
	padding: 6px;
	border: 3px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px -20px 30px;
	color:#666;
	font-style:italic;
	}

#login_form  input.on {
	color:#000;
    font-style:normal;
}

#login_form select {
	width: 316px;
	padding: 6px;
	border: 3px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 36px 0px -20px 30px;
}

#login_form input.login_button {
	width:220px;
	height:48px;
	background: url(../images/login_button.png) no-repeat; 
	position:absolute;
	top:204px;
	right:40px;
	border:none;
	padding:0;
	margin:0;
	text-indent:-5000px;
}

#login_form input.login_button:hover {
   cursor:pointer;
}

#login_form .right_column img {
	position:absolute;
	top:30px;
	right:40px;
}

#login_form .errors {
	width:310px;
	background:#ee3838;
	border:4px solid red; 
	position:absolute;
	top:130px;
}

#login_form .errors p {
	color:#fff;
	padding:5px;
	font-size:13px;
}

 #login_form .left_column .checkbox_text p {
	margin:0px 0  0 30px;
	line-height:18px;
	color:#666;
	font-size: 12px;
}

#login_form .checkbox_text {
	clear:both;
	margin-bottom:26px;
}

#login_form .checkbox_text input{
	clear:both;
	margin-bottom:26px;
}

#login_form .checkbox_text b {
	font-size:13px;
	color:#000;
} 

#login_form .left_column p {
	font-size:17px;
	margin:16px 0 0 30px;
}

#login_form .left_column p a {
	text-decoration:underline;
}



#basic_form {
	width:500px;
	margin:auto;
	margin-top:0px;
	background:url(../images/stockfeed_bk.gif) bottom repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:3px solid #ccc;
	padding-bottom:20px;
}

#basic_form h1 {
	padding:20px 30px 10px 30px;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

#basic_form p {
	padding:10px 30px 10px 30px;
	color:#666;
	font-size:15px;
	line-height:22px;
}

#basic_form a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #62b6d5;
	color: #fff;
	padding: 2px 4px 2px 4px;
}

#basic_form input {
	width: 260px;
	padding: 6px;
	border: 3px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 30px 30px;
	color:#666;
	font-style:italic;
	float:left;
}

#basic_form input.forgot_button {
	width: 160px;
	padding: 5px;
	border: 3px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 30px 30px 0;
	color:#666;
	font-style:italic;
	float:right;
}

#basic_form input.on {
	color:#000;
	font-style:normal;
}

#basic_form .errors {
	width:500px;
	background:#ee3838;
	border:4px solid red; 
	position:absolute;
	top:220px;
	right:376px;
}

/* High Chart Style */


#analysisbox {
   position:relative;
   z-index:999px;
}   

#highchart {
	width:840px;
	height:200px;
	clear:both;
	margin:40px 0 -10px 0;
	position:relative;
	z-index:999px;
}

#highchart_today  {
	width:120px;
	height:200px;
	clear:both;
	margin:0px 0 0 0;
	position:absolute;
	z-index:10;
	right:0;
	top:0;
}

#highchart_week  {
	width:120px;
	height:200px;
	clear:both;
	margin:0px 0 0 0;
	position:absolute;
	z-index:10;
	right:130px;
	top:0;
}

#highchart_month  {
	width:120px;
	height:200px;
	clear:both;
	margin:0px 0 0 0;
	position:absolute;
	z-index:10;
	right:260px;
	top:0;
}

.label {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background:#fff;
	height:30px;
	top:10px;
	left:40px;
	position:absolute;
	z-index:1000;
}

.label_today h2  {
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	padding:0 20px 0px 16px;
	color:#666;
	text-align:center;
}

.label_today {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border:1px solid #DFDFDF;
	background:#fff;
	height:30px;
	width:100%;
	z-index:1000;
	margin-bottom:10px;
	margin-top:10px;
}

.label h2 {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 20px 0px 16px;
	color:#666;
}

.inside {
	border:2px solid #DFDFDF;
}

.legend {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	background:#fff url(../images/legend.gif) 10px 9px no-repeat;
	width:330px;
	height:30px;
	top:10px;
	right:174px;
	position:absolute;
	z-index:1000;
}

/*----search bar version 2----*/ 

#search_bar_header{
	width:1000px;
	height:32px;
	position:relative;
}

.my_dash {
	width:69px;
	height:23px;
	background: url('../images/search/mydash_but.png') no-repeat;
	position:absolute;
	right:0px;
	top:0;
	text-indent:-5000px;
}

.my_dash:hover {
	background: url('../images/search/mydash_but.png') 0 -23px no-repeat;
	cursor:pointer;  
}

.saved {
	width:69px;
	height:23px;
	background: url('../images/search/saved_but.png') no-repeat;
	position:absolute;
	right:75px;
	top:0;
	text-indent:-5000px;
}

.saved:hover {
	background: url('../images/search/saved_but.png') 0 -23px no-repeat;
	cursor:pointer;  
}

#search_bar {
	width:1000px;
	height:93px;
	background:#6cb4cf url('../images/search/search_bar_bk.gif') repeat-x;
	position:relative;
}

.search_bar_l {
	width:11px;
	height:93px;
	background: url('../images/search/search_bk_l.gif') no-repeat;
	position:absolute;
	left:0;
	top:0;
}

.search_bar_r {
	width:11px;
	height:93px;
	background: url('../images/search/search_bk_r.gif') no-repeat;
	position:absolute;
	right:0;
	top:0;
}

.search_logo {
	width:184px;
	height:56px;
	background: url('../images/search/search_logo.gif') no-repeat;
	position:absolute;
	left:16px;
	top:19px;
	padding:0;
	border:none;
}

input#search_field {
	width:579px;
	height:44px;
	background: url('../images/search/search_field.gif') no-repeat;
	position:absolute;
	left:208px;
	top:16px;
	padding:0;
	border:none;
	padding-top:12px;
	padding-left:16px;
}

input#search_button {
	width:146px;
	height:37px;
	background: url('../images/search/search_but.png') 0 0px no-repeat;
	position:absolute;
	right:16px;
	top:18px;
	padding:0;
	border:none;
}

input#search_button:hover {
	cursor:pointer;
	background: url('../images/search/search_but.png') 0 -37px no-repeat; 
}

#search_button_off {
	width:146px;
	height:40px;
	background:#99D3E9 url('../images/search/search_button_off.gif') 0 2px no-repeat;
	position:absolute;
	right:26px;
	top:27px;
	padding:0;
	border:none;
}

.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 24px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eaeaea;
}

.ac_over {
	background-color: #65F756;
	color: white;
}

/*Serp Page*/

#serp_sidebar {
	float:right;
	width:220px;
}

#serp_adverts {
   	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff; 
	padding:1px 0 10px 0;
}

#serps {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff;
	float:left;
	width:760px;
}

#search_serps {
	margin:20px;
}

.serp_item {
	position:relative;
	margin-bottom:30px;
}

.serp_item h2 {
	font-size:18px;
	margin-top:6px;
	
}

.serp_item h2 a {
	color:#006C83;
}

.serp_item p {
	color:#666;
	font-size:12px;
	line-height:18px;
	margin:16px 0 8px 0;
	width:680px;
}

.serp_item p b {
	color:#006C83;
}

.serp_item p.date {
	color:#000;
}

.serp_item .pos {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #16a403;
	color: #fff;
	padding:4px; 
	font-size:13px;
	font-weight:bold;
	position:absolute;
	right:70px;
	top:6px; 
}

.serp_item .neg {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #e60606;
	color: #fff;
	padding:4px; 
	font-size:13px;
	font-weight:bold;
	position:absolute;
	right:40px;
	top:6px; 
}

.serp_item .tags {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #3990B0;
	color: #fff;
	padding:4px;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	right:40px;
	bottom:0px;
}

.serp_item .taglist {
	background:#D0D0D0;
	padding:4px;
	width:560px;
	position:absolute;
	bottom:0;
	right:64px;
	color:#666;
}

.today_icon {
	position:absolute;
	top:0;
	right:0;
}

.source_icon {
	float:left;
	width:30px;
	height:30px;
	margin:21px 10px 0 0;
}

.serp_advert_item {
	margin:20px 20px 38px 20px;
	
}

.serp_advert_item h3 a{
	font-size:15px;
	color:#077188;
}

.serp_advert_item p {
	color:#666;
	font-size:12px;
	line-height:18px;
	margin:15px 0 8px 0;
}

.serp_advert_item p.url a {
	font-size:12px;
	line-height:18px;
	color:#16a403;
	margin:8px 0 10px 0;
}

#search_pagination {
    font-size: 13px;
    margin:20px;
	padding-top:20px;
	height:20px;
}
        
#search_pagination a {
    text-decoration: none;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #d0d0d0;
	color: #fff;
}

#search_pagination a, #search_pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

#search_pagination .current {
	text-decoration: none;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #3990B0;
	color: #fff;
	font-weight:bold;
}

#search_pagination .current.prev, #search_pagination .current.next{
	color:#d0d0d0;
	border:1px solid #d0d0d0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#fff;
}
    
#search_sort {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#DFDFDF;
	width:100%;
	padding:10px 0 56px 0; 
	margin-bottom:20px;
	position:relative;
}

.save {
	width:69px;
	height:23px;
	background: url('../images/search/save_but.png') no-repeat;
	position:absolute;
	left:20px;
	bottom:20px;
	text-indent:-5000px;
}

.save:hover {
	background: url('../images/search/save_but.png') 0 -23px no-repeat;
	cursor:pointer;  
}

.sort_small {
	width:81px;
	height:23px;
	background: url('../images/search/sort_small_but.png') no-repeat;
	position:absolute;
	right:40px;
	bottom:20px;
	text-indent:-5000px;
}

.sort_small:hover {
	background: url('../images/search/sort_small_but.png') 0 -23px no-repeat;
	cursor:pointer;  
} 

.reset_small {
	width:81px;
	height:23px;
	background: url('../images/search/reset_small_but.png') no-repeat;
	position:absolute;
	left:20px;
	bottom:20px;
	text-indent:-5000px;
}

.reset_small:hover {
	background: url('../images/search/reset_small_but.png') 0 -23px no-repeat;
	cursor:pointer;  
}

.reset_top {
	width:81px;
	height:23px;
	background: url('../images/search/reset_small_but.png') no-repeat;
	position:absolute;
	right:16px;
	top:0px;
	text-indent:-5000px;
}

.reset_top:hover {
	background: url('../images/search/reset_small_but.png') 0 -23px no-repeat;
	cursor:pointer;  
}

.logout_top {
	width:81px;
	height:23px;
	background: url('../images/search/logout_but.png') no-repeat;
	position:absolute;
	right:90px;
	top:0px;
	text-indent:-5000px;
}

.logout_top:hover {
	background: url('../images/search/logout_but.png') 0 -23px no-repeat;
	cursor:pointer;  
}

.sort_close {
	width:16px;
	height:16px;
	background: url('../images/search/cross.png') no-repeat;
	position:absolute;
	top:18px;
	right:20px;
	text-indent:-5000px;
}

#search_sort ul {
	margin:0 20px 0 20px;
	border-bottom:1px solid #ccc;
}

#search_sort ul li {
	padding:0 0 16px 20px;
}

#search_sort ul.help li {
	padding:0 0 16px 0px;
}

#search_sort ul li a {
	color:#666;
	padding:3px 6px 3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#CFCFCF;
}

#search_sort ul li.header {
	color:#000;
	font-weight:bold;
	padding:10px 0 16px 0 ;
}

#search_sort ul li a.on {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#3990B0;
	color:#fff;
	font-weight:bold;
	
}

#search_sort ul li.posnews a.on {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#16A403;
	color:#fff;
	font-weight:bold;
	
}

#search_sort ul li.negnews a.on {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background:#E60606;
	color:#fff;
	font-weight:bold;
	
}

/*Private Beta Buttons*/

a.what_stock {
	width:220px;
	height:48px;
	background:url(../images/search/what_buttons.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	text-indent:-5000px;
}

a.why_stock {
	width:220px;
	height:48px;
	background:url(../images/search/what_buttons.png) 0 -57px no-repeat;
	position:absolute;
	top:57px;
	left:0;
	text-indent:-5000px;
}

a.video_stock {
	width:220px;
	height:48px;
	background:url(../images/search/what_buttons.png) 0 -114px no-repeat;
	position:absolute;
	top:114px;
	left:0;
	text-indent:-5000px;
}

a.bug_stock {
	width:220px;
	height:48px;
	background:url(../images/search/what_buttons.png) 0 -172px no-repeat;
	position:absolute;
	top:57px;
	left:0;
	text-indent:-5000px;
}

/*Terms Page*/
#terms {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#fff;
	float:left;
	width:760px;
}

#terms p {
	padding:10px 20px 10px 20px;
	line-height:18px;
	font-size:12px; 
	color:#666;
}

#terms p.intro {
	padding:10px 20px 10px 20px;
	line-height:22px;
	font-size:14px; 
	color:#666;
}

#terms h3 {
	padding:10px 20px 10px 20px;
	line-height:20px;
	font-size:15px;
}

#terms h2 {
	padding:10px 20px 10px 20px;
	line-height:34px;
	font-size:20px;
	font-style:italic;
	font-family:georgia;
}

#terms h1 {
	padding:20px 20px 10px 20px;
	line-height:20px;
	font-size:18px;
}

#terms h4 {
	padding:10px;
	border:none;
	line-height:20px;
	font-size:14px;
}

.temp_info {
	width:100%; 
	background:#60B2CE;
	border:1px solid #498EA7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.temp_info p {
	color:#fff;
	font-size:13px;
	line-height:18px;
	padding:20px;
}

.warning_header {
	background:#FFEB8F url(../images/search/error.png) 10px 7px no-repeat; 
	height:30px;
	position:absolute;
	top:-10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
}

.warning_header p {
	padding:0 20px 0 30px;
	line-height:30px;
	font-size:13px;
	color:#7F6B0F;
}

.bugbox {
	width:180px;
	float:right;
	background:#eaeaea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px 20px 20px 10px;
} 

.devbox {
	width:180px;
	float:right;
	background:#eaeaea;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px 20px 20px 0px;
}

.fixbox {
	float:left;
	width:300px;
    margin:10px 0px 20px 20px;
}

ul.versionlist {
	padding:0;
	margin:10px;
}

ul.versionlist li {
	padding:5px 0 5px 24px;
	color:#666;
	line-height:16px;
	border-bottom:1px dotted #ccc;
}

ul.bug li {
	background:url(../images/support/bug.png) 0 6px no-repeat;
}

ul.dev li {
	background:url(../images/support/dev.png) 0 6px no-repeat;
}

ul.fix li {
	background:url(../images/support/fix.png) 0 6px no-repeat;
}

#terms h3.version_header {
	border-bottom:3px dotted #ccc;
	border-top:3px dotted #ccc; 
}

ul.fix li.ranked_source {
	border:0;
	padding:0;
	margin:10px 0 10px 0;
	background:none;
	line-height:16px;
}

ul.fix li.ranked_source img{
	float:left;
	margin-right:10px;
	height:16px;
	width:16px;
}

#terms ul.fix li.ranked_source p{
	float:left;
	line-height:16px;
	padding:0;
	margin:0;
}

/*Feedback Form*/

#feedbackform {
	width:1000px;
	background:#fff;
	margin:20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative;   
}

#feedbackform h3 {
   padding:10px 10px 6px 10px;
	font-size:16px;
	font-weight:bold;
} 

#feedbackform h1 {
   padding:10px 10px 10px 10px;
	font-size:26px;
	font-style:italic;
	font-family:georgia;
	color:#fff;
	text-align:center;
}

#feedbackform textarea {
	margin:10px;
	border:1px solid #ccc;
	height:80px;
	font-weight:normal; 
	
}

a.send_bug {
	width:115px;
	height:25px;
	background: url('../images/support/send_now.png') 0 0px no-repeat; 
	position:absolute;
	top:10px;
	right:20px;
	padding:0;
	border:none;
}

a.send_bug:hover {
	cursor:pointer;
	background: url('../images/support/send_now.png') 0 -25px no-repeat; 
}

a.close_form {
	width:115px;
	height:24px;
	background: url('../images/support/close_form.png') 0 -24px no-repeat; 
	position:absolute;
	top:10px;
	right:150px;
	padding:0;
	border:none;
}

a.close_form:hover {
	cursor:pointer;
	background: url('../images/support/close_form.png') 0 -0px no-repeat; 
}

a.send_feedback {
	width:220px;
	height:23px;
	background: url('../images/support/send_feedback.png') no-repeat;
	position:absolute;
	right:176px;
	top:0px;
	text-indent:-5000px;
}

a.send_feedback:hover {
	background: url('../images/support/send_feedback.png') 0 -23px no-repeat;
	cursor:pointer;  
}

.queryterm {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border:1px solid #DFDFDF;
	background:#fff;
	height:30px;
	padding:5px 10px 5px 10px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
  	text-align:center;
	color:#666;
}

a.quit_analysis {
	width:96px;
	height:38px;
	position:absolute;
	top:140px;
	left:440px;
	background: url('../images/search/quit_analysis.png') no-repeat;
}

.tweetmeme {
	position:absolute;
	top:38px;
	left:-26px;
}
