﻿
/*info panel*/

.infoPanel, .bigModule {
    border: 1px solid #FF3300;
    margin: 1.6em 0;
    padding: 1em 3em 1em 0;
    background-color: #ff88886b;
    color: #000000;
}

    .infoPanel .infoInner {
        background: no-repeat 16px 3px url(/images/qsf/infoChartIconRed.gif);
        min-height: 30px;
    }


.infoInner,
.bigModuleBottom
{
	min-height:30px;
	padding:2px 0 0 66px;
	background-position: -1464px -576px;
	background-color: transparent;
}

.infoInner a {font-weight:normal; color:green; text-decoration: underline; }


* html .infoInner,
* html .bigModuleBottom
{
	min-height:30px;
}

.infoPanel .title,
.bigModule .title
{
	display:block;
	margin:0 0 1.4em;
	padding:6px 0 0;
	font-size:1.2em;
}

.infoPanel a,
.bigModule a
{
	color:#f60;
}

.infoChart {
    border-color: #01b42b;
    border: 1px solid #01b42b;
    background-color: #aae8abc4 !important;
    xbackground-image: url(/images/qsf/infoChart.gif) !important;
    padding: 5px 3em 0 0;
    margin: 1px 0 1px 0;
}

.infoChart,
.infoChart a
{
	color:#00303f;
}

.infoChart .infoInner
{
	background:no-repeat 16px 3px url(/images/qsf/infoChartIcon.gif);
	min-height:30px;
}

.infoChart ul
{
	margin:-2px 0 0;
	padding:0;
	list-style:none;
	line-height:22px;
}

.infoChart li
{
	padding:0 0 0 26px;
}

.infoChart a:hover
{
	text-decoration:none;
}

.infoChart p
{
	margin:-26px 0 10px;
	padding:0;
}





 