﻿
.Practice_Main_Header
{
    position:relative;
    width:780px;
    height:38px;
    /*background-image:url('../images/defaultskin/assessment/interfaceQuiz_titlebar01.png');
    background-repeat:no-repeat;*/
}    
.Practice_Main_Body,
.Practice_Progress_Body
{
    position:relative;
    width:760px;
    padding:10px 10px;
    /*background-image:url(../images/DefaultSkin/assessment/interfaceQuiz_bg02.png);*/
}   
.Practice_Progress_Body
{
    padding-top:10px;
    
}

.Practice_Main_Footer,
.Practice_Progress_Footer
{
    position:relative;
    width:780px;		
    height:16px;
    /*background-image:url(../images/DefaultSkin/assessment/interfaceQuiz_footer02.png);*/
}   
.Practice_Main_Body_Header
{
    position:relative;
    width:760px;
    height:23px;
    /*background-image:url(../images/DefaultSkin/practice/interfaceQuiz_progressTitlebar760.png);
    background-repeat:no-repeat;*/
}   
.Practice_Main_Body_Footer
{
    position:relative;
    width:760px;
    height:22px;
    margin: 0 auto;
    /*background-image:url(../images/DefaultSkin/assessment/interfaceQuiz_footer01.png);
    background-repeat:no-repeat;*/
}           
.Practice_Question_Header
{
    position:inherit;
    width:740px;
    height:15px;
    margin: 0 auto;
    padding:18px 25px;
    font-size:medium; 
    background-image:url(../images/DefaultSkin/practice/quizReview_questionDivider.gif);
    background-repeat:no-repeat;
} 
.Practice_Question_Body
{
    padding-left:80px;
    position:inherit;
    width:500px;
    font-weight:bold; 
}     
.Practice_Outcome_Container
{
    position:inherit;
    width:760px;
}
.Practice_Answer_Left
{
    position:inherit;
    width:210px;
    background-image:url(../images/DefaultSkin/practice/quizReview_answerHeaderCorrect.gif);
    background-repeat:no-repeat; 
    height:100%;
    background-color:#BAD1D8;                         
}    
.Practice_Possible_Right
{
    position:inherit;
    width:657px;
    background-color:#EFDFCA;  
    font-weight:bold;
    padding-left:20px;
    padding-bottom:20px;
    z-index:55; 
}  

.Practice_Possible_Left
{
    position:inherit;
    width:91px;
    background-color:#E2B68D; 
    z-index:55;       
}  

.Practice_Possible_Table
{
    position:inherit;
    width:757px;

}    

.Practice_Possible_Header
{
    position:inherit;
    width:757px;
    height:53px;
    background-image:url(../images/DefaultSkin/practice/quizReview_answerHeaderPossible.gif);
    background-repeat:no-repeat;  
}  

.Practice_Possible_Container
{
    position:inherit;
    width:757px;
}          
  
.Practice_Answer_Right
{
    position:inherit;
    width:540px;
    height:51px;
    padding-left:5px;
    font-size:large;
    background-color:#DFE9ED;           
}              
.Practice_Outcome_Image
{
    position:inherit;
    width:249px;
    height:30px;
    padding-left:0px;
    margin: 10px 0px 10px 0px;         
}  
.Practice_Correct_Table
{
    position:inherit;
    width:750px;
    height:51px;        
}  
.PracticeLabel
{
    position:absolute;
    font-weight:bold;
    font-size:12pt;
    z-index:2;
    top:38px;
    left:22px;
    font-family:Calibri; 
    color:#346665;
}         