/* Site wide CSS */
img {
	border: 0;
}

a {
	color: #a64b3c;
	text-decoration: none;
}

a:hover {
	color: #d67053;
	text-decoration: underline;
}

.summation {
	background-color: #b3b3b3;
}

.dropout {
	background-color: #f6dbdb;
}

.officialmfi {
	background-color: #f6dbdb;
}

.disclosure {
	font-style: italic;
}

.comment_header {
	font-style: italic;
}

tr.averages {
	background-color: #b3b3b3;
}

th {
	font-family: verdana;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

td {
	font-family: verdana;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

li {
	margin-bottom: 10px;
}

td.widget {
	padding: 1px;
	text-align: left;
}

html {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	color: #404040;
}

pre {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
	color: #404040;
}

body {
	text-align: center;
	min-width: 800px;
}

#page-div {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#header {
	position: absolute;
	height: 200px;
}

#site-banner {
	height: 80px;
	width: 800px;
}

#navbar {
	position: absolute;
	top: 90px;
	width: 800px;
	background-color: #A94B3D;
	height: 20px;
}

#banner-ad {
	position: absolute; //
	top: 120px;
	top: 110px;
	width: 800px;
	height: 60px;
}

#body-section-no-banner-ad {
	position: absolute;
	top: 150px;
	width: 800px;
}

#body-section {
	position: absolute;
	top: 220px;
	width: 800px;
}

#performance-ad {
	background-image: url(../images/star-adbackground.jpg);
	cursor: pointer;
	width: 160px;
	height: 240px;
	border: 1px solid #b3b3b3;
	padding: 5px;
}

#left-column {
	float: left;
	width: 180px;
}

#center-column-600 {
	float: left;
	position: relative;
	left: 20px;
	width: 600px;
	text-align: left;
}

#center-column-400 {
	float: left;
	position: relative;
	left: 20px;
	width: 400px;
	text-align: left;
}

#right-column {
	float: right;
	width: 180px;
}

h1 {
	font-family: verdana;
	line-height: 17px;
	color: #404040;
	font-size: 14px;
	font-weight: bold;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.date {
	font-size: 12px;
	font-weight: bold;
}

.article-note {
	font-style: italic;
}

.article-subheader {
	font-weight: bold;
}

.booktitle {
	font-style: italic;
}

.disclaimer {
	font-weight: lighter;
	text-align: justify;
	//font-size: 10pt;
	//line-height: 14px;
}

.emphasis {
	font-weight: bold;
}

.explain {
	font-style: italic;
}

.smallfont {
	font-size: 10px;
}

/* Performance Classes */ /* Stock Report Classes */
#quick-look {
	background-color: #b3b3b3;
	width: 150px; 
	padding: 10px;
	float: right;
	margin: 10px;
}

#stock-info-box {
	background-color: #b3b3b3;
}

#stock-box-topdata {
	text-align: center;
}

#stock-box-otherdata {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

.stock-box-subheader {
	font-weight: bold;
}

.quote-negative {
	color: red;
}

.quote-positive {
	color: green;
}

/* Member home classes */
.widget-box {
	border: 1px solid #b3b3b3;
	padding: 5px;
}

.withdrawn {
	background-color: #fafb8b;
}

a.subscribenow {
	width: 150px; 
	font-size: 12pt;
	text-align: center; 
	background-color: #39983e;
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 10px; 
	padding-right:10px; 
	color: white;
	-moz-box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
	
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='true')
}
a.subscribenow:hover {
	background-color: #42cb48;
	color: white;
	text-decoration: none;
}

