/*
Company:	Moneyrec.com
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:5px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }

table{border-collapse:collapse;border-spacing:0;}
/* @end */

/* @group HTML, Body */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* @end */

/* @group Layout */
div#header-top {
	height: 18px;
	padding-left: 61px;
	overflow: hidden;
	
	display: none;
}
body.blue div#header-top {
	background: url(../images/blue-top-line.gif) repeat-x;
}
body.gray div#header-top {
	background: url(../images/gray-top-line.gif) repeat-x;
}

div#header {
	padding-left: 55px;
}
div#header img#logo {
	margin-top: 7px;
	float: left;
}

div.fixed div#bd {
	width: 765px;
	margin-left: 55px;
	margin-top: 20px;
}
div.liquid div#bd {
	width: 100%;
	margin-left: 55px;
	margin-top: 20px;
}

div#content {
	float: left;
	width: 73%;
	margin-right: 2%;
	display: inline;
}
body.gray div.liquid div#content {
	width: 100%;
}
div.fixed div#content {
	width: 586px;
	margin-right: 0;
}
div#ad-col {
	width: 20%;
	min-width: 170px;
	float: right;
	display: inline;
}
div.fixed div#ad-col {
	width: 170px;
}

div.half-col-l {
	width: 49%;
	float: left;
	display: inline;
}
div.half-col-r {
	width: 49%;
	float: right;
	display: inline;
}

div#footer {
	margin-left: 55px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dad4ad;
	font-size: 77%;
	color: #333;
}
div#footer a {
	margin: 0 10px;
}
div.fixed div#footer {
	width: 800px;
}
div.liquid div#footer {
	width: 85%;
}

img.btn {
	margin: 10px 5px 10px 0;
	display: none;
}

img.company-logo {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline;
}

div#user-box {
	width: 250px;
	float: right;
	margin-right: 15%;
	color: #d0dcef;
	text-align: right;
	
	display: none;
}
div#user-box a {
	margin-left: 10px;
}
div#user-box p span {
	font-weight: bold;
}

div.hr {
	border-top: 1px solid #dad4ad;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
}
div.spacer {
	height: 1px;
	margin: 20px 0;
}


/* Data Table */
table.data-table {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}
table.data-table thead {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 85%;
	vertical-align: bottom;
}
table.data-table thead img {
	margin-bottom: 5px;
}
table.data-table thead.gray {
	background-color: #e6e1c7;
}
table.data-table thead.blue {
	background-color: #d1def3;
}
table.data-table th {
	padding: 10px;
	text-align: left;
}
table.data-table td {
	padding: 5px 10px;
	text-align: left;
}
table.data-table tr td {
	border-bottom: 1px solid #e0dab9;
	vertical-align: top;
}
table.data-table tr.alt-row {
	background-color: #f7f6ee;
}
table.data-table .col-f1-right {
	width: 50px;
	text-align: right;
}
table.data-table .col-f1-left {
	width: 50px;
	text-align: left;
}
table.data-table .col-l1-right {
	text-align: right;
}
table.data-table .summary-row {
	background-color: #d0dcef;
	font-weight: bold;
	text-transform: uppercase;
}
table.data-table .summary-row td {
	border-top: 1px solid #8a98b5;
	border-bottom: 1px solid #8a98b5;
}
table.data-table .title-row {
	background-color: #d0dcef;
	font-weight: bold;
}
table.data-table .title-row td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #fff;
}

p.data-table-disclaimer {
	width: 65%;
	float: right;
	color: #333;
	margin: 0;
}
span.reviewer {
	font-size: 85%;
	color: #990000;
	text-transform: uppercase;
}
span.reviewer-black {
	font-size: 85%;
	color: #000;
	text-transform: uppercase;
}

/* Data Table Light */
table.data-table-light {
	width: 100%;
	margin-bottom: 5px;
	clear: both;
}
table.data-table-light td {
	padding: 2px 0;
	text-align: left;
}
table.data-table-light .col-f1-left {
	width: 50px;
	text-align: left;
}

/* Fund Table */
table.fund-data {
	width: 60%;
	margin-bottom: 20px;
	float: left;
	font-size: 92%;
}
table.fund-data td {
	padding: 5px 0;
	text-align: left;
}
table.fund-data tr td {
	border-bottom: 1px dotted #e0dab9;
}
table.fund-data tr.alt-row {
	background-color: #f7f6ee;
}
table.fund-data .col-f1-left {
	width: 50px;
	text-align: left;
}
table.fund-data .col-f1-right {
	text-align: right;
	width: 60px;
	font-weight: bold;
}

table.fund-data label {
	width: 40%;
	display: block;
	float: left;
	margin: 0;
}
table.fund-data select {
	width: 55%;
	margin: 0;
	float: right;
	display: inline;
}

div.perf-data-box {
	width: 35%;
	float: right;
	background: url(../images/perf-box-bkg.gif) repeat-x;
	border: 2px solid #5d6678;
}
div.perf-data-box p {
	line-height: 150%;
}
div.perf-data-box div {
	margin: 10px;
}

div.review-detail {
	padding: 10px 20px;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
	background-color: #f9f8f1;
	line-height: 150%;
}
div.review-detail p {
	margin: 10px 0;
}
div.review-detail-info {
	margin-bottom: 15px;
	line-height: 120%;
}
div.review-detail-info p {
	margin: 5px 0;
}

/* Front Reviews Box */
a#search-tab {
	display: block;
	width: 294px;
	height: 36px;
	background: url(../images/search-tab-active.gif) no-repeat;
	float: left;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 159%;
}
a#write-tab {
	display: block;
	width: 290px;
	height: 36px;
	background: url(../images/write-tab-inactive.gif) no-repeat;
	float: right;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 159%;
}
a#search-tab:link, a#search-tab:visited, a#write-tab:link, a#write-tab:visited {
	text-decoration: none !important;
	color: #001342 !important;
}

div.review-box-tabs {
	background: url(../images/review-tabs-btm-line.gif) repeat-x center bottom;
}
div.review-box-content {
	background: url(../images/review-box-bkg.gif) no-repeat top center;
	border-bottom: 1px solid #3f536d;
	border-right: 1px solid #3f536d;
	border-left: 1px solid #3f536d;
	padding: 15px;
}
div.review-box-content p.instructions {
	font-size: 92%;
}
div.review-box-content form {
	margin-bottom: 0;
}

p#search-boxes {
	width: 450px;
	float: left;
	vertical-align: middle;
	margin: 0;
}
p#search-boxes input {
	vertical-align: middle;
}
p#search-boxes span {
	font-size: 85%;
	color: #666666;
	font-weight: bold;
}
p#learn-more {
	float: right;
}
p#more-options {
	font-size: 92%;
}
p#ticker-symbol-label {
	float: left;
	width: 75px;
	font-size: 85%;
	color: #666666;
	margin-top: 0;
	display: inline;
}
p#investment-name-label {
	float: left;
	margin-left: 36px;
	font-size: 85%;
	color: #666666;
	margin-top: 0;
	display: inline;
}
input#ticker-symbol-input {
	width: 75px;
	padding: 4px;
	border: 1px solid #3f5d63;
}
input#investment-name-input {
	width: 210px;
	padding: 4px;
	border: 1px solid #3f5d63;
}

/* Info Boxes */
div.info-box {
	margin: 10px 0;
	font-size: 92%;
}
div.info-box-hd {
	background: url(../images/info-box-hd-bkg.gif) repeat-x 50% 50%;
	height: 20px;
	overflow: hidden;
	line-height: 18px;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	z-index: 2;
}
div.info-box-hd h4 {
	float: left;
	text-transform: uppercase;
	font-size: 100%;
	padding: 0 5px;
	background: url(../images/info-box-hd-gradient.gif) repeat-x 50% 50%;
	margin-left: 10px;
	margin-right: 5px;
	border: 1px solid #dad4ad;
}
div.info-box-hd a {
	background-color: #fff;
	padding: 2px;
	font-size: 85%;
}
div.info-box-content {
	border-right: 1px solid #dad4ad;
	border-left: 1px solid #dad4ad;
	border-bottom: 1px solid #dad4ad;
	margin-top: -10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	z-index: 3;
}
div.info-box-review {
	border-top: 1px solid #e0dab9;
	padding: 6px;
}
div.info-box-alt {
	background-color: #f7f6ee;
}

div.search-main div.half-col-l {
	overflow: hidden;
}
div.search-main div.half-col-r {
	border-left: 1px solid #dad4ad;
	padding-left: 4px;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 2px 0 0 0;
	padding: 0;
	width: 770px;
	display: none;
}
ul#nav li {
	float: left;
	list-style-type: none;
	margin: 0 3px 0 0;
	padding: 0;
}
ul#nav li.multi-line a {
	line-height: 14px;
}
ul#nav li a {
	display: block;
	height: 30px;
	width: 150px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
body.blue ul#nav li a {
	background: url(../images/t-blue.gif) no-repeat top center;
}
body.blue ul#nav li a:hover, body.blue ul#nav li.active a {
	background: url(../images/t-blue.gif) no-repeat bottom center;
}
body.gray ul#nav li a {
	background: url(../images/t-gray.gif) no-repeat top center;
}
body.gray ul#nav li a:hover, body.gray ul#nav li.active a {
	background: url(../images/t-gray.gif) no-repeat bottom center;
}
ul#nav li.active a {
	font-weight: bold;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #000;
	text-decoration: none;
}

body.blue ul.sub-nav {
	background-color: #e5ecf6;
	color: #666666;
	padding: 10px;
	font-size: 107%;
	margin: 10px 0;
}
body.blue ul.sub-nav li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
	padding-right: 10px;
	border-right: 1px solid #666666;
}
body.blue ul.sub-nav li.last {
	border-right: none;
}
body.blue ul.sub-nav li.active {
	font-weight: bold;
}
body.blue ul.sub-nav li.active a:link, body.blue ul.sub-nav li.active a:visited {
	text-decoration: none !important;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	font-family: Georgia, serif;
	font-size: 182%;
	font-weight: lighter;
}
body.blue h2 {
	color: #001342;
}
body.gray h2 {
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0dab9;
}
body.blue h2 span.medium {
	color: #002eac;
}
body.blue h2 span.light {
	color: #8eace2;
}
body.gray h2 span.medium {
	color: #669933;
}
div.perf-data-box h3 {
	font-size: 114%;
	font-family: Georgia, serif;
}
div.review-detail h3 {
	font-size: 122%;
}
h4 {
	margin-top: 0;
}
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
p.results {
	margin: 10px 0;
}
p.results strong {
	font-weight: bold;
}
span.pager {
	padding-right: 15px;
	background: url(../images/next-arrow.gif) no-repeat 100% 50%;
}
span.left-arrow {
	padding-left: 15px;
	background: url(../images/arrow-left.gif) no-repeat 0 50%;
}
.important {
	color: #990000;
}
div.display-investment {
	padding: 1px 0;
	margin: 20px 0;
}
div.display-investment p {
	background-color: #f8f8ea;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
	padding: 8px;
	margin: 10px 0;
	font-weight: bold;
	display: inline;
}
div.display-investment p a {
	font-weight: normal;
	font-size: 92%;
}
.gray-text {
	color: #333333;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div.row, div.submit-row {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
}
div.submit-row {
	margin-left: 80px;
}
div.row label {
	float: left;
	width: 80px;
	display: inline;
}
div.row input, div.row textarea {
	font-size: 100%;
	font-family: Arial, sans-serif;
}
.txt {
	width: 50%;
	border: 1px solid #3f5d63;
	padding: 2px;
}

form#or-search-by div.row-select {
	margin: 5px 0;
	background-color: #f7f6ee;
	padding: 8px;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
}
form#or-search-by div.row-select label {
	width: 45%;
	margin: 0;
	float: left;
	display: inline;
}
form#or-search-by div.row-select select {
	width: 53%;
}
form#or-search-by div.submit-row {
	margin-left: 45%;
}
/* @end */

/* @group Links - link visited hover active */
div#content a:link, div#content a:visited {
	color: #002eac;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
table.data-table tbody .non-standard-link a:link, table.data-table tbody .non-standard-link a:visited {
	color: #000 !important;
	text-decoration: none !important;
}
table.data-table tbody .non-standard-link a:hover {
	text-decoration: underline !important;
}

table.data-table-light .non-standard-link a:link, table.data-table-light .non-standard-link a:visited {
	color: #000 !important;
	text-decoration: none !important;
}
table.data-table-light .non-standard-link a:hover {
	text-decoration: underline !important;
}

div#user-box a:link, div#user-box a:visited {
	color: #fff;
	text-decoration: underline;
}
div#user-box a:hover {
	text-decoration: none;
}

.non-standard-link a:link, .non-standard-link a:visited {
	color: #000 !important;
	text-decoration: none !important;
}
.non-standard-link a:hover {
	text-decoration: underline !important;
}

div.display-investment a:link, div.display-investment a:visited {
	color: #990000 !important;
}
div.display-investment a:hover {
	text-decoration: none;
}

div#footer a:link, div#footer a:visited {
	color: #333;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
