#PFA
{
    background-color: #ffffff;
    height:780px;
    display:none;
}

#PFALeft
{
    float:left;
    width: 60%;
}

#PFARight
{
    float:left;
    width: 40%;
}

#PFA input[type="button"] {
    color: #FFFFFF;
    border:1px solid #709aca;
    cursor: pointer;
    text-shadow: 1px 1px 1px #2a66aa, 1px 1px 1px #2a66aa;
	background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#PFA input[type="button"]:hover {
	color: #FFFFFF;
	border:1px solid #709aca;
    background: rgb(108,151,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(134,183,238,1)), color-stop(100%,rgba(112,169,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(134,183,238,1) 0%, rgba(112,169,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B7EE', endColorstr='#70A9EB',GradientType=0 ); /* IE6-9 */
}

#PFADashboard
{
    width:100%;
}

#PFADashboard td
{
    font-size:12px;    
    text-align:center;
    width:100px;
    vertical-align:top;
}

#PFATableTooltip
{
    display:none;
    font-size:11px;
    cursor:pointer;
    border:1px solid #c2c2c2;
    position:absolute;
    background:#ffffff;
}

#PFATableTooltip th
{
    font-weight:bold;
    font-size:12px;
    text-align:center;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding-bottom:10px;
}

#PFATableTooltip td
{
    border-bottom:1px solid #E0E0E0;
}

#PFATableTooltip td.columnName
{
    font-weight:bold;
    font-size:12px;
    color:#27619B;
    border-right:3px solid #E0E0E0;
    padding-right:10px;
}

#PFATableTooltip td.columnValue
{
    font-size:12px;
    padding-left:10px;
}

tr.tableMassivePfaSelected td
{
    background-color: #ADD6FF;
}

.tableTooltipMassivePfa
{
    display:none;
    position:absolute;
    background:#ffffff;
}

#PFATable
{
    font-size:11px;
    overflow:auto;
    height:500px;
    width:100%;
}

#PFATable th
{
    font-weight:bold;
    font-size:12px;
    color:#27619B;
    border-bottom:3px solid #E0E0E0;
    padding:10px;
    text-align:center;
}

#PFATable td
{
    border-bottom:1px solid #E0E0E0;
    padding:3px;
}

.PfaLabel
{
    color: #175dab;
    font-size:12px;
}

.info-details-Pfa
{
    cursor:pointer;
    vertical-align:middle;
}