/**
 * Global selectors
 **/
body, html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0; 
	padding: 0;
	background: #fff url('/static/img/bg-body.jpg') repeat-x;
	color: #666;
	font: 75% Lucida Grande, Tahoma, sans-serif;
	line-height: 1;
}

p {
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 0 0 10px 0;
}

h2 {
	color: #0190f0;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	color: #28b14e;
	font-size: 16px;
	font-weight: bold;
	margin: 0; 
}

h4 {
	color: #28b14e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	line-height: 18px;
}

h4 a{
	color: #28b14e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px dotted #28b14e;
	line-height: 18px;
}

h4 a:hover{
	color: #28b14e;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	border-bottom: none;
	line-height: 18px;
}

h5 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	margin: 0; 
}

h6 {
	color: #0190f0;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
	margin: 0;
	line-height: 12px;
	padding: 0;
	background: url('/static/img/arrow.jpg') no-repeat left;
}

fieldset {
	margin: 0 0 15px 0;
}

/**
 * Commonly used classes
 **/
ul.std {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.std li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/**
 * Element specifics
 */
div#container {
	width: 950px;
}

div#header {
	position: relative;
	clear: both;
}

div#header a {
	color: #666;
	text-decoration: none;
}

div#header a:hover {
	color: #0190f0;
	border-bottom: 1px dotted #0190f0;
}

div#header h1 {
	margin: 0;
}

div#header h1 a {
	display: block;
	padding: 120px 0 0 0;
	height: 0px;
	background: url('/static/img/bg-logo.jpg') no-repeat;
	overflow: hidden;
}

div#header h1 a:hover {
	text-decoration: none;
	border: 0;
}

div#header ul#top-nav {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 97px 8px 0px 0px;
}

div#header ul#top-nav li {
	float: left;
	margin: 0 0 0 5px;
	color: #666;
	font-size: 117%;
	font-weight: bold;
}

div#header ul#top-nav li#sign-in {
	display: block;
	position: absolute;
	top: 55px;
	left: -590px;
	width: 50px;
	height: 50px;
/*	text-indent: -1000px;*/
	overflow: hidden;
/*	background: #000;*/
}

div#header ul#top-nav li#sign-in a {
	display: block;
	width: 50px;
	height: 0;
	padding: 50px 0 0 0;
	overflow: hidden;
}

div#header ul#top-nav li#sign-in a:hover {
	border: 0;
}

div#header ul#primary-nav {
	float: left;
	width: 950px;
	height: 75px;
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#header ul#primary-nav li {
	display: inline;
}

div#header ul#primary-nav li a {
	float: left;
	display: block;
	width: 137px;
	height: 0px;
	padding: 75px 0 0 0;
	overflow: hidden;
}

div#header ul#primary-nav li#nav-login a {
	background: url('/static/img/bg-nav-login.jpg') no-repeat;
	float: left;
}
div#header ul#primary-nav li#nav-login a:hover {
	background: url('/static/img/bg-nav-login-over.jpg');
}

div#header ul#primary-nav li#nav-plans a {
	background: url('/static/img/bg-nav-plans.jpg') no-repeat;
	margin-right: 128px;
	float: left;
}
div#header ul#primary-nav li#nav-plans a:hover {
	background: url('/static/img/bg-nav-plans-over.jpg');
}

div#header ul#primary-nav li#nav-employee a {
	background: url('/static/img/bg-nav-employees.jpg');
}
div#header ul#primary-nav li#nav-employee a:hover {
	background: url('/static/img/bg-nav-employees-over.jpg');
}

div#header ul#primary-nav li#nav-employer a {
	background: url('/static/img/bg-nav-employer.jpg');
}
div#header ul#primary-nav li#nav-employer a:hover {
	background: url('/static/img/bg-nav-employer-over.jpg');
}

div#header ul#primary-nav li#nav-advisors a {
	background: url('/static/img/bg-nav-advisors.jpg');
}
div#header ul#primary-nav li#nav-advisors a:hover {
	background: url('/static/img/bg-nav-advisors-over.jpg');
}

div#header ul#primary-nav li#nav-tpas a {
	background: url('/static/img/bg-nav-tpas.jpg');
}
div#header ul#primary-nav li#nav-tpas a:hover {
	background: url('/static/img/bg-nav-tpas-over.jpg');
}

div#footer {
	position: relative;
	height: 50px;
	width: 950px;
	float:left;
}


div#content {
	position: relative;
	clear: both;
	padding: 15px;
}

div#sub-nav, div#quick-links {
	clear: both;
	width: 170px;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 50px 0 0;
	text-align: right;
	border-right: 1px #666 dotted;
}

div#sub-nav {
	height: 400px;
	min-height: 400px;
}

div#sub-nav a {
	color: #666;
	text-decoration: none;
	line-height: 20px;
	padding: 1px 3px;
/*	font-size: 16px;
	font-weight: bold*/
}

div#sub-nav a:hover {
	color: #FFF;
	background: #28b14e;
	padding: 1px 3px;
}

div#sub-nav ul li {
	font-size: 10pt;
	font-weight: bold;
}

div#sub-nav ul li ul li {
	font-size: 9pt;
	font-weight: normal;
}

/**
 * Content Specific
 **/

div#right {
	width: 650px;
	display: block;
	line-height: 18px;
	margin: 0px 0;
	padding: 0px 0;
	float: left;
}

div#right a{
	text-decoration: none;
	padding: 2px;
	color: #666;
	border-bottom: 1px dotted;
}

div#right a:hover{
	text-decoration: none;
	padding: 2px;
	color: #FFF;
	background: #666;
	border-bottom: none;
}

div#img { width: 295px; height: 220px; float: left; }

div#login {
	width: 247px;
	height: 220px;
	float: left;
	background: url('/static/img/pass_formbox.jpg') no-repeat center;
	padding: 20px 25px 0px 20px;
}

div#login-form {
	width: 247px;
	height: 220px;
	margin: 0;
	padding: 0px 25px 0px 35px;
}

div#login-form a {
	padding: 0;
	color: #666;
	background: none;
	border: 0;
	text-decoration: none;
}

div#login-form a:hover {
	color: #fff;
	background: #666;
	text-decoration: none;
}

div#quick-links {
	width: 217px;
	padding: 0;
	border: 1px solid #636363;
	text-align: left;
}

div#quick-links h1 {
	width: 217px;
	height: 0px;
	padding: 35px 0 0 0;
	background: url('/static/img/bg-quick-links.jpg');
	overflow: hidden;
}

div#updates {
	width: 217px;
	padding: 0;
	border: 1px solid #636363;
	text-align: left;
}

div#updates-text {
	width: 197px;
	padding: 10px;
	text-align: left;
}

div#updates-text a{
	text-decoration: none;
	color: #636363;
	line-height: 18px;
	border-bottom: 1px #636363 dotted;
}

div#updates-text a:hover{
	text-decoration: none;
	color: #636363;
	line-height: 18px;
	border-bottom: none;
}


div#updates h1 {
	width: 217px;
	height: 0px;
	padding: 35px 0 0 0;
	background: url('/static/img/bg-updates.jpg');
	overflow: hidden;
}

div#new h1 {
	width: 217px;
	height: 0px;
	padding: 35px 0 0 0;
	background: url('/static/img/news-links.jpg');
	overflow: hidden;
}

div#quick-links ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

div#quick-links li a {
	display: block;
	width: 174px;
	height: 0px;
	margin: 0 0 12px 0;
	padding: 51px 0 0 0;
	overflow: hidden;
}

div#quick-links li a {
	border: 0;
}

div#quick-links li#enroll a {
	background: url('/static/img/ql-enroll-now.jpg');
}

div#quick-links li#enrolling-participants a {
	background: url('/static/img/ql-enrolling-participants.jpg');
}

div#quick-links li#advisor-tour a {
	background: url('/static/img/ql-advisor-tour.jpg');
}

div#quick-links li#client-services a {
	background: url('/static/img/ql-client-services.jpg');
}

div#quick-links li#plan-establishment a {
	background: url('/static/img/ql-plan-establishment.jpg');
}

div#quick-links li#contribution-process a {
	background: url('/static/img/ql-contribution-process.jpg');
}

div#quick-links li#details a {
	background: url('/static/img/ql-details.jpg');
}

div#quick-links li#investment-options a {
	background: url('/static/img/ql-investment-options.jpg');
}

div#quick-links li#secure-ftp a {
	background: url('/static/img/ql-secure-ftp.jpg');
}

div#quick-links li#faq-sponsor a {
	background: url('/static/img/ql-faq-sponsor.jpg');
}

div#quick-links li#find-fa a {
	background: url('/static/img/ql-find-fa.jpg');
}

div#quick-links li#education a {
	background: url('/static/img/ql-resource-center.jpg');
}

div#quick-links li#online-tour a {
	background: url('/static/img/ql-online-tour.jpg');
}

div#quick-links li#employer-tour a {
	background: url('/static/img/ql-employer-tour.jpg');
}

div#quick-links li#participant-tour a {
	background: url('/static/img/ql-participant-tour.jpg');
}

div#quick-links li#tpa-tour a {
	background: url('/static/img/ql-tpa-tour.jpg');
}

div#quick-links li#advisor-faqs a {
	background: url('/static/img/ql-faq-advisor.jpg');
}

div#quick-links li#tpa-faqs a {
	background: url('/static/img/ql-faq-tpa.jpg');
}


div#quick-links li#faqs a {
	background: url('/static/img/ql-faqs.jpg');
}

div#quick-links li#approved-firms a {
	background: url('/static/img/ql-apprvd-firms.jpg');
}

div#right-links {
	width: 300px;
	padding: 0;
	margin: 0;
	float: right;
}

div#right-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#right-links li a {
	display: block;
	width: 300px;
	height: 0px;
	margin: 0 0 15px 0;
	padding: 50px 0 0 0;
	overflow: hidden;
}

div#right-links li a {
	border: 0 none;
}

div#right-links li#DL-FSS a {
	background: url('/static/img/DL-FSS.jpg');
}

div#right-links li#DL-P5 a {
	background: url('/static/img/DL-P5.jpg');
}

div#right-links li#DL-VFB a {
	background: url('/static/img/DL-VFB.jpg');
}

/**
 * Index
 **/

div#index-left {
	line-height: 18px;
	width: 680px;
	margin: 0;
	padding: 0 22px 0 0;
	float: left;
}

div#index-right {
	width: 217px;
	float: right;
	margin: 0;
	padding: 0;
}


/**
 * FAQ
 **/
span.faq-expander {
	float: left;
	margin: 2px;
	cursor: pointer;
	font-weight: bold;
	padding: 1px 5px 1px 0px;
}

div.faq-question {
	width: 730px;
	font-weight: bold;
	padding: 2px;
	color: #666666;
	text-align: left;
}

div.faq-question h3 {
	cursor: pointer;
}

div.faq-answer {
	color: #666666;
	text-align:left;
	width: 730px;
	padding-left: 30px;
}

/**
 * Find a Financial Advisor
 **/
span.FFA-expander {
	float: left;
	margin: 2px;
	cursor: pointer;
	font-weight: bold;
	padding: 1px 5px 1px 0px;
}

div.FFA-question {
	width: 620px;
	font-weight: bold;
	padding: 2px;
	color: #666666;
	text-align: left;
}

div.FFA-question h3 {
	cursor: pointer;
}

div.FFA-answer {
	color: #666666;
	text-align:left;
	width: 620px;
	padding-left: 30px;
}


/**
 * Admin
 */
form.admin {

}

form.admin label {
  width: 50%;
}

form.admin label.radio {
	width: auto;
}

form.admin textarea {
	display: block;
  width: 600px;
  height: 155px;
}

table.admin {
	width: 680px;
	border-collapse: collapse;
	border: 1px solid #000;
}

table.admin th {
	background-color: #d1d1d1;
	color: #fff;
}

table.admin th, table.admin td {
	padding: 5px;
}

table.admin tr.odd {
	background-color: #fff;
}

table.admin tr {
	background-color: #f1f1f1;
}

/**
 * Enroll Page
 **/
div#plan-details {
	width: 666px;
}

div#plan-details div.left, div#plan-details div.right, div#plan-details div.full {
	background: #cbfbdf;
	padding: 5px;
}

div#plan-details div.left {
	width: 281px;
	margin: 0 10px 10px 0;
}

div#plan-details div.right {
	float: right;
	width: 357px;
	margin-bottom: 10px;
}

div#plan-details div#right-col {
	float: right;
	width: 357px;
}


div#plan-details div.full {
	clear: both;
}

/**
 * Fund Query Tool
**/
table#matching-funds {
	width: 650px;
	border-collapse: collapse;
}

table#matching-funds th {
	height: 20px;
	margin: 0;
	padding: 0;
	background: #29b14f;
	color: #fff;
	font-size: 13px;
	text-align: left;
}

table#matching-funds td {
	height: 20px;
	font-size: 11px;
}

table#matching-funds tr.odd {
	background: #eee;
}

table#matching-funds tr.expanded-info {
	background: #ddd;
}

table#matching-funds tr.expanded-info td {
	padding: 10px 25px;
	background: #eee;
}

table#matching-funds tr.expanded-info td table th,
table#matching-funds tr.expanded-info td table td {
	padding: 6px 15px;
	background: #fff;
}

table#matching-funds tr.expanded-info td table {
	margin: 0 0 5px 0;
	border-collapse: collapse;
}

table#matching-funds tr.expanded-info th {
	background: #fff;
	color: #666;
	font-size: 11px;
	font-weight: normal;
}


table#matching-funds tr.expanded-info td table,
table#matching-funds tr.expanded-info td table th,
table#matching-funds tr.expanded-info td table td {
	border: 1px solid #ddd;
}

table#matching-funds tr.expanded-info td table td {
	text-align: right;
}

table#matching-funds tr.expanded-info td table.fund-profile tr.box-title th,
table#matching-funds tr.expanded-info td table.returns tr.box-title th,
table#matching-funds tr.expanded-info td table.risk-measures tr.box-title th {
	padding: 5px;
	height: auto !important;
	background: #ddd;
	color: #333;
	font-weight: bold;
}

table#matching-funds tr.expanded-info table tr th.empty,
table#matching-funds tr.expanded-info table tr td.empty {
	background: #eee;
}

table#matching-funds tr.expanded-info table.fund-profile {
	float: left;
	width: 200px;
}

table#matching-funds tr.expanded-info table.returns {
	float: right;
	width: 370px;
}

table#matching-funds tr.expanded-info table.returns tr.box-title th {
	text-align: left !important;
}

table#matching-funds tr.expanded-info table.returns th {
	text-align: center;
	font-weight: bold;
}

table#matching-funds tr.expanded-info table.returns td {
	text-align: center;
}

table#matching-funds tr.expanded-info table.risk-measures {
	float: right;
	width: 370px;
}

table#matching-funds tr.expanded-info table.risk-measures th,
table#matching-funds tr.expanded-info table.risk-measures td {
	width: 30%;
}

div#fqt-left,
div#fqt-right {
	float: left;
	margin: 0 10px 0 0;
	width: 450px;
}

div#fqt-right {
	margin: 0;
}

div#fqt-disclaimer {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 45px;
}

form#fund-name-container {
	position: relative;
}

form#fund-name-container .ac-box {
	top: 5px !important;
	width: 45% !important;
}

/**
 * News Modules
**/

.qmmt_main	{ background:none; border:none; }

.qmmt_text	{ background:none; font: 12px lucida grande, tahoma; color: #636363;   ; }
.qmmt_text_up	{ font: 12px lucida grande, tahoma; color:#009900; }
.qmmt_text_down	{ font: 12px lucida grande, tahoma; color: #ff3330; }

.qmmt_cycle	{ background-color: #e0dfe3;font: 12px lucida grande, tahoma; }

.qmmt_tab{ background: #f2f2f2; border-color: #E1E1E1; padding:2px; color:#999; font: 12px lucida grande, tahoma;}
.qmmt_tabactive{ background: #fff; border-color: #E1E1E1; padding:2px; color:#333; font: 12px lucida grande, tahoma; }

.qmmt_header_text span {font: 12px lucida grande, tahoma;}
.qmmt_header_text	{ font:bold 12px lucida grande, tahoma; color: #666; background:none;padding: 5px 0 5px 0; }
.qmmt_header_bar	{ background:none; border:none; border-bottom:1px solid #c7b383;  }

a.qmmt {color:#28b14e; font: 12px lucida grande, tahoma; text-decoration:none;}
a:hover.qmmt {color:#28b14e; font: 12px lucida grande, tahoma; text-decoration:none;}

/**
 * Autocompletion
**/
/* TextboxList CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* dbf CSS */      
form ul.holder { width: 47.5%; background: #fff; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */
.ac-box, .ac_results { display: none; position: absolute; right: 0; width: 47.5%; padding: 3px 5px; background: #FDF4B9; border: 2px solid #f1ac00; }
.ac-box .default { padding: 5px 7px; border-width: 0 1px 1px; }
.ac-box ul, .ac_results ul { display: none; margin: 0; padding: 0; }
.ac-box ul li, .ac_results ul li { padding: 5px 12px; margin: 0; list-style-type: none; border: 1px solid #fff; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
.ac-box ul li em, .ac_results ul li em { font-weight: bold; font-style: normal; background: #f1ac00; }
.ac-box ul li.auto-focus, .ac_results ul li.ac_over { background: #000; color: #fff; }
.ac-box ul li.auto-focus em, .ac_results ul li.ac_over { background: #f1ac00; }

.ac_results { display: block; }
.ac_results ul { display: block; }

/* Autocompleter */
.qm-account-section-title
{
background-color: #ffffff;
padding: 2px;
text-align: center;
color: #5E739B;
font: bold 12px lucida grande, sans-serif;
border: none;	
}
.qm-account-copyright-text, .qm-account-subtitle, .qm-account-text
{
	font: 11px lucida grande, sans-serif;
color: #636363;
}
a.qm-account-copyright-link, a.qm-account-link {
	color: #0071bc;
	font: 11px lucida grande, sans-serif;
	text-decoration: underline;
}
a:visited.qm-account-copyright-link, a:visited.qm-account-link {
	color: #0071bc;
	font: 11px lucida grande, sans-serif;
	text-decoration: underline;
}
a:hover.qm-account-copyright-link, a:hover.qm-account-link {
	color: #0071bc;
	font: 11px lucida grande, sans-serif;
	text-decoration: underline;
}
.qmpf_realtime_text{
  font: 12px lucida grande, sans-serif;
  color: #019F01;
  font-weight: bold;
  font-style: italic;
}
.qmpf_activetab {
width: 15%;
float: left;
background-color: #fff;
height: 25px;
margin-right: 5px;
font: bold 12px lucida grande, sans-serif;
color: #0071bc;
}
.qmpf_inactivetab {
width: 15%;
float: left;
background-color:#E3E3E3;
height: 20px;
margin-right: 5px;
font: bold 12px lucida grande, sans-serif;
color: #636363;
border-bottom: 1px solid #CDCDCD; 
cursor: pointer;
voice-family: "\"}\"";
voice-family:inherit;
}
.qmpf_header {
background-color: #ffffff;
padding: 2px;
text-align: center;
color: #5E739B;
font: bold 12px lucida grande, sans-serif;
border: none;
}
.qmpf_header_nonlink_text {   
text-align: center;
color: #5E739B;
font: 12px lucida grande, sans-serif;  
text-decoration:none;
cursor: text;
}
a.qmpf_header {
font: 12px lucida grande, sans-serif;  		
color: #5E739B;
text-decoration: underline;
}
a:visited.qmpf_header {
font: 12px lucida grande, sans-serif;  
color: #5E739B;
text-decoration: underline;
}
a:hover.qmpf_header {
font: 12px lucida grande, sans-serif;  
color: #5E739B;
text-decoration: underline;
}
.qmpf_inactivetab:hover {
background-color: #E2E2E0;
}
.qmpf_cell { 
border: 1px solid #D9D9D9;
font: 12px lucida grande, sans-serif;
color: #636363;
text-align: right;
padding: 4px 4px 4px 6px;
}
.qmpf_cell_textup, .qmpf_cell_textdown{
border: 1px solid #D9D9D9;
	font: 12px lucida grande, sans-serif;
padding: 4px 4px 4px 6px;
}
.qmpf_cell_textup{
	color: #009900;
}
.qmpf_cell_textdown{
	color: #E60202;
}
.qmpf_cycle1 {
	border: 1px solid #D9D9D9;
	border: 1px solid #D9D9D9;
	font: 12px lucida grande, sans-serif;
	color: #636363;
	text-align: right;
	padding: 4px;
}
.qmpf_cycle2 {
	background-color: #eff7fa;
	border: 1px solid #D9D9D9;
	font: 12px lucida grande, sans-serif;
	color: #636363;
	text-align: right;
	padding: 4px;
}
.qmpf_textup {
color: #009900;
}
.qmpf_textdown {
	color: #E60202;
}
.qmpf_summaryblock {
	background-color: #eee;
	text-align: center;
	width:25%;
	padding: 15px;
}
.qmpf_summary_text {
	font: 12px lucida grande, sans-serif;
	color: #636363;
}	
.qmpf_summary_textup {
	font: 12px lucida grande, sans-serif;
	color: #009900;
}
.qmpf_summary_textdown {
	font: 12px lucida grande, sans-serif;
	color: #E60202; 
}
.qmpf_navtext {
	font: 12px lucida grande, sans-serif;
	color: #636363;
	font-weight: bold;
	font-weight: normal;
}
.qmpf_message_success {
	font: 12px lucida grande, sans-serif;
	color: #5E739B;
	font-weight: bold; 
}
.qmpf_message_error {
	font: 12px lucida grande, sans-serif;
	color: #333333;
	font-weight: bold; 
}
.qmpf_cell a.qmpf {
	color: #0071bc;
	font:bold 12px lucida grande, sans-serif;
	text-decoration: underline;
}
.qmpf_cell a:hover.qmpf {
	color: #0071bc;
	font:bold 12px lucida grande, sans-serif; 
}
.qmpf_cell a:visited.qmpf {
	color: #0071bc;
	font:bold 12px lucida grande, sans-serif; 
}	
a.qmpf {
	color: #0071bc;
	font: 12px lucida grande, sans-serif;
	text-decoration: underline;
}
a:visited.qmpf {
	color: #0071bc;
	font: 12px lucida grande, sans-serif;
	text-decoration: underline;
}
a:hover.qmpf {
	color: #0071bc;
	font: 12px lucida grande, sans-serif;
	text-decoration: underline;
}
a.qmpf_nav {
	color: #0071bc;
	text-decoration: underline;
	font: 12px lucida grande, sans-serif;
}
a:visited.qmpf_nav {
	color: #0071bc;
	text-decoration: underline;
	font: 12px lucida grande, sans-serif;  
}
a:hover.qmpf_nav {
	color: #0071bc;
	text-decoration: underline;
	font: 12px lucida grande, sans-serif; 
}
/* For Text Pop Up - MMID Definitions */
.qmpf_navtxt {
width:235px;
font: 12px lucida grande, sans-serif;   
border-width:1px;
border-style:outset;
border-color:#D9D9D9;
/*INVALID:layer-background-color:#fafafa;*/
background-color:#fafafa;
color:black;
}
a.qmpf_navtxt_link {
	font: 12px lucida grande, sans-serif; 
	color: #5E739B;
	text-decoration: underline;
}
a:visited.qmpf_navtxt_link {
	font: 12px lucida grande, sans-serif; 
	color: #5E739B;
	text-decoration: underline;
}
a:hover.qmpf_navtxt_link {
	font: 12px lucida grande, sans-serif; 
	color: #E60202;
	text-decoration: underline;
}
.qmpf_cycleup{
background-color: #eeffee;
  font: 12px lucida grande, sans-serif;
  color: #636363;
font-weight: normal;
}
.qmpf_cycledown{
  background-color: #ffeeee;
  font: 12px lucida grande, sans-serif;
  color: #636363;
font-weight: normal;
}    
.qmpf_cyclenochange	{
  background-color: #ffffff;
  font: 12px lucida grande, sans-serif;
  color: #636363;
font-weight: normal;
}
