@charset "UTF-8";
/* CSS Document */

#chart-mfc {
	background: #FFFFFF;
    margin: 40px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #444;
}
#chart-mfc table td {
	vertical-align: middle;
	height: 60px;
}
#chart-mfc ul {
	padding-left: 0;
	margin-top: 10px;
}
h1 {	
	color: #942038;
    font-size: 26px;
    line-height: 1em;
    padding-top: 5px;
}
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%; 
	margin-top: 20px;
	position: relative;
}
/*----*/
.highlight, .highlightx {
	width: 820px;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	border-collapse: separate;
}
/*.highlight tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;  
}*/
.blamoo {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;  
}

.highlight td, .highlight th, .highlightx td, .highlightx th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 0;
    text-align: left;  
}
/*---------- TOP BAR  ( light blue #A8A9A9  dark blue #D0D1D2 )---------- */
.highlight th, .highlightx th {
    background-color: #D0D1D2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A8A9A9), to(#D0D1D2));
    background-image: -webkit-linear-gradient(top, #A8A9A9, #D0D1D2);
    background-image:    -moz-linear-gradient(top, #A8A9A9, #D0D1D2);
    background-image:     -ms-linear-gradient(top, #A8A9A9, #D0D1D2);
    background-image:      -o-linear-gradient(top, #A8A9A9, #D0D1D2);
    background-image:         linear-gradient(top, #A8A9A9, #D0D1D2);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}
.highlight td:first-child, .highlight th:first-child {
    border-left: none;
}
.highlight th:fist-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;

}
.highlight th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.highlight th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.highlight tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.highlight tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.highlight td:nth-child(2) {
	font-weight:bold;
	font-size:1.5em;
}

/*----*/
.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2; 
}
.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}
.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}
.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
.zebra th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1; 
}
.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.zebra tfoot td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}

/*----- New Classes 
-----------------------------------------------*/
.sub {
	float: left;
	text-align: left;
	margin: 4px;
	padding-left: 10px;
	color: #942038;
}
.model {
	text-align: center;
	margin: 10px;
}
.info {
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	margin-top: 2px;
}
.purchase {
	float: right;
	margin-bottom: 0;
	padding-right: 3px;
}
.purchase img {
	vertical-align: middle;
}
.purchase li {	
	margin-right: 4px;
	display: inline;
}

.purchase-ind {
	float: right;
	margin-bottom: 0;
	padding-right: 3px;
	font-size: 10pt;
	font-weight: bold;
}
.purchase-ind img {
	margin-bottom: 5px;
    margin-top: 5px;
    vertical-align: middle;
}
.purchase-ind li {	
	margin-right: 4px;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 190px; 
}
.purchase-ind a {	
	display: block;
	font-size: 9pt;
	font-weight: normal;
}

.bull-back {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DDDDDD;
	float: left;
	margin: 3px 0 3px 3px;
    padding: 2px 8px;
	width: auto;
}
.bull {	

	float: left;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 5px;
}
ul.bull {
	margin-left: 0;
}
.bull li {	
	background: url(../arrows/sdash.png) no-repeat scroll left 3px transparent;
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 9px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	width: auto;
}
.range {
	border-right: solid 1px #666;
	position: absolute;
	height: 20px;
	width: 10px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.range-small {
	border-right: solid 1px #666;
	position: absolute;
	height: 20px;
	width: 10%;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.smart {
	text-align: center;
	padding-top: 3px;
	background: #FFFFFF;
}
.smart img:hover {
	opacity: 0.8;
}
.bar {	
	position: absolute;
	right: 0;
	top: 0; 
	height: 18px;
	width: 90%;
	font-size: 8pt;
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
	
	/*CSS3 Gradient*/
	background: #ffffff; /* Old browsers */
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  #ffffff 0%, #999999 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(99%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#999999 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#999999 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#999999 99%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#999999 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=1 ); /* IE6-8 */
}
.outside {
    float: left;
    font-size: 9pt;
    margin-left: 52px;
    margin-top: 4px;
}
.outer {
    position: absolute;
    font-size: 8pt;
    right: -55px;
    top: 4px;
	white-space: nowrap;
	width: 50px;
}

#mini-one, #mini-two, #mini-three, #mini-four, #mini-five, #mini-six, #mini-seven, #mini-eight, #mini-nine, #mini-ten, #mini-eleven, #mini-twelve, #mini-thirteen,
#mini-fourteen, #mini-fifteen, #mini-sixteen, #mini-seventeen, #mini-eighteen, #mini-nineteen, #mini-twenty, #mini-twentyone, #mini-twentytwo, #mini-twentythree {
	position: relative;
	background: #ffffff;	
	height: 22px;
	border-color: #666;
  	border-style: solid;
  	border-width: 1px 2px 3px 0;
}
#mini-one {
	width: 95.6%;
}
#mini-two {
	width: 69.8%;
}
#mini-three {
	width: 32.6%;
}
#mini-four {
	width:80%;
}
#mini-five {
	width: 14.9%;
}
#mini-six {
	width: 95.9%;
}
#mini-seven {
	width: 69.8%;
}
#mini-eight {
	width: 42.7%;
}
#mini-nine {
	width: 63.7%;
}
#mini-ten {
	width: 95px;
}
#mini-eleven {
	width: 80%;
}
#mini-twelve {
	width: 190px;
}
#mini-thirteen {
	width: 23.98%;
}

/*---------- Heavy Industrial ----------*/
#mini-fourteen {
	width: 755px;
}
#mini-fifteen {
	width: 600px;
}
#mini-sixteen {
    width: 425px;
}
#mini-seventeen {
    width: 365px;
}
#mini-eighteen {
    width: 310px;
}
#mini-nineteen {
    width: 270px;
}
#mini-twenty {
    width: 225px;
}
#mini-twentyone {
    width: 200px;
}
#mini-twentytwo {
    width: 175px;
}
#mini-twentythree {
    width: 200px;
}
.select-arrow {
	margin-left: 4px;
	vertical-align: middle;
}
.inst {
	position: absolute;
    top: -16px;
}
.inst-l {
	position: absolute;
	right: 115px;
    top: -16px;
}
.inst-r {
	position: absolute;
	right: 77px;
    top: -13px;
}
.tf {
	float: left;
    left: -10px;
    position: relative;
}
.vi {
	position: absolute;
	right: 70px;
	top: 58px;
	font-size: 8pt;
	color: #999999;
}
.note2 {
	right: 40px;
}
.vi-2 {
	position: absolute;
	left: 70px;
	top: 58px;
	font-size: 9pt;
}
.vi-3 {
	position: absolute;
	left: 430px;
	top: 58px;
	font-size: 9pt;
}
.b {
	top: 80px;
}
.c {
	right: 70px;
}
.acl {
	left: 310px;
}
.acr {
	right: -40px;
}
.mid {
	right: 116px;
	top: -10px;
}
.left-78 {
	right: 155px;
}
.lower-64 {
	right: 45px;
}
.lower-78 {
	right: 80px;
}

.ps {
	left: 255px;
    position: absolute;
    z-index: 5
}
.ps1 {	
    top: 1000px;
}
.ps2 {
    top: 900px;
}


#chart-ultra #line-1 { width:82.6% }
#chart-ultra #line-2 { width:59.3% }
#chart-ultra #line-3 { width:41.3% }
#chart-ultra #line-4 { width:28.2% }
#chart-ultra #line-5 { width:20.6% }


.highlightx td, .highlightx th { padding:6px 10px }

.chart_prod { vertical-align: middle; width:38% }
.chart_prod h4 { padding-top:8px }
.chart_prod > a { float:right; padding-left:8px }

.highlightx td.chart_data { text-align:center; width:23% }

.highlightx td.chart_links { text-align:right; padding:0 0 4px }
.chart_links a { display:block; position:relative; right:70px; margin:8px !important }
.chart_links img { margin:0 !important; vertical-align: middle }