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

#controls {
    position:absolute;
    left:8px;
    top:88px;
    width:300px;
    height:560px;
    border:1px solid black;
}

#IVkindControls, #DVkindControls, #IVnumberControls, #IV1LevelControls, #ME1Controls, #ME2Controls,#InteractionControls,#sampleSizeControls, #testKind {
    position:relative;
    clear:both;
    margin-left:5px;
    font-size:14px;
    margin-top:5px;
 }

.selectLabel {
    margin-left:3px;
    font-size:15px;
    vertical-align:middle;
    line-height:30px;
}

#testKind {
    margin-left:10px;
    font-size:20px;
    line-height:40px;
    margin-top:40px;
    margin-bottom:100px;
    vertical-align:middle;
}

#sampleSizeControls, #ME1Controls,#ME2Controls,#InteractionControls {
    font-size:16px;
    margin-left:10px;
    padding-top:10px;
}





.buttonRight{
    width:240px;
    border-radius:4px;
	text-indent:5px;
	border:1px solid;
	height:30px;
	text-align:center;
    background-color:#ffffff;
    font-size:13px;
    vertical-align: middle;
}



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


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


select {
    float:right;
    margin-right:3px;
    width:200px;
	border:1px solid;
	display:inline-block;
	height:30px;
    background-color:#ffffff;
    font-size:12px;
    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;
}

.gray {
    background-color:#eeeeee;
    color:#bbbbbb;
    
}

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


#graphCanvas {
    position:absolute;
    top:89px;
    left:309px;
    z-index:1;
}

#graph {
    position:absolute;
    top:88px;
    left:309px;
    height:560px;
    width:500px;
    z-index:10;
    border:1px solid black;
}



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

#learnReturn {
    position:absolute;
    top:655px;
    left:258px;
}



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

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



#returnWarning {
    position:absolute;
    top:-50px;
    left:245px;
}
