body, #body{
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333;
	margin: 0;
	padding: 0
}
h1 {
	font-size: 24px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 700;
	text-transform: capitalize;
	text-decoration: none;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0
}
h2 {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	margin: 15px 0 5px;
	padding: 1px
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	padding: 1px;
	border-top: 3px solid #808080;
	margin-top: 20px;
	padding-top: 5px;
}

.homepage h1
{
	margin-top: 0;
}
.homepage h3
{
	border: none;
	margin-top: 0;
}

h2.blog_title{
	border-bottom: 3px solid #808080;
	font-size: 16px;
	color:#000;
}

h2.blog_title a{
	color:#000;
}


h4 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	font-style: normal;
	margin: 0;
	padding: 5px 0;
}
h5 {
	color: #000;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #005790;
}
a:hover{
	text-decoration:underline;
}
p {
	text-align: left;
	line-height: 1.5em;
}

img {
	border: 0;
}

li {
	margin: 0 0 5px 0;
	padding: 3px 0 0;
}
ul, ol {
	vertical-align: top;
	margin: 5px 0;
	margin-left: 0px;
	padding: 0;
}
ul li{
	list-style: none;
	margin-left: 4px;
}
.homepage ul li
{
	list-style: inherit;
}

.gray {
	color: #808080;
	margin: 2px;
}

a.nav:link, a.nav:visited {
	color: #09549E;
}
a.blk:link, a.blk:visited {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
	line-height: normal
}
a.wht:link, a.wht:visited {
	color: #fc6;
	text-decoration: underline;
	font-weight: 700;
	font-size: 13px;
	vertical-align: bottom
}
a.exct:link, a.exct:visited {
	color: #F63;
	text-decoration: underline;
	font-weight: 900;
	font-size: 15px
}
a.blk:hover {
	color: #06C
}
a.name:link, a.name:visited {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: 700;
	line-height: normal;
	font-size: 12px
}
a.name:hover {
	color: #06C;
	background-color: #CFF
}
a.current{
	font-weight: 900;
	text-decoration: underline;
}

.clear {
	clear: both;
	min-height: 1px;
	+height: 0px;
}
hr {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

.hidden{
	display: none !important;
}

/* Table Styles*/

table.R5, table.R5 table {
	border: none;
	border-bottom: solid 1px #CCC;
	background-color: #FFF;
	width: 100%;
	border-collapse: collapse;
	padding: 2px;
}
table.R5 th {
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #CCC;
	text-align: right;
	margin: auto;
	padding: 5px;
}

table.R5 th.small{
	font-size:10px;
}

table.R5 th a {
	color: #000;
}
table.R5 th.sorting a, table.sortable thead th {
	background: url('http://static.gurufocus.com/ic/image/sort_both.png') no-repeat center right;
	padding-right: 14px;
}
table.R5 th.sorting_desc, table.R5 th.sorting_asc, table.sortable thead th.headerSortUp, table.sortable thead th.headerSortDown {
	background-color: #F9F9F9;
}
table.R5 th.sorting_desc a, table.sortable thead th.headerSortUp {
	background: url('http://static.gurufocus.com/ic/image/sort_desc.png') no-repeat center right;
	padding-right: 20px;
}
table.R5 th.sorting_asc a, table.sortable thead th.headerSortDown {
	background: url('http://static.gurufocus.com/ic/image/sort_asc.png') no-repeat center right;
	padding-right: 20px;
}
table.R5 td {
	border: none;
	border-top: solid 1px #DDD;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	margin: 0;
	padding: 4px
}
table.R5 .text {
	text-align: left;
}

table.R5 .strong {
	font-weight: 700;
}

table.R5 .text_center {
	text-align: center;
}

table.R5 .text_right {
	text-align: right;
}


table.R5 td a {
	color: #333;
}
table.R5 td.menutop{
	text-overflow: initial;
}
table.R5 td.menutop a {
	background: url('http://static.gurufocus.com/images/icons/gray/dropdown.png') no-repeat center right;
	padding-right: 20px;
}
table.R5 tr.highlight {
	cursor: pointer;
	border: none;
	background-color: #EEE;
	color: #000;
}
table td.discuss {
	background-color: #F6F6F6;
	border: none !important;
	text-align: left !important;
	padding: 5px 5px 20px 20px !important;
	cursor: default;
}

/* Table Styles*/

table.R10{
	border: none;
	border-bottom: solid 1px #CCC;
	table-layout: auto;
	background-color: #FFF;
	width: 100%;
	border-collapse: collapse;
	padding: 2px;
}
table.R10 th {
	vertical-align: middle;
	background: none;
	border: none;
	border-top: solid 1px #CCC;
	text-align: right;
	margin: auto;
	padding: 5px;
}

table.R10 th.small{
	font-size:10px;
}

table.R10 th a {
	color: #000;
}
table.R10 th.sorting a {
	padding-right: 14px;
}
table.R10 th.sorting_desc, table.R10 th.sorting_asc {
	background-color: #F9F9F9;
}
table.R10 th.sorting_desc a {
	background: url('http://static.gurufocus.com/ic/image/sort_desc.png') no-repeat center right;
	padding-right: 20px;
}
table.R10 th.sorting_asc a {
	background: url('http://static.gurufocus.com/ic/image/sort_asc.png') no-repeat center right;
	padding-right: 20px;
}
table.R10 th.sorting a img{
	position: relative;
	top: 5px;
	margin-top: -7px;
}
table.R10 td {
	border: none;
	border-top: solid 1px #DDD;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	vertical-align: middle;
	margin: 0;
	padding: 4px
}
table.R10 .text {
	text-align: left;
}

table.R10 .text_center {
	text-align: center;
}

table.R10 .text_right {
	text-align: right;
}


table.R10 td a {
	color: #333;
}
table.R10 td.menutop{
	text-overflow: initial;
}

table.R10 td.menutop a {
	background: url('http://static.gurufocus.com/images/icons/gray/dropdown.png') no-repeat center right;
	padding-right: 20px;
}

table.R10 tr.highlight {
	cursor: pointer;
	border: none;
	background-color: #EEE;
	color: #000;

}

table.R10 tr.highlightwithicon {
	background-image:url('http://static.gurufocus.com/images/icons/gray/png/chart_line_icon&16.png');
	background-repeat:no-repeat;
	background-position:130px 0px;
}


#header{
	height1:81px;
	left: 0;
	overflow: visible;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0 0 20px #ddd;
	-moz-box-shadow: 0 0 20px #ddd;
	box-shadow: 0 0 20px #ddd;
}

#menu_container {
	background: #195DAA;
	background: -moz-linear-gradient(top, #0272a7, #195DAA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#195DAA));
	/* Borders */
	border1: 1px solid #002232;
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;
}
#menu_container_inner {

	margin: 0px auto;
	height: 46px;
	width: 1000px;
}
#menu {
	list-style: none;
	width: 865px;
	height: 44px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 6px;
	padding-top:6px;
	padding-bottom:11px;
	margin-top: 9px;
	border: none;
	margin-left:0px;
}
#menu li:hover {
	border: 1px solid #777777;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:12px;
	/* Background color and gradients */


	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	/* Rounded corners */

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.menu_select{
	border: 1px solid #777777;
	padding-left:9px;
	padding-right:9px;
	padding-top:5px;
	padding-bottom:12px;
	/* Background color and gradients */


	background: #FCFCFC;
	/*
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	/* Rounded corners */

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

	color: #161616;
	text-shadow: 1px 1px 1px #ffffff;

	padding-bottom: 16px !important;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	outline: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
#menu li:hover a {
	color: #161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right: 18px;
	background: url("http://static.gurufocus.com/images/drop.png") no-repeat right 8px;
}

#menu li .menu_notice {
	padding-right: 5px;
	background: none;
	background-color: red;
	font-weight: bold;
	padding:5px;
	padding-top:0px;
	border:1px solid #000;
}


#menu li:hover .drop {
	background: url("http://static.gurufocus.com/images/drop.png") no-repeat right 7px;
}

#menu li:hover .menu_notice {
	background-color: red;
	padding-right: 5px;
	background: none;
	font-weight: bold;
	padding:5px;
	padding-top:0px;
	border:none;

}
.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
	z-index:999;
	margin: 12px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 10px 5px;
	border: 1px solid #777777;
	border-top: none;
	/* Gradient background */
	background:#EEEEEE;

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
.dropdown_1column {
	width: 160px;
}
.dropdown_2columns {
	width: 340px;
}
.dropdown_3columns {
	width: 510px;
}
.dropdown_4columns {
	width: 680px;
}
.dropdown_5columns {
	width: 900px;
}
#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_5columns {
	left: -1px;
	top: auto;
	z-index: 99999;
}
.col_1, .col_2, .col_3, .col_4, .col_5 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {
	width: 160px;
}
.col_2 {
	width: 320px;
}
.col_3 {
	width: 510px;
}
.col_4 {
	width: 680px;
}
.col_5 {
	width: 710px;
}
#menu .menu_right {
	float: right;
	margin-right: 0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
	left: auto;
	right: -1px;
	top: auto;
}
#menu p, #menu h2, #menu h3, #menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size: 21px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 7px 0 14px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #808080;
}
#menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #888888;
}
#menu p {
	line-height: 18px;
	margin: 0 0 10px 0;
}
#menu li:hover div a {
	font-size: 12px;
	color: #015b86;
	font-weight:normal;
}
#menu li:hover div a:hover {
	color: #029feb;
}


#searchbar {
	background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin: 0;
    padding: 4px 0px;
    width: 100%;
}

#searchbarInner {
    color: #808080;
    height: 25px;
    margin: auto;
    padding: 0;
    width: 1000px;
    text-align:left;
}

#searchbarInner form{
	display: inline;
}

span.notice-num {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #D82521;
    border-color: #D6341F #A52D2C #A52D2C #D6341F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #A52D2C;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: none;
    float: left;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin: 8px 5px 0 -4px;
    min-width: 10px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
}

.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.imgshadow { /* Better style on light background */
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #777777;
	margin-top: 5px;
	-moz-box-shadow: 0px 0px 5px #808080;
	-webkit-box-shadow: 0px 0px 5px #808080;
	box-shadow: 0px 0px 5px #808080;
}
.img_left { /* Image sticks to the left */
	width: auto;
	float: left;
	margin: 5px 15px 5px 5px;
}
#menu li .black_box {
	background-color: #333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding: 4px 6px 4px 6px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	box-shadow: inset 0 0 3px #000000;
}
#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}
#menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 160px;
}
#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#menu li .greybox li {
	background: #F4F4F4;
	border: 1px solid #bbbbbb;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 116px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu li .greybox li:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
}
#main {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 0;
	margin: 0 auto
}
#topnewsContainer {
	width: 1000px;
	background: #fff;
	margin: 5px auto 10px;
	padding: 0
}
#topnews {
	width: 980px;
	border: 0;
	font-size: 14px;
}
#content {
	width: 1000px;
	background: #fff;
	margin: 10px auto;
	margin-top:100px;
}
#rightContainer {
	width: 308px;
	float: left;
	border-left: 1px solid #DDDDDD;
	padding-left: 5px;
	background-color: #fff;
}
#bottomContainer {
	width: 980px;
	float: none
}
#rightContainer2 {
	width: 320px;
	float: left
}
.leftColNarrow2 {
	clear: left;
	width: 308px;
	border: 1px solid #ddd;
	float: left;
	display: inline;
	margin: 0 23px 10px 0;
}
.midColNarrow2 {
	float: left;
	width: 308px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
}
.leftColWide2 {
	clear: left;
	width: 638px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 5px
}
.clear2 {
	clear: both;
	height: 0;
	overflow: hidden
}
.rightColNarrow2 {
	width: 308px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	float: left;
	padding: 5px
}
.rightColNarrow3 {
	width: 308px;
	margin-bottom: 10px;
	padding: 5px
}
.leftColNarrow {
	clear: left;
	width: 308px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	padding-left: 0px;
}
.leftColNarrowSection {
	clear: left;
	width: 308px;
	float: left;
	display: inline
}
.midColNarrow {
	width: 338px;
	float: left;
	margin: 0 0 10px;
	padding: 0
}
.midColNarrowSection {
	clear: left;
	width: 340px;
	float: left;
	margin-top: 0
}
.leftColWide {
	clear: left;
	width: 668px;
	display: inline;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px;
	padding: 5px 0px;
}
.rightColNarrow {
	width: 308px;
	margin-bottom: 10px;
}
.bottomColwide {
	clear: left;
	width: 967px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 5px
}
.investmentcenter {
	float: left;
	height: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 10px
}
fieldset.search {
	border: none;
	width: 330px
}
.search input, .search button {
	border: none;
	float: left
}
.search input.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	width: 210px;
	height: 20px;
	background: #FFF;
	margin-right: 0;
	border: 2px solid #919191;
	padding: 0 5px;
	line-height: 20px;
}
.search input.box:focus {
	background: #FFF no-repeat left -38px;
	color: #000;
	outline: none;
	padding-left: 5px;
}
fieldset.search2 {
	border: none;
	width: 140px;
	padding: 0
}
.search2 input, .search2 button {
	border: none;
	float: left;
	margin: 0;
	padding: 0
}
.search2 input.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	width: 100px;
	height: 19px;
	background: #FFF;
	margin-right: 0;
	border: 1px solid #999;
	text-transform: uppercase;
	padding: 0 5px
}
.search2 input.box:focus {
	background: #FFF no-repeat left -38px;
	color: #000;
	outline: none;
	text-transform: uppercase
}
.shareideas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	width: 292px;
	height: 21px;
	margin-left: 0;
	border: 1px solid #999;
	padding: 0 5px
}
.stockpickslistul {
	list-style: none;
}
.homepage .stockpickslistul li
{
	border-bottom: dotted 1px #CCC;
	padding: 0 0 5px;
	margin-left: 0;
}
.lateststockpickslistul {
	text-align: left;
}
.gurunames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #005790
}
li.stockpick {
	width: 300px !important;
	height: 130px !important;
	overflow: visible !important;
	position: relative;
	border: solid 1px #DDD;
	background-color: #FFF;
	box-shadow: 1px 1px 15px #eee;
}
.lateststockpickitem {
	width: 300px;
	display: inline;
	height: 50px
}
.firststory1 {
	text-align: left
}
.stockpickspic {
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 5px;
}
.lateststockpickspic {
	margin-top: 0;
	margin-left: 0;
	display: inline;
	width: 300px;
	height: 50px
}
.stockpickspic > img {
	border: 1px solid #CCC;
	float: left;
	width: 60px;
	margin: 2px 2px 2px 0;
	padding: 1px
}
.lateststockpickspic > img {
	border: 1px solid #CCC;
	float: none;
	margin: 2px 2px 2px 0;
	padding: 1px
}
.stockpicksinfo {
	margin-left: 65px;
}
.lateststockpicksinfo {
	margin-top: 0;
	width: 211px;
	margin-left: 10px
}
.stockpickscontent {
	margin-left: 5px;
	margin-top: 5px;
	border-top: dotted 1px #ccc;
	padding-top: 5px;
}
.homepage .stockpickscontent
{
	border: none;
	margin: 0;
}
.topstorypic {
	width: 150px;
	border: 0px solid #CCC;
	float: left;
	margin: 10px 0 10px 0px;
	padding: 1px
}
.firststoryleftside {
	float: left;
	margin: 10px 0 10px 10px
}
.topstorypic img {
	width: 150px
}
ul.topstoryul {
	text-align: left;
	color: #CCC;
	width: 305px;
	list-style: disc;
	white-space: nowrap;
	list-style-position: inside;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 0
}
li.topstoriesli {
	float: left;
	margin-top: 6px;
	width: 288px
}
li.topstoriesli a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}
a.indexmore {
	text-transform: uppercase;
	text-align: left
}
.topstoriesmore {
	margin-left: 0
}

.news{}
.news_info{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom:2px;
	margin: 10px 0px 0;
}

ol.gurucar {
	list-style-type: none;
	width: 258px;
	border: 0;
	margin: 10px auto 10px 16px;
	padding: 0
}
.tc, .tn, .tw {
	float: left;
	text-align: right;
	overflow: hidden
}
.tw {
	width: 120px;
	font-size: small
}
.insiderbuysli {
	width: 288px;
	height: 15px;
	margin-left: 0
}
.firststorytitle {
	text-align: left;
	margin: 0
}
.firststorytitle > a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px
}
.firststorycontent {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0
}
.stockpicksabstract {
	width: 288px;
	float: left;
	text-align: left;
	margin: 10px 10px 5px 20px
}
.stockpicksabstract a {
	float: right;
	margin-right: 20px;
	text-decoration: none;
	font-size: 12px;
	font-family: arial, helvetica, clean, sans-serif
}
.valuestrategiestitle {
	display: block;
	font-size: 16px;
	font-weight: 700;
	float: left
}
.connectul {
	list-style: none
}
.connectli {
	display: block;
	float: left
}
.discussionsul {
	color: #CCC;
	margin-top: 10px
}
.insiderbuysabstract {
	margin-bottom: 10px
}
.insiderbuysabstract a {
	color: #09549E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-decoration: underline
}
span.ago {
	border: 1px solid #C60;
	color: #C60;
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	white-space: nowrap;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	border-style: dotted;
	padding: 2px 5px
}
span.insiderago {
	border: 1px solid #C60;
	color: #C60;
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	white-space: nowrap;
	float: right;
	margin-top: 8px;
	margin-right: 15px;
	border-style: dotted;
	padding: 2px 5px
}
#iclink {
	width: 298px;
	height: 25px;
	text-align: right;
	margin-top: 10px
}
.stockpicksmore {
	text-align: right;
	margin: 10px
}
#share {
	background-color: #FFE
}
#juitterContainer {
	margin-top: 10px;
	width: 308px;
	height: 500px;
	overflow: auto;
	overflow-x: hidden
}
#juitterContainer .twittLI {
	list-style: none;
	border-bottom: 1px dotted #CCC;
	clear: both;
	height: 50px;
	text-align: left;
	margin: 5px 0 0 5px;
	padding: 0 0 5px
}
#juitterContainer .twittList SPAN.time {
	color: #777;
	font-size: .9em
}
#juitterContainer .twittList A {
	text-align: left
}
#juitterContainer .juitterAvatar {
	float: left;
	border: solid 1px #D3EECA;
	background: #FFF;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	padding: 2px
}
#juitterContainer .jRM {
	float: right;
	clear: both
}
#inputsubmit {
	float: right
}
#logoarea {
	height: 94px;
	width: 500px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0
}
#footer {
	background-color: #00438E;
	border-top: 3px solid #fff;
	color: #5BF;
	text-align: center;
	height: auto
}
.footergrid {
	width: 1000px;
	background-color: #00438E;
	margin: 20px auto 0
}
.footerul {
	list-style: none;
	margin: 5px 5px 0;
	font-size: 12px;
}
.footerli {
	margin: 15px 10px 0
}
.footerli a {
	color: #FFF !important;
}
.footerli a:hover {
	color: #5BF;
	text-decoration: underline
}
.footerli p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 9px;
	text-align: left
}
#containAll {
	background-color: #fff;
	width: 82.75em;
	text-align: left;
	font-size: 12px;
	font-family: arial, helvetica, clean, sans-serif;
	margin: 0 auto;
	padding: 0 1px
}
.main {
	font-size: 12px;
	font-family: arial, helvetica, clean, sans-serif
}
.table1 {
	background-color: #fff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
	border-color: #2B5286;
	border-style: solid;
	border-width: 1px;
	margin: 5px auto;
	padding: 2px
}
hr.hr5 {
	border-top: 0;
	border-bottom: thin dotted #eee;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border-right-width: 0;
	border-left-width: 0
}
.control_box{
	padding: 10px;
	background-color: #F9F9F9;
}
.side_nav{
	width: 280px;
	padding: 5px 10px 15px;
	background-color: #F6F6F6;
}
.side_nav a, .side_nav u{
	display: block;
	padding-left: 16px;
	line-height: 20px;
}
.side_nav u{
	background: url(http://static.gurufocus.com/images/icons/gray/png/playback_play_icon&16.png) no-repeat left center;
}
.square {
	font-family: Arial;
	font-size: 12px;
	color: #2B5286
}
.square A {
	font-size: 12px;
	color: #000;
	text-decoration: underline
}
.square A:Hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	background-color: #2B5286
}
.newcontent {
	width: 1000px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto 60px;
	padding: 0;
	margin-top:100px;

}
.graylinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #920000;
	font-weight: Bold
}
.graylinks A {
	color: #920000
}
.graylinks A:Hover {
	color: #333
}
.rightedit {
	float: right;
	font-size: 12px;
	margin: 5px
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF
}
.micro {
	font-family: Tahoma;
	font-size: 9px;
	color: #636363
}
.call {
	font-size: 18px;
	font-weight: Bold;
	color: #333;
	text-align: center;
	margin: 5px 0;
	padding: 5px 0
}
.call2 {
	background: #CCC;
	font-size: 18px;
	font-weight: Bold;
	padding: 5px
}
.callg {
	font-size: 14px;
	font-weight: Bold;
	color: #096;
	text-align: center;
	padding: 2px
}
.callr {
	font-size: 14px;
	font-weight: Bold;
	color: #C00;
	text-align: center;
	padding: 10px
}
.articleabstract{
	text-align: left;
	line-height: 1.5em;
}
.articledate{
	color: #808080;
	margin: 0 0 10px;
}
a.articletitle:link, a.articletitle:visited {
	font-size: 14px;
	font-weight: 700;
	padding-left: 0;
	text-align: center;
	margin: 2px 0 5px
}

a.articletitle_small:link, a.articletitle_small:visited {
	font-size: 12px;
	font-weight: 700;
	padding-left: 0;
	text-align: center;
	margin: 2px 0 5px
}


a.atitle:link, a.atitle:visited {
	font-size: 13px;
	color: #402B86;
	font-weight: 700;
	text-decoration: underline;
	padding-left: 0;
	margin: 2px 0 5px
}
a.atitle:hover {
	color: #862B80;
	text-decoration: underline
}
.newslettertitlec2 {
	font-size: 14px;
	color: #00000;
	font-weight: 700;
	text-align: center;
	background-color: #F5F8FD;
	margin: 5px;
	padding: 5px
}
.warn {
	background-color: #F99
}
.row_even {
	background-color: #FFF
}

.info, .success, .warning, .error, .validation, .info_question, .login_box {
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px 10px 15px;
	box-shadow: 1px 1px 5px #DDD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.info {
	color: #333;
	background-color: #F3F9FF;
	background-image: url(http://static.gurufocus.com/images/icons/gray/png/info_icon&16.png);
	border: dotted 1px #CCC;
	padding: 10px 10px 10px 40px;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(http://static.gurufocus.com/images/validyes.png);
	padding: 10px 10px 10px 40px;
}
.warning {
	color: #000 !important;
	text-align:center;
	background-color: #fdf5d9;
}
.warning p{
	margin:5px;
}
.warning ul{
	text-align: left;
}
.error {
	background-image: url(http://static.gurufocus.com/images/validno.png);
	background-color: #ffc;
	color: #c60000;
	background-repeat: no-repeat;
	border-color: #fc0;
	padding: 10px 10px 10px 40px;
}
.masterdiv {
	float: left;
	width: 160px;
	margin-top: 2px
}

.login_box{
	background-color: #FFF;
	margin-top: 20px;
	padding: 20px;
	box-shadow: 0px 1px 20px #CCC;
	-moz-box-shadow: 0px 1px 20px #CCC;
	-webkit-box-shadow: 0px 1px 20px #CCC;
}
.login_box.sub{
	background-color: #FCFCFC;
}
.login_form{
	font-size: 14px;
}
.login_form input[type=text], .login_form input[type=password]{
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #404040;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.login_form .button{

}

a.box {
	background-color: #FFF;
	text-decoration: none;
	border: medium solid #CCC;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px
}
a.box:hover {
	text-decoration: none;
	background-color: #808080;
	border: medium solid #36F;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px
}
a.link_more{
	display: block;
	padding-top: 6px;
	text-transform: uppercase;
}
a.link_more:hover{
	color: #333;
}
.tk {
	font-weight: 700
}

#Rf td.tk{
	text-align:left;
}

#Rf td.incent{
	text-align:left;
	padding-left:10px;
}


#Rf td.td_normal{
	text-align:left;
}

#Rf td.th_normal{
	text-align:left;
}


#Rf td.style4{
	line-height:14px;
}

.tks {
	font-size: 10px;
	font-weight: 700
}
.tkr {
	color: red;
}
.tkg {
	color: green;
}
.actg{
	background-color: #339933;
	color: white;
	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.actr{
	background-color: #CC3333;
	color: white;
	padding: 1px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cp {
	text-align: left;
	font-size: 11px;
	text-decoration: none;
	font-family: verdana, arial, sans-serif
}
.al {
	font-size: 9px;
	font-weight: 700;
	color: red;
	font-family: verdana, arial, sans-serif
}
.alb {
	font-size: 10px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.date {
	color: #808080;
	font-size: 0.8em;
	font-weight: normal;
}
.date a{
	color: #808080;
}
a.:link, a.:visited {
	font-size: 11px;
	text-decoration: none
}
.pr {
	text-align: center
}
.act, .prc, .pct {
	font-weight: 400;
	text-align: center
}
.sh {
	text-align: right
}
.s3 {
	background: #D5DDE8;
	color: #630;
	border: 0;
	margin: 0;
	padding: 2px
}
.s2 {
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #03F;
	text-decoration: underline;
	background-color: #E5E5E5
}
a.st:link, a.st:visited {
	color: #808080;
}
.floatimgleft {
	float: left;
	margin: 0 4px 4px 0;
	padding: 0
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom: 3px
}
.s1 {
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #ffF;
	background: #D5DDE8 url(http://static.gurufocus.com/images/bar_background.gif) repeat-x;
	padding: 3px 0
}
.adarea {
	font-size: 14px;
	margin: 0;
	padding: 0
}
.adarea_2 {
	background: #F5F8FD url(http://static.gurufocus.com/images/tab_e.gif) repeat-x;
	border: solid 1px #D5DDE8;
	font-size: 14px;
	margin: 0;
	padding: 5px
}
.adarea_2 A {
	color: #2B5286
}
.column_title {
	padding-top: 4px;
	padding-left: 2px;
	margin-bottom: 5px;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 700;
	border-width: 0 0 1px
}

#related ul {
	vertical-align: top;
	list-style: none;
	margin: 5px 0;
	padding: 0
}
.ad160 {
	text-align: center;
	max-width: 600px;
	width: auto;
	height: auto;
}
.ad240 {
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 100px;
	width: 240px;
	border: solid 0 #D5DDE8;
	margin: 0;
	padding: 0
}
.table2 {
	text-align: left;
	width: 100%;
	border-style: solid;
	border-width: 0;
	padding: 0
}
.table_left {
	text-align: right;
	width: 200px;
	background-color: #EEE;
	vertical-align: top
}
.button_dark, .button_light {
	height: 40px;
	width: 135px;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	overflow: hidden;
	line-height: 17px;
	vertical-align: bottom;
	float: left;
	margin: 0;
	padding: 2mm 0 0
}
.button_dark {
	background-image: url(http://static.gurufocus.com/images/button_dark.gif)
}
.button_light {
	background-image: url(http://static.gurufocus.com/images/button_light.gif)
}
.button_dark a:link, .button_dark a:visited, .button_light a:link, .button_light a:visited {
	display: block;
	color: #333;
	width: 100%;
	height: 100%
}
.button_dark a:hover, .button_light a:hover {
	color: #F90
}
input.btn {
	color: #000;
	font: 12px;
	background-color: #DFDFDF;
	height: 24px;
	border: 2px solid #919191;
	border-left: 1px solid #919191;
	padding-bottom: 2px;
}
#maincontent {
	width: 1000px;
	border: 0;
	background-color: #FFF;
	text-align: left;
	margin: 5px auto;
	padding: 0;
	margin-top: 90px;
}
#mainc {
	width: 1000px;
	border: 0;
	margin: 5px auto;
	padding: 0
}

.at, .ats {
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 100%;
	vertical-align: middle;
	margin: 0;
	/*width:420px !important;*/
}

.at th, .at td, .ats th, .ats td {
	text-align: center;
	vertical-align: text-bottom;
	border-collapse: collapse;
	border: 1px solid #999;
	padding: 3px
}
.at th, .ats th {
	background: #F7F7F7;
}

table.at .text {
	text-align: left;
}

table.at .text_center {
	text-align: center;
}

table.at .text_right {
	text-align: right;
}

.atr {
	border-collapse: collapse;
	border: 0;
	margin: 0
}
.atr th, .atr td {
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	padding: 2px 5px 2px 0
}
.atm {
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	margin: 0
}
.atm td {
	text-align: center;
	vertical-align: text-bottom;
	border-collapse: collapse;
	border: 0;
	padding: 3px
}
.atm th {
	text-align: center;
	vertical-align: text-bottom;
	border-collapse: collapse;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: 400;
	padding: 3px
}

.accessbox {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #092666;
	border: 1px solid #999;
	width: 200px;
	margin: 2px;
	padding: 1px
}
.accessboxwide {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #092666;
	width: 350px;
	margin: 2px;
	padding: 2px
}
.embed {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #ccc;
	width: 300px;
	margin: 2px 0;
	padding: 1px
}
.accessboxbig {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #ccc;
	width: 90%;
	margin: 2px;
	padding: 2px
}
.soft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em
}
.softbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-decoration: underline
}
.softcell {
	background-color: #F5F8FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 5px
}
.notification {
	line-height: 1.5;
	background-color: #eff7fe;
	color: #000;
	padding-left: 0;
	border: thin groove #83a8cc;
	margin: 0 0 12px !important
}
.confirmation {
	background-image: url(http://static.gurufocus.com/img/icon_confirmation.gif);
	background-color: #fafff1;
	color: #000;
	padding-left: 80px;
	border-color: #a9d260
}
.alert {
	background-color: #ffc;
	color: #000;
	padding-left: 80px;
	border-color: #fc0
}
.orangetitle, .orangetitlesmall {
	color: #2B5286;
	padding-left: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bolder
}
.orangetitle {
	text-decoration: underline;
	font-size: xx-large
}
.orangetitlesmall {
	font-size: medium
}
#ajax_listOfOptions {
	position: fixed;
	width: 300px;
	overflow: auto;
	border: 1px solid #317082;
	background-color: #FFF;
	text-align: left;
	font-size: .9em;
	z-index: 1000
}
#ajax_listOfOptions div {
	cursor: pointer;
	font-size: .9em;
	margin: 1px;
	padding: 1px
}
#ajax_listOfOptions .optionDivSelected {
	background-color: #DDD;
}
#ajax_listOfOptions_iframe {
	background-color: red;
	position: absolute;
	z-index: 5
}
.tighttable {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	align: left;
	margin: 0
}
.tighttable td {
	vertical-align: middle;
	horizontal-align: left;
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 2px 0
}
.button, .submit {
	border: 1px solid gray;
	color: #FFF;
	background-color: #2255AA;
	background: -moz-linear-gradient(top, #2277BB, #2255AA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2277BB), to(#2255AA));
	font-size: 14px;
	font-family: Tahoma, Arial;
	vertical-align: middle;
	font-weight: 700;
	padding: 4px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.button:hover, .submit:hover {
	background-color: #3366BB;
	background: -moz-linear-gradient(top, #3388CC, #3366BB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3388CC), to(#3366BB));
}
.button.hot {
	background-color: #d67620;
	background: -moz-linear-gradient(top, #f1b531, #d67620);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1b531), to(#d67620));
}
.button.hot:hover {
	background-color: #EE8833;
	background: -moz-linear-gradient(top, #FFCC44, #EE8833);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFCC44), to(#EE8833));
}

.button_small {
	border: 1px solid gray;
	color: #FFF;
	background-color: #2255AA;
	background: -moz-linear-gradient(top, #2277BB, #2255AA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2277BB), to(#2255AA));
	font-size: 11px;
	font-family: Tahoma, Arial;
	vertical-align: middle;
	padding: 1px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-top:-3px;
	font-weight: 700;
}
.button_small:hover {
	background-color: #3366BB;
	background: -moz-linear-gradient(top, #3388CC, #3366BB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3388CC), to(#3366BB));
}



#bubble_tooltip {
	width: 147px;
	position: absolute;
	display: none
}
#bubble_tooltip .bubble_top {
	background-image: url(http://static.gurufocus.com/images/bubble_top.gif);
	background-repeat: no-repeat;
	height: 16px
}
#bubble_tooltip .bubble_middle {
	background-image: url(http://static.gurufocus.com/images/bubble_middle.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	padding-left: 7px;
	padding-right: 7px
}
#bubble_tooltip .bubble_middle span {
	position: relative;
	top: -8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 11px
}
#bubble_tooltip .bubble_bottom {
	background-image: url(http://static.gurufocus.com/images/bubble_bottom.gif);
	background-repeat: no-repeat;
	height: 44px;
	position: relative;
	top: -6px
}
.hov:hover {
	position: relative;
	z-index: 1000
}
.hov a:hover, .hov:hover a {
	border: 0;
	text-decoration: none;
	position: relative
}
.hov:hover b, .hov a:hover b {
	display: block;
	visibility: visible;
	position: absolute;
	left: 0;
	top: 30px;
	width: auto !important;
	    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	background: -moz-linear-gradient(top, white 5%, #F2F2F2 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	border: 1px solid #999999;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	padding: 10px;
	line-height:2em;
}
.hov1:hover {
	position: relative;
	z-index: 100;
	background: #eee
}
.hov1 a:hover, .hov1:hover a {
	border: 0;
	text-decoration: underline;
	position: relative
}
.hov1:hover b, .hov1 a:hover b {
	display: block;
	visibility: visible;
	position: absolute;
	left: 0;
	top: 13px;
	width: 220px;
	background: #eee;
	border: 0;
	text-decoration: none;
	padding: 2px 5px
}
.noteheader {
	margin-top: 10px;
	font-size: 16px;
	background-color: #bbb;
	font-weight: 700;
	padding: 4px
}
.notetitle {
	font-size: 12px;
	background-color: #ccc;
	font-weight: 700;
	padding: 4px
}
.notebody {
	background-color: #FFF;
	padding: 5px 5px 10px
}
.header {

}
.header_new {
	margin-top: 10px;
}
.header_inner_new{
	border-bottom: dotted 1px #DDD;
}

.news_article ul li.articleitem{
	border-bottom: dotted 1px #CCC;
	padding: 5px 0;
}
.news_sidebar{
	background-color: #F9F9F9;
	padding: 0 10px 10px;
	position: relative;
	margin-top: 15px;
	border-left: dotted 1px #ddd;
}
.news_sidebar h3{
	font-size: 14px;
	color: #333;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#container {
	position: relative;
	display: block;
	border-left: 160px solid #fff;
	overflow: visible;
	background: #FFF;
}
#container_new {
	position: relative;
	display: block;
	border-left: 0px solid #fff;
	overflow: visible;
	background: #FFF;
	margin-top: 20px;
	width: 625px;
}
#container_new h4{
	border-top: solid 1px #EEE;
}

#authorarea {
	float: left;
	position: relative;
	width: 157px;
	margin-left: -157px;
	border-right: 1px dotted #CCC;
	background-color: #FFF;
	padding: 0 0 20px
}
#authorarea_new {
	position: relative;
	margin-right: 20px;
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
	width: 123px;
}
#follow_area{
    margin-top: 10px;
    border-top: solid 1px #CCC;
    background-color: #EEE;
    padding-bottom: 10px;
}
hr.hr4 {
	border-top: 1px solid #eee;
	border-bottom: 1px dotted #eee;
	border-left: 0;
	color: #fff;
	background-color: #fff;
	height: 4px
}
.pic {
	border: 1px solid #ccc;
	width: 50px;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 1px
}
.piclg {
	border: 1px solid #ccc;
	width: 80px;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 1px
}
#header3c {
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px
}
#outer1 {
	float: left;
	width: 260px;
	padding: 0
}
#outer3 {
	float: right;
	width: 320px;
	background: #fff;
	border: 1px dotted #e0e0e0;
	padding: 0
}
#outer2 {
	background: #fff;
	line-height: 1.5em;
	margin: 0 340px 5px 255px;
	padding: 0 5px 0 10px
}
#outer1, #outer2, #outer3 {
	padding-bottom: 32767px;
	margin-bottom: -32767px
}
#wrapper {
	overflow: hidden;
	background: #fff
}
#footer3c {
	clear: both;
	background: #fff;
	margin: 5px 0;
	padding: 0
}
.logininfo a:hover, .sf-menu a, .sf-menu a:visited {
	color: #FFB700
}
#searchkey, #searchticker {
	float: right;
	height: 30px;
	font-weight: 700;
	margin-top: 6px
}
#leftContainer {
	width: 685px;
	float: left;
	margin-right: 0;
	display: inline;
	background-color: #fff;
}
#leftContainer3, #leftContainer2 {
	width: 660px;
	float: left;
	margin-right: 0;
	display: inline;
	clear: both;
}
#mostleftContainer, #middleContainer {
	width: 308px;
	float: left;
	display: inline;
	margin: 0
}
#content2, #content3, #content4 {
	width: 1000px;
	background: #fff;
	text-align: left;
	margin: 10px auto
}
.menu3 ul li:hover a, .menu3 ul li a:hover {
	color: #09549E
}
.search button.btn, .search2 button.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 30px;
	height: 21px;
	cursor: pointer;
	background: #DFDFDF;
	font-weight: 700;
	border: 1px solid #999;
	border-left: 0
}
.tc, .tn {
	width: 50px;
	text-align: left
}
#ic, #insiderbuysdiv {
	background-color: #fff
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 14em;
	top: 0
}
a.subscriptions:visited, a.subscriptions {
	background-color: #FFB700;
	border-right: 2px solid #F90;
	color: #1B5790;
	border-color: #FFF #F90 #F90 #FFF;
	border-style: solid;
	border-width: 2px
}
a.subscriptions:hover {
	color: #E7223F;
	border-color: #345 #fff #fff #678
}
.sf-menu li li, .sf-menu li li li {
	background: #1B5790
}
.sf-menu ul .sf-sub-indicator, .sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0
}
a.articletitle:hover, a.st:hover, a.nav:hover, a.g:hover {
}
.hov table, .hov1 table {
	position: absolute;
	border: 0;
	border-collapse: collapse;
	left: 0
}
.hov a, .hov1 a {
	color: #000
}
.hov b, .hov1 b {
	display: none;
	font-weight: 400;
	font-size: 11px;
	left: 10px;
	min-width: 300px;
}
.hov b a, .hov1 b a {
	white-space: nowrap;
	color: #000;
	text-decoration: underline;
	background: transparent;
	font-weight: 700
}
.roundedcornr_box {
	background: #fff
}
.roundedcornr_top div {
	background: url(http://static.gurufocus.com/images/roundedcornr_tl.png) no-repeat top left
}
.roundedcornr_top {
	background: url(http://static.gurufocus.com/images/roundedcornr_tr.png) no-repeat top right
}
.roundedcornr_bottom div {
	background: url(http://static.gurufocus.com/images/roundedcornr_bl.png) no-repeat bottom left
}
.roundedcornr_bottom {
	background: url(http://static.gurufocus.com/images/roundedcornr_br.png) no-repeat bottom right
}
.roundedcornr_box_e {
	background: #eee
}
.roundedcornr_top_e div {
	background: url(http://static.gurufocus.com/images/roundedcornr_e_tl.png) no-repeat top left
}
.roundedcornr_top_e {
	background: url(http://static.gurufocus.com/images/roundedcornr_e_tr.png) no-repeat top right
}
.roundedcornr_bottom_e div {
	background: url(http://static.gurufocus.com/images/roundedcornr_e_bl.png) no-repeat bottom left
}
.roundedcornr_bottom_e {
	background: url(http://static.gurufocus.com/images/roundedcornr_e_br.png) no-repeat bottom right
}
.storyitem {
	width: 320px;
	font-size: 12px;
	clear: left;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 0 10px
}
.storyitem div {
	border: 1px solid #ccc;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 1px
}
.storyitem div img {
	border: 0;
	width: 48px;
	margin: 0;
	padding: 0
}
.obvious {
	color: #C60;
	font-weight: 700
}
#juitterContainer .twittList {
	face: Times;
	margin: 0;
	padding: 0
}
li.lateststockpick {
	display: inline
}
.menu3 ul li:hover ul li:hover a, .menu3 ul li a:hover ul li a:hover, #articlebody a:link, .adarea_2 A:Hover, .soft a:link, .soft a:visited, .hov b a:hover, .hov1 b a:hover {
	text-decoration: underline
}
.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom, .roundedcornr_top_e div, .roundedcornr_top_e, .roundedcornr_bottom_e div, .roundedcornr_bottom_e {
	width: 100%;
	height: 10px;
	font-size: 1px
}
.roundedcornr_content, .roundedcornr_content_e {
	margin: 0 10px
}
#articletitle{
	font-size: 30px;
	font-weight: 400;
	color: #000;
}
#articlebody {
	line-height: 80%;
	width: 600px;
}
#articlebody_new {
	text-align: left;
	font: 14px/22px Arial,Helletica,sans-serif;
	line-height:1.5em;
	color: #000;
}
#articlebody_new ul li{
	list-style-type: disc;
}
#articlebody_new li{
	margin-left: 30px;
}

h2.title {
	border-bottom: 1px solid #DDD;
	border-top: 3px solid #808080;
	font-size: 24px;
	line-height: 37px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0
}
.topsearches {
	margin-left: 5px;
	font-size: 12px
}
.searchdiv {
	margin-left: 5px
}
.row_odd, .odd {
	background-color: #F6F6F6
}
.atm td.ll, .atm td.l, .atm th.l {
	text-align: left;
	padding-left: 5px
}
.nobrtable {
	text-align: center
}
.menu3 ul li:hover ul li ul, #articlebody.nobrtable br, .at br, .nobrtable br {
	display: none
}
.at th, .at td, .ats th, .smallfonts {
	font-size: 12px
}
#validEmail, #validFromEmail {
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px
}
.golden {
	color: #CC6600;
}
.hotbutton {
	background-color: #FC3;
	color: red;
	font-weight: bold;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 25px
}
.hotbutton_new {
	background-color: #F59131;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 15px;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}
li.ll_bullet {
	background: url("http://static.gurufocus.com/images/bullet_grey.gif") no-repeat scroll 0 8px transparent;
	margin-bottom: 5px;
	margin-top: 0;
	padding-left: 8px;
}
#scrolWrapper { /* required to avoid jumping */
	right: 0px;
	position: absolute;
	margin-left: 0px;
	+margin-left: 600px;
	width: 355px;
}
#scrol {
	position: absolute;
	top: 0;
	padding: 0px 10px;
	background-color: #F9F9F9;
	width: 335px;
	border-left: solid 1px #ddd;
	margin-left: -1px;
}
#scrol.fixed {
	position: fixed;
	top: 90px;
}
#authorarea_new ul {
	vertical-align: top;
	margin: 5px 0;
	padding: 0;
	margin-left: 0px;
}
.ads_area {
	border: 1px solid #888888;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	text-align: left;
}
.ads_1 {
	background-color: #F0CBAA;
}
.ads_2 {
	background-color: #F5F7F5;
}
.ads_3 {
	background-color: #E6E8EB;
}
.ads_link {
	color: #FF6633;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
}
.ads_area h2 {
	text-align: center;
}
.ads_desc {
	font-size: 14px;
	line-height: 130%;
}
#membershipdiv_left {
	width: 368px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	background-color: #F5F5F5;
	padding: 10px;
	border: 1px solid #BBBBBB;
	display: inline;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #333333;
}
#membershipdiv_left td {
	border-top: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
	padding: 6px 0;
}
#membershipdiv_right {
	width: 560px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 10px;
	color: #333333;
	padding-top: 0px;
}
#membershipdiv_right_pre {
	width: 350px;
	float: left;
	background-color: #fff;
	border-right: 1px solid #DDD;
	padding-right: 5px;
}
#membershipdiv_right_free {
	width: 194px;
	float: left;
	background-color: #fff;
	margin-left: 10px;
}
#membershipdiv_right p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px;
}
.preminum_menu {
	background-image: url("http://www.gurufocus.com/images/P_12.jpg");
	background-position: left center;
	background-repeat: no-repeat;
}
.homeguruads {
	float: left;
	margin-bottom: 5px;
}
.homeguruads img {

}
.nl_span img {
	height: 48px;
}
.nl_span_big img {
	height: 120px;
}
#premium_div {
	background-color: #FFF9E6;
	padding: 10px;
	padding-bottom: 30px;
}
#stockideas {
	background-color: #EEEEEE;
	border-collapse: collapse;
	color: #FFFFFF;
	position: relative;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#stockideas th {
	padding: 1em 1em;
	font-size: 15px;
	border: 1px solid #DDD;
}
#stockideas td {
	padding: 1em 0.2em;
	font-size: 14px;
	border: 1px solid #E4E4E4;
}
#service_performance {
	border-collapse: collapse;
	color: #FFFFFF;
	position: relative;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#service_performance th {
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #DDD;
	text-align: left;
	padding-left: 10px;
}
#service_performance td {
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #E4E4E4;
	text-align: left;
	padding-left: 10px;
}
.btna, a.btna {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #6BA80C;
	border-color: #D1FB8E #84BF29 #84BF29;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right: 1px solid #84BF29;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 3px rgba(0, 0, 1, 0.3);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: myriad-pro, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #385B01;
	text-transform: uppercase;
}
div.half {
	float: left;
	text-align: left;
}
div.half {
	width: 480px !important;
	margin: 0 10px;
}
div.newsletterPromo {
	background: url("http://static.gurufocus.com/images/promote.jpg") no-repeat scroll center top #FFFFFF;
	border: 1px solid #E0E0E0;
	min-height: 200px;
	position: relative;
	width: 480px !important;
	float: left;
}
div.newsletterPromo div.newsletterInfo {
	clear: left;
	float: left;
	height: 50px;
	padding-left: 8px;
	width: 430px !important;
	margin-bottom: 2px;
}
ul.featuredList {
	bottom: 6px;
	margin-right: 11px;
	padding-top: 2px;
	width: 304px;
}
.half .tkg {
	font-size: 26px;
}
.btnb, a.btnb {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F59131;
	border-color: #D1FB8E #8E8E8E #8E8E8E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 3px rgba(0, 0, 1, 0.3);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: myriad-pro, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px #385B01;
	text-transform: uppercase;
}
a.trial {
	/* styles for button */
	margin: 10px auto 0 auto;
	text-align: center;
	width: 150px;
	padding: 5px 20px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	/* button color */
	background-color: #e33100;
	/* css3 implementation :) */
	/* rounded corner */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	/* text shaow */
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
a.trial:hover {
	background-color: #c33100;
}
#menu #trial_small{
	/* styles for button */
	margin: 16px auto 0 auto;
	text-align: center;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	/* button color */
	background-color: #e33100;
	/* css3 implementation :) */
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* drop shadow */
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	width:160px;
}
#menu #trial_small:hover {
	background-color: #c33100;
}
#friendlylinks {
	border-top: 1px solid #DDDDDD;
	height: 280px;
	margin: 10px auto;
	width: 1000px;
}
#fortune_area {
	float: left;
	height: 256px;
	margin-top: 10px;
	text-align: center;
	width: 228px;
}
#links_area {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	width: 550px;
}
#bbb_area {
	float: left;
	font-size: 12px;
	font-weight: normal;
	height: 256px;
	margin-top: 20px;
	text-align: center;
	width: 180px;
}
h3.boxHeader {
	background-color: #195DAA;
	color: #FFFFFF;
	margin-bottom: 0 !important;
	padding: 10px;
}
#keyfeatures {
	border-collapse: collapse;
	color: #FFFFFF;
	position: relative;
}
#keyfeatures td {
	padding: 0.3em 0.2em;
	text-align: left;
	padding-left: 1px;
	padding-right: 0px;
}
#premium_membership {
	border: 1px dotted #DDDDDD;
	height: 60px;
	margin: 10px auto 0;
	padding-bottom: 10px;
	width: 1000px;
}
.add-to-portfolio-button {
	background: -moz-linear-gradient(center top , white 40%, #F8F8F8 40%, #E6E6E6 100%) repeat scroll 0 0 transparent;
	border: 1px solid #D1D1D1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	height: 18px;
	padding: 2px 5px;
}
.searchdrop {
	font-weight: bold;
	color: blue;
}
.searchdrop1 {
	font-weight: bold;
	color: #FFB700;
}
#container_symbol {
	overflow: visible;
	text-align: center;
	width: 50px;
	float: left;
}
#symbol_small_top {
	text-align: center;
	width: 48px;
	font-size: 12px;
	padding: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: -1px;
	font-weight: normal;
}
#symbol_small_bottom {
	text-align: center;
	width: 48px;
	font-size: 9px;
	padding: 0px;
	border-top: 0px;
	padding-top: 0px;
}
#container_symbol:hover {
	background-color: #CCC;
}
.symbol_title{
	overflow: visible;
	float: left;
	text-align:center;
	width:auto;
	padding:0px 7px;
	line-height:110%;
}

.symbol_title:hover {
	background-color: #CCC;
}

#keyfeaturesarticle td {
	font: 14px /1.8em Arial, Helletica, sans-serif;
	padding: 0px;
}
.post-tag {
	background-color: #F5F5F5;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #999;
	color: #3E6D8E;
	font-size: 90%;
	line-height: 2.4;
	margin: 2px 2px 2px 0;
	padding: 3px 4px;
	text-decoration: none;
	white-space: nowrap;
}
a.post-tag:hover {
	background-color: #E0EAF1;
	border-bottom: 1px solid #37607D;
	border-right: 1px solid #37607D;
	text-decoration: none;
}
.quote_list {
	background: none repeat scroll 0 0 #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}
.slider {
	width: 105px;
	height: 30px;
	text-align: center;
}
.slider .sliderprices {
	display: block;
	width: 105px;
	height: 15px;
	font-size: 10px;
}
.slider .sliderprices .sliderpricelow {
	float: left;
}
.slider .sliderprices .sliderpricehigh {
	float: right;
}
.slider .sliderbar {
	background: url(/ic/image/sliderbar.png) no-repeat center top;
	width: 100px;
	height: 15px;
	margin-left: 4px;
	overflow: hidden;
	text-align: left;
}
.slider .sliderbar .sliderpos {
	background: url(/ic/image/sliderpos.png) no-repeat;
	width: 9px;
	height: 9px;
	margin-left: -15%;
}
.ccategoryhead {
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
	vertical-align: top;
}
.ccategoryhead2 {
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	margin: 5px auto;
	vertical-align: top;
	font-size: 14px;
}
.ccategoryhead2 td {
	font-size: 14px;
}
.plaintext {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px;
}
.menuhead {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #D6D6D6;
	font-size: 20px;
	font-weight: bold;
	margin: 5px auto;
}
.menuhead td {
	font-size: 14px;
}
#newsletteleftwrapper {
	float: left;
	height: 160px;
	margin: 5px 0 0 7px;
	overflow: visible;
	position: relative;
	vertical-align: top;
	width: 707px;
}
.newsletteleft {
	border-top: medium none;
	margin: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 0;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	width: 708px;
}
#newsletterright {
	float: left;
	height: 160px;
	margin: 5px 0 0 31px;
	overflow: visible;
	padding-top: 10px;
	position: relative;
	vertical-align: top;
	width: 216px;
}
.newslettermenu {
	background-color: #FFFFFF;
	background-image: url("http://static.gurufocus.com/images/arrow.gif");
	background-position: -8px 1px;
	background-repeat: no-repeat;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 14px;
	margin-top: 1px;
	text-decoration: none;
	text-indent: 18px;
	width: 216px;
}
.Subhead {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	width: 216px;
}
.newsfeatures {
	border-top: 1px dotted #CCCCCC;
	margin: 7px 0 0;
	padding: 7px 0 0;
	width: 190px;
}
#slide_tip {
	display: inline-block;
	height: 25px;
	overflow: hidden;
	text-align: left;
	width: 308px;
}
#slide_tip ul li {
	list-style-type: none;
	font-style: italic;
	font-size: 14px;
	margin-left: 0px;
}
.summary_div {
	margin-top: 0px;
	line-height: 16px;
	padding: 5px;
}
#menu li .premium{
	color:#FFB401;
	font-weight:bold;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
  .tooltip {
    display:none;
    font-size:12px;
    height:auto;
    width:auto;
    padding:15px;
    text-align: center;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	background: -moz-linear-gradient(top, white 5%, #F2F2F2 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	border: 1px solid #999999;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	z-index: 9999;

  }

#f-score {
    background: url("http://static.gurufocus.com/images/bar_meter.png") no-repeat;
    height: 30px;
}

#mm-score {
    background: url("http://static.gurufocus.com/images/mscore.png") no-repeat;
    height: 30px;
}

.m-score {
    background: url("http://static.gurufocus.com/images/progress-arrow.png") no-repeat scroll left center transparent;
}

#z-score {
    background: url("http://static.gurufocus.com/images/zscore.png") no-repeat scroll 0px 0px transparent;
    height: 30px;
    margin-top:5px;
}

.profile_box{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	background: -moz-linear-gradient(top, white 5%, #F2F2F2 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	border: 1px solid #D6D6D6;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	padding: 10px;
}

.profile_box_stock{
	border: 1px solid #D6D6D6;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	padding: 10px;
}

.profile_box.premium{
	border: 1px solid #f9922d;
}
.profile_box.premium img.premium{
    float: right;
    margin-right: -9px;
    margin-top: -9px;
}
.guru_profile{
	width: 320px;
	padding: 10px 10px 0;
	height: 221px;
}
.guru_avatar{
	margin-bottom: 10px;
	margin-right: 10px;
	height: 100px;
	max-width: 90px;
	border: solid 1px #CCC;
	padding: 3px;
}
.guru_profile_name{
	margin-top: 0;
	line-height: 1em;
}
.guru_profile_portfolio{
	font-size: 16px;
	color: #808080;
	padding-bottom: 3px;
}
.guru_profile_details{
	border-top: dotted 1px #CCC;
}

.guru_chart{
	width: 644px;
}

.guru_summary .control_links{
	padding-top: 10px;
}

.guru_story{
	padding: 20px 0;
	border-bottom: solid 1px #CCC;
}
.guru_story_item{
	padding: 15px 0;
	border-bottom: solid 1px #DDD;
}
.guru_story_rating{
	padding: 0 0 20px 20px;
}

.guru_trades {
	margin: 0px auto;
}
.guru_trades td {
	padding: 0px;
}
.guru_trades_dark_green {
	background-color: #00D100;
	width: 30px;
	height: 2px;
	font-size: 2px;
}
.guru_trades_light_green {
	background-color: #99E002;
	width: 30px;
	height: 2px;
	font-size: 2px;
}
.guru_trades_grey {
	background-color: #E7ECF0;
	width: 30px;
	height: 2px;
	font-size: 2px;
}
.guru_trades_dark_red {
	background-color: #FF0000;
	width: 30px;
	height: 2px;
	font-size: 2px;
}
.guru_trades_light_red {
	background-color: #F77B2C;
	width: 30px;
	height: 2px;
	font-size: 2px;
}

.guru_portfolio_statics{
	font-size: 1.1em; padding: 10px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	background: -moz-linear-gradient(top, white 5%, #F2F2F2 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, white), color-stop(90%, #F2F2F2));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F2F2F2',GradientType=0 );
	border: 1px solid #D6D6D6;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
}
table.guru_portfolio_statics th{
	padding: 5px;
}

.guru_additional p{
	margin: 0;
}
.guru_additional table{
	border-collapse: collapse;
	margin: 0 0 5px 0;
	width: 100%;
	border: 1px solid #dddddd;
}
.guru_additional table tr:first-child{
	font-weight: bold;
}
.guru_additional table td {
	text-align: left;
	vertical-align: text-bottom;
	border-collapse: collapse;
	border: 1px solid #eee;
	padding: 4px;
	font-size: 11px;
}
.guru_additional table th {
	text-align: left;
	vertical-align: text-bottom;
	border-collapse: collapse;
	border: 1px solid #eee;
	padding: 4px;
	font-size: 12px;
}

.guru_comments{
	width: 630px;
	min-height: 600px;
}

.guru_list_nav{
	position: relative;
}
.guru_list{
	padding-left: 0;
}
.guru_list li{
	float: left;
	width: 218px;
	height: 65px;
	list-style: none;
	margin: 5px;
	padding: 10px;
	line-height: 1.5em;
        overflow: hidden;
}
.guru_list li img.pic{
	margin-right: 5px;
}

.link_remove_guru, .link_add_guru
{
	visibility: hidden1;
	+visibility: visible;
}
li:hover .link_remove_guru, li:hover .link_add_guru
{
	visibility: visible;
}

.tabs {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #999;
	background: #EEE;
	list-style: none;
	height: 28px;
	width: 100%;
	padding: 0;
	margin: 15px 0 10px;
	font-size: 1.1em;
}
.tabs.sub {
	background: #F9F9F9;
	font-size: 1em;
}
.tabs li {
	float: left;
}
.tabs li a {
	display: block;
	text-decoration: none;
	padding: 4px 7px;
	color: #333;
}
.tabs li a:hover, .tabs li a:focus, .tabs li a:active {
	background-color: #D9E9FC;
}
.tabs li a.selected, .tabs li.selected a, .tabs li.active a {
	background-color: #FFF;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	margin: 1px 0 -2px 0;
	+margin: 4px 0 0 0;
	padding: 0 10px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	cursor: default;
}
.tabs li a em{
	font-style: normal;
	white-space: nowrap;
}
#overview {
	line-height: 18px;
}
#overview dt {
	width: 110px;
	color: #747474;
	margin: 1px 0 10px;
}
#overview dd {
	padding: 0 0 3px 110px;
	margin: -28px 0 0;
	font-weight: bold;
}
.control_links, .page_links, .yui-pg-pages, .yui-pg-container {
	padding: 5px 0;
	white-space: nowrap;
}
.control_links a, .page_links a, .yui-pg-pages a {
	display: inline-block;
	padding: 0 5px;
	color: #333;
}
.control_links a:hover, .page_links a:hover, .yui-pg-pages a:hover {
	color: #000;
}
.control_links a img, .page_links a img {
	position: relative;
	top: 3px;
	margin-right: 2px;
}
.page_links a img {
	top: 4px;
}
.page_links b, .yui-pg-current-page{
	margin: 0 0 0 5px;
	background-color: #999;
	padding: 2px 5px;
	color: #FFF;
}

.social_network_button{
	position: relative; display: inline-block; +display: inline; height: 21px; overflow: visible;
}

#stock_profile_top{
	height:100px;
}

#watch_area{
	width: 135px;
	float:left;
}

table.atn {
	border-collapse: collapse;
	margin: 0 0 5px 0;
	width: 100%;
	border: 1px solid #dddddd;
}
table.atn td {
	text-align: left;
	vertical-align1: text-bottom;
	border-collapse: collapse;
	border: 1px solid #eee;
	padding: 4px;
	font-size: 11px;
}
table.atn th {
	text-align: left;
	vertical-align: text-bottom;
	border-collapse: collapse;
	border: 1px solid #eee;
	padding: 4px;
	font-size: 12px;
}

.portlet-content table.atn td {
	border: 1px solid #eee;
	padding: 1px 0px;
	font-size: 9px;
	margin:1px 0px;
}

.portlet-content table.atn th {
	border: 1px solid #eee;
	padding: 1px 0px 1px 0px;
	font-size: 10px;
	margin:1px 0px;
}


table.atn th.a_center {
	text-align: center;
}

table.wt{
	width: 100%;
	border-collapse:collapse;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
table.wt thead tr{
	border-bottom: solid 1px #CCC
}
table.wt thead th{
	padding: 5px 0;
}

a.links{
	color: #09549E;
}

th.gray_bg{
	background: none repeat scroll 0 0 #EEEEEE;
	text-align: center;
}

.ui-menu-item {
    background-color: #FFFFFF;
    text-align:left;
}

.actions{
	background-color: #F6F6F6;
	padding: 0 10px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
}

#Rf tr.highlight{
	cursor: pointer;
	background-color:#EEE;
}

#Rf {
	font-size:11px;
}

#Rf td{
	border: none;
	padding:3px;
	color:#000;
}


#Rf td.call2{
	FONT-SIZE:14px;
	text-align:center;
	FONT-WEIGHT: Bold;
	vertical-align: middle;

}

#Rf td.s22{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-color: #D1D1D1;

}

#Rf td.warn2{
text-align: center;
	font-size: 14px;
	font-weight:bold;
	background-color: #F1F2DF;

}

.spacer{
border-top:1px dotted #cccccc;
padding: 4px;
}

table.R5 th.header {
    background: url("/ic/image/sort_both.png") no-repeat scroll right center transparent;
    padding-right:15px;
    cursor: pointer;
}
table.R5 th.sorting {
	cursor: pointer;
}

table.R5 th.headerSortUp {
    background-image: url(/ic/image/sort_desc.png);
    background-repeat:no-repeat;
    background-position:right;
}

table.R5 th.headerSortDown {
    background-image: url(/ic/image/sort_asc.png);
    background-repeat:no-repeat;
    background-position:right;
}

input.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	background: #FFF;
	border: 2px solid #919191;
	padding: 0 5px;
	line-height: 20px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #EEEEEE;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin: 20px 0 19px;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.block_display{
	display: block;
	text-decoration:none;
}
.block_display:hover{
	text-decoration:none;
}


.filter-box
{
	padding: 5px 20px 10px;
	background-color: #F6F6F6;
	line-height: 2em;
	white-space: nowrap;
	box-shadow: 0px 1px 2px #CCC;
}

.listNav { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 9px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; margin-top: -15px; }

a.link{
	color:#005790;
}

.R10 td font.red{
	color:red;
}

.letter-paper{
	width: 600px;
	margin: auto;
	padding: 0px 30px 40px;
	border: solid 1px #999;
	box-shadow: 0px 1px 55px #CCC;
	-moz-box-shadow: 0px 1px 55px #CCC;
	-webkit-box-shadow: 0px 1px 55px #CCC;
}

div.value{
	padding: 20px;
	background-color: #F9F9F9;
	border: solid 1px #DDD;
}

.info_question {
	color: #333;
	background-color: #F3F9FF;
	background-image: url(http://static.gurufocus.com/images/icons/gray/png/lightbulb_icon&16.png);
	border: dotted 1px #CCC;
	padding: 10px 10px 10px 40px;
}

.comment_box{
	width: 600px;
	margin-bottom: 20px;
}
.comment_item{
	padding: 15px 5px;
	border-bottom: solid 1px #DDD;
}
.comment_avatar{
	width: 50px;
}
.comment_content{
	width: 535px;
}
.comment_body{
	padding: 10px 0 0;
	line-height: 1.5em;
}
.avatar{
	border: 1px solid #ccc;
	padding: 1px;
}

.no_background_color{
	background-color:transparent !important;
}

.yui-skin-sam .yui-toolbar-container .yui-toolbar-group h3{
	border: none;
}
.commentary_header{
	color: #000000;
    font-family: 'Courier New',Courier,monospace;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin:30px 0px;
}

.pic_with_border {
    border: 1px solid #CCCCCC;
    margin: 2px 2px 2px 0;
    padding: 1px;
}

.country_list
{
	padding: 5px 20px 0 0;
}
.country_list a
{
		padding: 2px 5px;
	white-space: nowrap;
}

/* FocusBar Begin */
#right_bar
{
	width: 155px;
	height: 100%;
	right: 0;
	top: 0;
	background-color: #333;
	z-index: 10000;
	position: fixed;
}


#right_bar_show
{
	right: 10px;
	top: 10px;
	z-index: 10000;
	position: fixed;
}

#right_bar h4
{
	padding: 14px 15px 15px;
	color: #FFF;
}

#right_bar_controls
{
	padding: 10px 10px 0 0;
}

.right_bar_content
{
	height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
}

#right_bar select
{
	width: 140px;
}

#right_bar_stock_list li
{
	font-size: 10px;
	list-style: none;
	border-bottom: dotted 1px #AAA;
	margin: 0;
	white-space: nowrap;
}
#right_bar_stock_list li:hover
{
	background-color: #EEE;
}
#right_bar_stock_list li.current
{
	background-color: #FEA;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	font-weight: bold;
}
#right_bar_stock_list li a
{
	display: block;
	padding: 2px;
}
#right_bar_stock_list li a .symbol
{
	float: left;
	text-align: left;
}
#right_bar_stock_list li a .price, #right_bar_stock_list li a .black
{
	color: #666;
        display: inline-block;
}
#right_bar_stock_list li a .tkg, #right_bar_stock_list li a .tkr, #right_bar_stock_list li a .black
{
	display: inline-block;
	float: right;
}

#right_bar_guru_list li
{
	margin: 0;
	padding: 5px 0 0;
	font-size: 10px;
	list-style: none;
	border-bottom: dotted 1px #DDD;
}
#right_bar_guru_list li:hover
{
	background-color: #EEE;
}
#right_bar_guru_list li.current
{
	background-color: #FEA;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	font-weight: bold;
}
#right_bar_guru_list > li > a
{
	padding: 0 5px 5px 0;
}
#right_bar_guru_list li ul.guru_stocks
{
	background-color: #Fff9dA;
	font-weight: normal;
}
#right_bar_guru_list li ul.guru_stocks li
{
	text-align: right;
	white-space: nowrap;
	padding: 3px 0;
}
#right_bar_guru_list li ul.guru_stocks li a
{
	display: block;
}
#right_bar_guru_list li ul.guru_stocks li a .symbol
{
	float: left;
	text-align: left;
}
#right_bar_guru_list li ul.guru_stocks li a .price, #right_bar_guru_list li ul.guru_stocks li a .black
{
	color: #333;
}
#right_bar_guru_list li ul.guru_stocks li a .tkg, #right_bar_guru_list li ul.guru_stocks li a .tkr, #right_bar_guru_list li ul.guru_stocks li a .black
{
	display: inline-block;
	width: 40px;
}


#right_bar_tabs, #right_bar_tabs .ui-state-active
{
	background: #F6F6F6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#right_bar_tabs .ui-corner-top, #right_bar_tabs .ui-corner-all
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#right_bar_tabs .ui-tabs-nav li a
{
	padding: 5px 5px !important;
}
#right_bar_tabs .ui-widget-content
{
	padding: 5px 0 5px 5px !important;
}
#right_bar_indicator
{
	position: absolute;
	left: 50%;
	top: 80px;
	margin-left: -8px;
}

#right_bar_bottom {
	background-color: #ddd;
	padding: 5px 5px 10px;
	text-align: center;
}

/* FocusBar End */

.bookmark_list li
{
	clear: both;
	padding: 10px 0;
	border-bottom: dotted 1px #DDD;
}
.bookmark_list li a.nav, .bookmark_list li a.gray
{
	float: left;
	display: inline-block;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bookmark_list li a.nav
{
	font-size: 14px;
}

.bookmark_list li a.link_delete_bookmark
{
	padding: 3px 10px 0 0;
	visibility: hidden;
}
.bookmark_list li:hover a.link_delete_bookmark
{
	visibility: visible;
}

.summary_div_item{
	width:320px;
	float:left;
	padding:5px;
	padding-top:0px;

}
#stock_header_feeds{
padding-left:10px;color:#6d6e70;margin-left:0px;font-weight: normal;font-size:11px;margin-top:5px;
}

table.ratio_table tr.highlight {
  cursor: pointer;
  border: none;
  background-color: #EEE;
  color: #000;
}

table.ratio_table td{
	padding: 0.4em 0.3em;
	font-size: 11px;
}

.stock_avatar {
    border-radius: 90% 90% 90% 90%;
}

.valuation_page_chart{
	width:450px;height:300px;float:left;margin: 10px;margin-top:0px;margin-bottom:20px;
}

#reporting {
color: #666666;
    font: 10px Arial,Verdana;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* SPARKLINES */
    .sparkline {
      float: left;
      height: 2em;
      margin: 0 0.5em;
    }
    .sparkline .index {
	    position: relative;
      float: left;
      width: 5px;
      height: 100%;
    }
    .sparkline .index .count {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      background: #AAA;
      overflow: hidden;
      text-indent: -9999px;
    }

    /* SPARKLINE LISTS */
    .sparklist li {
      padding: 0.4em 0;
    }


.severe {
    background-color: #D73535;
    background-image: url("http://static.gurufocus.com/images/b_shadow.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid darkred;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #E53939;
    width: 50px;
    float:left;
    margin-right:10px;
    font-weight: 700;
}

.severe_small {
    background: none repeat scroll 0 0 #FCC;
    border: 1px solid #C00;
    color: #C00 !important;
    background-position: center bottom;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.3em;
    padding: 2px 5px !important;
    margin-top:5px;
    margin-right:5px;
}

.severe_small:hover{
	background:#C00;
	color:#fff !important;
	text-decoration: none;
}


.medium {
    background-color: #F88A45;
    background-image: url("http://static.gurufocus.com/images/b_shadow.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid darkred;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #F77B2C;
    width: 50px;
    float:left;
    margin-right:10px;
    font-weight: 700;
}

.medium_small {
	background: none repeat scroll 0 0 #fef3ec;
    border: 1px solid #df7c3e;
    color: #F88A45 !important;
    background-position: center bottom;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.3em;
    padding: 2px 5px !important;
    margin-top:5px;
    margin-right:5px;
}

.medium_small:hover{
	background:#F88A45;
	color:#fff !important;
	text-decoration: none;
}


.good {
    background-color: #007C1D;
    background-image: url("http://static.gurufocus.com/images/b_shadow.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid darkgreen;
    border-radius: 5px 5px 5px 5px;
    color: white;
    padding: 8px;
    text-align: center;
    text-shadow: 0 1px 0 #026A19;
    width: 50px;
    float:left;
    margin-right:10px;
    font-weight: 700;
}

.good_small {
	background: none repeat scroll 0 0 #EAFAEA;
    border: 1px solid #009900;
    color: #009900 !important;
    background-position: center bottom;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.3em;
    padding: 2px 5px !important;
    margin-top:5px;
}

.good_small:hover{
	background:#009900;
	color:#fff !important;
	text-decoration: none;
}

.neutral_small {
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid #666;
    color: #666 !important;
    background-position: center bottom;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 1em;
    line-height: 1.3em;
    padding: 2px 5px !important;
    margin-top:5px;
}

.neutral_small:hover{
	background:#009900;
	color:#fff !important;
	text-decoration: none;
}

#stock_header_ratio_table{
	margin-top:2px;
	float:right;
	text-align:left;
}

#stock_header_ratio_table td{
	font-size:11px;
}

#stock_header_ratio_table th{
	padding:0px 14px;
	font-size:11px;
}

.valuation_warning_signs{
	clear: both;margin-top:10px;margin-bottom:20px;float:left;width:100%;
}

#warning_div_left{
	width:42%;padding-right:20px;float: left;margin-right:50px;
}
#warning_div_right{
	width:42%;float: left;
}

.severe_h2{
	margin-top:0px;color: red;margin-bottom: 20px;
}
.medium_h2{
	margin-top:0px;color: #F77B2C;margin-bottom: 20px;
}
.good_h2{
	margin-top:0px;color: green;margin-bottom: 20px;
}
.warning_sign_item_div{
	border-bottom: 2px dotted silver;padding:15px 0px;
}
.valuation_div{
	background-color: #EEEEEE !important;
	border-bottom: 2px dotted silver;padding:15px 0px;
}
.warning_sign_detail_span{
	float:right;margin-right:20px;
}
.no_margin_top_h4{
	margin-top:0px;
}

.pop_up_bar_chart_div{
	margin-top:10px;float:left;width:80px;padding-left:10px;overflow: hidden;
}

#term_dic{
	clear:both;padding:5px;line-height: 20px;
}

#myList li { float:left; }
#myList a { display:block; text-align:center; width:280px; border:1px solid silver; padding:10px; margin:0 10px 10px 0; text-decoration:none }
#myList a:hover { background-color:#eee }
.ratingblock {
	display:block;
	float: right
	border:1px solid #999;
	padding-bottom:2px;
	margin-bottom:2px;
	}

.loading {
	height: 30px;
	background: url('http://static.gurufocus.com/images/working.gif') 50% 50% no-repeat;
	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('http://static.gurufocus.com/images/starrating.gif') top left repeat-x;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}

.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.unit-rating li a:hover{
	background: url('http://static.gurufocus.com/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('http://static.gurufocus.com/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

.ratingblock p 	{
	margin:3px;
	padding:0;
	}


.ui-state-hover, .ui-state-focus {
    background: none !important;

}

.ui-autocomplete a.ui-state-hover {
      border:none;
   	background-color: #E4F1FB !important;
   	padding: 0.2em 0.4em !important;
   	line-height: 1.5 !important;
   	margin:0px !important;

}

.ui-autocomplete a {
	color: #09549E !important;
	border: none;
	background-color: #FFFFFF !important;
}
.ui-autocomplete a.trial {
	color: #FFF !important;
}

.ui-menu .ui-menu-item a {
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
    font-size:11px;
    min-width: 550px !important;
}

.ui-autocomplete{
	border-bottom: 2px solid #AAAAAA !important;
	border-right: 2px solid #AAAAAA !important;
}

.exch_type_wrapper {
    color: #AAAAAA;
    height: auto;
    position: absolute;
    right: 0;
    margin-right:3px;
    text-align: right;
}

.two_columns {
	text-align: left;
	float:left;
	width:675px;
	border-bottom: 1px dotted #CCC;
}

.two_columns_left {
	display: inline;
	float: left;
	margin: 0 0 10px;
	padding: 5px 0px;
	width: 338px;
	border-right: 1px solid #DDD;
	padding-right: 3px;
}

.two_columns_right{
	width: 333px;
	display: inline;
	float: left;
	margin: 0 0 10px;
	padding: 5px 0px;
}

.hp_headline{
	display: inline;
	float: left;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px;
	padding: 5px 0px;
	margin-bottom:0px;
	width:675px;
}

.home_page_icons{
	float:right;margin-top:6px;margin-right:3px;
}

.real_time_picks_td{
	border-bottom: 1px dotted #CCC;
}

.real_time_picks_td_company{
	padding-top:3px;
	max-width:110px;
	border-bottom: 1px dotted #CCC;
}

.real_time_picks_symbols{
	font-size:11px;
	border-bottom: 1px dotted #CCC;
	padding-top:3px;width:160px;
	line-height:155%;
}

.real_time_picks_symbols_div{
	position:relative;width:160px;
	height:75px;
}

.twelve{
	font-size:12px;
}

.green{
	color:green;
}

.red{
	color:red;
}

.home_page_tr{
	background:none repeat scroll 0 0 #EEEEEE;font-size:11px;
}

.quote{
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	background-color:#F9F7EC;
	border-color:#ECE9E0;
	border-image:none;
	border-style:solid;
	border-width:1px;
	padding:0.6em 70px;
	float:left;margin:20px 0px;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
}

.topstoryuldiv{
	margin-left:8px;
}

.at a{
	color:blue;
}

#header_symbol_wrapper{
	z-index:1;display:inline; width: 400px;overflow:hidden;float:left;height:25px;
}

.stock_header_price{
	font-size:28px;margin-top:5px;font-weight:bold;
}

.stock_header_price_div{
	margin-top:3px;
}
#stock_header_price_green{
	font-size:20px;margin-top:5px;font-weight:bold;color:green;
}
#stock_header_price_red{
	font-size:20px;margin-top:5px;font-weight:bold;color:#CC0000;
}
