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

#controls {
    position:absolute;
    left:8px;
    top:88px;
    width:200px;
    height:600px;
    font-size:14px;
}

#displayStatsColumn {
    position:absolute;
    left:208px;
    top:88px;
    width:100px;
    height:600px;
    border:1px solid black;
    font-size:12px;
    padding-left:10px;
    padding-right:10px;
    line-height:25px;
}


h3 {
    font-size:16px;
    text-indent:5px;
    line-height:20px;
    margin-top:5px;
}

#distribSelect, #sampleSizeControls, #sample1, #numbSampControls, #sampleMany, #statSelect, #accumulateControls, #resetAll {
    position:relative;
    clear:both;
    margin-left:5px;
 }

.population, .sample, .samplingDist {
    position:relative;
    height:200px;
}

#popStats, #sampleStats, #sampDistStats {
    margin-top:10px;
    height:190px;
}



.buttonRight{
    width:190px;
    border-radius:4px;
	border:1px solid;
	height:30px;
	text-align:center;
    background-color:#ffffff;
    font-size:14px;
    vertical-align:middle;
    margin-top:10px;
}

#sample1, #sampleMany {
    margin-top:0px;
}

#numbSampControls {
    margin-top:20px;
    margin-bottom:-5px;
}

#statCalcLabel {
    font-size:16px;
    line-height:16px;
    margin-left:8px;
    margin-bottom:4px;
}

#accumulateControls {
    margin-top:10px;
}

#accumulateLabel {
    line-height:28px;
    font-size:14px; 
}

.slider {
    width:75px;
    float:right;
    margin-right:5px;
}

.slider-short {
    width:47px;
    float:right;
    margin-right:5px;
}


.buttonRight:hover, select:hover, .slider:hover, .slider-short:hover {
	background-color:#E0F5FF;
}

select {
    width:190px;
	border:1px solid;
	display:inline-block;
	height:30px;
    background-color:#ffffff;
    font-size:14px;
    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;
}


.blue {
    color : #0000ff;
}


.red {
    color: #ff0000;
}

.green {
    color: #00bb00;
}
.orange {
    color: #ff8000;
}
.gray {
    color: #999999;
}


.rightFloat {
    float: right;
}


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

#graph {
    position:absolute;
    top:88px;
    left:328px;
    height:600px;
    width:450px;
    z-index:10;
    border:1px solid black;
    border-left:none;
}

#graphCanvas {
    position:absolute;
    top:89px;
    left:329px;
}







/************ SHARED/REQUIRED STYLES ********/
#learnCheck {
    position:absolute;
    top:695px;
    left:8px;
    margin-bottom:5px;
}

#learnReturn {
    position:absolute;
    top:695px;
    left:208px;
}



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

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



#returnWarning {
    position:absolute;
    top:0px;
    left:200px;
}









