html,body {
  margin:0;
  padding:0;
  background-color:#fff;
  background-image: url('http://images.greenchipstocks.com/green-top-back.gif');
  background-repeat:repeat-x
}

body {
  font-family: arial,sans-serif;
  text-align:center;
  color:#000;
  font-size:14px;
}

h1,h2,h3,h4,h5,h6 {
  margin:0px;
  padding:0px;
}


table.stocks {
  padding: 5px;
  padding-top: 0px;
}

table.stocks td {
  padding-top: 5px;
}

td.stockname {
  border-bottom:1px dotted gray;
}

td.stockprice {
  border-bottom: 1px dotted gray; 
  text-align: right;
}

p {
  margin:0px;
  padding:0px;
  padding-bottom:12px;
  line-height:13pt;
}

ul,UL {
  margin-top:0px;
  line-height:13pt;
}

li,LI {
  list-style: square outside;
}

a {
  color:#003300;
  text-decoration:underline;
 /*  font-weight:bold; */
 /*  border-bottom:1px dashed #336699; */
}

a:hover{
  padding:0px;
  color:#660000;
  text-decoration:underline;
}

/* THE MAIN CONTAINER */

.container {
  width:950px;
  margin:0 auto;
  text-align:left;
}

/* THE HEADER AND FOOTER */

div#footer{color: #333;text-align:center;border-top:1px solid #999;padding:10px;clear:both;}
div#footer p{margin:0;padding:2px;font-size:11px;}
div#footer a{display:inline;padding:0;color: #003300}


.header	{
  position:relative;
  height:109px;
  width:950px;
}

.print_title {
  display:none;
}


.article_topbox {
  width:115px;
  float:right;
  margin:10px; 
  font-size:14px; 
  border: 1px solid gray; 
  padding: 5px;
}

#social {
  display:block; 
  top:200px; 
  margin:0 0 0 -145px;
  width:125px; 
  position:fixed; 
//  border:1px solid #888; padding:10px; 
  text-align:left; 
  font-weight:bold; 

}

* html #social {
  position:absolute;
}

.rate_box {
  margin-top:2px;
}

.retweet_box {
  margin-top:8px;
  margin-left:30px; 
  text-align:center;
}

.view_box {
  margin:5px; 
  font-family:verdana; 
  font-size:11px;
}

.textsize_box {
  margin-bottom:5px; 
  display:inline;
  font-family:verdana; 
  font-size:11px;
}

.makecomment_box {
  margin-top:10px; 
  font-family:verdana; 
  font-size:11px; 
}

.facebook_box {
 margin-top:5px;
}

.reddit_box {
 margin-top:8px;
}

.stumble_box {
 margin-top:5px;
}

#logo {
  float:left;
}

#logo a {
  border: none;
}



#searchbox {
  color:#fff;
  font-size:12px;
  float: right;
  text-align:center;
  margin-top:20px;
  margin-right:5px;
  width:310px;
}

#searchbox legend {
  color:#fff;
}

#searchbox p {
  color:#fff;
  font-size:14px;
  font-weight:bold;
}

#searchbox a {
  color:#fff;
}

#searchbox a:hover {
  color:#ddd;
}

#searchbox form {
  margin:0;
  padding:0;
}


.searchtext {
  font-size:12px;
  width:200px;
}


/* THE SPACERS */

.spacer{clear:both;height:15px;overflow:hidden;}
.clear{clear:both;height:0px;overflow:hidden;}


/* MENU BUTTONS */

div.button {
	background: url('http://images.greenchipstocks.com/button.gif') 0px 0px no-repeat;
	float: left;
	width: 117px; height: 30px;
	margin:0px 0px 0px 1px;
}


div.button span {
	display: block;
	margin-top:0px;padding:0px;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	height: 20px;
	
}


div.button a:hover {
	background: url('http://images.greenchipstocks.com/button.gif') -117px 0px no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	border:none;
	margin:0px; padding:8px 0px 0px 0px;
        text-decoration:underline;
}

div.button a {
	background: url('http://images.greenchipstocks.com/button.gif') top left no-repeat;
	display: block;
	width: 117px; height: 30px;
	overflow:hidden;
	margin:0px; padding:8px 0px 0px 0px;
	border:none;
	color:#ffffff;
        text-decoration:none;
}

div.popbutton {
	background: url('http://images.greenchipstocks.com/button_sm.gif') 0px 0px no-repeat;
	float: left;
	width: 90px; height: 20px;
	margin:0px 0px 0px 1px;
}



div.popbutton span:hover {
	background: url('http://images.greenchipstocks.com/button_sm.gif') -90px 0px no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	border:none;
        cursor: pointer;
	margin:0px; padding:4px 0px 0px 0px;
}

div.popbutton span {
	background: url('http://images.greenchipstocks.com/button_sm.gif') top left no-repeat;
	display: block;
	width: 90px; height: 20px;
        font-weight:normal;
        font-size:10px;
        text-align:center;
	overflow:hidden;
	margin:0px; padding:4px 0px 0px 0px;
	border:none;
	color:#000000;
}

div.popbuttonActive {
	background: url('http://images.greenchipstocks.com/active_button_sm.gif') 0px 0px no-repeat;
	float: left;
        border: 1px solid #ccc;
	width: 90px; height: 20px;
	margin:0px 0px 0px 1px;
}



div.popbuttonActive span:hover {
	background: url('http://images.greenchipstocks.com/active_button_sm.gif') -90px 0px no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	font-size:10px;
	text-align:center;
	border:none;
        cursor: pointer;
	margin:0px; padding:4px 0px 0px 0px;
}

div.popbuttonActive span {
	background: url('http://images.greenchipstocks.com/active_button_sm.gif') top left no-repeat;
	display: block;
	width: 90px; height: 20px;
        font-weight:normal;
        font-size:10px;
        text-align:center;
	overflow:hidden;
	margin:0px; padding:4px 0px 0px 0px;
	border:none;
	color:#000000;
}



/* MENU AKA TOOLBAR */

#toolbar{
	clear:both;
	width:950px;
	position:absolute;
	top:100px;
	margin:0px;
	padding:2px;
}

#popular{
	clear:both;
	width:300px;
	margin:0px;
	padding:2px;
}

#menu {
	height: 30px;
}

#popmenu {
	height: 20px;
}

/* ARTICLES AND STUFF */

div.articleTitle {
  font-size:25px;
  font-weight:bold;
  margin-bottom:10px;
}

div.articleSubTitle {
  font-size:18px;
  font-weight:bold;
  margin-bottom:5px;
}

div.continue {
  font-size:18px;
}

/* NAVIGATION */

#navigation h1 {text-transform:uppercase;font-size:12px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #f2f2f2;border-left:1px solid #f2f2f2;background-color:#fcfcfc;padding:5px;margin-bottom:10px;margin-top:1px;color:#333333}
#navigation h4 {font-size:11px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #fcfcfc;border-left:1px solid #fcfcfc;padding:5px;margin-bottom:10px;color:#333333}
#navigation h5 {font-size:10px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #fcfcfc;border-left:1px solid #fcfcfc;padding:5px;margin-top:0px;margin-bottom:10px;color:#ffffff;background-color:#cc3300}
#navigation ul {margin:0px;padding:0px;margin-bottom:20px;}
#navigation li {margin:0px;margin-left:5px;padding:2px;padding-top:3px;padding-bottom:3px;border-bottom:1px dashed #DDDDDD;list-style-type:none;font-size:12px;}
#navigation .li2 {font-size:11px;margin:0px;margin-left:10px;padding:2px;padding-top:3px;padding-bottom:3px;border-bottom:1px dashed #DDDDDD;list-style-type:none;}
#navigation a {text-decoration:none;border-bottom:none;}
#navigation .selected {font-weight:bold;}
#navigation .copy p {font-size:11px;line-height:11pt;}
#navigation .smallest {font-size:10px;}

#divider{border-top:1px solid #9c9c9c;padding:0px;margin-bottom:20px;margin-top:20px;clear:both}
#navigation .spacer{height:10;}


/* MAIN PAGE STUFF */


.more {
   text-align: right;
   margin:15px 10px 0px 0px;
   color: #009600;
   font-size:12px;
   font-weight:bold;
   overflow:hidden;
}


.middle p {}
.middle .smaller {font-size:11px;}
.middle .smaller p {font-size:11px;}
.middle h1 {font-size:24px;font-weight:bold;border-bottom:1px solid #ccc;padding-top:0px;padding-bottom:0px;clear:both;margin-bottom:10px;}
.middle h1 a {border:none;}
.middle h1 a:hover {color:#CC0000;border:none;}
.middle h2 {font-size:20px;font-weight:normal;padding:0px;margin-top:12px;padding-bottom:6px; margin-bottom:8px;}
.middle h3 {font-size:16px;color:#970000;margin-bottom:15px;margin-top:8px;}
.middle h3 a {color:#970000;border:none;}
.middle h3 a:hover {border-bottom:1px dashed #970000;}
.middle h4 {font-size:14px;font-weight:bold; margin-top:-10px; margin-bottom:10px;}
.middle h5 {font-size:12px;color:#970000;margin-bottom:2px;margin-top:-10px;}
.middle h5 a{color:#970000;text-decoration:none}



.copy .huge {
	font-size:42px;
	font-family:Georgia;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	margin-top:10px;

}

.copy {
   margin: 6px 8px 0px 8px;
   font-size: 12px;
   line-height: 16px;
}


.main  {
   height: auto;
   margin-top: 30px;
   width: 980px;
}

.main .sidebar {
   float: left;
   width: 300px;
   margin-right: 0px;
   background-color: #ffffff;
}


.main .middle {
   float: left;
   width: 620px;
   margin-left: 5px;
   margin-right: 25px;
}

.main .articlePost .articleFooter {
   text-align:center;
   font-size:11px;
}

.main .articlePost .left {
   float:left;
}

.main .articlePost .right {
   float:right;
   text-align:right;
   margin-right:10px;
   font-weight:bold;
   font-size:14px;
}

.main .articlePost h2 {
   font-size: 15px;
   font-weight:bold;
   border-bottom: 1px dotted #ccc;
}

.main .articlePost h3 {
   font-size: 14px;  
}

.main .articlePost h4 {
   font-size: 12px;   
}

/* OTHER CONTAINERS */

div.content {
   border: solid 1px #ccc;
   padding:5px;
   margin-bottom:10px;
   line-height:4pt;
}

div.content ul {
  padding-top: 5px;
}

div.content image {
   margin-top:0px;
   margin-bottom:0px;
   text-align:center;
}
div.content image a {border:none;}

div.content p {
   font-size:12px;
}
div.content smaller {
   font-size:11px;
}

div.content list {margin-top:0px; margin-bottom:8px;font-size:10px;}
div.content item {margin:0px 0px 0px 10px;font-size:11px;line-height:1.1;}
div.content item a {border:none;}
div.content image a {border:none;}
div.content huge a {border:none;}

div.content h1 {
   height: 31px;
   margin: 0px 6px 0px 6px;
   border-bottom: solid 1px #cccccc;
   font-size: 16px;
   font-weight: bold;
   line-height: 31px;
   text-indent: 3px;
}

div.middlebox {
  float:left; 
  width:320px;
  margin-right:15px;
}




/* DIV STRUCTURE  */
#page-wrap  { 
  width: 420px; position: relative; min-height: 350px; float:left; 
}

/*  SLIDER  */
.slider-wrap			{ width: 420px; }			
.stripViewer .panelContainer 
.panel ul			{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer			{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer			{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel		{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav		{ display: none; }
.nav-thumb 		{ border: 1px solid black; margin-right: 5px; }
#movers-row		{ margin: -43px 0 0 62px; }
#movers-row div		{ width: 106px; float: left; }
#movers-row div a.cross-link 	{ float: right; }

.photo-meta-data	{ 
  background: url(http://images.greenchipstocks.com/images/transpBlack.png); 
  padding: 10px; 
  height: 90px; 
  margin-top: -110px; 
  position: relative; 
  z-index: 9999; 
  color: white; 
}

.photo-meta-data a {
  color:#FFF;
}

.photo-meta-data h1 {
  font-size:20px;
  border:0px;
  margin-bottom:0px;
  margin-top:0px;
}

.photo-meta-data h2 {
  font-size:14px;
  border:0px;
  margin:0px;
}

.photo-meta-data span { 
  font-size: 11px; 
}

.cross-link	{ 
  display: block; 
  width: 62px; 
  margin-top: 0px; 
  position: relative; 
  padding-top: 0px; 
  z-index: 9999; 
}
.active-thumb 	{ background: transparent url(http://images.greenchipstocks.com/images/icon-uparrowsmallwhite.png) top center no-repeat; }

#blogfront {
  float:left;
  width: 170px;
  margin-left:6px;
  padding-left:8px;
  border-left:1px solid gray;
}

#blogfront ul li {
  margin-left:-15px;
}





a.dont-show {
	position: absolute;
	top: 7px;
	right: 3px;
	background: url(/images/close-btn.png) no-repeat 0 0;
	display: block;
	height: 26px;
	width: 26px;
	text-indent: -9000px;
}

a.dont-show:hover {
	background-position: 0 bottom;
}

a.close-meerkat {
	position: absolute;
	top: 5px;
	right: 3px;
	background: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	padding: 0px 4px 1px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
}

a.close-meerkat:hover {
	border: 2px solid #2e2a22;
	color: #2e2a22;
}


/* tablesorter */
table.tablesorter {
        font-family:arial;
        background-color: #CDCDCD;
        margin:10px 0pt 15px;
        font-size: 8pt;
        width: 100%;
        text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #eee;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
}
table.tablesorter thead tr .header {
        background-image: url(/images/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
}
table.tablesorter tbody td {
        padding: 4px;
        background-color: #FFF;
        vertical-align: top;
}
table.tablesorter tbody .expired {
  color: #777272;
}
table.tablesorter tbody tr .odd td {
  background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #ccc;
}

.red {
 background-color:red;
}

/* end */

