@charset "utf-8";
/* CSS Document */
#container{  }
input{ color: #000000; width:136px; height: 24px;  min-height: 24px; border: 1px solid #B3B3B3; text-align: left; font-size:14pt; font-weight: bold; padding-left: 3px;  vertical-align: top;  }

.placeholder{ color: #B3B3B3; font-size: 10pt; font-weight: normal; }
.ui-widget .placeholder{ color: #B3B3B3; font-size: 10pt; font-weight: normal; }
.ui-spinner { height: 32px; }
::-webkit-input-placeholder { color: #B3B3B3; font-size: 9pt; font-weight: normal;  }
:-moz-placeholder { color: #B3B3B3; font-size: 9pt; font-weight: normal;  }/* Firefox 18- */
::-moz-placeholder { color: #B3B3B3; font-size: 9pt; font-weight: normal; }/* Firefox 19+ */
:-ms-input-placeholder { color: #B3B3B3; font-size: 9pt; font-weight: normal; }

td
{
   display: table-cell; 
   padding:0px;
}

.canvas-holder
{
    position:absolute;
    top: 150px;
    left: 600px;
    width: 280px;
    height: 200px;
}

#tab-back
{
    position:absolute;
    background-color: #282821;
    width: 100%;
    height: 50px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
#panel-back
{
    position:absolute;
    background-color: #ecebe9;
    width: 100%;
    top: 50px;
    height: 430px;
}

.graph-label-holder
{
    position:absolute;
    color: #686860;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}

.graph-label
{
    font-weight: normal;
}
.graph-value
{
	
	 font-size: 8pt;  /*IPR*/
    font-weight: bold;
}

/* tab container */
ol li
{
    font-weight:bold;
}

li > p
{
    font-weight:normal;
}

.panel
{
    position:absolute;

    font-family:Helvetica, Arial, sans-serif;
}
#panel {
    left:30px;
    top: 10px;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

.tab-container {  }
.tab-container ul
{
    height: 40px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
.tab-container ul li
{
    width: 200px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    display:inline-block;
}
.tab-container ul li a
{
    display: block;
    padding: 0px;
    margin: 0px;
    outline: none;
}
.tab-container ul li a .tab-number{/*text-decoration: underline;*/font-weight: bold;}
.tab-container ul li a.selected-tab .tab-number{text-decoration: none;}
.tab-container ul li a.selected-tab
{
    font-weight: bold;
    text-decoration: none;
}
.tab-button
{
    position: absolute;
    background: rgba(0,255,0,0);
    width: 200px;
    height: 40px;
    z-index: 1;
}
.tab-container .panel-container
{
    width: 860px;
    height: 420px;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.tab-panel
{
    width: 820px;
    height: 390px;
    font-size:9pt;
    line-height:18pt;
    background: #ecebe9;
}

.tab-number
{
    width: 200px;
    height: 40px;
    float: left;
    color: #282821;
    font-size: 12pt;
    text-align: center;
    line-height: 40px;
    background: #ecebe9;
}

.shade
{
    background: rgba(80,80,90,.6);
    width: 200px;
    height: 40px;
    position: absolute;
}

.shade.shade-left
{
    -webkit-box-shadow: inset -5px -5px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    inset -5px -5px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         inset -5px -5px 7px 0px rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
}

.shade.shade-right
{
    -webkit-box-shadow: inset 5px -5px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    inset 5px -5px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         inset 5px -5px 7px 0px rgba(0, 0, 0, 0.35);
    top: 0;
}

.table-holder
{
    width: 165px;
    height: 345px;
    background-color: #FFFFFF;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 15px;
    margin-top: 50px;
    padding: 10px;
}
.table-holder-left{}
.table-holder-mid{  }
.table-holder-right{  }

.table-holder table{ padding: 0; margin:0; width:100%; border-collapse: collapse; text-align:left; }

.table-heading
{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    margin-top: -34px;
    margin-bottom: 22px;
}

.table-holder .label-row
{
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    line-height: 1.3em;
}
.table-holder .value-row
{
    font-size: 15pt;
    font-weight: bold;
    color: #000000;
}
.table-holder .fill-row
{
    height: 30px;
    line-height: 20px;
}
.table-holder .greyed
{
    color: #cdcdcd;
}

.roi-holder
{
    position: absolute;
    top: 480px;
    left: 230px;
}
.roi-holder table { font-size: 12pt; color: #686860; }
.roi-holder .roi-equal {width: 30px; font-weight: normal; text-align: center; font-size: 14pt; }
.roi-holder .roi-label1 {width: 160px; font-weight: normal; line-height: 1.3em; }
.roi-holder .roi-label2 {width: 120px; font-weight: normal; text-align: center; line-height: 1.5em; }
.roi-holder .roi-value {width: 90px; font-weight: bold; text-align: left; font-size: 16pt; }
.roi-holder .numerator {border-bottom: 1px solid #686860;}

.arrow-holder
{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.up-arrow
{
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
    width: 22px;
    height: 14px;
    background: url(../assets/up-arrow.png);
    background-position: 0px 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.down-arrow
{
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
    width: 22px;
    height: 14px;
    background: url(../assets/down-arrow.png);
    background-position: 0px 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.up-arrow:hover
{
    background-position: 0px -14px;
    background-position-y: -14px;
}
.down-arrow:hover
{
    background-position: 0px -14px;
    background-position-y: -14px;
}

