﻿/* For the Instructions sheet
/**** UNUSED - CAN BE REMOVED 
----------------------------------------------------------*/

div.instructionBox 
{
    position:inherit; height: 490px; width: 905px; 
    font-size:16px;
} 
div.instructionMenu{ background: #FFF; float: left; height: 518px; width: 125px; border:1px; } 
div.instructionText 
{
    padding-top: 1px;
    background: #F0F8FF; height: 100%; width: 905px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;      
} 
.item
{
    padding-bottom: 5px;
    padding-left:5px;
}

.instructions h2 { padding-top: 5px; padding-left:130px; }
.instructions h3 { padding-top: 1px; padding-left:130px; }
.instructions ol { padding-top: 5px; padding-left:130px; }
.instructions ul { list-style-type: none;}
.policy { padding-top: 5px; padding-left:30px; height:450px; overflow:scroll;}

.item:hover 
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    cursor:pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
}
.item.selected
{
    background-color: #F0F8FF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.main { min-height: 580px;}    

