﻿* { margin: 0; }
html                { height: auto; }
body                { height: auto; background: white; }
#wrapper            { height: 100%; background: green; }
#topbar             { background: white; vertical-align: middle; height: 70px; line-height: 70px; }
#sidebar            { float: left;  width: 180px;  background: #343434;}
#content            { margin-left: 180px; height: auto; }

/********************** Left Menu & Top Bar *********************/
div.menuItem
{
    background: #343434;
    text-align: left; 
    border-bottom: thin solid #676767; 
    border-left: 0px none black; 
    border-right: 0px none black;
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: #eeeeee;
    font-family: "Segoe UI", "Droid Sans", Verdana;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    width: 170px;
    transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
}

div.subMenu
{
    margin: 2px 2px 2px 2px;
    border-style: inset;
    border-color: #111111;
    border-width: thin;
    position: absolute;
    display: none;
    left: 178px;
    width: 250px;
    z-index: 1;
}

div.subMenuItem
{
    background: #4F8D8D;
    text-align: left; 
    height: 25px;
    line-height: 25px;
    color: #eeeeee;
    font-family: "Segoe UI", "Droid Sans", Verdana;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
}

div.subMenuItemDisabled
{
    background: #4F8D8D;
    text-align: left; 
    height: 25px;
    line-height: 25px;
    color: #bbbbbb;
    font-family: "Droid Sans", Verdana;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
}

#topBarPageIdentifier
{
    text-align: center; 
    height: 80px;
    line-height: 80px;
    color: #565656;
    font-size: 18px;
    font-weight: bold;
}

#blackBar
{
    background: black;
    height: 4px;
    width: 100%;
}

#redBar
{
    background: #D11E49;
    height: 15px;
    width: 100%;
    margin-bottom: 2px;
}

#btnCalculate
{
    width: 160px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    background: #1b32a0;
    color: #dddddd;
    font-size: small;
    font-weight: 500;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: thin;
    border-color: #666666;
}

#btnCalculate:hover
{
    background: #0000ff;
    color: white;
    border-color: white;
    cursor: pointer;
}

input::-ms-clear 
{
    display: none;
}




/********************** Common divs for the Calculation Section *********************/
#lblShowChart
{
    font-size: 14px;
    font-weight:700;
    color: #222222;
    height: 24px;
    line-height: 24px;
    text-align: left;
    float: right;
    margin-right: 7px;
}

#chkShowChartContainer
{
    height: 24px;
    line-height: 24px;
    float: right;
    margin-top: 1px;
}

#errorMessage
{
    font-size: 13px;
    font-weight:500;
    color: red;
    height: 21px;
    line-height: 21px;
    text-align: left;
    float: left;
}




/********************** Common divs for the Chart Section *********************/
#chartSection
{
    float: left;
    margin-left: 20px;
    visibility: hidden;
}

#chartSectionHeading
{
    background: #343434;
    border: 1px solid #aaaaaa;
    font-size: 14px;
    font-weight: 600;
    color: #eeeeee;
    width: 600px;
    height: 40px;
    line-height: 40px;
    text-align: left;
}

#chartSectionBody
{
    /*background: #f8f8f8;*/
    height: 600px;
    width: 600px;
    border: 1px solid #aaaaaa;
    position: relative;
}

#chartTitle1
{
    font-size: 12px;
    font-weight:800;
    color: #343434;
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-top: 5px;
}

#chartTitle2
{
    font-size: 12px;
    font-weight:500;
    color: #343434;
    width: 100%;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

#chartLeftCaption
{
    color: darkblue;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    left: 0px;
    top: 560px;
    width: 560px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    /*-webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);*/
}

#chartBody
{
    position: absolute;
    top: 30px;
    left: 30px;
    height: 540px;
    width: 540px;
    /*background-color: white;*/
}

#chartBottomCaption
{
    color: darkblue;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    left: 0px;
    top: 560px;
    width: 600px;
    height: 40px;
    text-align: center;
    line-height: 40px;

}

div.lblChartType
{
    font-size: 14px;
    font-weight:500;
    color: #eeeeee;
    margin-left: 20px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    float: left;
}

#ddlChartType
{
    width: 180px;
    height: 21px;
    font-size: smaller;
}

#cursorTooltip
{
    text-align: center;
    line-height: 40px;
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: thin;
    border-color: #aaaaaa;
}

div.cursorTooltipText
{
    font-size: 10px;
    color: black;
    text-align: center;
    width: 55px;
    height: 15px;
    line-height: 15px;
    pointer-events: none;
}



sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 65%;

  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}
