﻿.boxRicerca 
{
    float: right;
}

#ctl_lRicerca {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-top:5px;
    margin-right:3px;
}

#ctl_txtRicerca 
{
    float: left;
    margin: 0 5px;
}

#ctl_choose {
    border-bottom: 6px solid #0f3a5a;
    padding-top: 20px;
    margin-bottom: 20px;
}

.prg-tab-button {
    background: #0f3a5a;
    border: 1px solid #0f3a5a;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    color: #ffffff;
    cursor: default;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    margin-right: 5px;
    box-shadow: 0 1px 0 #ccc inset;
}

.prg-tab-button-disactive {
    background: url("/images/px-tab-inactive.png") repeat-x scroll left top #f6f6f6;
    border: 1px solid #0f3a5a;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    color: #777777;
    font-weight: bold;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin-right: 5px;
    padding: 8px 15px;
}

.ul_app_genericArticleName{list-style:none; padding-left:0}

.app_genericArticleName {
    padding:10px;
    cursor:pointer;
    border-bottom: 1px dotted #666
}

.app_genericArticleName:hover {
    font-weight:bold;
    background: #dbdbdb
}

.ctl-td-dat {
    width:200px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:5px;
    cursor:pointer
}

#ctl_Grafiche table tr {
    height:auto
}

#ctl_Grafiche table tr td {
    padding:0 5px
}

#ctl_Grafiche table tr td:hover {
   background:#cecece
}

#ctl_AllGraph {
    margin:20px 0;
    padding:10px;
    border:1px solid #cecece;
    min-height:600px;
    overflow: hidden
}

#ctl_contentGraph, #graph {
    min-height:600px
}

#graph svg {
    min-height:1000px !important /* bug fixed IE */
}

#ctl_Grafiche table tr td.td-selected, #ctl_Grafiche table tr td.td-selected:hover {
background: url("/images/px_button.png") repeat-x scroll left top #6c020c;
color:#fff
}