/*	
	........................................
	mpb css 
	February 2007
	developed by Atomic Fusion : www.atomic-fusion.com / ml
	v1.0 : last updated 02.20.2007
	........................................
*/

/* xhtml .............................. */

html {
	font-size: 100%;
}

body {
	color: #333;
	font: .9em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff url(../img/body-bg.jpg) repeat-x 0 top;
}

img {
	border-style: none;
	border-width: 0;
}

a {
	color: #ff12ff;
	text-decoration: none;
}

a:hover {
	color: #0062dd;
}

#content p a, label a, a.bo {
	color: #ff12ff;
	border-bottom: 1px dotted #ff12ff;
	text-decoration: none;
}

#content p a:hover, , label a:hover, a.bo:hover {
	color: #0062dd;
	border-bottom: 1px dotted #0062dd;
}

a img {
	border: 0;
	border-bottom-style: none;
}

/* structure .............................. */

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	background-image: url(../img/container-bg.jpg);
	margin: 0;
	_margin-top: -4px;
	padding: 15px;
}

#content #main {
	float: left;
	margin-top: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	width: 600px;
}

#content #reports {
	float: left;
	margin-top: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	width: 300px;
}

#content #reports-column {
	float: left;
	text-align: center;
	padding-left: 20px;
	width: 480px;
	margin-top: 20px;
}

#content #ideas {
	float: left;
	margin-top: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	width: 500px;
}

#content #ideas-column {
	float: left;
	text-align: center;
	padding-left: 20px;
	width: 280px;
	margin-top: 20px;
}

#content #faq {
	float: left;
	margin-top: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	width: 600px;
}

#content #main #section01 {
	background: url(../img/icon_talk_bubble.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #main #section02 {
	background: url(../img/icon_envelope.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #main #section03 {
	background: url(../img/icon_stamp.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #reports #section01 {
	background: url(../img/icon_talk_bubble.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #reports #section02 {
	background: url(../img/icon_stamp.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #reports #section03 {
	background: url(../img/icon_envelope.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #ideas #section01 {
	background: url(../img/icon_talk_bubble.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #ideas #section02 {
	background: url(../img/icon_envelope.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #ideas #section03 {
	background: url(../img/icon_stamp.gif) no-repeat 0 32px;
	margin-bottom: 2em;
}

#content #main h3, #content #reports h3, #content #ideas h3 {
	padding: 0;
	text-align: left;
	margin: 0 0 5px 95px;
	color: #0063dd;
	font-size: 1.2em;
}

#content #reports-column h4, #content #ideas-column h4 {
	padding: 0;
	margin: 0 0 5px;
	color: #0063dd;
	font-size: 1.2em;
}

#content #faq h3 {
	padding: 0;
	text-align: left;
	margin: 0 0 5px 15px;
	color: #0063dd;
}

#content #main p, #content #reports p, #content #ideas p {
	font-size: .9em;
	color: #9d9d9d;
	line-height: 1.4em;
	padding: 0;
	margin: 0 20px 10px 95px;
}

#content #faq p {
	font-size: .9em;
	color: #666;
	line-height: 1.4em;
	padding: 0;
	margin: 0 20px 10px 30px;
}

.top {
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: .9em;
}

#content #faq ol {
	font-size: .9em;
	color: #9d9d9d;
	padding: 0;
	margin: 0 20px 0 30px;
}

#content #faq ol li {
	line-height: 1.4em;
	padding-left: 5px;
	background-image: none;
	border-bottom-style: none;
	padding-bottom: 0;
}

#content #faq ol li a {
	line-height: 1.8em;
	border-bottom-style: none;
}

#content #faq ol li.alt {
	background-color: #f3f3f3;
}

#content #column {
	float: left;
	width: 155px;
	margin-top: 50px;
	text-align: center;
	padding-left: 17px;
}

.reportbox {
	display: block;
	border: 1px solid #ccc;
	width: 90%;
	text-align: left;
	padding: 10px;
	position: relative;
	font: .95em Arial, Helvetica, Geneva, sans-serif;
	height: 350px;
}

.reportbox .rdesc {
	float: left;
	font-size: .8em;
	margin: 0;
	padding: 0;
}

.reportbox .date {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: .75em;
}

#content #column blockquote {
	color: #f777c4;
	font-style: italic;
	font-size: 1em;
	margin: 20px 0 0;
	text-align: center;
	padding: 0 0 0 5px;
	line-height: 1.5em;
	font-weight: bold;
}

#content .float {
	float: left;
	width: 255px;
	font-size: .9em;
	margin: 0;
	padding: 0;
	display: block;
}

#content .float p {
	font-size: .9em;
	color: #666;
	line-height: 1.4em;
	margin-right: 9em;
}

#content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content li {
	background: url(../img/bluecheck.gif) no-repeat 0 -1px;
	color: #80b1ec;
	text-decoration: none;
	/*border-bottom: 1px solid #d1eafe;*/
	font-size: .9em;
	margin: 5px 20px 5px 0;
	padding: 0 5px 5px 20px;
}


#contentGreen li {
	background: url(../img/greenheck.gif) no-repeat 0 -1px;
	color: #80b1ec;
	text-decoration: none;
	border-bottom: 1px solid #d1eafe;
	font-size: .9em;
	margin: 5px 20px 5px 0;
	padding: 0 5px 5px 20px;
}

#content ul.noline {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

#content ul.noline li {
	color: #666;
	border-bottom-style: none;
}

#content .border {
	border-left: 1px solid #d6d8d7;
	border-right: 1px solid #d6d8d7;
	margin-right: 20px;
	padding-left: 20px;
}

table.levels {
	border-collapse: collapse;
	color: #666;
	font-size: .9em;
}

table.levels tr {
}

table.levels th.data {
	line-height: 1.5em;
	font-size: 1.2em;
	background-color: #ff6c17;
	border: 1px solid #e1e1e1;
	color: #FFFFE9;
}

table.levels td {
	padding: 5px 5px;
}

table.levels td.desc {
	padding: 20px 5px;
	font-size: .9em;
}

table.levels td.data {
	border-bottom: 1px solid #e1e1e1;
}

table.levels td.center {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

table.levels td.border {
	font-size: .9em;
}

table.levels ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.levels li {
	background: url(../img/bluecheck.gif) no-repeat 0 -1px;
	margin: 5px 0;
	padding: 0 0 0 20px;
	line-height: 1.2em;
}

/* @group header */

#header {
	background: url(../img/header-bg.gif) no-repeat center bottom;
	height: 115px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	background: url(../img/mpblogo.jpg) no-repeat;
	width: 275px;
	height: 85px;
	font-size: 1.5em;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 0;
	_bottom: -1px; /* IE 6 and below */
}

#header h1 span {
	display: none;
}

/* @end */

#flash {
	height: 355px;
	_height: 35px; /* IE 6 and below */
	width: 850px;
	margin: 0;
	padding: 0;
}

/* @group masthead */

#masthead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/container-bg.jpg);
}

#masthead .bottom {
	display: block;
	background: url(../img/greygrad-bg.jpg) repeat-x;
	height: 20px;
	margin: 0;
	padding: 0;
}

#masthead .callout {
	margin-top: 1em;
	margin-bottom: 2em;
}

/* @end */

/* @group footer */

#footer {
	background: url(../img/foooter-bg.gif) no-repeat;
	height: 20px;
	text-align: right;
	font-size: .9em;
	padding-top: 10px;
}

#footer a {
	color: #366598;
	text-decoration: none;
	padding-right: .5em;
	padding-left: .5em;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a:hover {
	color: #99b4c9;
}

/* @end */

/* @group nav */

#nav {
	float: right;
	font-size: .95em;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	font-size: .95em;
	margin: 45px 10px 0 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav li.middle {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#nav li a {
	display: block;
	background-color: transparent;
	margin: 0;
	text-decoration: none;
	color: #99b4c9;
	text-transform: uppercase;
	font-size: .95em;
	font-weight: bold;
	padding: 6px 10px;
}

#nav li a:hover, #nav li a.on {
	color: #0062dd;
}

/* @end */

/* @group homepage */

h2 {
	margin: 0 0 1em;
	padding: 0;
	font-size: 1.3em;
}

h2.green {
	border-right-color: #86c328;
	color: #84c32a;
}

h2.orange {
	color: #fe6c16;
}

h2.blue {
	color: #0062dd;
}

.orange2 {
	color: #fe6c16;
	display: block;
	margin-top: 20px;
}

.purple {
	color: #cb00cc;
}

#sell {
	background: url(../img/lbl-sell.jpg) no-repeat 90% 10%;
}

#track {
	background: url(../img/lbl-track.jpg) no-repeat 90% 10%;
}

#succeed {
	background: url(../img/lbl-succeed.jpg) no-repeat 90% 10%;
}

#sell h4 a, #track h4 a, #succeed h4 a {
	background: url(../img/tag-sell.gif) no-repeat center center;
	width: 205px;
	height: 30px;
	padding: 0;
	display: block;
	margin: 0;
	border-style: none;
}

#sell h4 a:hover, #track h4 a:hover, #succeed h4 a:hover {
	border-style: none;
}

#sell h4 span, #track h4 span, #succeed h4 span {
	display: none;
}

#sell h4 a {
	background: url(../img/tag-sell.gif) no-repeat;
}

#track h4 a {
	background: url(../img/tag-track.gif) no-repeat;
}

#succeed h4 a {
	background: url(../img/tag-succeed.gif) no-repeat;
}

/* @end */

/* class selectors .............................. */

.clear {
	clear: both;
}

.sm {
	font-size: .9em;
}

.light {
	color: #999;
}

.explain {
	font-size:.9em;
	color:#999;
	padding:.5em 1em;
	border-bottom: 1px solid #ccc;
}

.confirm-info {
	border: 1px solid #e1e1e1;
	padding: 10px 40px 10px 10px;
	color: #666;
	font-size: .9em;
	line-height: 1.4em;
	margin-right: 10px;
	display: block;
}

.edit {
	float: right;
}

.btn-left {
	float: left;
}

.btn-middle {
	float: left;
	margin-left: 270px;
}

.btn-right {
	float: right;
}

/* @group forms */

.forms {
	padding: 3px;
	display: block;
}

label {
	margin: 10px 0 10px;
	padding: 0;
	color: #0063dd;
	display: block;
	font-size: .9em;
	font-weight: bold;
}

label .sm {
	color: #666;
	font-weight: normal;
	font-style: normal;
}

input, textarea {
	color: #333;
	line-height: .9em;
	padding-top: 1px;
	padding-bottom: 1px;
}

.field {
	border: 1px solid #ccc;
}

#hintsbox {
	background: #ffffea url(../img/helpfultips.gif) no-repeat 0 5px;
	border: 1px solid #ccc;
	width: 220px;
	float: right;
	padding-top: 60px;
	padding-bottom: 10px;
	margin: 0 20px 20px 0;
}

#hintsbox ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: disc;
}

#hintsbox li {
	color: #666;
	border-style: none;
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#hintsbox p {
	font-size: .9em;
	line-height: 1.4em;
	padding-right: 15px;
	padding-left: 15px;
	color: #666;
}

a.info {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
	border-bottom-style: none;
}

.nobo {
	border-bottom-style: none;
}

a.info span {
	display: none;
	font-size: .9em;
	color: #666;
}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    border:1px solid #ccc;
    background-color:#ffffea;
    text-align: center;
	padding: 8px;
	top: 1.5em;
	left: 1.5em;
	width: 8em;
}

/* @group buttons */

a.button {
	display: block;
	width: 90px;
	margin: 4px 3px;
	text-decoration: none;
	color: #000598;
	text-align: center;
	background-image: url(../img/button-bg.jpg);
	background-repeat: no-repeat;
	font: normal .8em Arial, Helvetica, Geneva, sans-serif;
	padding-top: 7px;
	padding-bottom: 2px;
	height: 30px;
}

.button:hover, .gobutton:hover {
	color: #1e66fd;
}

.newtbl 
{
   	margin: 5px 0;
	padding: 0 0 0 0px;
	line-height: .09em; 
}

.underme {
	color: #ff12ff;
	border-bottom: 1px dotted #ff12ff;
	text-decoration: none;
}

.FunctionButtonsGr
{
    color: #FFFFE9;
    background-color: #85C329;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFE9; 
    font-family: .9em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    cursor: hand;
    margin-top:auto;
    padding-top: 2px;
}
.txtinstructions {
    font-family: .9em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	font-size: .9em;
    font-weight:normal; 
}

.txtinstructionsSM {
    font-family: .8em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	font-size: .9em;
    font-weight:normal; 
}


.bf_error {
    font-family: .8em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #FF0000;
	font-size: .8em;
    font-weight:normal; 
}

.money_txt {
    font-family: .9em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: .85em;
    font-weight:normal;
    text-align:right;
}

.spec_link {
    font-family: .9em "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
    font-weight:normal;
    text-align:right;  
}

/* @end */
/* @end */