/*
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: 26px;
	overflow: hidden;
}
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: 20px;
}
div#header div#header-inner {
	width: 765px;
}
div#header img#logo {
	margin-top: 7px;
	float: left;
}
body.blue div#header {
	background: url(../images/header-btm.gif) repeat-x bottom center #001342;
}
body.gray div#header {
	background: url(../images/header-gray-btm.gif) repeat-x bottom center #31363e;
}

/* Removed 4/3/07
div.fixed div#bd {
	width: 765px;
	margin-left: 20px;
	margin-top: 15px;
	
	padding: 5px 0;
}
*/

/* Changed 4/3/07 */
div.fixed div#bd {
	width: 940px;
	margin-left: 20px;
	margin-top: 15px;	
	padding: 5px 0;
}
/* End Changed 4/3/07 */


/* Added 3/28/07 */
div.liquid {
	min-width: 795px;
}
div.home {
	min-width: 821px;
}
* html .liquid-minwidth {
	border-left:821px solid #fff;
}
* html .liquid-container {
	margin-left:-821px;
	position: relative;
}
/*\*/
* html .liquid-minwidth, * html .liquid-container {
	height: 1px;
}
/**/
/* End Added 3/28/07 */

/* Added 3/28/07 */
div.home div#bd {
	min-width: 821px;
}
/* End Added 3/28/07 */


div.liquid div#bd {
	width: 100%;
	/*margin-left: 20px;*/
	margin-top: 15px;
	min-width: 765px;
	float:left;
}
body.gray div#bd {
	margin-top: 15px;
}

div.liquid div#content {
	margin-right:195px;
}
div#content div.inner-padding {
	margin: 0 15px 0 20px;
}
body.gray div.liquid div#content {
	width: 100%;
	margin-right: 0;
}

/* Removed 4/3/07
div.fixed div#content {
	width: 586px;
	margin-right: 0;
	float: left;
	position: relative;
	display: inline;
} */

/* Changed 4/3/07 */
div.fixed div#content {
	width: 750px;
	margin-right: 0;
	float: left;
	position: relative;
	display: inline;
}
/* End Changed 4/3/07 */



div.liquid div#ad-col {
	/*width: 20%;
	min-width: 170px;*/
	width: 195px;
	margin-left: -195px;
	margin-top: 15px;
	float: left;
	display: inline;
}
div.fixed div#ad-col {
	width: 170px;
	float: right;
	margin: 0;
	display: inline;
}

div.half-col-l {
	width: 49%;
	float: left;
	display: inline;
}
div.half-col-r {
	width: 49%;
	float: right;
	display: inline;
}

div#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 10px;
	color: #333;
	font-family: Verdana, sans-serif;
}
div#footer p {
	border-top: 1px solid #dad4ad;
	margin-left: 20px;
	padding-top: 10px;
	margin-right: 25px;
}
div#footer a {
	margin: 0 10px;
}
div.fixed div#footer {
	width: 800px;
}
div.liquid div#footer {
	width: 100%;
}

img.btn {
	margin: 0 5px 10px 0;
}

img.company-logo {
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline;
}

div#user-box {
	width: 250px;
	float: right;
	color: #d0dcef;
	text-align: right;
	margin-right: 14px;
	display: inline;
}
body.gray div#user-box {
	color: #fff;
}
div#user-box p {
	display: inline;
}
div#user-box a {
	margin-left: 10px;
}
div#user-box p span {
	font-weight: bold;
}
div#inst-box {
	width: 225px;
	float: right;
	background: #000;
	text-align: center;
	margin-right: 0px;
	display: inline;
	font-weight: bold;
}
div#inst-box p {
	color: #fff;
}
div#inst-box a {
	color: #fff;
	text-decoration: none !important;
}

div.hr {
	border-top: 1px solid #dad4ad;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
}
div.hr2 {
	border-top: 1px solid #dad4ad;
	height: 1px;
	overflow: hidden;
	margin: 5px 0;
}
div.spacer {
	height: 1px;
	margin: 5px 0;
}
.terms {
	padding-left: 200px;
	padding-top: 15px;
}

/* Data Table */
table.data-table {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}
table.data-tableHP {
	width: 100%;
	margin-bottom: -11px;
	clear: both;
}
div.info-box table.data-table {
	margin-bottom: 0;
}
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 thead tr th {
	font-weight: normal;
}
table.data-table th {
	padding: 7px;
	text-align: left;
}
table.data-table td {
	padding: 5px 7px;
	text-align: left;
}
table.data-table tr td {
	border-bottom: 1px solid #e0dab9;
	vertical-align: middle;
}
table.data-table tr.last td {
	border-bottom: none;
}
table.data-table tr.top td {
	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-f2-right {
	width: 80px;
	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;
}

table.data-table tr.norm {
	background-color: #ffffff;
}

table.data-table tr.norm td {
	border: 0px;
}

p.data-table-disclaimer {
	width: 65%;
	float: right;
	color: #333;
	margin: 0;
}
span.reviewer {
	font-size: 10px;
	color: #990000;
	text-transform: uppercase;
}
span.reviewer-black {
	font-size: 85%;
	color: #000;
	text-transform: uppercase;
}
span.writereviews {
	font-size: 16px;
	font-weight: bold;
	color: #990000;	
}

/* 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: 10px;
	float: left;
	font-size: 100%;
}
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.jpg) repeat-x;
	border: 1px 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: 5px 0;
}
div.review-detail-info {
	margin-bottom: 15px;
	line-height: 120%;
}
div.review-detail-info p {
	margin: 2px 0;
}
div.review-noreview {
	padding: 10px 20px;
	border-top: 1px solid #8EACE2;
	border-bottom: 1px solid #8EACE2;
	background-color: #E5ECF6;
	line-height: 150%;
}
div.review-noreview p {
	margin: 5px 0;
}
div.write-a-review {
	padding: 10px 20px 0px 20px;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
	background-color: #f9f8f1;
	line-height: 150%;
}
div.institution-home {
	padding: 5px 10px;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
	background-color: #F5F5E1;
	line-height: 150%;
	margin-bottom: 10px;
}
div.institution-home p {
	margin: 5px 0;
}
div.institution-home-info {
	margin-bottom: 5px;
	line-height: 120%;
}
div.review-detail-info p {
	margin: 2px 0;
}
div.normal p {
	margin: 15px 0;
	}

table.reviews {
	width: 600px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 20px;
	clear: both;
	}
table.reviews td {
	padding: 4px 0;
	text-align: left;
}

table.institution {
	width: 700px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 5px;
	clear: both;
}
table.institution td {
	padding: 4px 0;	
}

table.institution2 {	
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 10px;
	clear: both;
}
table.institution2 td {
	padding: 4px 0;	
}

table.account {
	width: 600px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 15px;
	clear: both;
}
table.account td {
	padding: 4px 0;	
}

table.account td.gray{
	padding: 0;	
}
table.account2 {
	width: 700px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 15px;
	clear: both;
}
table.account2 td {
	padding: 4px 0;	
}

table.account2 td.gray{
	padding: 0;	
}
table.account2 td.bg2 {
	background-color: #F7F6EE;
	border-bottom: 1px solid #E6E1C7;
}
table.account2 td.bgHeader {
	background-color: #E6E1C7;
	border-width: 0px;
	padding: 5px;
}
table.account3 {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	height: 100%;
	width: 100%;
}

table.accountShort {
	width: 400px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 15px;
	clear: both;
}

table.padg {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 10px;
	height: 100%;
	width: 100%;
	padding: 10px 10px 10px 10px;
}

table.padg td.bgRed {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

.bgWhite {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: 500;
	padding: 5px;
}

.graytxt {
	font-size: 11px;
	color: #666666;
}
input.frm, select.frm {
	border-width: 1px;
	border-color: #40546E;
	color: #001342;
	width: 275px;
	margin-top: 2px;
	padding:3px;
	text-align: left;
}
input.frmSm {
	border-width: 1px;
	border-color: #40546E;
	color: #001342;
	width: 100px;
	margin-top: 2px;
	padding:3px;
	text-align: left;
}

label { 
	font-weight: bold;
    text-align: right;
	margin-right: 10px;
}
label.noBld { 
	font-weight: 500;
    	text-align: right;
	margin-right: 10px;
}
label.moreinfo { 
	margin-right: 10px;
	font-weight: normal;
    text-align: left;
}
label.reviews { 
	margin-right: 10px;
	font-weight: normal;
    text-align: left;
}
.ltblue {
	background-color: #D0DCEF;
	font-weight: bold;
    margin-left: 10px;
}

/* Removed 3/28/07 */
/* 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%;
	text-indent: -1000px;
}
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%;
	text-indent: -1000px;
} */
/* End Removed 3/28/07 */


/* Front Reviews Box */
/* Changed 3/28/07 */
a#search-tab {
	display: block;
	/*width: 294px;*/
	min-width: 294px;
	width: 50%;
	height: 36px;
	background: url(../images/search-tab-active.gif) no-repeat top center;
	float: left;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 159%;
	text-indent: -1000px;
	border-right: 1px solid #3f536d;
	border-left: 1px solid #3f536d;
}
a#write-tab {
	display: block;
	/*width: 290px;*/
	min-width: 290px;
	width: 49%;
	height: 36px;
	background: url(../images/write-tab-inactive.gif) no-repeat top center;
	float: right;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	font-size: 159%;
	text-indent: -1000px;
	border-right: 1px solid #3f536d;
	border-left: 1px solid #3f536d;
}
/* End Changed 3/28/07 */


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;
	min-width: 558px;
}
div.review-box-content {
	background: url(../images/review-box-bkg.jpg) repeat-x top center;
	border-top: 1px solid #3f536d;
	border-bottom: 1px solid #3f536d;
	border-right: 1px solid #3f536d;
	border-left: 1px solid #3f536d;
	padding: 15px 15px 0 15px;
	margin-bottom: 0;
	margin-bottom: 2px;
	margin-top: 2px;
	min-width: 558px;
}



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: 100%;
	padding-top: 5px;
}
p#ticker-symbol-label {
	width: 75px;
	font-size: 85%;
	color: #666666;
	margin-top: 2px;
	margin-left: 285px;
	display: inline;
}
p#investment-name-label {
	font-size: 85%;
	color: #666666;
	margin-top: 2px;
	display: inline;
	margin-left: 52px;
}

p#ticker-symbol-label-ps {
	width: 75px;
	font-size: 85%;
	color: #666666;
	margin-top: 2px;
	margin-left: 0px;
	display: inline;
}
p#investment-name-label-ps {
	font-size: 85%;
	color: #666666;
	margin-top: 2px;
	display: inline;
	margin-left: 52px;
}

.lbl_hp2 {
	font-weight: 700;
	font-size: 85%;
	color: #111F42;
}

.lbl_hp {
	font-size: 85%;
	color: #666666;
}

p#securities-label {
	font-weight: 700;
	font-size: 85%;
	color: #111F42;
	margin-top: 2px;
	display: inline;
	margin-left: 142px;
}

input#ticker-symbol-input {
	width: 75px;
	padding: 4px;
	margin: 0px 2px 2px 2px;
	border: 1px solid #3f5d63;
}
input#investment-name-input {
	width: 210px;
	padding: 4px;
	margin: 0px 2px 2px 2px;
	border: 1px solid #3f5d63;
}

/* Info Boxes */
div.info-box {
	margin: 10px 0 0 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-hd2 {
	background: url(../images/info-box-hd-bkg.gif) repeat-x 0% 100%;
	height: 39px;
	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: 14px;
	font-weight: bold;
	padding: 0 5px;
	background: url(../images/info-box-hd-gradient.gif) repeat-x 50% 50%;
	margin-left: 7px;
	margin-right: 5px;
	border: 1px solid #001342;
	color: #fff;
}

div.info-box-hd h5 {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	background: url(../images/red-bg.gif) repeat-x 50% 50%;
	margin-top: 0px;
	margin-left: 7px;
	margin-right: 5px;
	border: 1px solid #001342;
	color: #fff;
}

div.info-box-hd h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 7px;
	margin-right: 5px;
	border: 0px solid #001342;
	color: #203063;
}

/* Top Reviews Box */
/* Added 3/28/07 */
div.top-reviews-box div.top-reviews-box-inner {
	width: 250px;
}
/* End Added 3/28/07 */


div.info-box-hd a {
	/*background-color: #fff;*/
	padding: 2px;
	font-size: 12px;
	color: #fff;
}
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-review h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
div.info-box-review p {
	margin: 2px 0;
}

div.info-box-alt {
	background-color: #f7f6ee;
}

/* Top Reviews Box */
div.top-reviews-box div.info-box-content {
	padding-left: 22px;
	height: 145px;
	padding-bottom: 0;
}
div.top-reviews-box div.half-col-l {
	width: 40%;
	float: left;
	margin-left: 4%;
	display: inline;
}
div.top-reviews-box div.half-col-r {
	width: 49%;
	float: left;
	display: inline;
}

/* Member Sign In Box */
div.member-sign-in div.info-box-content {
	height: 145px;
	padding-bottom: 0;
}
div.member-sign-in input.txt {
	padding: 4px;
	font-size: 12px;
	border: 1px solid #3f5d63;
}
div.member-sign-in div.row {
	margin: 10px 0;
}

div.search-main div.half-col-l {
	overflow: hidden;
	width: 48%;
}
div.search-main div.half-col-r {
	border-left: 1px solid #dad4ad;
	padding-left: 2%;
	width: 48%;
}
div.search-main input#investment-name-input {
	width: 215px;
}
div.search-main input.search-btn {
	margin-top: 6px;
}

/* Error Message */
p.errormsg {
	background: #f00 url(../images/error-bg.gif) no-repeat 11px 50%;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 58px;
}
p.error {
	color: #f00;
	font-weight: bold;	
}
.errorbg {
	background: #f00;
	color: #f00;
	height: 15px;
}

/* Dollar Signs */
img.dollar-sign {
	vertical-align: middle;
	/*margin-top: -2px;*/
}

p.display-investment {
	margin-top: 10px;
}
p.invest-recom {
	margin-bottom: 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 2px 0 0 0;
	padding: 0;
	width: 770px;
}
ul#nav li {
	float: left;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
}
ul#nav li#t-search-invest {
	font-size: 12px !important;
}
ul#nav li.multi-line a {
	line-height: 14px;
}

.multi2 {
	line-height: 14px;
}
ul#nav li a {
	display: block;
	height: 31px;
	width: 150px;
	text-align: center;
	line-height: 31px;
	overflow: hidden;
}
body.blue ul#nav li a {
	background: url(../images/t-blue2.gif) no-repeat top center;
}
body.blue ul#nav li a:hover, body.blue ul#nav li.active a {
	background: url(../images/t-blue2.gif) no-repeat bottom center;
}
body.gray ul#nav li a {
	background: url(../images/t-gray2.gif) no-repeat top center;
}
body.gray ul#nav li a:hover, body.gray ul#nav li.active a {
	background: url(../images/t-gray2.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: 13px;
	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;
}
body.blue ul.sub-nav li.activelast {
	font-weight: bold;
	border-right: none;
	text-decoration: none;
}
/* @end */

/* @group Headings */
h1 { }
h2 {
	font-family: Arial Rounded MT Bold;
	font-weight: lighter;
}
body.blue h2 {
	color: #001342;
	margin-top: 0;
	font-size: 182%;
}
body.gray h2 {
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0dab9;
	margin-top: 0;
	font-size: 182%;
}
body.blue h2 span.medium {
	color: #002eac;
}
body.blue h2 span.newTextBgr {
	color: #990000;
}
body.blue h2 span.mediumRed {
	color: #990000;
}
body.blue h2 span.light {
	color: #8eace2;
}
body.gray h2 span.medium {
	color: #669933;
}
h2.recommendations {
	font-size: 20px !important;
}
div.perf-data-box h3 {
	font-size: 114%;
	font-family: Georgia, serif;
}
div.review-detail h3 {
	font-size: 122%;
}
div.write-a-review h3 {
	font-size: 122%;
}
div.review-noreview h3 {
	font-size: 122%;
}
h4 {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 3px;
}
h5 { 
    margin-top: 15px;
	font-size: 16px;
	margin-bottom: 0px;
	}
h6 { }
/* @end */

/* @group Text Styles */
p.results {
	margin: 0 0 5px 0;
}
p.results strong {
	font-weight: bold;
}
span.pager {
	padding-right: 15px;
	/* background: url(../images/next-arrow.gif) no-repeat 100% 50%; */
}
span.pager a {
	margin: 0 2px;
}
span.left-arrow {
	padding-left: 15px;
	padding-top: 15px;
	/* background: url(../images/arrow-left.gif) no-repeat 0 50%; */
}
span.right-arrow {
	padding-top: 15px;
}
.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;
}

}
.nrml {
	color: #000;
	padding: 5px 0 5px 0;	
}

.bigblue {
	font-size: 16px;
	font-weight: bold;	
}

.bigblue2 {
	font-size: 19px;
	font-weight: bold;	
}

/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
div.row, div.submit-row {
	clear: left;
	margin: 0;
	padding: 2px 0 0 0;
}
div.submit-row {
	margin-left: 80px;
}

div.row2, div.submit-row2 {
	clear: left;
	margin: 0;
	padding: 7px 0 0 0;
}
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;
}

.txt2 {
	border: 1px solid #3f5d63;
	padding: 2px;
}

/* Removed 4/3/07
form#or-search-by div.row-select {
	margin: 5px 0;
	background-color: #f7f6ee;
	padding: 4px;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
}
form#or-search-by div.row-select label {
	width: 45%;
	margin: 2px 0 0 0;
	float: left;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	text-align: left;
}
form#or-search-by div.row-select select {
	width: 53%;
	font-size: 12px;
} */

/* Changed 4/3/07 */
form#or-search-by div.row-select {
	margin: 5px 0;
	background-color: #f7f6ee;
	padding: 4px;
	border-top: 1px solid #e0dab9;
	border-bottom: 1px solid #e0dab9;
}
form#or-search-by div.row-select label {
	width: 36%;
	margin: 2px 0 0 0;
	float: left;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	text-align: left;
}
form#or-search-by div.row-select select {
	width: 61%;
	font-size: 12px;
}
/* End Changed 4/3/07 */



form#or-search-by div.submit-row {
	margin-left: 45%;
}

.signin {
	width: 250px;
	padding: 4px;
	text-align: middle;
	margin: 0 0 5px 0px;
	border: 1px solid #3f5d63;	
	}

/* @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;
}

/* Removed 3/28/07 */
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 */
	text-decoration: underline !important;
}
table.data-table tbody .non-standard-link a:hover {
	/* text-decoration: underline; !important */
	text-decoration: none !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 */
	text-decoration: underline !important;
}
table.data-table-light .non-standard-link a:hover {
	/* text-decoration: underline; !important */
	text-decoration: none !important;
}
/* End Removed 3/28/07 */

/* Changed 3/30/07 */
table.data-table tbody .non-standard-link a:link, table.data-table tbody .non-standard-link a:visited {
	color: #000 !important;
	text-decoration: underline !important;
}
table.data-table tbody .non-standard-link a:hover {
	text-decoration: none !important;
}
table.data-table-light .non-standard-link a:link, table.data-table-light .non-standard-link a:visited {
	color: #000 !important;
	text-decoration: underline !important;
}
table.data-table-light .non-standard-link a:hover {
	text-decoration: none !important;
}
/* End Changed 3/30/07 */



body.gray table.data-table th {
	font-weight: normal;
}
body.gray table.data-table tr.alt-row {
	background-color: #f1f1d4;
}
body.gray table.data-table tr td {
	border-bottom: 1px solid #e5e1c2;
}
body.gray table.data-table tbody tr td {
	vertical-align: middle;
}
a.edit-link {
	font-size: 10px;
}
table.data-table p {
	margin: 2px 0;
}

div#user-box a:link, div#user-box a:visited {
	color: #fff;
	text-decoration: underline;
}
div#user-box a:hover {
	text-decoration: none;
}

/* Removed 3/28/07 */
.non-standard-link a:link, .non-standard-link a:visited {
	color: #000 !important;
	/* text-decoration: none; !important */
	text-decoration: underline !important;
}
.non-standard-link a:hover {
	/* text-decoration: underline; !important */
	text-decoration: none !important;
}
/* End Removed 3/28/07 */

/* Changed 3/30/07 */
.non-standard-link a:link, .non-standard-link a:visited {
	color: #000 !important;
	text-decoration: underline !important;
}
.non-standard-link a:hover {
	text-decoration: none !important;
}
/* End changed 3/30/07 */




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;
}

.red a:link, div.display-investment a:visited {
	color: #990000 !important;
}
.red 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 */

table.padg td.message { 

            padding: 5px;

}

.searchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000; 
}

.noBold {
	font-weight: 500;
}

.newText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000; 
}

.newText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000; 
}

.addHeader {
	background-color: #8C9BB2;
	font-family: Verdana, Arial, Helvetica, Times;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
}

a.searchLink {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 14px;
	font-weight: 700;
}

table.recRoom-table {
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}

table.recRoom-table th {
	background-color: #E6E1C7;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 17px;
	font-weight: 700;
	color: #766F4B;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

table.recRoom-table td {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

table.recRoom-table td.sm {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
	padding: 5px 5px 5px 5px;
}

.smlr {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}

table.recRoom-table td.enclosed {
	border: 0px solid #E6E1C7;
}

table.recRoomExpDate {
	border: 1px solid #001342;
	border-spacing: 0;
	width: 120px;
}

table.recRoomExpDate td {
	padding: 0;
}

table.recRoomExpDate td.wh {
	background-color: #FFFFFF;
}

table.recRoomExpDate td.bl {
	background-color: #8EACE2;
}

table.recRoomExpDateTop {
	border: 0px;
	border-spacing: 0;
	width: 120px;
}

table.recRoomExpDateTop td {
	padding: 0;
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 10px;
	font-weight: 500;
	color: #000000;
	text-align: center;
}

a.noUndWhiteBld {
	font-family: Arial, Verdana, Helvetica, Times;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}

.lgr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000; 
}

.lgr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
}

.lgr2NoBold {
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	font-style: italic;
}

.lgr2Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333399;
}

.user-box2 {
	color: #FFFFFF;
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
}

.user-box2 a {
	color: #FFFFFF;
}

#memberSpot {
	margin: 27px 40px 20px 20px;
}

#instSpot {
	margin: 32px 70px 20px 20px;
}

#pushLeft {
	padding-left: 22px;
}

.blogHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #203063; 
}

.blogTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6D7FA7; 
}

.style1 {font-size: 10px}

.style2 {
	font-size: 11px;
	color: #66CC00;
	font-weight: bold;
}

.fakeP {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.row1 {
	background-color: #8face4;
}

.row2 {
	background-color: #d1deef;
}

.blkBorder {
	border: 1px solid #000000;
}

.disclaimer {
	width: 400px;
	height: 75px;
	border: 1px solid #000000;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 20px 0px 10px;
}

.rt {
	float: right;
	margin: 0px 250px 0px 0px;
}

.uploadInstr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6D7FA7; 
}

.blueBld {
	font-size: 17px;
	font-weight: 700;
	color: #203063;
}

