/****** CONTROL STYLES *******/

#controls {
    position:absolute;
    left:8px;
    top:88px;
    width:200px;
    height:605px;
}

#popControls, #sampleControls, #statControls {
    position:relative;
    clear:both;
    padding-top:30px;
}

#popControls {  
    margin-top:30px;
    height:160px;
}

#sampleControls {
    margin-top:15px;
    height:160px;
}

#statControls {
    margin-top:30px;
    height:110px;
   
}

#sampleOnOff, #outlierOnOff, #statisticsOnOff {
    height:30px;   
    padding-top:5px;
}
.switchLabel {
   line-height:30px;
    font-size:16px;
    
}

.slider {
    width:110px;
    float:right;
}

.sliderShort {
    width:95px;
    float:right;
}


.buttonRight{
    width:200px;
    border-radius:4px;
	text-indent:5px;
	border:1px solid;
	height:30px;
	text-align:center;
    background-color:#ffffff;
    font-size:13px;
     vertical-align: middle;
}
.buttonRight:hover, select:hover, .slider:hover, .sliderShort:hover {
	background-color:#E0F5FF;
}

select {
    width:200px;
	border:1px solid;
	display:inline-block;
	height:30px;
    background-color:#ffffff;
    font-size:13px;
    vertical-align: middle;
    text-align:left !IMPORTANT;
    text-indent:5px !IMPORTANT;
    border-radius:4px !IMPORTANT;
    background: url(../images/arrow-down.png) no-repeat right;
    -moz-appearance:none;
    -webkit-appearance:none;
}





/********** GRAPHER STYLES *********/

#popMiniBar, #popHist, #sampleHist, #sampleMiniBar, #sampleStats {
    position:relative;
    width:100%;
    border: 1px solid black;
}

#popMiniBar, #sampleMiniBar {
    height:30px;   
}

#popHist, #sampleHist {
    height:190px;
 }

#histScale {
    position:relative;
    width:100%;
    height:15px;
    line-height:9px;
}

#scaleTable {
    width:495px;
    text-align:center;
    margin-left:5px;
}

#sampleStats {
    height:260px;
    top:-2px;
    margin-bottom:20px;
}

#popHist, #sampleMiniBar {
    top:-1px;
}

#graphCanvas {
    position:absolute;
    top:88px;
    left:211px;
    z-index:1;
}

#graph {
    position:absolute;
    top:88px;
    left:210px;
    height:605px;
    width:500px;
    z-index:10;
}


/************ SHARED/REQUIRED STYLES ********/
#learnCheck {
    position:absolute;
    top:720px;
    left:5px;
}

#learnReturn {
    position:absolute;
    top:760px;
    left:5px;
}



#tutorial_canvas {
    position: absolute;
    float: left;
    margin-top: 80px;
    width: 605px;
    height: 605px;
}

#learn_canvas {
    position: absolute;
    float:left;
    margin-top: 80px;
    width: 605px;
    height: 605px;
}



#returnWarning {
    position:absolute;
    top:-40px;
    left:205px;
}
