/* 
    Document   : GA-PVC-style
    Created on : 2013/10/01
    Author     : eno_y
    Description:
        Purpose of the stylesheet follows.
*/

.ga-pvc-guide {
    padding-left: 8px;
}

.graph {
    position: relative; /* IE is dumb */
    max-width: 80%;
    /*border: 1px solid #058DC7;*/
    /*padding: 2px;*/
}


.graph .bar {
    display: block;
    position: relative;
    background: #058DC7;
    text-align: left;
    color: #f0ffff;
    height: 0.8em;
    line-height: 0.8em;
    float: left;
    margin: 6px 8px 2px 2px;
}
.graph .bar span { position: absolute; left: 1em; }


.ga-pvc-table {
    margin: 6px 1px;
}

.ga-pvc-table th,
.ga-pvc-table td {
    padding: 2px 3px 2px 3px;
    vertical-align: middle;
    /*font-size: 13px;*/
    
}

.ga-pvc-widget-tabs .ui-tabs-nav a {
    margin: 2px 4px !important;
}

.ga-pvc-titlewrapper a {
    display: inline !important;
}

.ga-pvc-titlewrapper p {
    margin: 2px 0px; 
    overflow: auto;
    zoom: 1;
}

.ga-pvc-titlewrapper:after {
	content: ' ';
	display: table;
    clear: both;
}

.ga-pvc-image {
    margin: 2px 10px 2px 1px !important;
    width: 72px !important;
    height: 64px !important;
    float: left !important;
}

.ga-pvc-graphwrap {
    /* ga-pvc-image margin 10px + width 72px = 82px */
    margin-left: 82px;
}

.schart  {
    float: left;
}

.ga-pvc-linkurl {
    float: right;
    margin: 1px 20px 5px 20px;
}
